]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
Simplify, make it build against cups 1.1. (#350329)
[~andy/gtk] / ChangeLog.pre-2-10
1 2006-08-15  Matthias Clasen  <mclasen@redhat.com>
2
3         * modules/printbackends/cups/gtkprintbackendcups.c (create_pickone_option): 
4         Simplify, make it build against cups 1.1.  (#350329)    
5
6         * gtk/gtkliststore.c (gtk_list_store_insert_with_values): 
7         Fix a typo in the docs.  (#349501, Carlos GUSLiBu)
8
9         * gtk/gtkcolorsel.c (palette_paint): Remove a leftover
10         debug statement. (#350072, Iago Rubio)
11
12         * gtk/gtktextbufferserialize.c (check_id_or_name): Fix
13         warning text.  (#349277)
14
15         * gtk/gtknotebook.c (gtk_notebook_enter_notify): Remove.
16         (gtk_notebook_motion_notify): Instead, update the arrow
17         state here.  (#349570, Benjamin Otte)
18
19         * gdk/x11/gdkwindow-x11.c (gdk_window_get_geometry_hints):
20         Use XAllocSizeHints to allocate the XSizeHints struct.
21         (#249285, David Baron)
22
23         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd):
24         * gdk/x11/gdkwindow-x11.c (gdk_window_set_decorations):
25         (gdk_window_set_functions): Zero out some stack-allocated
26         X structures, to avoid valgrind warnings about uninitialized
27         memory.  (#349382, David Baron)
28
29 2006-08-14  Emmanuele Bassi  <ebassi@gnome.org>
30
31         * gtk/gtkrecentchooser.c:
32         (gtk_recent_chooser_add_filter),
33         (gtk_recent_chooser_remove_filter),
34         (gtk_recent_chooser_set_filter): Add a check on the
35         filter argument, instead of blindly passing it to
36         underlying implementation.
37
38         * gtk/gtkrecentchoosermenu.c:
39         (gtk_recent_chooser_menu_add_filter),
40         (gtk_recent_chooser_menu_remove_filter),
41         (gtk_recent_chooser_menu_list_filters): Implement
42         these GtkRecentChooser methods, by setting and
43         returning the only GtkRecentFilter object supported
44         by a GtkRecentChooserMenu. (#347856, reported by Rod
45         Butcher)
46
47 2006-08-14  Matthias Clasen  <mclasen@redhat.com>
48
49         * gtk/gtkcombobox.c (gtk_combo_box_remove): Null the
50         cell_view pointer if the internal cell view is removed. 
51         (#348828, Rolando Espinoza La Fuente)
52
53         * gtk/gtkentry.c (gtk_entry_drag_data_received): Don't leak
54         in the non-editable case.  (#350258, Colin Leroy)
55
56 2006-08-10  Michael Emmel  <mike.emmel@gmail.com>
57
58         * gdk/directfb/gdkdrawable-directfb.c
59         Remove gdk_directfb_update_region and calls 
60         * gdk/directfb/gdkwindow-directfb.c
61         Code cleanup 
62         * gdk/directfb/gdkgeometry-directfb.c
63         Fix scroll call to use region
64
65 2006-08-10  Emmanuele Bassi  <ebassi@gnome.org>
66
67         * gtk/gtkrecentchoosermenu.c:
68         (gtk_recent_chooser_menu_finalize): Remove the idle
69         source in ::finalize...
70         
71         (idle_populate_func),
72         (idle_populate_clean_up): ...and reset the idle source
73         id at the end of the idle loop while we hold the GDK mutex
74         lock. (#350605, reported by Wouter Bolsterlee, patch by
75         Chris Wilson)
76
77 2006-08-10  Michael Natterer  <mitch@imendio.com>
78
79         * gdk/quartz/gdkwindow-quartz.c
80         (gdk_window_maximize)
81         (gdk_window_unmaximize)
82         (gdk_window_iconify)
83         (gdk_window_deiconify): don't try to set the state of unmapped
84         windows, call gdk_synthesize_window_state() instead. Also added
85         autorelease pools back, seems they are needed after all.
86
87         * gdk/quartz/gdkwindow-quartz.c (show_window_internal): maximize
88         and iconify windows here if the state says so.
89
90 2006-08-09  Michael Natterer  <mitch@imendio.com>
91
92         * gdk/quartz/gdkwindow-quartz.c (gdk_window_set_geometry_hints):
93         implement MIN_SIZE, MAX_SIZE and RESIZE_INC.
94
95 2006-08-08  Richard Hult  <richard@imendio.com>
96
97         * gtk/gtkdnd-quartz.c: Implement get/set_track_motion.
98         
99 2006-08-08  Richard Hult  <richard@imendio.com>
100
101         * gdk/quartz/gdkevents-quartz.c: (poll_func): Whitespace cleanup.        
102         (synthesize_crossing_events): Add comments and prevent a crash.
103
104 2006-08-08  Michael Natterer  <mitch@imendio.com>
105
106         * gdk/quartz/gdkwindow-quartz.c
107         (gdk_window_maximize)
108         (gdk_window_unmaximize): implement.
109
110         (gdk_window_iconify)
111         (gdk_window_deiconify): remove unneeded autorelease pools.
112
113 2006-08-08  Richard Hult  <richard@imendio.com>
114
115         * gdk/quartz/GdkQuartzView.c: Just expose the minimal region 
116         instead of the whole rect.
117
118         * gdk/quartz/gdkwindow-quartz.c:
119         (gdk_window_quartz_process_all_updates), (gdk_window_update_idle),
120         (gdk_window_impl_quartz_invalidate_maybe_recurse),
121         (gdk_window_impl_quartz_process_updates),
122         (_gdk_windowing_window_destroy): Rework the expose handling so that
123         it works like the X11 backend, using an idle with the right
124         priority instead of relying on quartz to do it.
125         (gdk_window_set_type_hint): Use tornoff instead of submenu as the
126         documentation (and Mitch) suggests.
127
128 2006-08-08  Michael Natterer  <mitch@imendio.com>
129
130         * gdk/quartz/gdkdrawable-quartz.c: some whitespace and indentation
131         cleanup.
132
133         (gdk_quartz_draw_rectangle)
134         (gdk_quartz_draw_arc)
135         (gdk_quartz_draw_polygon)
136         (gdk_quartz_draw_points): for pixel-prefect drawing, stroked
137         coordinates need to go through pixel centers, while filled ones
138         need to go along pixel boundaries. Moved +0.5 adjusting to the
139         if(!filled) branches and added/removed some adjustments where they
140         were wrong.
141
142 2006-08-07  Richard Hult  <richard@imendio.com>
143
144         * gdk/quartz/gdkdrawable-quartz.c (gdk_quartz_draw_points): Don't
145         get and release the context for each point, just once, speeds up
146         drawing many points a lot.
147
148 2006-08-07  Michael Natterer  <mitch@imendio.com>
149
150         * gtk/gtkdnd-quartz.c (gtk_drag_dest_unset): need to disconnect
151         from signals connected in gtk_drag_dest_set() here.
152
153         * gtk/gtkdnd-quartz.c (gtk_drag_dest_set): call gtk_drag_dest_unset()
154         instead of disconnecting the old signal connections here.
155
156 2006-08-07  Emmanuele Bassi  <ebassi@gnome.org>
157
158         * gtk/gtkrecentchooserdefault.c:
159         (_gtk_recent_chooser_default_init): Show non existing
160         resources by default.
161         (recent_meta_data_func): Do not mark non existing
162         resources as insensitive.
163
164         * gtk/gtkrecentchoosermenu.c:
165         (gtk_recent_chooser_menu_init): Show non existing
166         resources by default.
167         (gtk_recent_chooser_menu_create_item): Do not mark
168         non existing resources as insensitive.
169
170 2006-08-06  Matthias Clasen  <mclasen@redhat.com>
171
172         * gdk/x11/gdkkeys-x11.c (gdk_keymap_x11_finalize): Free
173         all XKB data. (#349997, Chris Wilson)
174
175         * gtk/gtkstyle.c (option_menu_get_props): Only get the
176         indicator-size and indicator-spacing style properties
177         for GtkOptionMenu.  (#349859, Benjamin Otte)
178
179         * gtk/gtktreeview.c (gtk_tree_view_set_grid_lines) 
180         (gtk_tree_view_set_enable_tree_lines): Be more careful
181         when creating gcs, also emit change notification.
182         (gtk_tree_view_unrealize): Free the gcs here.  (#349834,
183         Chris Wilson)
184
185         * gtk/gtkcalendar.c (calendar_start_spinning, calendar_timer): 
186         Use G_PRIORITY_DEFAULT_IDLE for the month/year-change timer,
187         so that the caller will have a chance to redraw/resize itself
188         between every change.  (#348824, Federico Mena Quintero, patch
189         by Michael Meeks)
190         
191         * gtk/gtkfontbutton.c (gtk_font_button_update_font_info): 
192         Add a missing initialization.  (#348787, Leonardo Boshell)
193         
194         * configure.in: Use $PKG_CONFIG consistently.  (#348740,
195         Jeremy LainĂ©)
196         
197         * gtk/gtknotebook.c (gtk_notebook_drag_motion): Don't allow
198         dragging a notebook tab to one of its children.  (#348626,
199         Benjamin Otte)
200         (gtk_notebook_drag_motion): Don't accept drops on 
201         arrows.  (#348706, Benjamin Otte)
202
203         * tests/testnotebookdnd.c: Test more corner cases.
204
205 2006-08-05  Matthias Clasen  <mclasen@redhat.com>
206
207         * docs/tutorial/gtk-tut.sgml: Remove outdated lists of
208         authors and maintainers.  (#348538, Owen Taylor)
209
210         * gtk/gtkentry.c:
211         * gtk/gtkentryprivate.h: Export gtk_entry_reset_im_context
212         privately.
213         
214         * gtk/gtkentrycompletion.c (gtk_entry_completion_action_button_press): 
215         * gtk/gtkentry.c (gtk_entry_completion_key_press): Reset the
216         entry's im context here.  (#348478, Nguyen Thai Ngoc Duy, Christian
217         Persch) 
218
219         * gtk/gtktextview.c (gtk_text_view_style_set): Create new
220         PangoContexts and set them on the layout, to catch changes in
221         font options.  (#348278, Behdad Esfahbod)
222
223         * gtk/gtkstyle.c (gtk_default_draw_flat_box): Add a 
224         missing initialization.  (#349863, Benjamin Berg)
225
226         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_reorder): 
227         Protect against tree_view being NULL.  (#348652, Patrick K. O'Brian,
228         Chris Wilson)
229
230 2006-08-03  Emmanuele Bassi  <ebassi@gnome.org>
231
232         * gtk/gtkrecentchoosermenu.c:
233         (set_recent_managet), (gtk_recent_chooser_menu_populate),
234         (idle_populate_func), (idle_populate_clean_up),
235         (manager_changed_cb): Lazily populate the menu when creating
236         it and after the manager emits the "changed" signal; this
237         fixes the initial bad placing of the GtkRecentChooserMenu
238         widget when its set as the menu of a GtkMenuToolButton.
239
240         (gtk_recent_chooser_menu_map),
241         (gtk_recent_chooser_menu_class_init): Remove the ::map method
242         override, since it's not needed anymore.
243
244 2006-08-03  Michael Natterer  <mitch@imendio.com>
245
246         * gtk/gtkrc.c (gtk_rc_parse_assignment): reset scanner config to
247         default values while checking if an expression(foobar) follows,
248         because if no expression follows the scanner's "next token" must
249         be usable for the caller of this function (fixes bug #349552).
250
251 2006-08-03  Michael Natterer  <mitch@imendio.com>
252
253         * gtk/gtkstyle.c: removed the "widget &&" part from
254         "widget && GTK_IS_FOO (widget)" checks.
255
256 2006-07-13  Michael Emmel  <mike.emmel@gmail.com>
257
258         * gdk/directfb/gdkwindow-directfb.c
259         Remove unused call to GetPosition 
260
261 2006-07-31  Richard Hult  <richard@imendio.com>
262
263         * gdk/quartz/gdkdrawable-quartz.c: (gdk_quartz_draw_drawable):
264         * gdk/quartz/gdkwindow-quartz.c:
265         (gdk_window_impl_quartz_begin_paint_region): Patch from Erik van
266         Pienbroek to implement drawing bg_pixmaps (#348145).
267
268 2006-07-29  Richard Hult  <richard@imendio.com>
269
270         * gdk/quartz/gdkcolor-quartz.c (gdk_colormap_alloc_colors): Always
271         set success to TRUE.
272         (gdk_color_change): Implement.
273
274         * gdk/quartz/GdkQuartzWindow.c
275         ([GdkQuartzWindow -canBecomeKeyWindow]): Add comment.
276
277         * gdk/quartz/gdkevents-quartz.c (gdk_screen_get_setting): Make the
278         default font a bit smaller until we have made this get the system
279         setting.
280
281         * gdk/quartz/gdkwindow-quartz.c (gdk_window_set_type_hint): Enable
282         shadows for the right window types.
283
284         * gdk/quartz/gdkprivate-quartz.h:
285         * gdk/quartz/gdkgc-quartz.c:
286         * gdk/quartz/gdkdrawable-quartz.c:
287         * gdk/quartz/gdkcolor-quartz.c: Expose the CGContext functions,
288         update callers.
289
290         * gdk/quartz/gdkmain-quartz.c: (_gdk_windowing_init): No need to
291         get the current process ID, use the right constant instead.
292
293 2006-07-28  Emmanuele Bassi  <ebassi@gnome.org>
294
295         * gtk/gtkrecentmanager.c (gtk_recent_manager_init): Add the
296         timeout for polling the file; change the default polling
297         delta to 2000 msec.
298
299 2006-07-27  Michael Natterer  <mitch@imendio.com>
300
301         * gdk/x11/gdkwindow-x11.c (gdk_window_get_type_hint): cast the
302         return value of XGetWindowProperty() correctly so we don't return
303         garbage type hints. Pointed out by Tommi Komulainen, patch taken
304         from https://maemo.org/bugzilla/show_bug.cgi?id=724
305
306 2006-07-27  Matthias Clasen  <mclasen@redhat.com>
307
308         * gtk/gtksettings.c (gtk_settings_finalize): Move the
309         _gtk_rc_context_destroy call to the right spot.  (#348096,
310         Chris Wilson)
311
312 2006-07-24  Richard Hult  <richard@imendio.com>
313
314         * gdk/quartz/gdkevents-quartz.c (gdk_screen_get_setting): Implement
315         getting the double click threshold.
316
317 2006-07-24  Richard Hult  <richard@imendio.com>
318
319         * gdk/quartz/gdkwindow-quartz.c (gdk_window_set_type_hint): Set the
320         window level depending on the type hint.
321
322         * gdk/quartz/gdkevents-quartz.c (gdk_keyboard_grab,
323         pointer_ungrab_internal): Only break the grab if the new window is
324         a different one.
325         (gdk_event_translate): Catch the case where the entire app loses 
326         focus and break any grabs. Only do implicit grabs when the event
327         mask has both press and release.
328
329         * gdk/quartz/gdkkeys-quartz.c (translate_keysym):
330         * gdk/quartz/gdkselection-quartz.c:
331
332         * gdk/quartz/GdkQuartzWindow.c
333         ([GdkQuartzWindow -windowDidResignKey:]): Use this to update the
334         focus window instead of resignMain, fixes the case where other apps
335         uses focus follows mouse (like the terminal can).
336
337 2006-07-23  Matthias Clasen  <mclasen@redhat.com>
338
339         * configure.in: Bump version
340         
341         * === Released 2.10.1 ===
342
343         *  NEWS: Updates
344
345         * gtk/gtkstyle.c (gtk_default_draw_box_gap): Draw
346         gaps on the left/right properly.  (#348134, Benjamin Otte)
347
348         * gtk/gtkprintsettings.c (gtk_print_settings_get_page_ranges):
349         Fix a memory leak.  (#348424, Carlos Garcia Campos)
350
351 2006-07-21  Matthias Clasen  <mclasen@redhat.com>
352
353         * gtk/gtkrc.h:
354         * gtk/gtkrc.c (_gtk_rc_context_destroy): New function to
355         destroy an rc context.
356
357         * gtk/gtksettings.c (gtk_settings_finalize): Destroy the rc context.
358         (gtk_settings_get_for_screen): Unref the settings when the screen
359         goes away. (#348096, Chris Wilson)
360
361 2006-07-21  Richard Hult  <richard@imendio.com>
362
363         * gdk/quartz/gdkgc-quartz.c: (gdk_quartz_gc_get_values),
364         (gdk_quartz_gc_set_values), (_gdk_windowing_gc_copy),
365         (gdk_gc_get_screen): Implement.
366
367         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_back_pixmap):
368         Implement.
369
370 2006-07-21  Matthias Clasen  <mclasen@redhat.com>
371
372         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_get_preedit_string): 
373         0-terminate outbuf in all cases.  (#348227, Nguyen ThĂ¡i Ngoc Duy)
374
375 2006-07-21  Michael Natterer  <mitch@imendio.com>
376
377         Enable symbolic colors and color expressions in style
378         properties. Fixes bug #346751.
379
380         * gtk/gtkrc.c (rc_parse_token_or_compound): add GtkRcStyle
381         parameter and replace symbolic colors by color constants.
382
383         (gtk_rc_parse_assignment): likewise. Also support parsing of
384         expressions of the form identifier(compound).
385
386         (gtk_rc_parse_style): pass the GtkRcStyle to
387         gtk_rc_parse_assignment().
388
389         (gtk_rc_parse_statement): pass NULL since we don't have a
390         GtkRcStyle here.
391
392 2006-07-21  Michael Natterer  <mitch@imendio.com>
393
394         * gtk/gtkentrycompletion.c (gtk_entry_completion_finalize):
395         remove accidential 2nd parameter to g_object_unref().
396
397 2006-07-21  Matthias Clasen  <mclasen@redhat.com>
398
399         * gtk/gtkentrycompletion.c (gtk_entry_completion_finalize):
400         Don't leak the action_view.  (#348120, Chris Wilson)
401
402         * gtk/gtknotebook.c (gtk_notebook_paint): Improve drawing
403         of tabs while reordering.  (#348115, Benjamin Otte)
404
405         * gtk/gtkiconview.c (gtk_icon_view_destroy): Don't
406         leak the adjustments.  (#348094, Chris Wilson)
407
408         * gtk/gtknotebook.c (gtk_notebook_stop_reorder): Unset
409         the during_reorder flag.  (#348049, Sven Herzberg, patch
410         by Benjamin Otte)
411
412 2006-07-20  Matthias Clasen  <mclasen@redhat.com>
413
414         * gtk/gtkmenu.c (gtk_menu_destroy): Just remove the scroll
415         timeout here, don't access settings.  (#348095, Chris Wilson)
416
417         * gtk/gtktextlayout.c (gtk_text_layout_set_contexts): Fix
418         messed up refcounting.  (#348090, Chris Wilson)
419
420         * gtk/gtkicontheme.h: 
421         * gtk/gtkicontheme.c (_gtk_icon_theme_ensure_builtin_cache): 
422         Export this privately.
423
424         * gtk/gtkiconfactory.c (render_fallback_image): And call it
425         here to initialize the builtin cache before using it.  (#348063,
426         Diego PettenĂ²)
427
428 2006-07-19  Federico Mena Quintero  <federico@novell.com>
429
430         * tests/autotestfilechooser.c (test_black_box): Argh, initialize
431         "passed"!
432         (set_filename_timeout_cb): Renamed from timeout_cb().
433         (test_confirm_overwrite): New function, test confirmation before
434         overwriting a file in SAVE mode.
435
436 2006-07-20  Michael Natterer  <mitch@imendio.com>
437
438         * gtk/gtkrecentchoosermenu.c (gtk_recent_chooser_menu_finalize):
439         fix typo to make it compile again.
440
441 2006-07-20  Emmanuele Bassi  <ebassi@gnome.org>
442
443         * gtk/gtkrecentchoosermenu.c:
444         (gtk_recent_chooser_menu_finalize): Correctly chain up the
445         finalization vfunc. (#348089, Chris Wilson)
446
447 2006-07-20  Richard Hult  <richard@imendio.com>
448
449         * gdk/quartz/gdkevents-quartz.c: (generate_grab_broken_event):
450         Append the event to the queue instead of using gdk_event_put.
451         (_gdk_quartz_get_mouse_window, find_current_keyboard_window):
452         Handle grabs.
453         (get_event_mask_from_ns_event, create_focus_event)
454         (convert_window_coordinates_to_root, find_window_for_event)
455         (gdk_event_translate): Improve readability (style changes).
456         (gdk_flush, gdk_display_sync, gdk_display_flush)
457         (gdk_event_send_client_message_for_display),
458         (gdk_screen_broadcast_client_message): Remove FIXMEs.   
459         (gdk_screen_get_setting): Reindent.
460         Also move find_child_window_by_point to gdkwindow-quartz.c.
461         
462         * gdk/quartz/gdkwindow-quartz.c:
463         (find_child_window_by_point_helper),
464         (_gdk_quartz_find_child_window_by_point): Move here from 
465         gdkevents-quartz.c
466         (_gdk_windowing_window_get_pointer): Handle destroyed windows and
467         imlement the return value.
468         (_gdk_windowing_window_at_pointer): Implement.
469
470 2006-07-19  Richard Hult  <richard@imendio.com>
471
472         * gtk/gtkdnd-quartz.c (register_types): Reindent.
473         
474         * gtk/gtkclipboard-quartz.c (gtk_clipboard_set_contents): Add
475         autorelease pool.
476
477 2006-07-19  Richard Hult  <richard@imendio.com>
478
479         * gdk/quartz/GdkQuartzWindow.c
480         ([GdkQuartzWindow -windowDidResignMain:]):
481         * gdk/quartz/gdkevents-quartz.c (_gdk_quartz_update_focus_window):
482         Listen to windowDidResignMain notifications and properly update the
483         focus window when windows are unfocused.
484
485 2006-07-19  Kristian Rietveld  <kris@imendio.com>
486
487         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_init),
488         (gtk_cell_renderer_text_[gs]et_property), (get_layout): add
489         align_set field to keep track whether the align property was
490         set by the user, if not we will use the alignment by looking
491         at the direction of the widget. (#157439)
492
493 2006-07-19  Matthias Clasen  <mclasen@redhat.com>
494
495         * modules/printbackends/file/gtkprintbackendfile.c 
496         (file_printer_get_settings_from_options): Check if option
497         is NULL before using it.  (#348014, Christian Persch)
498
499         * gdk/x11/gdkx.h (gdk_font_lookup_for_display): When looking
500         up a font XID, add the XID_FONT_BIT.  (#348001)
501
502 2006-07-19  Richard Hult  <richard@imendio.com>
503
504         * gdk/quartz/GdkQuartzView.c ([GdkQuartzView -drawRect:]):
505         * gdk/quartz/gdkpixmap-quartz.c (gdk_pixmap_new): Remove unused
506         variables to fix compiler warnings.
507
508 2006-07-19  Richard Hult  <richard@imendio.com>
509
510         * gdk/quartz/gdkwindow-quartz.c (gdk_window_impl_quartz_init)
511         (gdk_window_set_type_hint, gdk_window_get_type_hint):
512         * gdk/quartz/GdkQuartzWindow.c
513         ([GdkQuartzWindow -canBecomeMainWindow])
514         ([GdkQuartzWindow -canBecomeKeyWindow]): Implement type hints and
515         use them to determine which windows should be allowed to become
516         main and key windows.
517
518 2006-07-19  Richard Hult  <richard@imendio.com>
519
520         * gdk/quartz/gdkwindow-quartz.c:
521         (_gdk_windowing_window_get_pointer): Get the position correctly
522         for the root window. Fixes bug #347976, patch by Dave Vasilevsky.
523
524 2006-07-18  Matthias Clasen  <mclasen@redhat.com>
525
526         * NEWS: Updates
527
528         * gtk/gtkdnd.c: Make the ipc widgets GtkWindows instead
529         of GtkInvisibles, and put them in the same window group
530         as the drag source, to avoid interactions between DND
531         and window groups.  (#347277, Michael Wu, analysis by
532         Owen Taylor)
533
534 2006-07-18  John (J5) Palmieri  <johnp@redhat.com>
535
536         * modules/printbackends/cups/gtkprintbackendcups.c:
537         Make bits from my last commit are conditionally compiled
538         only if cups 1.2 is available. 
539
540 2006-07-18  John (J5) Palmieri  <johnp@redhat.com>
541
542         * gtk/gtkprinteroption.h:
543         * gtk/gtkprinteroptionwidget.c:
544         * modules/printbackends/cups/gtkprintbackendcups.c:
545         add GTK_PRINTER_OPTION_TYPE_PICKONE_PASSWORD,
546         GTK_PRINTER_OPTION_TYPE_PICKONE_PASSCODE,
547         GTK_PRINTER_OPTION_TYPE_PICKONE_REAL,
548         GTK_PRINTER_OPTION_TYPE_PICKONE_INT,
549         and GTK_PRINTER_OPTION_TYPE_PICKONE_STRING options to support a subset
550         of the new CUPS 1.2 custom options spec
551
552 2006-07-18  Federico Mena Quintero  <federico@novell.com>
553
554         Fix https://bugzilla.novell.com/show_bug.cgi?id=184875 - make the
555         location entry in Save mode preserve the stuff from
556         set_filename(); it was overwriting it with $cwd.
557
558         This is the same fix for
559         http://bugzilla.gnome.org/show_bug.cgi?id=347066
560
561         * tests/autotestfilechooser.c: (test_black_box): Added black-box
562         test for set_filename() and set_current_name().
563
564         * gtk/gtkfilechooser.c (gtk_file_chooser_get_type): Cast to
565         GClassInitFunc in the call to g_type_register_static_simple(), to
566         avoid a compiler warning.
567
568         * gtk/gtkfilechooserprivate.h (struct _GtkFileChooserDefault):
569         Added a browse_files_last_selected_name field.  We'll copy the
570         logic from gtkfilesel.c to see when to clear the location entry.
571         (struct _GtkFileChooserDefault): Removed the
572         processing_pending_selections field.
573
574         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
575         Free impl->browse_files_last_selected_name.
576         (pending_select_paths_process): Don't use
577         impl->processing_pending_selections.
578         (update_chooser_entry): Keep track of the name that was last
579         selected in the file list.  We use this to know when to clear the
580         location entry.  The logic is similar to that of
581         gtkfilesel.c:gtk_file_selection_file_changed().  This also lets us
582         get rid of the processing_pending_selections flag.
583         (update_chooser_entry): Clear the entry if we didn't have a
584         selection before.
585         (location_switch_to_filename_entry): Do not set $cwd as the
586         contents of the location entry here...
587         (location_popup_handler): ... but do it here instead, only as the
588         result of the user asking to turn on the location entry.
589         (gtk_file_chooser_default_get_paths): If the location entry is
590         empty, do the fallback of seeing if it is sensible to say that
591         $cwd is the selected path.
592         (gtk_file_chooser_default_update_current_folder): Don't set the
593         text of the location entry; this is no longer needed with the
594         fixes above.
595         (shortcuts_activate_iter): Clear the location entry when
596         activating a shortcut if we are not in SAVE mode.  This keeps the
597         contents of the location entry consistent even when switching
598         folders via the shortcuts.
599
600 2006-07-18  Michael Natterer  <mitch@imendio.com>
601
602         * gtk/gtkrange.c: remember the sensitivity of the steppers in
603         GtkRangeLayout, update it in gtk_range_calc_layout() and check for
604         changes in layout_changed(), so adjustment changes that leave the
605         slider position unchanged are still able to update the steppers'
606         sensitivity. Fixes bug #347902.
607
608 2006-07-18  Kristian Rietveld  <kris@imendio.com>
609
610         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing):
611         oooops.
612
613 2006-07-18  Kristian Rietveld  <kris@imendio.com>
614
615         Fix for #335012, reported by Matteo Nastasi.
616
617         * gtk/gtktreeview.c (gtk_tree_view_real_start_editing): if the
618         requested space of the editable is smaller than the cell area,
619         put it up above the middle of the cell area.
620
621         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing):
622         configure the inner border to cover the cell area if the 
623         entry requisition is smaller than the cell_area.
624
625 2006-07-18  Kristian Rietveld  <kris@imendio.com>
626
627         Another fix for #164884.
628
629         * gtk/gtktreeprivate.h: add in_grab field.
630
631         * gtk/gtktreeview.c (gtk_tree_view_button_press): only save press
632         to possibly begin a drag when there's no grab pending,
633         (gtk_tree_view_grab_notify): toggle in_grab field.
634
635 2006-07-18  Kristian Rietveld  <kris@imendio.com>
636
637         * gtk/gtktreeview.c (gtk_tree_view_realize): use MAX
638         priv->width, alloc.width when allocating the bin_window,
639         (gtk_tree_view_bin_expose): don't overrun bin_window when drawing
640         the flat box.
641
642 2006-07-17  Richard Hult  <richard@imendio.com>
643
644         * gtk/gtkdnd-quartz.c: (gtk_drag_begin_internal): Set an empty
645         NSImage if there is none, covers the cases where applications try
646         to set a pixmap which is not supported by the quartz backend.
647
648 2006-07-17  Richard Hult  <richard@imendio.com>
649
650         * gdk/quartz/gdkevents-quartz.c: (create_key_event):
651         * gdk/quartz/gdkkeys-quartz.c: (_gdk_quartz_key_event_type),
652         (_gdk_quartz_key_is_modifier):
653         * gdk/quartz/gdkprivate-quartz.h: Fill in string, length and
654         is_modifier for key events. Map some more keys into gdk keyvals.
655
656 2006-07-17  Matthias Clasen  <mclasen@redhat.com>
657
658         * gtk/gtknotebook.c (gtk_notebook_stop_reorder): Don't undo
659         reordering if we haven't been reordering.  (#346836, Ed Catmur)
660
661 2006-07-17  Richard Hult  <richard@imendio.com>
662
663         * gdk/quartz/gdkkeys-quartz.c: Add escape to the list of special
664         keys, to get the escape key working.
665
666 2006-07-17  Richard Hult  <richard@imendio.com>
667
668         * gdk/quartz/gdkdisplay-quartz.c (gdk_display_open): Initialize
669         GdkInput.
670         
671 2006-07-17  Kristian Rietveld  <kris@imendio.com>
672
673         * gtk/gtktreeview.c (gtk_tree_view_build_tree): check if the iter
674         still has children after running the test-expand-row func,
675         (gtk_tree_view_real_expand_row): ditto. (#302127, Billy Biggs).
676
677 2006-07-17  Michael Natterer  <mitch@imendio.com>
678
679         * gtk/gtkcalendar.c (calendar_timer): use 5 * gtk-timeout-repeat,
680         just as many other widgets. Makes the calendar arrow buttons
681         usable for quick month/year skipping (#142582).
682
683 2006-07-17  Richard Hult  <richard@imendio.com>
684
685         * gdk/quartz/gdkwindow-quartz.c:
686         (_gdk_windowing_window_destroy_foreign): Fix comment.
687         (gdk_window_set_title): Surround by release pool macros.
688         (gdk_window_get_type_hint): Fix return value.
689         (gdk_window_get_frame_extents): Implement.
690         (gdk_window_iconify): Use the release pool macros.
691         (gdk_window_deiconify): Likewise. 
692         (_gdk_windowing_get_pointer): Implement.
693         (gdk_window_get_deskrelative_origin, gdk_window_get_root_origin): 
694         Implement.
695
696         * gdk/quartz/gdkevents-quartz.c (create_crossing_event) 
697         (create_scroll_event, convert_window_coordinates_to_root): 
698         Set coordinates and root coordinates for crossing and scroll 
699         events.
700
701         * gdk/quartz/gdkcursor-quartz.c (gdk_cursor_new_for_display): 
702         Map some more cursors.
703
704 2006-07-17  Matthias Clasen  <mclasen@redhat.com>
705
706         * gdk/gdkwindow.c (gdk_window_get_pointer): Add some more
707         detail to the docs.  (#311399, Nikos Kouremenos)
708
709         * gtk/gtkentrycompletion.c (gtk_entry_completion_set_match_func): 
710         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_set_text_column): 
711         Fix typos in the docs.
712
713 2006-07-16  Matthias Clasen  <mclasen@redhat.com>
714
715         * gtk/gtkassistant.c: Some small documentation
716         fixups.  (#347711, Guillaume Cottenceau)
717
718         * gtk/gtkfilechooserdefault.c (browse_widgets_create): Mark
719         the text of the location label as translatable.  
720
721         * gtk/gtkprintjob.c (gtk_print_job_send): Fix a typo in 
722         the docs.  (#347211, Kouhei Sutou)   
723
724         * configure.in: Make the test for the sync extension
725         more robust.  (#347315, Tommi Komulainen)
726
727 2006-07-13  Michael Emmel  <mike.emmel@gmail.com>
728
729         * gdk/directfb/gdkdrawable-directfb.c
730         Remove +1 in fill and draw rect this may be wrong.
731         Commented out update calls left for reference the should not be needed.
732         Comment out subsurface for cairo remove when proved its not needed
733         * gdk/directfb/gdkkeys-directfb.c
734         Allow multiple calls and return if initalized
735         * gdk/directfb/gdkmain-directfb.c
736         Make sure string is malloced since its freed by apps
737         * gdk/directfb/gdkprivate-directfb.c
738         Added back pointer to window for paintable impl
739         * gdk/directfb/gdkvisual-directfb.c
740         Fix for Bug 346733 make sure visual list is populated
741         * gdk/directfb/gdkwindow-directfb.c
742         Finally removed uneeded pixmap buffering now implements GdkPainter
743
744 2006-07-11  Emmanuele Bassi  <ebassi@gnome.org>
745
746         * gtk/gtkrecentchooser.c (gtk_recent_chooser_set_show_numbers),
747         (gtk_recent_chooser_get_show_numbers): Check if the chooser
748         implementation supports the "show-number" property and use a
749         meaningful warning in case it doesn't; tell developers not to
750         use these functions.
751
752 2006-07-10  Matthias Clasen  <mclasen@redhat.com>
753
754         * gtk/gtkaction.c:
755         * gtk/gtkiconview.c:
756         * gtk/gtkprintbackend.c:
757         * gtk/gtkprintoperation-unix.c:
758         * gtk/gtkscrolledwindow.c:
759         * gtk/gtktoolbar.c: Fix some typos with inline property
760         docs.  (#347065, John Finlay)
761
762         * gtk/gtkfilechooserbutton.c: Fix some memory handling
763         issues.  (#347043, Chris Wilson)
764
765 2006-07-10  Emmanuele Bassi  <ebassi@gnome.org>
766
767         * gtk/gtkrecentchooserdefault.c (scan_for_uri_cb): Do not
768         leak the URI returned by the model; select the row when
769         calling gtk_recent_chooser_set_current_uri(). (patch by
770         Torsten Schoenfeld)
771
772 2006-07-10  Matthias Clasen  <mclasen@redhat.com>
773
774         * gtk/gtkpapersize.c (gtk_paper_size_is_equal): Fix a 
775         typo in the docs.  (#347041, Kouhei Sutou)
776
777         * gtk/gtkprintcontext.c (gtk_print_context_get_height): Fix
778         a typo in the docs.  (#347032, Kouhei Sutou)
779
780         * gtk/gtkassistant.c (gtk_assistant_focus): Don't assume
781         that priv->current_page is non-NULL.  (#347048, Guillaume 
782         Cottenceau)
783
784         * gtk/gtk.symbols: Add some missing deprecation guards.
785
786         * gdk/directfb/gdkwindow-directfb.c: Don't confuse gtk-doc.
787
788 2006-07-10  Richard Hult  <richard@imendio.com>
789
790         * gdk/quartz/gdkpixmap-quartz.c: (gdk_bitmap_create_from_data): 
791         Account for alignment when reading xbm data. (#346721, patch
792         by Dave Vasilevsky)
793
794 2006-07-09  Richard Hult  <richard@imendio.com>
795
796         * gdk/quartz/gdkgeometry-quartz.c:
797         * gdk/quartz/gdkmain-quartz.c:
798         * gdk/quartz/gdkpixmap-quartz.c:
799         * gdk/quartz/gdkwindow-quartz.c:
800         * gtk/gtkclipboard-quartz.c: Implement some more stubs for pygtk, 
801         bug #346713.
802
803 2006-07-09  Richard Hult  <richard@imendio.com>
804
805         * gdk/quartz/gdkwindow-quartz.c (gdk_window_new): Release the pool
806         in all cases.
807         (move_resize_window_internal): Surround by alloc/release pool.
808         Patch from Brian Tarricone, fixes bug #347018.
809
810 2006-07-08  Matthias Clasen  <mclasen@redhat.com>
811
812         * gtk/gtkfilechooserbutton.c (update_label_and_image): Don't
813         leak an empty list.  (#346970, Chris Wilson)
814
815 2006-07-08  Behdad Esfahbod  <behdad@gnome.org>
816
817         * gdk/gdkpango.c (layout_iter_get_line_clip_region),
818         (gdk_pango_layout_line_get_clip_region),
819         (gdk_pango_layout_get_clip_region): Fix quadratic implementation of
820         gdk_pango_layout_get_clip_region into a linear one. (#337910, patch
821         by Priit Laes)
822
823 2006-07-07  Richard Hult  <richard@imendio.com>
824
825         * gdk/quartz/gdkevents-quartz.c: Generate a grab broken event when
826         appropriate. Fixes bug #346603, patch from Dave Vasilevsky.
827         
828         * gdk/quartz/gdkevents-quartz.c:
829         * gdk/quartz/gdkkeys-quartz.c:
830         * gdk/quartz/gdkprivate-quartz.c: Another patch from Dave Vasilevsky,
831         fixes bug #346605. Makes modifier key events being sent properly.
832
833 2006-07-07  Michael Natterer  <mitch@imendio.com>
834
835         * gtk/gtkrc.c
836         * gtk/gtksettings.c: fix canonicalization of property names which
837         was broken after recent constant string cleanup.
838
839 2006-07-07  Matthias Clasen  <mclasen@redhat.com>
840
841         * gtk/gtkicontheme.c: Small memory savings.
842
843 2006-07-06  Matthias Clasen  <mclasen@redhat.com>
844
845         * gtk/gtkfilechooserbutton.c: Get the display name
846         for the home directory.  (#346498, Dennis Cranston,
847         patch by Andreas Köhler)
848
849 2006-07-06  Behdad Esfahbod  <behdad@gnome.org>
850
851         * configure.in: Drop required Pango version down to 1.12.0. (#346597)
852
853 2006-07-06  John (J5) Palmieri  <johnp@redhat.com>
854
855         * modules/printbackends/cups/gtkprintbackendcups.c: 
856         (cups_request_printer_list_cb): Get the name of the first printer
857         in a class to use when requesting a PPD
858         (cups_request_ppd_cb, cups_request_ppd): Fix the parameters of
859         the "details-acquired" signal emittion
860         (cups_request_ppd): get the ppd name from the cups printer
861
862         * modules/printbackends/cups/gtkprintercups.c (gtk_printer_cups_get_ppd_name):
863         New method for getting the name of the ppd we should request
864
865 2006-07-06  Michael Natterer  <mitch@imendio.com>
866
867         * gtk/gtkrc.c: added a bunch of utility functions to copy
868         icon_factories and color_hashes between GtkRcStyles and make sure
869         that newly created, duplicated and merged styles have access to
870         all icon_factories and color_hashes they need. Fixes bug #346668.
871
872 2006-07-06  Matthias Clasen  <mclasen@redhat.com>
873
874         * gtk/*.c: Improve the -/_ consistency in signal and
875         property names, reducing the amount of near-duplicate strings.
876
877 2006-07-05  Matthias Clasen  <mclasen@redhat.com>
878
879         * gtk/gtktreeview.c (gtk_tree_view_set_enable_tree_lines): Don't
880         leak dash_list.  (#346639, Christian Persch)
881
882         * gtk/gtkwindow.c (gtk_window_unmap, gtk_window_set_keep_above) 
883         (gtk_window_set_keep_below): Fix some assignments involving
884         booleans.  (#346467, Christian Persch)
885
886 2006-07-03  Matthias Clasen <mclasen@redhat.com>
887
888         * gtk/gtkgamma.c: Use serialized pixbufs instead of xpms.
889         
890 2006-07-03  Runa Bhattacharjee <runabh@gmail.com>
891
892         * configure.in: Added Bengali India (bn_IN) to ALL_LINGUAS.
893
894 2006-06-26  Michael Emmel  <mike.emmel@gmail.com>
895         
896         * gdk/directfb/gdkdirectfb.h: changed ifdef to compile with api introduced
897         in directfb 0.9.25 
898         * gdk/directfb/gdkwindow-directfb.c: changed ifdef to 0.9.25 
899
900 2006-07-03  Matthias Clasen  <mclasen@redhat.com>
901
902         * configure.in: Bump version
903
904 2006-07-02  Matthias Clasen  <mclasen@redhat.com>
905         
906         * === Released 2.10.0 ===
907
908         * gtk/gtkmenubar.c (window_key_press_handler): Treat
909         "" like NULL when parsing the menu-bar-accel setting.   
910         * gtk/gtkmenu.c (gtk_menu_key_press): Here too.  
911         (#346420, Yevgen Muntyan)
912
913         * configure.in: Require cairo 1.2 and GLib 2.12,
914         set version to 2.10
915
916 2006-06-30  Matthias Clasen  <mclasen@redhat.com>
917         
918         * gtk/gtknotebook.c (gtk_notebook_tab_space): Remove
919         redundant assignments to page, which may cause NULL
920         dereferences.  (#346334, Dave Vasilevsky)
921
922         * demos/gtk-demo/editable_cells.c: Portability fix.
923         (#346375, Thomas Klausner)
924
925         * NEWS, README.in, INSTALL.in: Updates
926
927         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize):
928         Don't leak default_sort_data.  (#346341, Christian Weiske)
929
930         * gtk/Makefile.am: Make sure all win32-specific printing
931         sources are distributed.  (#346312, Erik van Pienbroek)
932         
933         * gtk/gtkprinter.c (gtk_enumerate_printers): Always call the
934         destroy notify.  (#346027, Christian Persch)
935
936         * gtk/gtkprintsettings.c (gtk_print_settings_get_page_ranges):
937         Documentation updates.
938
939         * gtk/gtkprintunixdialog.c (gtk_print_unix_dialog_set_settings):
940         Don't leak the ranges.  (#346237, Carolyn MacLeod)
941
942         * gtk/gtkprintjob.[hc]: Add a PREVIEW capability to hide
943         the preview button.  (#346113, Christian Persch)
944
945         * gtk/gtkprintunixdialog.c (update_dialog_from_capabilities):
946         Hide the preview button depending on the capability.
947
948         * gtk/gtkprintoperation-unix.c: Set the PREVIEW capability.
949
950 2006-06-29  Bill Skaggs  <weskaggs@primate.ucdavis.edu>
951
952         * gtk/gtkprogress.h: revert last change by Matthias -- it broke the
953         build of gtkprogressbar.
954
955 2006-06-29  Matthias Clasen  <mclasen@redhat.com>
956
957         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Update the 
958         size of the drawable for the root window when the screen size 
959         changes.  (#346102, Sven Herzberg)
960
961 2006-06-29  Matthias Clasen  <mclasen@redhat.com>
962
963         * NEWS: Updates
964
965         * gtk/gtkprintoperation.c: Clarify docs for the allow-async
966         property.  (#346108, Christian Persch)
967
968 2006-06-28  Matthias Clasen  <mclasen@redhat.com>
969
970         * gtk/gtkprinter.c: 
971         * gtk/gtkprintunixdialog.c: 
972         * gtk/gtkprintoperationpreview.c: 
973         * gtk/gtkprintcontext.c (gtk_print_context_set_cairo_context): 
974         * gtk/gtklabel.c (gtk_label_set_line_wrap_mode): 
975         * gtk/gtkentry.c (gtk_entry_new):       
976         * gtk/gtkprintoperation.c (gtk_print_operation_set_custom_tab_label): 
977         * gtk/gtkclipboard.c (gtk_clipboard_wait_for_rich_text): Documentation
978         additions and fixes.
979
980         * gtk/gtkaspectframe.h:
981         * gtk/gtkaboutdialog.c:
982         * gtk/gtkcalendar.c:
983         * gtk/gtkinputdialog.c: 
984         * gtk/gtk.symbols: Remove unnecessary includes.
985         
986         * gtk/gtkprogress.[hc]: 
987         * gtk/gtkitemfactory.[hc]: Don't unnecessarily use GTK_COMPILATION,
988         remove unnecessary includes.
989
990         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Only select the
991         XKB event details we actually care about.  (#346079, Ryan Lortie)
992
993 2006-06-27  Kristian Rietveld  <kris@gtk.org>
994
995         * gtk/gtktreeview.c (gtk_tree_view_set_model): cancel the
996         expand collapse timeout when unsetting the model (Fixes #327164,
997         reported by Daichi Kawahata).
998
999 2006-06-26  Michael Emmel  <mike.emmel@gmail.com>
1000         
1001         * gdk/directfb/gdkdirectfb.h: added ifdef to compile with directfb 0.9.24 
1002         * gdk/directfb/gdkwindow-directfb.c: ifdef depend on directfb cvs 
1003
1004 2006-06-26  Kristian Rietveld  <kris@gtk.org>
1005
1006         Make the insert and set functions somewhat more convenient.
1007         (#343841, David Necas).
1008
1009         * gtk/gtkliststore.c (gtk_list_store_insert_with_values): allow
1010         a NULL iter,
1011         (gtk_list_store_insert_with_valuesv): likewise.
1012
1013         * gtk/gtktreestore.c (gtk_tree_store_insert_with_values): ditto,
1014         (gtk_tree_store_insert_with_valuesv): likewise.
1015
1016 2006-06-26  Michael Natterer  <mitch@imendio.com>
1017
1018         * gtk/gtktextview.c (gtk_text_view_size_allocate): revert "keep
1019         cursor visible when size changes" since it breaks things (#344874).
1020
1021 2006-06-26  Matthias Clasen  <mclasen@redhat.com>
1022
1023         * gtk/gtkcombobox.c (gtk_cell_view_menu_item_new): Avoid
1024         a refcounting leak in the python bindings.  (#344876, Phil Dumont)
1025
1026 2006-06-25  Matthias Clasen  <mclasen@redhat.com>
1027
1028         * gtk/gtkprinter.c (gtk_enumerate_printers): Make
1029         this work when the enumeration is stopped early.  (#344074,
1030         Felipe Heidrich)
1031
1032 2006-06-24  Matthias Clasen  <mclasen@redhat.com>
1033
1034         * gtk/gtkcombobox.c: Update the height as well
1035         when changing fonts.  (#321393, Billy Biggs)
1036 `
1037 2006-06-23  Christian Rose  <menthos@menthos.com>
1038
1039         * configure.in: Added "ur" to ALL_LINGUAS.
1040
1041 2006-06-22  Matthias Clasen  <mclasen@redhat.com>
1042
1043         Fix #345663, reported by Kazuki Iwamoto
1044         
1045         * gtk/gtkaction.c: Include gtkiconfactory.h
1046
1047         * gtk/gtkactiongroup.c: Include gtkicontheme.h
1048
1049 2006-06-22  Michael Natterer  <mitch@imendio.com>
1050
1051         * gtk/gtktextview.c (gtk_text_view_size_allocate): keep the cursor
1052         visible when the size changes. Fixes bug #344874.
1053
1054 2006-06-22  Matthias Clasen  <mclasen@redhat.com>
1055
1056         * gtk/gtkpintjob.h: Add a note about updating the registration.
1057         * gtk/gtkprintjob.c (gtk_print_capabilites_get_type): Add missing
1058         capabilitites. 
1059
1060         * modules/printbackends/cups/gtkprintbackendcups.c: Remove
1061         an unused variable and make it compile with Cups 1.1.  (#345644,
1062         Joseph Sacco)
1063
1064 2006-06-21  Matthias Clasen  <mclasen@redhat.com>
1065
1066         * configure.in: Bump version
1067         
1068         * === Released 2.9.4 ===
1069
1070         * modules/printbackends/file/gtkprintbackendfile.c: 
1071         Apply a patch by Christian Persch to support PostScript and PDF
1072         output.
1073
1074         * gtk/gtkprinteroptionwidget.c (radio_changed_cb): Don't free
1075         the value.
1076
1077 2006-06-21  Matthias Clasen  <mclasen@redhat.com>
1078
1079         Apply a patch by John Palmieri to use buffered io using
1080         GIOChannels, clean up error handling and support Cups 1.2
1081         api in the printing code.
1082
1083         * acconfig.h:
1084         * configure.in: Detect Cups 1.2
1085
1086         * gtk/gtkdebug.h:
1087         * gtk/gtkmain.c: Add a printing debug key.
1088
1089         * gtk/gtkprintbackend.[hc]: Remove the GError parameter from
1090         gtk_print_backend_print_stream, and take a  GIOChannel instead
1091         of an fd.
1092
1093         * gtk/gtkprinter-private.h:
1094         * gtk/gtkprinter.c: Replace the fd parameter of 
1095         _gtk_printer_create_cairo_surface by a GIOChannel.
1096
1097         * gtk/gtkprintjob.[hc]: Remove the GError parameter from
1098         gtk_print_job_send and make it return void.
1099
1100         * gtk/gtkprintoperation-unix.c:
1101         * gtk/gtkprintjob.c: Adjust callers, add some debugging support.
1102
1103         * modules/printbackends/Makefile.am: Fix DIST_SUBDIRS.
1104
1105         * modules/printbackends/cups/Makefile.am:
1106         * modules/printbackends/lpr/Makefile.am: Add debug CFLAGS.
1107         
1108         * modules/printbackends/cups/gtkcupsutils.[hc]: 
1109         * modules/printbackends/cups/gtkprintbackendcups.c:
1110         * modules/printbackends/file/gtkprintbackendfile.c:
1111         * modules/printbackends/lpr/gtkprintbackendfile.c: Adapt to
1112         the GIOChannel and GError changes, add debug output
1113         
1114 2006-06-21  Matthias Clasen  <mclasen@redhat.com>
1115
1116         * gtk/gtkprinter.c (gtk_enumerate_printers): Remove an 
1117         unused variable.
1118
1119         * NEWS: Updates
1120
1121         * gtk/gtktreeview.c (gtk_tree_view_class_init): Fix the registration
1122         of the grid-lines property  (#345456, Murray Cumming) 
1123         
1124 2006-06-21  Kristian Rietveld  <kris@imendio.com>
1125
1126         Allocate space for the grid lines when they are enabled.
1127
1128         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): make sure the cell
1129         area does not overlap with the grid lines, also draw the line for
1130         "the next cell" in the last loop iteration, make sure the cursor falls
1131         in between the grid lines,
1132         (validate_row): request extra space for the grid lines.
1133
1134 2006-06-21  Matthias Clasen  <mclasen@redhat.com>
1135
1136         * gtk/gtkprintbackend.h: 
1137         * gtk/gtkprintbackend.c (gtk_print_backend_print_stream): Add an
1138         GError parameter.
1139
1140         * modules/printbackends/file/gtkprintbackendfile.c 
1141         (gtk_print_backend_file_print_stream): 
1142         * modules/printbackends/lpr/gtkprintbackendlpr.c 
1143         (gtk_print_backend_lpr_print_stream): 
1144         * modules/printbackends/cups/gtkprintbackendcups.c 
1145         (gtk_print_backend_cups_print_stream): 
1146         * gtk/gtkprintjob.c (gtk_print_job_send): Update all callers and
1147         implementations.
1148
1149         * modules/printbackends/cups/gtkprintbackendcups.c: Remove the
1150         GError parameter from cups_request_execute(), and various other
1151         cleanups.
1152
1153 2006-06-20  Matthias Clasen  <mclasen@redhat.com>
1154
1155         * gtk/gtkprintjob.c (gtk_print_job_class_init): Make 
1156         track-print-status a property.
1157
1158 2006-06-20  Murray Cumming  <murrayc@murrayc.com>
1159
1160         * gtk/gtkprintoperation.c: (gtk_print_operation_class_init): 
1161         Correctly register the done signal - it sends an enum, not an int.
1162
1163 2006-06-20  Christian Persch  <chpe@cvs.gnome.org>
1164         
1165         * configure.in
1166         * gtk/Makefile.am
1167         * modules/printbackends/Makefile.am
1168         A modules/printbackends/file/.cvsignore
1169         A modules/printbackends/file/Makefile.am
1170         A modules/printbackends/file/gtkprintbackendfile.c
1171         A modules/printbackends/file/gtkprintbackendfile.h
1172         R modules/printbackends/pdf/*:
1173         Rename "pdf" backend to "file" backend. Step 2 from bug #339592.
1174
1175 2006-06-20  Christian Persch  <chpe@cvs.gnome.org>
1176
1177         * gtk/gtkprinteroptionwidget.c: (filesave_changed_cb),
1178         (alternative_set), (construct_widgets): Convert input to filename
1179         encoding and construct an URI from that.
1180         * gtk/gtkprintsettings.h: Add OUTPUT_FILE_FORMAT and OUTPUT_URI keys.
1181         * modules/printbackends/pdf/gtkprintbackendpdf.c: Use those defines.
1182         Step 1 from bug #339592.
1183
1184 2006-06-20  Matthias Clasen  <mclasen@redhat.com>
1185
1186         * gtk/gtkprintjob.c (gtk_print_job_set_source_file): Add to docs.
1187
1188         Fix handling of stock items without icons in action-based
1189         ui.  (#342458, Callum McKenzie)
1190         
1191         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full): Set
1192         the stock id even if there is no icon for it.
1193
1194         * gtk/gtkaction.c (connect_proxy): 
1195         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents): Only
1196         construct a stock icon if the stock item has an icon.
1197
1198 2006-06-20  Matthias Clasen  <mclasen@redhat.com>
1199
1200         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_info): Better 
1201         fix.
1202
1203         * gtk/gtk.symbols: 
1204         * gtk/gtkprintsettings.h: 
1205         * gtk/gtkprintsettings.c: Remove unused print-to-file setting.
1206
1207 2006-06-20  Carlos Garnacho  <carlosg@gnome.org>
1208
1209         * gtk/gtknotebook.c (gtk_notebook_stop_reorder): unset the pressed
1210         button here.
1211         (gtk_notebook_grab_notify): stop reorder when the widget becomes
1212         shadowed. Fixes bug #335873
1213
1214 2006-06-18  Christian Persch  <chpe@cvs.gnome.org>
1215
1216         * gtk/gtkdialog.c: (gtk_dialog_class_init): Set default action area
1217         spacing to HIG-compliant 6px. Bug #345106, follow-up from bug #163850.
1218
1219 2006-06-20  Matthias Clasen  <mclasen@redhat.com>
1220
1221         * gtk/gtkiconview.c (gtk_icon_view_enable_model_drag_dest): 
1222         Small doc fix.  (#345176, Claudio Saavedra)
1223
1224         * gdk/x11/gdkwindow-x11.c (gdk_window_set_functions): Update
1225         the docs. (#345194, Yevgen Muntyan)
1226
1227 2006-06-19  Matthias Clasen  <mclasen@redhat.com>
1228
1229         * gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): Don't leak
1230         dash_list.
1231         (gtk_tree_view_set_column_drag_info): Don't crash if the 
1232         column_drop_func says always no.  (#344850, Christian Weiske)
1233         
1234         Make transparent tray icons work.  (#320034, based on a 
1235         patch by Dan Winship)
1236         
1237         * gtk/gtktrayicon-x11.c (gtk_tray_icon_init): Make trayicons
1238         app-paintable and non-double buffered. 
1239
1240         * gtk/gtkrc.c (_gtk_rc_init): Give tray icons a parent-relative
1241         background in the default style.
1242
1243 2006-06-19  Matthias Clasen  <mclasen@redhat.com>
1244
1245         * gtk/updateiconcache.c: Marks strings for translation.  (#314278,
1246         Claudio Saavedra)
1247
1248         * gtk/gtkentrycompletion.c (gtk_entry_completion_compute_prefix): Don't
1249         call g_str_has_prefix on a NULL strung.  (#344897, Tommi Komulainen)
1250
1251         * gtk/gtkfilechooserdefault.c: 
1252         Avoid a near-duplicate string and add some
1253         translator comments.  (#345320, #345321, Hendrik Richter)
1254
1255 2006-06-19  Federico Mena Quintero  <federico@novell.com>
1256
1257         * gtk/gtkfilechooser.c (gtk_file_chooser_get_current_folder)
1258         (gtk_file_chooser_get_current_folder_uri): Clarify the use of
1259         these functions, to avoid the case where a chooser is in
1260         SELECT_FOLDER mode and people mistakenly use _get_current_folder()
1261         to get the selection:  they should use _get_filename() instead.
1262
1263 2006-06-19  Alexander Larsson  <alexl@redhat.com>
1264
1265         * gtk/gtk.symbols:
1266         * gtk/gtklabel.[ch]:
1267         Add gtk_label_set_line_wrap_mode, gtk_label_get_line_wrap_mode, and
1268         a wrap-mode property that lets you set the PangoWrapMode.
1269
1270 2006-06-19  Matthias Clasen  <mclasen@redhat.com>
1271
1272         * gtk/gtk.symbols: Add new functions
1273
1274         * gtk/gtkprinter.h: 
1275         * gtk/gtkprinter.c (gtk_enumerate_printers): New function
1276         to list all printers (#344074, Felipe Heidrich)
1277
1278         * gtk/gtkprinter-private.h: 
1279         * gtk/gtkprinter.c (_gtk_printer_get_options) 
1280
1281         * gtk/gtkprintbackend.h: Add a capabilities argument to the 
1282         printer_get_options method and to the _gtk_printer_get_options
1283         function
1284         
1285         * modules/printbackends/lpr/gtkprintbackendlpr.c 
1286         (lpr_printer_get_options): 
1287         * modules/printbackends/pdf/gtkprintbackendpdf.c 
1288         (pdf_printer_get_options): 
1289         * modules/printbackends/cups/gtkprintbackendcups.c 
1290         (cups_printer_get_options): 
1291         * gtk/gtkprintunixdialog.c (selected_printer_changed): Adjust
1292         callers and implementations.
1293
1294         * gtk/gtkprintjob.h: Add a GENERATE_PS capability. 
1295         * gtk/gtkprintunixdialog.c (is_printer_active): And use it here.
1296
1297 2006-06-18  Matthias Clasen  <mclasen@redhat.com>
1298
1299         * tests/testnouiprint.c (main): Don't open a display connection.
1300
1301         * gtk/gtkprintbackend.c (gtk_print_backend_load_modules): Make
1302         this work without a display connection.  (339702, Alexander Larsson)
1303
1304         * gtk/gtkwindow.c (gtk_window_move): Small doc addition. 
1305         (#345275, Behdad Esfahbod)
1306
1307 2006-06-17  Matthias Clasen  <mclasen@redhat.com>
1308
1309         * modules/printbackends/pdf/gtkprintbackendpdf.c:
1310         * modules/printbackends/lpr/gtkprintbackendlpr.c: Fix a typo:
1311         s/Extention/Extension/. 
1312         
1313         * gtk/gtkprintunixdialog.c: Clean up the handling of 
1314         printer-specific options. There is just one extension point on the
1315         main tab now, and all options in the GtkPrintDialogExtension
1316         group are put there. 
1317
1318         * gtk/gtkprinteroption.h: 
1319         * gtk/gtkprinteroption.c: Add GTK_PRINTER_OPTION_TYPE_ALTERNATIVE
1320         which is semantically the same as PICKONE, but is intended to 
1321         show all options all the time.
1322         
1323         * gtk/gtkprinteroptionwidget.c: Implement ALTERNATIVE as radio
1324         group.
1325
1326 2006-06-16  Matthias Clasen  <mclasen@redhat.com>
1327
1328         * modules/printbackends/cups/gtkprintbackendcups.c:
1329         * modules/printbackends/lpr/gtkprintbackendlpr.c: Use a stock icon
1330         for printers.
1331
1332         * gtk/gtkprintunixdialog.c (add_option_to_table): Don't grow
1333         additional columns.
1334
1335         * gtk/gtkprintbackend.h: Add a GtkPrintSettings parameter to the
1336         printer_create_cairo_surface method.
1337         
1338         * modules/printbackends/pdf/gtkprintbackendpdf.c: 
1339         * modules/printbackends/cups/gtkprintbackendcups.c: 
1340         * modules/printbackends/lpr/gtkprintbackendlpr.c: 
1341         * gtk/gtkprinter.c (_gtk_printer_create_cairo_surface): 
1342         * gtk/gtkprinter-private.h: 
1343         * gtk/gtkprintjob.c (gtk_print_job_get_surface): Adapt all users.
1344
1345         * gtk/gtkentrycompletion.c (gtk_entry_completion_finalize): Don't
1346         leak match data.  (#345107,  Christian Weiske)
1347
1348         * gtk/gtkprintunixdialog.c (populate_dialog): Move the conflict
1349         label out of the button box.  (#339456, Christian Persch)
1350
1351         * gtk/gtksizegroup.c (compute_dimension): Ignore unmapped widgets
1352         when ignore_hidden is TRUE.  (#344707, Christian Persch)
1353
1354         * configure.in: Require cvs glib.
1355
1356         * gtk/gtkprintoperation-unix.c: 
1357         (_gtk_print_operation_platform_backend_create_preview_surface): 
1358         Don't use a temporary directory for preview files, since it
1359         is not clear who cleans it up. Instead, use g_mkstemp() directly
1360         to create a temp pdf file, and make the preview app responsible
1361         for cleaning it up.
1362
1363         * gtk/gtkprintbackend.c: Move the registration of the 
1364         gtk-print-preview-command setting from gtkprintbackend.c to 
1365         gtkprintoperation-unix.c, to make sure it is registered before
1366         the first use. Also, document the two settings.
1367
1368         * tests/print-editor.c: Add a "Preview" menu item.
1369
1370         * gtk/gtkprintoperation-unix.c (handle_print_response): When starting
1371         a preview from the print dialog, set the action to PREVIEW.
1372
1373         * gtk/gtkprintoperation.c: Cosmetic changes.
1374
1375 2006-06-16 Matthias Clasens  <mclasen@redhat.com>
1376
1377         * gtk/gtkprintoperation-unix.c: Mark the preview filename
1378         as translatable (#345093, Christian Persch)
1379
1380 Fri Jun 16 11:49:53 2006  Tim Janik  <timj@imendio.com>
1381
1382         * fixed #337882 by applying patches from Tommi Komulainen:
1383
1384         * gtk/gtkprogressbar.c:
1385         (gtk_progress_bar_paint_activity):
1386         (gtk_progress_bar_get_activity): Move activity bar offset and size
1387         calculations to separate function.
1388         (gtk_progress_bar_paint_text): Allow caller to specify offset for the
1389         prelight part in addition to width.
1390         (gtk_progress_bar_paint): Paint the text also in activity mode, #337882.
1391
1392         * gtk/gtkprogressbar.c: (gtk_progress_bar_paint_text): Paint the
1393         prelighted text on top of the normal rather than side by side, to
1394         simplify painting text in activity mode.
1395
1396 2006-06-16  Matthias Clasen  <mclasen@redhat.com>
1397
1398         * modules/printbackends/cups/gtkprintbackendcups.c: Include
1399         gtkprinter-private.h  (#345038, Christian Persch)
1400  
1401 2006-06-15  Matthias Clasen  <mclasen@redhat.com>
1402
1403         * modules/printbackends/pdf/gtkprintbackendpdf.c: Use the
1404         stock floppy icon.
1405
1406         * gtk/gtkprintoperation-unix.c: Set the GENERATE_PDF capability
1407         when creating a print dialog.  (noted by Yevgen Muntyan)
1408
1409 2006-06-15  Carlos Garnacho  <carlosg@gnome.org>
1410
1411         * gtk/gtknotebook.c (gtk_notebook_motion_notify): use
1412         gdk_window_get_pointer() to get pointer coordinates, but limit its
1413         calls to a maximum of 45 times per second for not being too
1414         CPU/network abusive. stop drag operation if (event->state &
1415         GDK_BUTTON1_MASK) is FALSE to prevent tabs from "adhering" to the
1416         pointer. Fixes bug #341571
1417         (gtk_notebook_calculate_tabs_allocation), (gtk_notebook_button_press):
1418         get rid of the "tab jumps to pointer" sensation when beginning a drag
1419         by using the pointer offset in the tab when the drag begins as an
1420         anchor.
1421         (gtk_notebook_redraw_tabs_union): remove, it wasn't worth the little
1422         performance gain and could draw artifacts under some circumstances.
1423         (gtk_notebook_drag_end): do not reparent the detached tab label until
1424         the animation has ended.
1425
1426 2006-06-15  Bastien Nocera  <hadess@hadess.net>
1427
1428         * configure.in: Update the Cairo requirements (#345008)
1429
1430 2006-06-15  Matthias Clasen  <mclasen@redhat.com>
1431
1432         * gtk/gtkprintoperationpreview.c 
1433         (gtk_print_operation_preview_base_init): Fix errors in the
1434         signal definitions.  (#344891, Marko Anastasov)
1435
1436 2006-06-14  Michael Emmel  <mike.emmel@gmail.com>
1437         
1438         * configure.in: updated mininum  dfb to 0.9.24
1439         * gdk/directfb/gdkdirectfb.h: added more directfb wrapper functions
1440         * gdk/directfb/gdkdrawable-directfb.c: wrapper functions and patch from 
1441          Claudio Ciccani <klan@users.sf.net> to use a subsurface for cairo
1442     * gdk/directfb/gdkvisual-directfb.c: changed initalization sequence
1443     * gdk/directfb/gdkwindow-directfb.c: corrected reparent for toplevels
1444     * gdk/directfb/gdkdisplay-directfb.c: changed initilization sequence
1445         to a more rational order
1446
1447 2006-06-14  Federico Mena Quintero  <federico@novell.com>
1448
1449         * perf/gtkwidgetprofiler.c (gtk_widget_profiler_profile_expose):
1450         New function; it lets us time the expose sequence of a widget.
1451         (create_widget): New helper function.
1452         (map_widget): New helper function.
1453         (profile_boot): Use create_widget() instead of doing it by hand.
1454         (profile_map_expose): Use map_widget() instead of doing it by hand.
1455
1456         * perf/main.c (main): Call gtk_widget_profiler_profile_expose() as well.
1457
1458 2006-06-14  Matthias Clasen  <mclasen@redhat.com>
1459
1460         * gtk/gtkpagesetupunixdialog.c: Use GKeyFile for the custom
1461         filename storage.  (#344867, Christian Persch)
1462
1463         * gtk/gtkselection.c: Call init_atoms before using atoms
1464         in several functions.  (#344743, John Finlay)
1465
1466         * gtk/gtktreeview.c (gtk_tree_view_set_search_position+_func):
1467         Allow NULL to reset to default.  (#344838, John Finlay)
1468
1469         * gtk/gtkprintjob.h: Collect booleans into a bitfield
1470         (#344765, Christian Persch)
1471
1472 2006-06-13  Matthias Clasen  <mclasen@redhat.com>
1473
1474         * configure.in: Bump version
1475
1476 2006-06-12  Matthias Clasen  <mclasen@redhat.com>
1477
1478         * === Released 2.9.3 ===
1479
1480         * NEWS: Updates
1481         
1482         * gtk/gtk.symbols: Add gtk_tree_view_grid_lines_get_type.
1483
1484         * configure.in: Set interface age to 0
1485
1486 2006-06-12  Kristian Rietveld  <kris@imendio.com>
1487
1488         Introduce grid and tree lines in GtkTreeView. (#106406,
1489         Martyn Russell).
1490
1491         * gtk/gtktreeprivate.h: add new fields to GtkTreePrivate.
1492
1493         * gtk/gtkenums.h: add GtkTreeViewGridLines.
1494
1495         * gtk/gtktreeview.[ch] (gtk_tree_view_set_grid_lines),
1496         (gtk_tree_view_get_grid_lines),
1497         (gtk_tree_view_set_enable_tree_lines),
1498         (gtk_tree_view_get_enable_tree_lines): new API,
1499         (gtk_tree_view_class_init): new properties,
1500         (gtk_tree_view_init), (gtk_tree_view_{get,set}_property),
1501         (gtk_tree_view_realize), (gtk_tree_view_draw_grid_lines),
1502         (gtk_tree_view_bin_expose): implement.
1503
1504         * gtk/gtk.symbols: update.
1505
1506 2006-06-12  Matthias Clasen  <mclasen@redhat.com>
1507
1508         * gtk/gtkprintunixdialog.c (is_printer_active): Use 
1509         gtk_printer_accepts_ps here.
1510
1511         * modules/printbackends/pdf/gtkprintbackendpdf.c (gtk_print_backend_pdf_init):
1512         Mark the virtual "Print to PDF" printer as not accepting PS.
1513
1514         * gtk/gtk.symbols:
1515         * gtk/gtkprinter.h: 
1516         * gtk/gtkprinter.c: Add two new properties accepts-pdf and
1517         accepts-ps (with getters) to allow learning supported formats.
1518
1519         * gtk/gtkprintjob.h: Add a GTK_PRINT_CAPABILITY_GENERATE_PDF
1520         capability.
1521         
1522         * gtk/gtkprintunixdialog.c: Use it here to hide "Print to PDF" 
1523         from the printer list.  (#339592, Christian Persch)
1524         
1525         * gtk/gtkfilechooserdefault.c: Add support for pasting
1526         filenames into the filechooser.  (#153212, Bastian Nocera)
1527
1528 2006-06-12  Kristian Rietveld  <kris@gtk.org>
1529
1530         * gtk/gtktreemodelfilter.[ch]
1531         (gtk_tree_model_filter_convert_child_iter_to_iter),
1532         (gtk_tree_model_filter_convert_child_path_to_path): report status
1533         in return value instead of spewing assertions.  (#335729, Yevgen
1534         Muntyan).
1535
1536 2006-06-12  Matthias Clasen  <mclasen@redhat.com>
1537
1538         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_finalize): 
1539         Clean up user data.  (#344624, Christian Weiske)
1540
1541         * NEWS: Updates
1542
1543         * gtk/gtkprintjob.c:
1544         * gtk/gtkprintbackend.c: 
1545         * gtk/gtkpagesetupunixdialog.c: 
1546         * gtk/gtkprintunixdialog.c: Cosmetic cleanups.
1547
1548 2006-06-11  Matthias Clasen  <mclasen@redhat.com>
1549
1550         * gtk/gtkassistant.c: Add an accessible implementation in
1551         order to make the buttons visible to a11y tools.  (pointed out
1552         by David Malcolm, #343945)
1553
1554         * gtk/gtkprintoperation-win32.c: Store scale as a percentage.
1555         (#344560, Christian Persch)
1556
1557         * gtk/gtkprogressbar.h: Add a dirty flag to GtkProgressBar.n/ 
1558         * gtk/gtkprogressbar.c: Defer updating of the offscreen
1559         pixmap until expose.  (#344543, Chris Wilson)
1560
1561 2006-06-11  Emmanuele Bassi  <ebassi@gnome.org>
1562
1563         * gtk/gtkrecentchooserdefault.c
1564         (get_is_recent_filtered):
1565         * gtk/gtkrecentchoosermenu.c
1566         (get_is_recent_filtered):
1567         Do not leak the groups string vector. (#344607,
1568         John Finlay)
1569
1570 2006-06-11  Tor Lillqvist  <tml@novell.com>
1571
1572         * gtk/gtkprintoperation-win32.c: Fix MSVC build problem. (#339739,
1573         Kazuki Iwamoto)
1574
1575         * gdk/win32/gdkproperty-win32.c (gdk_property_change): Convert \n
1576         to \r\n also when storing CF_UNICODETEXT (UTF-16) in the
1577         Clipboard. (#344496)
1578
1579 2006-06-10  Matthias Clasen <mclasen@redhat.com>
1580
1581         * gtk/gtkrecentchooserwidget.c 
1582         (gtk_recent_chooser_widget_new_for_manager):
1583         * gtk/gtkrecentchoosermenu.c
1584         (gtk_recent_chooser_menu_new_for_manager): 
1585         Allow NULL to mean the default manager.  (#344530, 
1586         John Finlay)
1587
1588         * gtk/gtkprintoperation-unix.c (page_setup_data_free):
1589         Check if rdata->page_setup is set before unreffing it. 
1590         (#344518, Christian Persch)
1591
1592         * gtk/gtkprintoperation.h: Remove an extra comma.  (#344528, 
1593         Elijah Newren)
1594
1595         * modules/printbackends/gtkprintbackendpdf.c 
1596         (gtk_print_backend_pdf_print_stream): Use the passed in 
1597         destroy notify.  (#344513, Christian Persch)
1598
1599         * configure.in: Require cairo 1.1.7
1600
1601         * gtk/gtkprintoperation.c:
1602         * modules/printbackends/pdf/gtkprintbackendpdf.c: Use
1603         cairo_pdf_surface_set_dpi by cairo_surface_set_fallback_resolution.
1604         (#344512, Elijah Newren)
1605
1606         * gdk-2.0-uninstalled.pc.in: Make compiling against uninstalled
1607         gdk work.  (#344386, Masatake Yamamoto)
1608
1609         * gtk/gtkprintoperation.c: Register create_custom_widget as 
1610         an object-returning signal.  (#344505, Marko Anastasov, patch
1611         by Christian Persch)
1612
1613         * gtk/gtkmarshalers.list: Add the right marshaller.
1614
1615         * gtk/gtk.symbols:
1616         * gtk/gtkprintjob.[hc]: Register GtkPrintCapabilities as a
1617         flags type.  (#344504, Marko Anastasov)
1618
1619 2006-06-09  Benjamin Berg  <benjamin@sipsolutions.net>
1620
1621         * gtk/gtkmenuitem.c: (get_offsets): Take GtkMenu::horizontal-padding
1622         into account when placing submenus (#344290)
1623
1624 2006-06-09  Michael Natterer  <mitch@imendio.com>
1625
1626         * gtk/gtkrange.c: added new style properties "trough-side-details"
1627         and "draw-trough-under-steppers" and fixed the "stepper-spacing"
1628         style property. Fixes bugs #342339 and #342249.
1629
1630         "draw-trough-under-steppers", when set to FALSE, starts trough
1631         drawing next to the steppers instead of drawing the trough "below"
1632         (around) the steppers. If "stepper-spacing" is set to any value
1633         larger than zero, "draw-trough-under-steppers" is set to FALSE
1634         automatically to avoid rendering an area that looks clickable but
1635         isn't.
1636
1637         (gtk_range_calc_layout): honor draw-trough-under-steppers.
1638         Don't reserve stepper-spacing on sides of the range that don't
1639         have steppers.
1640
1641         (gtk_range_expose): changed drawing accordingly. Implement
1642         "trough-side-details" which enables drawing of the upper and lower
1643         parts of the trough with different details. This is useful for
1644         theme engines which want to draw these parts differently.
1645
1646         (coord_to_value): correctly take all rendering options into
1647         account. stepper-spacing > 0 caused jumping and otherwise
1648         strangely behaving ranges before.
1649
1650         (other functions): changed accordingly.
1651
1652 2006-06-09  Tor Lillqvist  <tml@novell.com>
1653
1654         * gdk/win32/gdkdrawable-win32.c (_gdk_win32_drawable_release_dc):
1655         Call ReleaseDC() on DCs acquired with GetDC() (for windows), and
1656         DeleteDC() on DCs acquired with CreateCompatibleDC() (for
1657         bitmaps). According to MSDN, this is the correct thing to do, even
1658         if always using DeleteDC() seems to have worked fine in
1659         practice. (#337491, Chris Wilson)
1660
1661 2006-06-08  Matthias Clasen  <mclasen@redhat.com>
1662
1663         * tests/testprint.c: Update for api changes.
1664
1665         * gtk/gtkprintoperation.c: Fix some copy-and-paste errors,
1666         and rename the pdf-target property to export-filename.
1667
1668         * gtk/gtkfilechooserdefault.c: Turn off profiling code.
1669
1670         * tests/print-editor.c: Update for api changes.
1671
1672         * gtk/gtk.h: Include gtkprintoperationpreview.h
1673
1674         * gtk/gtkprintoperationpreview.c (gtk_print_operation_preview_is_selected): 
1675         Use g_return_val_if_fail (#344288, Kazuki Iwamoto)
1676
1677         * gtk/gtkprintbackend.h: Don't include gtkprinter-private.h here.
1678
1679         * gtk/gtkprintunixdialog.c: 
1680         * gtk/gtkprintoperation-unix.c: 
1681         * gtk/gtkprintjob.c: 
1682         * gtk/gtkprintbackend.c: Instead include it here.
1683
1684         * gtk/gtk.symbols: 
1685         * gtk/gtkprintoperation.h: 
1686         * gtk/gtkprintoperation.c: Rename pdf_target to export_filename.
1687
1688 2006-06-08  Matthias Clasen  <mclasen@redhat.com>
1689
1690         * gtk/gtkprintoperation.h (GtkPrintOperationResult): Get
1691         rid of GTK_PRINT_OPERATION_RESULT_PREVIEW.
1692         
1693         * gtk/gtkprintoperation-unix.c: 
1694         * gtk/gtkprintoperation.c: Update all users.
1695
1696 2006-06-08  Tor Lillqvist  <tml@novell.com>
1697
1698         * gdk/win32/gdkevents-win32.c (gdk_event_translate):
1699         [WM_WINDOWPOSCHANGED] Replace identical code as in
1700         handle_configure_event() with call to that function.
1701         [WM_SIZING] Fix implementation of aspect ratio hints. (#344244)
1702         The hints are for the geometry of the client area, not of the
1703         window including decorations. Improve resizing behaviour in the
1704         presence of aspect hints, to be more in line with typical X window
1705         managers.
1706
1707 2006-06-08  Matthias Clasen  <mclasen@redhat.com>
1708
1709         * gtk/gtktoolbutton.c (gtk_tool_button_style_set): Give
1710         GtkToolButton the same treatment.
1711
1712         * gtk/gtkbutton.c (gtk_button_style_set): Don't call
1713         construct_child here, since some apps make assumptions 
1714         about the lifecycle of the constructed label.  
1715
1716 2006-06-08  Alexander Larsson  <alexl@redhat.com>
1717
1718         * gtk/gtkprintoperation-unix.c (finish_print):
1719         Fix up unix fallout from previous change.
1720
1721 2006-06-08  Alexander Larsson  <alexl@redhat.com>
1722
1723         * gtk/gtkprintoperation-win32.c:
1724         Update windows to build with new APIs and first cut
1725         at preview work.
1726         
1727         * gtk/gtkprintoperation-private.h:
1728         * gtk/gtkprintoperation-unix.c:
1729         * gtk/gtkprintoperation.c
1730         Various updates needed when making the preview work on win32.
1731
1732         * tests/print-editor.c:
1733         Print, don't preview.
1734
1735 2006-06-07  Matthias Clasen  <mclasen@redhat.com>
1736
1737         * gtk/gtkentry.c (popup_targets_received): Make Delete
1738         menuitem insensitive if entry is not editable.  (#344232, 
1739         Milosz Derezynski)
1740
1741         * gtk/gtkprintoperation.c: Add some docs. 
1742
1743         * gtk/gtk.symbols: Add gtk_print_operation_set_allow_async.
1744
1745         * gtk/gtkprintoperation.h: Remove gtk_print_operation_run_async.
1746
1747         * tests/testnotebookdnd.c: Update callers.
1748
1749         * gtk/gtknotebook.h:
1750         * gtk/gtknotebook.c (gtk_notebook_set_window_creation_hook):
1751         Add a destroy notify for the callback data.  (#344209, 
1752         Murray Cumming)
1753
1754 2006-06-07  JĂ¼rg Billeter  <j@bitron.ch>
1755
1756         * gtk/Makefile.am: Fix building gtkbuiltincache.h without system GTK+.
1757
1758 2006-06-07  Alexander Larsson  <alexl@redhat.com>
1759
1760         * gtk/gtk.symbols:
1761         * gtk/gtkprintoperation-private.h:
1762         * gtk/gtkprintoperation-unix.c:
1763         * gtk/gtkprintoperation.[ch]:
1764         Clean up APIs:
1765         Make async a setting instead of separate calls.
1766         Combine settings like show_dialog, show_preview and pdf_target into
1767         an action enum that you pass to gtk_print_dialog_run().
1768         
1769         * tests/print-editor.c:
1770         * tests/testnouiprint.c:
1771         * tests/testprint.c:
1772         * demos/gtk-demo/printing.c:
1773         Update to new APIs
1774
1775 2006-06-07  Bastien Nocera  <hadess@hadess.net>
1776
1777         * configure.in: Update the ATK requirements (#344148)
1778
1779 2006-06-07  Matthias Clasen  <mclasen@redhat.com>
1780
1781         * modules/printbackends/cups/gtkprintercups.c 
1782         (gtk_printer_cups_finalize):  Fix a C99ism.
1783         (#344123, Jens Ganseuer)
1784
1785 2006-06-06  Behdad Esfahbod  <behdad@gnome.org>
1786
1787         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Correct
1788         rounding of rect members.  Improved docs.  (#337603)
1789
1790 2006-06-06  Matthias Clasen  <mclasen@redhat.com>
1791
1792         * gtk/gtkicontheme.c: Small optimization
1793
1794 2006-06-05  Matthias Clasen  <mclasen@redhat.com>
1795
1796         * configure.in: Bump version
1797
1798         * === Released 2.9.2 ===
1799
1800         * configure.in: Set interface age to 0.
1801
1802         * NEWS: Updates
1803
1804         * gtk/gtkprintoperationpreview.c: Include gtkalias.h
1805
1806         * gtk/gtk.symbols: Add some forgotten new functions.
1807
1808 2006-06-04  Matthias Clasen  <mclasen@redhat.com>
1809
1810         * gtk/gtknotebook.c (gtk_notebook_calculate_shown_tabs):
1811         (gtk_notebook_calc_tabs): Fix borderline cases in tab
1812         visibility calculation.  (#168105, Carlos Garnacho Parro)
1813
1814         * gdk/x11/gdkfont-x11.c (_gdk_font_destroy): Remove the right
1815         XID from the xid table.  (#341327, Sampo Savolainen, Tim Janik)
1816
1817 2006-06-04  Behdad Esfahbod  <behdad@gnome.org>
1818
1819         * gtk/gtkprintoperationpreview.h: Add missing G_END_DECLS (#343838)
1820
1821 2006-06-03  Richard Hult  <richard@imendio.com>                                 
1822
1823         * gdk/quartz/Makefile.am:                                               
1824         * gdk/quartz/gdkspawn-quartz.c: Add spawn functions, copied from the
1825         win32 backend.
1826
1827 2006-06-02  Matthias Clasen  <mclasen@redhat.com>
1828         
1829         * gtk/gtkprintoperation-private.h:
1830         * gtk/gtkprintoperation.h:
1831         * gtk/gtkprintoperation.c: Add a show-preview property. 
1832
1833         * gtk/gtkprintoperation-unix.c: Implement it here.
1834
1835         * gtk/gtkprintoperation-unix.c: Cleanups
1836
1837 2006-06-02  Kristian Rietveld  <kris@imendio.com>
1838
1839         Rubber banding for GtkTreeView, #80127.  Uses same method as
1840         GtkIconView.
1841
1842         * gtk/gtktreeview.c (gtk_tree_view_class_init),
1843         (gtk_tree_view_init), (gtk_tree_view_get_property),
1844         (gtk_tree_view_set_property), (gtk_tree_view_set_rubber_banding),
1845         (gtk_tree_view_get_rubber_banding): add property,
1846         (gtk_tree_view_button_press): start rubber banding if enabled and
1847         press is on a non-selected node,
1848         (gtk_tree_view_button_release): stop rubber banding,
1849         (gtk_tree_view_motion_bin_window), (scrool_row_timeout): enable/update
1850         the rubber band,
1851         (gtk_tree_view_bin_expose): draw rubber band if active,
1852         (gtk_tree_view_stop_rubberband),
1853         (gtk_tree_view_update_rubber_band_selection_range),
1854         (gtk_tree_view_update_rubber_band_selection),
1855         (gtk_tree_view_update_rubber_band),
1856         (gtk_tree_view_paint_rubber_band): new functions.
1857
1858         * gtk/gtktreeview.h: add new set/get function for rubber banding
1859         property.
1860
1861         * gtk/gtktreeprivate.h: add a bunch of new private fields.
1862
1863 2006-06-02  Kristian Rietveld  <kris@imendio.com>
1864
1865         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): revert fix of
1866         #164884 because it's not a problem in gtk+ but in applications and
1867         it breaks starting drags from the edge of a row.
1868
1869 2006-06-02  Kristian Rietveld  <kris@imendio.com>
1870
1871         Separate sensitive/selectable properties.
1872
1873         * gtk/gtktreeselection.c (tree_column_is_sensitive): remove,
1874         (_gtk_tree_selection_row_is_selectable): remove checks to see if at
1875         least one column is sensitive,
1876         (gtk_tree_selection_real_select_node): remove code which enables
1877         insensitive rows to always be unselected.
1878
1879         * gtk/gtktreeview.c (gtk_tree_view_row_changed): remove code
1880         that unselects a node if it just became insensitive.
1881
1882         * gtk/gtkcombobox.c (gtkcombo_box_list_select_func): new function,
1883         based on the at least one column sensitive check from
1884         _gtk_tree_selection_row_is_selectable(),
1885         (gtk_combo_box_list_setup): set selection function on tree selection.
1886
1887 2006-06-02  Kristian Rietveld  <kris@imendio.com>
1888
1889         * gtk/gtktreemodelfilter.c
1890         (gtk_tree_model_filter_convert_child_path_to_path): need to use
1891         gtk_tree_model_filter_get_iter_full() since the path returned
1892         by gtk_real_tree_model_filter_convert_child_path_to_path() includes
1893         invisible nodes.
1894
1895 2006-06-02  Matthias Clasen  <mclasen@redhat.com>
1896
1897         * gtk/gtkstatusicon.c (gtk_status_icon_get_geometry): Allow
1898         to return partial information.  (#343625, Christian Persch)
1899
1900         * gtk/gtkwindow.c (gtk_window_key_release_event): Chain up
1901         to key_release, not to key_press.  (#343677, Tommi Komulainen)
1902
1903 2006-06-02  Alexander Larsson  <alexl@redhat.com>
1904
1905         * gtk/Makefile.am:
1906         Add gtkprintoperationpreview.[ch]
1907         Set default preview command. Hardcoded for now.
1908         
1909         * gtk/gtkmarshalers.list:
1910         Add BOOLEAN:OBJECT,OBJECT,OBJECT
1911         
1912         * gtk/gtkprintbackend.c:
1913         Add preview command property.
1914         
1915         * gtk/gtkprintcontext.[ch]:
1916         Make less dependent on PrintOperation for output settings
1917         Externally set cairo_t and dpi. Resettable.
1918         Create fontmap without metrics hinting (so that print preview
1919         text layout doesn't depend on zoom level).
1920         
1921         * gtk/gtkprintoperation-private.h:
1922         * gtk/gtkprintoperation-unix.c: 
1923         * gtk/gtkprintoperation.[ch]:
1924         Initial work on print preview API and default implementation
1925         using an external preview app.
1926         
1927         * gtk/gtkprintoperation-win32.c:
1928         Some needed updates. Not done, needs more work.
1929         
1930         * gtk/gtkprintoperationpreview.[ch]:
1931         New interface used in print preview api.
1932         
1933         * gtk/gtkprintunixdialog.c:
1934         Add print preview dialog.
1935         
1936         * tests/print-editor.c:
1937         Test using an custom print preview widget.
1938
1939 2006-06-02  Emmanuele Bassi  <ebassi@gnome.org>
1940
1941         * gtk/gtkrecentmanager.c
1942         (gtk_recent_info_get_application_info): Fix a typo (spotted by
1943         Paolo Borelli and coverity).
1944
1945 2006-06-01  Matthias Clasen  <mclasen@redhat.com>
1946         
1947         * tests/testnotebookdnd.c: Small tweaks to test more things.
1948
1949         * gtk/gtktoolbutton.c (gtk_tool_button_class_init): Add
1950         an icon-spacing style property for the same purpose.
1951
1952         * gtk/gtkbutton.c (gtk_button_class_init):  Add an image-spacing
1953         style property that allows to adjust the spacing between image
1954         and label in button.  (#320431, James Moger)
1955
1956         * gtk/gtkprintoperation-private.h: 
1957         * gtk/gtkprintoperation.c: 
1958         * gtk/gtkprintoperation-unix.c: Move the 
1959         PrintPagesData.wait flag to GtkPrintOperationPrivate.is_sync.
1960         Also use a recursive mainloop instead of manually looping.
1961         
1962         * gtk/gtkprintoperation.c: Add some examples to the docs.
1963
1964         * gtk/gtkprintbackend.c (gtk_print_backend_class_init): 
1965         Intern signal names.
1966
1967         * gtk/gtkprintunixdialog.c: 
1968         * gtk/gtkprintoperation-unix.c: Use canonical signal names.
1969
1970 2006-05-31  Matthias Clasen  <mclasen@redhat.com>
1971
1972         * gtk/gtkpagesetupunixdialog.c: Add docs, cleanup some
1973         formatting.
1974
1975         * gtk/gtkprintoperation.c (print_pages_idle): Don't
1976         treat manual_scale like a percentage, its a factor.
1977
1978         * gtk/gtktreeview.c (gtk_tree_view_class_init): Document
1979         signals.  (#302556, Stefan Kost)
1980
1981 2006-05-31  Alexander Larsson  <alexl@redhat.com>
1982
1983         * gtk/gtk.symbols:
1984         * demos/gtk-demo/printing.c:
1985         * tests/print-editor.c:
1986         * tests/testnouiprint.c:
1987         * tests/testprint.c:
1988         * tests/testprintfileoperation.c:
1989         Further updates from the GtkPrintContext functions rename.
1990         
1991         * modules/printbackends/cups/gtkcupsutils.c:
1992         Always set requesting-user-name when doing cups requests.
1993
1994 2006-05-31  Alexander Larsson  <alexl@redhat.com>
1995
1996         * gtk/gtkpagesetupunixdialog.c:
1997         Remove request_details_tag with g_signal_handler_disconnect,
1998         not g_source_remove. (#343475)
1999
2000 2006-05-31  Matthias Clasen  <mclasen@redhat.com>
2001
2002         * gtk/gtkprintcontext.h: 
2003         * gtk/gtkprintcontext.c: 
2004         * gtk/gtkprintoperation.c: 
2005         * gtk/gtkprintoperation-unix.c: Change some function names to be 
2006         longer and better. 
2007         gtk_print_context_get_cairo -> gtk_print_context_get_cairo_context
2008         gtk_print_context_get_fontmap -> gtk_print_context_get_pango_fontmap
2009         gtk_print_context_create_context -> gtk_print_context_create_pango_context
2010         gtk_print_context_create_layout -> gtk_print_context_create_pango_layout
2011         Update all callers.
2012
2013         * gtk/gtkpagesetupunixdialog.c: Don't run the custom page
2014         size dialog.  (#340444, Christian Persch)
2015
2016         * demos/gtk-demo/main.c (main): Display comments in friendly
2017         DodgerBlue instead of scary red.  (#343444, Carol Spears)
2018
2019         * gtk/gtkfontbutton.c: 
2020         * gtk/gtkcolorbutton.c: Clarify the docs of the color-set and
2021         font-set signals.  (#343438, Olexiy Avramchenko)
2022
2023 2006-05-30  Matthias Clasen  <mclasen@redhat.com>
2024
2025         * gtk/gtkmain.c (gtk_grab_notify_foreach): Don't skip internal
2026         children when emitting grab-notify.  (#343425, Markku Vire)
2027
2028         * gdk/gdkpixmap.c: 
2029         * gdk/gdkwindow.c: Don't use G_DEFINE_TYPE, since the instance
2030         struct name does not match the type name.  (#343453, Ed Catmur)
2031
2032         * gtk/gtk.symbols: 
2033         * gtk/gtkbutton.h: 
2034         * gtk/gtkbutton.c: Add a GtkButton::image-position property
2035         with getter and setter, to allow constructing buttons with
2036         the image stacked on top of the label.  (#342930, Johan Dahlin)
2037
2038 2006-05-30  Johan Dahlin  <jdahlin@async.com.br>
2039
2040    * gtk/gtk.symbols:
2041    * gtk/gtkbutton.c: (gtk_button_class_init), (gtk_button_init),
2042    (gtk_button_set_property), (gtk_button_get_property),
2043    (gtk_button_construct_child), (gtk_button_set_image_spacing),
2044    (gtk_button_get_image_spacing):
2045    * gtk/gtkbutton.h:
2046    * gtk/gtktoolbutton.c: (gtk_tool_button_class_init),
2047    (gtk_tool_button_construct_contents),
2048    (gtk_tool_button_set_property), (gtk_tool_button_get_property),
2049    (_gtk_tool_button_get_button), (gtk_tool_button_set_icon_spacing),
2050    (gtk_tool_button_get_icon_spacing):
2051    * gtk/gtktoolbutton.h:
2052    Add GtkButton:image-spacing and GtkToolButton::icon-spacing.
2053    (#320431, James Moger)
2054
2055 2006-05-30  Kristian Rietveld  <kris@gtk.org>
2056
2057         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button): only
2058         check sort column id if connected to sortable model.
2059
2060 2006-05-30  Behdad Esfahbod  <behdad@gnome.org>
2061
2062         * gdk/gdkpango.c (draw_error_underline): Fix offset to center the
2063         underline in requested rectangle. (Ported from pango fix.)
2064
2065 2006-05-29  Michael Natterer  <mitch@imendio.com>
2066
2067         * gtk/gtkdialog.h: removed forgotten declaration of
2068         _gtk_dialog_get_response_for_widget(), the function has been made
2069         public a long time ago.
2070
2071 2006-05-29  Michael Natterer  <mitch@imendio.com>
2072
2073         * gtk/gtktextview.c (gtk_text_view_target_list_notify): applied
2074         patch from Chris Wilson which replaces a useless loop with
2075         built-in access to free'd memory by a simple integer comparison.
2076         Fixes bug #342894.
2077
2078 2006-05-29  Kristian Rietveld  <kris@gtk.org>
2079
2080         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): select
2081         the current focus row if nothing is selected and ctrl is not pressed.
2082         (Fixes #324480, Murray Cumming/Srirama Sharma).
2083
2084 2006-05-28  Kristian Rietveld  <kris@gtk.org>
2085
2086         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_cell_focus): refactor
2087         to work correctly in RTL mode.
2088
2089         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_left_right): make
2090         cursor movement to left/right work correctly in RTL mode.
2091
2092 2006-05-28  Behdad Esfahbod  <behdad@gnome.org>
2093
2094         * gdk/gdkrectangle.c (gdk_rectangle_union, gdk_rectangle_intersect):
2095         Note in docs that @dest can be the same as @src1 or @src2. (#343233,
2096         Christian Persch)
2097
2098 2006-05-28  Kristian Rietveld  <kris@gtk.org>
2099
2100         * gtk/gtkstyle.c (gtk_default_draw_flat_box): handle
2101         cell_even_ruled_sorted and cell_odd_ruled_sorted for the selected
2102         state.
2103
2104 2006-05-28  Kristian Rietveld  <kris@gtk.org>
2105
2106         * gtk/gtkenums.h: add GTK_ARROW_NONE.
2107
2108         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_column): always
2109         "show" the arrow if sort_column_id >= 0, only set arrow type if
2110         this column is the column we are currently sorting on. (#331338).
2111
2112 2006-05-27  Matthias Clasen  <mclasen@redhat.com>
2113
2114         * gtk/gtkrecentchoosermenu.c: Avoid trivial differences
2115         in translated strings.  (#343088, Clytie Siddall)
2116
2117 2006-05-28  Kristian Rietveld  <kris@gtk.org>
2118
2119         * gtk/gtktreeview.c (gtk_tree_view_build_tree): emit test_expand_row
2120         and test return value before expanding a branch. (Fixes #321523,
2121         reported by Daniel Lindenaar).
2122
2123 2006-05-28  Kristian Rietveld  <kris@gtk.org>
2124
2125         * gtk/gtktreeview.c (gtk_tree_view_insert_column): set the sizing
2126         type of the new column to FIXED,
2127         (gtk_tree_view_insert_column_with_attributes): likewise. (#341898,
2128         Dan Winship).
2129
2130 2006-05-27  Kristian Rietveld  <kris@gtk.org>
2131
2132         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_remove_node):
2133         only unref if elt->ref_count > 0,
2134         (gtk_tree_model_filter_row_deleted): likewise. (Fixes #340839,
2135         reported by Yevgen Muntyan).
2136
2137 2006-05-27  Kristian Rietveld  <kris@gtk.org>
2138
2139         Small refactoring. (#340428, Paolo Borelli).
2140
2141         * gtk/gtkliststore.c (gtk_list_store_set_valist_internal),
2142         (gtk_list_store_insert_with_valuesv): refactor code to determine
2143         iter compare func into gtk_list_store_get_compare_func().
2144
2145         * gtk/gtktreestore.c (gtk_tree_store_set_valist_internal),
2146         (gtk_tree_store_insert_with_valuesv): likewise.
2147
2148 2006-05-27  Kristian Rietveld  <kris@gtk.org>
2149
2150         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_arrow): really fix
2151         #333284.
2152
2153 2006-05-27  Kristian Rietveld  <kris@gtk.org>
2154
2155         Editable cell window placement and RTL fixes.
2156
2157         * gtk/gtktreeview.c (gtk_tree_view_button_press),
2158         (gtk_tree_view_bin_expose), (gtk_tree_view_get_cell_area),
2159         (gtk_tree_view_create_row_drag_icon): Only add indentation to x
2160         if !rtl,
2161         (gtk_tree_view_create_row_drag_icon): Iterate over columns in reverse
2162         direction if in rtl mode.
2163
2164         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
2165         horizontal_separator is not part of the real background area width,
2166         add 2 * focus_line_width to real_cell_area.x and not
2167         real_background_area.x, fix up event coordinates check in the
2168         PACK_END loop, also set depth to zero at the end of the PACK_END
2169         loop,
2170         (_gtk_tree_view_get_neighbor_sizes): also add column_spacing for each
2171         visible cell.
2172
2173 2006-05-26  Matthias Clasen  <mclasen@redhat.com>
2174
2175         * gtk/stock-icons/24/gtk-orientation-landscape.png:
2176         * gtk/stock-icons/24/gtk-orientation-portrait.png:
2177         * gtk/stock-icons/24/gtk-orientation-reverse-landscape.png:
2178         * gtk/stock-icons/24/gtk-orientation-reverse-portrait.png:
2179         Cleaned up icons by Diana Fong.
2180
2181 2006-05-26  Kristian Rietveld  <kris@gtk.org>
2182
2183         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_arrow): queue a redraw
2184         for the full width of the row, not just the width we got allocated.
2185         (Fixes #333284, reported by Benjamin Berg).
2186
2187 2006-05-26  Kristian Rietveld  <kris@gtk.org>
2188
2189         * gtk/gtktreeview.c (gtk_tree_view_top_row_to_dy): set dy to
2190         page_size + height in the event dy + page_size is about to become
2191         bigger than height.
2192
2193 2006-05-25  Matthias Clasen  <mclasen@redhat.com>
2194
2195         * gtk/gtk.symbols:
2196         * gtk/gtkstatusicon.h:
2197         * gtk/gtkstatusicon.c (gtk_status_icon_get_geometry):
2198         New function that can be used to e.g. position 
2199         notification bubbles wrt to the status icon.  
2200         (#341450, Christian Persch, Havoc Pennington)
2201
2202 2006-05-25  Matthias Clasen  <mclasen@redhat.com>
2203
2204         Make GTK+ work as an untrusted X client. (#136571,
2205         Ed Catmur)
2206
2207         * gdk/x11/gdkdisplay-x11.h:
2208         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): When 
2209         opening a display, determine if we are untrusted.
2210         
2211         * gdk/x11/gdkdisplay-x11.c (gdk_notify_startup_complete): 
2212         Just bail out when we are untrusted.
2213
2214         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Work around
2215         a bug in the Xorg XSECURITY implementation by coercing
2216         toplevel InputOnly windows to InputOutput.
2217
2218         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_get_pointer): 
2219         (_gdk_windowing_window_get_pointer): 
2220         When untrusted, call XQueryPointer on an auxiliary
2221         window, not on the root window.
2222         
2223         * gdk/x11/gdkwindow-x11.c (_gdk_windowing_window_at_pointer): 
2224         If untrusted, loop through all GDK-aware toplevels on all
2225         screens in the hope we hit one containing the pointer; 
2226         then use that as the basis of the current XQueryPointer 
2227         child recursion.
2228
2229         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): 
2230         (gdk_keyboard_grab): Ignore failed grabs when untrusted.
2231
2232         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_new): Only
2233         cache our own toplevels when untrusted.
2234
2235         * gdk/x11/gdkdnd-x11.c (motif_send_enter): Don't try
2236         to do Motif DND as untrusted client.
2237
2238         * gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window): 
2239         (gdk_x11_screen_get_window_manager_name): 
2240         (gdk_x11_screen_supports_net_wm_hint): 
2241         Bail out early if untrusted.
2242         
2243         * gtk/gtkcolorsel.c (grab_color_at_mouse): If getting 
2244         the color under the pointer by screenshooting the root 
2245         window fails, it tries to get the color from our own 
2246         window.
2247
2248         * gtk/gtkcolorsel.c (get_screen_color): Make the
2249         dropper_grab_widget a child of the dialog, not a 
2250         toplevel.
2251
2252         * gtk/gtkinvisible.c (gtk_invisible_realize): Respect
2253         a parent window that has been set before realizing.
2254
2255         * gtk/gtkwidget.c (gtk_widget_get_parent_window): 
2256         Always return a previously set parent window.
2257         
2258 2006-05-24  Matthias Clasen  <mclasen@redhat.com>
2259
2260         * gtk/gtkfontbutton.c (gtk_font_button_clicked): 
2261         * gtk/gtkcolorbutton.c (gtk_color_button_clicked): 
2262         Fix the handling of modality by copying what
2263         GtkFileChooserButton does.  (#342754, Yevgen Muntyan)
2264         
2265         * gtk/gtkprintunixdialog.c (create_main_page): Make
2266         the range entry insensitive if another range option
2267         is selected.  (#342783, Caolan McNamara)
2268         (update_dialog_from_capabilities): Make the collate
2269         check button insensitive unless multiple copies are
2270         printed  (#342781, Caolan McNamara)
2271
2272         * gtk/gtkwidget.c: Remove style properties when a widget
2273         class gets finalized, to make style properties work in
2274         dynamic types.  (#342513, Christian Persch)
2275
2276 2006-05-24  Henrique Romano  <henrique@async.com.br>
2277
2278         * gtk/gtkcellview.c: (gtk_cell_view_class_init),
2279         (gtk_cell_view_get_property), (gtk_cell_view_set_property):
2280         Add model property for GtkCellView, part of #172535.
2281
2282 2006-05-24  Matthias Clasen  <mclasen@redhat.com>
2283
2284         * gtk/gtkprintoperation.h: 
2285         * gtk/gtkprintoperation-private.h: 
2286         * gtk/gtk.symbols:
2287         * gtk/gtkprintoperation.c: Add a custom-tab-label property.
2288         
2289         * gtk/gtkprintoperation-unix.c (get_print_dialog): Use it
2290         here.  (#342752, Yevgen Muntyan)
2291
2292 2006-05-24  Alexander Larsson  <alexl@redhat.com>
2293
2294         * gtk/gtk.symbols:
2295         * gtk/gtkprintunixdialog.[ch]:
2296         Add gtk_print_unix_dialog_set_manual_capabilities that controls
2297         what widgets to enable in the dialog depending on the apps
2298         capabilities.
2299         
2300         * gtk/gtkprintbackend.[ch]:
2301         * gtk/gtkprinter-private.h:
2302         * gtk/gtkprinter.c:
2303         * gtk/gtkprintjob.h:
2304         Add printer_get_capabilities to backend.
2305         Move some fallback calls to the printbackend base class.
2306         
2307         * gtk/gtkprintoperation-unix.c:
2308         Set manual capabilities
2309         
2310         * modules/printbackends/cups/gtkprintbackendcups.c:
2311         Implement get_capabilities
2312         
2313         * modules/printbackends/lpr/gtkprintbackendlpr.c:
2314         * modules/printbackends/pdf/gtkprintbackendpdf.c:
2315         Move some methods to baseclass.
2316
2317 2006-05-23  Matthias Clasen  <mclasen@redhat.com>
2318
2319         * gtk/gtkprintoperation.c (print_pages): Do the begin-print
2320         emission in the idle, so that the print dialog goes away
2321         before begin-print.
2322
2323 2006-05-23  Matthias Clasen  <mclasen@redhat.com>
2324
2325         * gtk/gtk.symbols: 
2326         * gtk/gtkprintoperation.h: 
2327         * gtk/gtkprintoperation.c: Add a boolean show-progress  
2328         property, and show a progress dialog if it is set to TRUE.
2329
2330         * gtk/gtkprintoperation.c (pdf_end_run): 
2331         * gtk/gtkprintoperation-win32.c (win32_end_run): 
2332         * gtk/gtkprintoperation-unix.c (unix_end_run): 
2333         * gtk/gtkprintoperation-private.h: Add a cancelled
2334         parameter to end_run, and call it even if the print
2335         operation was cancelled.
2336
2337 2006-05-23  Alexander Larsson  <alexl@redhat.com>
2338
2339         * gtk/gtkprinteroptionwidget.c (filesave_changed_cb):
2340         Allow absolute filenames in filename entry.
2341         Patch from Yevgen Muntyan (#341679)
2342
2343 2006-05-23  Alexander Larsson  <alexl@redhat.com>
2344
2345         * gtk/gtk.symbols:
2346         * gtk/gtkprintunixdialog.[ch]:
2347         Add gtk_print_unix_dialog_add_custom_tab
2348         
2349         * gtk/gtkprintoperation-unix.c:
2350         Implement custom widgets for unix.
2351         Fix some warnings by including cairo-ps/pdf.h
2352         
2353         * gtk/gtkprintoperation-win32.c:
2354         Mark string for translation.
2355
2356 2006-05-22  Matthias Clasen  <mclasen@redhat.com>
2357
2358         * gtk/gtkprintoperation.c (gtk_print_operation_class_init): 
2359         Fix docs.
2360
2361 2006-05-22  Alexander Larsson  <alexl@redhat.com>
2362
2363         * gtk/gtkmain.c:
2364         Make sure grab-notify is emitted on toplevels as well as 
2365         child widgets.
2366
2367         * gtk/Makefile.am:
2368         * gtk/gtkwin32embedwidget.[ch]
2369         Add new widget used for win32 port to embed gtk+
2370         widgets in windows dialog.
2371
2372         * gtk/gtkmarshalers.list:
2373         Add POINTER:VOID
2374
2375         * gtk/gtkprintoperation-private.h:
2376         * gtk/gtkprintoperation.[ch]:
2377         Generic support for custom widgets in print dialog.
2378
2379         * gtk/gtkprintoperation-win32.c:
2380         Implement custom widget support for win32.
2381
2382         * tests/print-editor.c:
2383         Allow setting of font using custom widgets in the print dialog.
2384
2385 2006-05-22  Behdad Esfahbod  <behdad@gnome.org>
2386
2387         Rollback the following changes, to fix it the proper way in Pango:
2388
2389         * gdk/gdkinternals.h:
2390         * gdk/gdkscreen.c (gdk_screen_class_init), (gdk_screen_finalize),
2391         (update_fontmap_resolution), (gdk_screen_set_resolution):  Add new
2392         function _gdk_screen_get_font_map() and have one fontmap per screen,
2393         with the correct resolution set on it.
2394
2395         * gdk/gdkpango.c (gdk_pango_context_get_for_screen): Use
2396         _gdk_screen_get_font_map() instead of setting resolution on the
2397         PangoCairoContext.  (#342529)
2398
2399 2006-05-22  Emmanuele Bassi  <ebassi@gnome.org>
2400
2401         * gtk/gtkrecentmanager.h:
2402         * gtk/gtkrecentmanager.c
2403         (gtk_recent_info_get_application_info): Don't mask "time" with
2404         the "time" argument.
2405
2406 2006-05-22  Matthias Clasen  <mclasen@redhat.com>
2407
2408         * gdk/gdkcolor.h: gdk_color_parse returns boolean, not int.
2409         (#342569, Masatake Yamato)
2410
2411         * gtk/gtkprintunixdialog.c (dialog_set_scale): Don't return
2412         a value from a void function.
2413
2414         * gtk/gtkprinter.c (_gtk_printer_prepare_for_print) 
2415         (_gtk_printer_get_settings_from_options) 
2416         (_gtk_printer_request_details): Don't return values from void
2417         functions.
2418
2419         * gtk/gtkrecentchooserutils.c (delegate_unselect_uri): Don't
2420         return a value from a void function.
2421
2422         * gtk/gtkfilesystem.c (gtk_file_system_cancel_operation): Don't
2423         return a value from a void function.  Also, don't put 
2424         semicolons behind G_DEFINE_TYPE. (#342543)
2425
2426         * gtk/gtkwidget.c (gtk_widget_class_init): Add docs
2427         for new style properties.  (#342535, Mart Raudsepp)
2428
2429         * gdk/x11/gdkscreen-x11.c: Remove _gdk_x11_screen_request_cm_notification
2430
2431         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Directly call 
2432         gdk_display_request_selection_notification. 
2433
2434         * gdk/x11/gdkdisplay-x11.c: Several cleanups.
2435         
2436 2006-05-21  Behdad Esfahbod  <behdad@gnome.org>
2437
2438         * gdk/gdkinternals.h:
2439         * gdk/gdkscreen.c (gdk_screen_class_init), (gdk_screen_finalize),
2440         (update_fontmap_resolution), (gdk_screen_set_resolution):  Add new
2441         function _gdk_screen_get_font_map() and have one fontmap per screen,
2442         with the correct resolution set on it.
2443
2444         * gdk/gdkpango.c (gdk_pango_context_get_for_screen): Use
2445         _gdk_screen_get_font_map() instead of setting resolution on the
2446         PangoCairoContext.  (#342529)
2447
2448 2006-05-22  Tor Lillqvist  <tml@novell.com>
2449
2450         * gtk/gtkfilesystemwin32.c: Make it compile again. Doesn't work
2451         properly yet, though. There is lots of commonality between this
2452         file and gtkfilesystemunix.c that should really be factored out.
2453
2454 2006-05-19  Matthias Clasen  <mclasen@redhat.com>
2455
2456         * gtk/gtkpaned.c (gtk_paned_compute_position): Avoid warnings
2457         if a child is NULL.  (#342007, Patrick Monnerat)
2458         
2459         * gtk/gtk.symbols: 
2460         * gtk/gtkprintoperation.h: 
2461         * gtk/gtkprintoperation.c (gtk_print_operation_cancel): New function
2462         to cancel a running print operation.
2463
2464         * gtk/gtkprintoperation-private.h (struct _GtkPrintOperationPrivate): 
2465         Add a cancelled flag, use g types, use bitfields.
2466
2467         * gtk/gtkprintoperation.c (print_pages): Clean up after the idle
2468         in the synchronous case.
2469
2470         * gtk/gtknotebook.c (gtk_notebook_pages_allocate): Fix a 
2471         boundary case in scrolling where a tab was not shown.  (#168105,
2472         Hiroyuki Ikezoe, patch by Kouhei Sutou)
2473
2474 2006-05-19  Damon Chaplin  <damon@gnome.org>
2475
2476         * gtk/gtkfontsel.c (gtk_font_selection_init): use
2477         atk_relation_add_target() to add the targets, since it sets up weak
2478         references to avoid crashes. (#305530)
2479
2480 2006-05-18  Matthias Clasen  <mclasen@redhat.com>
2481
2482         * gtk/gtkprintoperation.h: 
2483         * gtk/gtkprintoperation.c: Add a GtkPrintOperation:: paginate signal 
2484         that gets emitted to paginate a document in chunks.
2485
2486         * gtk/gtkprintoperation-private.h: 
2487         * gtk/gtkmarshalers.list: Add necessary glue.
2488
2489         * gtk/gtkcalendar.c (gtk_calendar_drag_motion): Don't produce
2490         a stuck drag if shift is held.  (#341734, Sebastien Bacher) 
2491
2492         * gdk/x11/gdkdnd-x11.c (_gdk_drag_get_protocol_for_display): 
2493         Always set protocol.  (#342003, Tommi Komulainen)
2494
2495         * gtk/gtkimage.c (icon_theme_changed): Only unref the pixbuf
2496         if the image has the appropriate storage type.  (#342096, Tommi
2497         Komulainen)
2498
2499         * configure.in: Actually require GLib 2.11
2500         
2501         * gtk/gtkentry.c (gtk_entry_drag_data_received): Make drops
2502         end up at the right spot.  (#342072,  Yevgen Muntyan)
2503
2504 2006-05-18  Michael Natterer  <mitch@imendio.com>
2505
2506         * gtk/gtkrange.c: canonicalize the name of the "activate-slider"
2507         style property and use GTK_PARAM_READABLE instead of
2508         G_PARAM_READABLE. Moved one "activate_slider" variable to the
2509         local scope its used in.
2510
2511 2006-06-18  Michael Emmel  <mike.emmel@gmail.com>
2512
2513         * gdk/directfb/gdkscreen-directfb.c: 
2514         * added gdk_screen_is_composited to compile
2515         * Bug 342091
2516
2517 2006-05-17  Alexander Larsson  <alexl@redhat.com>
2518
2519         * gtk/gtkprintoperation-win32.c:
2520         Update to changed APIs.
2521
2522 2006-05-16  Matthias Clasen  <mclasen@redhat.com>
2523
2524         * configure.in: Bump version
2525
2526         * === Released 2.9.1 ====
2527
2528         * configure.in: Reset interface age
2529         
2530         * NEWS: Updates
2531
2532 Tue May 16 12:36:25 2006  Søren Sandmann  <sandmann@redhat.com>
2533
2534         * gtk/gtktoolbar.c (gtk_toolbar_size_allocate): Move getting the
2535         property out of the loop, and rename the variable 'max_expand'.
2536
2537         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Fix the decription
2538         for the max-child-expand property. 
2539
2540 2006-05-16  Matthias Clasen  <mclasen@redhat.com>
2541
2542         * gtk/gtkprinter.c (gtk_printer_class_init): 
2543         * gtk/gtkprintjob.c (gtk_print_job_class_init): 
2544         * gtk/gtkprintoperation.c (gtk_print_operation_class_init): 
2545         Cosmetic cleanups.
2546
2547         * gtk/gtkpagesetupunixdialog.c (populate_dialog): Add labels
2548         for page orientations, also add the fourth one.  (#339589)
2549
2550         * gtk/stock-icons/24/gtk-orientation-reverse-portrait.png: New
2551         icon.
2552         
2553         * gtk/Makefile.am: Add it here.
2554         
2555         * gtk/gtkstock.[hc]: Add stock items for the page orientations.
2556
2557 2006-05-16  Michael Natterer  <mitch@imendio.com>
2558
2559         * gtk/gtktoolbar.c: added "max-child-expand" style property which
2560         limits the space taken by expanding tool items. Fixes bug #340722.
2561
2562 2006-05-16  Kristian Rietveld  <kris@imendio.com>
2563
2564         * gtk/gtkpathbar.c (gtk_path_bar_dispose): cancel all pending handles
2565         in the button list. (Fixes #341035, reported by William Jon McCann).
2566
2567 2006-05-16  Kristian Rietveld  <kris@imendio.com>
2568
2569         * gtk/gtkfilechooserdefault.c
2570         (show_and_select_paths_finished_loading): put the newly selected
2571         row(s) the in the middle of the view,
2572         (update_current_folder_get_info_cb),
2573         (gtk_file_chooser_default_update_current_folder): make sure reload
2574         state is set to RELOAD_HAS_FOLDER while loading the new folder,
2575         so _map() won't start loading the current working directory. (Fixes
2576         #341028, reported by Michael Natterer).
2577
2578 2006-05-15  Matthias Clasen  <mclasen@redhat.com>
2579
2580         * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix
2581         an RTL problem with toggles in expander columns. 
2582         (#341896, Roozbeh Pournader) 
2583
2584 Mon May 15 15:12:05 2006  Søren Sandmann  <sandmann@redhat.com>
2585
2586         * gtk/gtklayout.c (gtk_layout_realize),
2587         * gtk/gtkiconview.c (gtk_icon_view_realize),
2588         * gtk/gtktreeview.c (gtk_tree_view_realize): Set the background of
2589         the clip windows to NULL, since they are generally invisible and
2590         don't have EXPOSURE set, which means they temp-unvlicker code
2591         doesn't apply to them.
2592
2593         * gdk/x11/gdkgeometry-x11.c (_gdk_window_move_resize_child): Unset
2594         the background of the parent window during resizing. Invalidate
2595         the uncoered area of the parent window. Bug 341332.
2596
2597 2006-05-15  Richard Hult  <richard@imendio.com>
2598
2599         * gdk/quartz/gdkevents-quartz.c (_gdk_events_init): Remove obsolete 
2600         comment.
2601         (poll_func): Remove assert and add a comment on how to fix properly.
2602         (gdk_events_pending): Implement.
2603
2604 2006-05-15  Matthias Clasen  <mclasen@redhat.com>
2605
2606         * gtk/gtkprintoperation.c: Reverse the order of
2607         ranges when printing in reverse.  (#341578)
2608
2609 2006-05-15  Alexander Larsson  <alexl@redhat.com>
2610         
2611         * gtk/gtkprintjob.[ch]:
2612         Added gtk_print_job_set/get_track_print_status
2613
2614         * gtk/gtkprintoperation-private.h:
2615         * gtk/gtkprintoperation.[ch]:
2616         Add gtk_print_operation_set_track_print_status.
2617         
2618         * gtk/gtkprintoperation-unix.c:
2619         Implement track_print_status on unix
2620         
2621         * gtk/gtkprintoperation-win32.c:
2622         Implement track_print_status on win32
2623         
2624         * gtk/gtk.symbols:
2625         Added symbols
2626         
2627         * modules/printbackends/cups/gtkprintbackendcups.c:
2628         Implement track_print_status for cups
2629         
2630         * tests/print-editor.c:
2631         Test track_print_status.
2632
2633 2006-05-15  Matthias Clasen  <mclasen@redhat.com>
2634
2635         * gtk/gtkprintoperation.c: Do page rendering in an idle when
2636         running asynchronous. 
2637
2638 2006-05-15  Alexander Larsson  <alexl@redhat.com>
2639
2640         * gtk/gtk.symbols: 
2641         * gtk/gtkprintbackend.[ch]: (_gtk_print_backend_create):
2642         Never unload print backends.
2643         Remove gtk_print_backend_unref_at_idle.
2644
2645         * modules/printbackends/cups/gtkprintbackendcups.c:
2646         (cups_dispatch_watch_finalize):
2647         Don't use the unref_at_idle hack since that caused
2648         deadlocks. Instead we never unload print backends, which
2649         is not really a big problem.
2650
2651 2006-05-14  Murray Cumming  <murrayc@murray.com>
2652
2653         * gtk/gtkframe.c: Restored the / at the start of the comment 
2654         block, to fix the build.
2655
2656 2006-05-13  Matthias Clasen  <mclasen@redhat.com>
2657
2658         * gtk/*.c:
2659         * gdk-pixbuf/*.c:
2660         * gdk/*.c: Remove erroneous ; after G_DEFINE_TYPE 
2661         macros.  (#341692, Yevgen Muntyan)
2662
2663         * gtk/gtktextbtree.c: 
2664         * gtk/gtktextview.c: Move some asserts to the right 
2665         place.  (#341661, #341665, Pascal Terjan)
2666
2667 2006-05-12  Matthias Clasen  <mclasen@redhat.com>
2668
2669         * gtk/gtknotebook.c: Fix some corner cases in the size
2670         allocation logic for tabs.  (#341577, Carlos Garnacho Parro)
2671
2672         * gtk/gtkprintunixdialog.c: Some fixes to capitalization of
2673         labels.  (#341558, Dennis Cranston)
2674
2675         * gtk/gtknotebook.c: Handle tab_label being NULL better.
2676         (#341455, William Jon McCann, patch by Carlos Garnacho Parro)
2677
2678         * gtk/gtkruler.c: Reinstate the ruler metrics strings, since
2679         they are used by glade, pointed out by Damon Chaplin.
2680
2681 2006-05-12  Alexander Larsson  <alexl@redhat.com>
2682
2683         * gtk/gtkwindow.c:
2684         Better handling of the window group on unsetting transient-for, since
2685         the transient parent might have changed group.
2686         
2687         * gtk/gtkmenu.c:
2688         Combine the handling of transient for the attach-widget and the
2689         window group handling by setting transient-to on popup/popdown only.
2690
2691         See bug #340401
2692         
2693         * gtk/gtkprintunixdialog.c:
2694         Remove part of old fix no longer needed.
2695
2696 2006-05-12  Alexander Larsson  <alexl@redhat.com>
2697
2698         * gtk/gtkprintoperation.c (gtk_print_operation_set_n_pages):
2699         Update g_object_notify to new property name.
2700
2701 2006-05-12  Alexander Larsson  <alexl@redhat.com>
2702
2703         * gtk/gtkrecentmanager.c:
2704         Fix build errors.
2705         
2706         * gtk/gtk.symbols:
2707         * demos/gtk-demo/printing.c:
2708         * gtk/gtkprintoperation-win32.c:
2709         * gtk/gtkprintoperation.[ch]:
2710         * gtk/gtkprintsettings.[ch]: 
2711         * modules/printbackends/cups/gtkprintbackendcups.c:
2712         * modules/printbackends/lpr/gtkprintbackendlpr.c:
2713         * modules/printbackends/pdf/gtkprintbackendpdf.c:
2714         * tests/print-editor.c:
2715         * tests/testnouiprint.c:
2716         * tests/testprint.c:
2717         * tests/testprintfileoperation.c:
2718         Rename functions from nr_of_pages to n_pages, and num_copies to
2719         n_copies to match other gtk+ names.
2720         
2721         * gtk/gtkmenu.c: (gtk_menu_popdown):
2722         Only re-set window group on popdown if we set it on popup (i.e.
2723         if there is a parent menu shell).
2724         Fixed part of bug #340401
2725
2726         * gtk/gtkwindow.c:
2727         Add (contruct) property "transient-for" to GtkWindow. This
2728         is needed for the fix to bug #340401.
2729         
2730         * gtk/gtkprintunixdialog.c:
2731         Use the transient-for property on construction and populate the dialog
2732         with widgets after that. This fixes bug #340401.
2733         More n_pages renames.
2734
2735 2006-05-11  Emmanuele Bassi  <ebassi@cvs.gnome.org>
2736
2737         * gtk/gtkrecentmanager.h: Remove the error parameter to the
2738         gtk_recent_manager_add() and gtk_recent_manager_add_full()
2739         functions; remove the unneeded error codes from the error
2740         enumeration.  (#336774).
2741
2742         * gtk/gtkrecentmanager.c: Make gtk_recent_manager_add() and
2743         gtk_recent_manager_add_full() complain loudly about wrong or
2744         missing meta-data, instead of using a GError.  (#336774)
2745
2746 2006-05-11  Matthias Clasen  <mclasen@redhat.com>
2747
2748         * demos/gtk-demo/Makefile.am (demos): Add it here.
2749
2750         * demos/gtk-demo/printing.c (do_printing): Add a GtkPrintOperation demo.
2751
2752 2006-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2753
2754         * gtk/gtkfilechooserembed.c: use I_() instead of _() when creating
2755         response-requested signal. Fixes bug #341416
2756
2757 2006-05-11  Matthias Clasen  <mclasen@redhat.com>
2758
2759         * gdk/gdkkeysyms.h: Regenerated from Xorg 7.1 keysyms.h, using
2760         gdkkeysyms-update.pl.
2761
2762         * gdk/gdkkeysyms-update.pl: Script to sync gdkkeysyms.h
2763         with Xorg.  (#321896, Simos Xenitellis)
2764
2765         * gdk/Makefile.am (EXTRA_DIST): Add gdkkeysyms-update.pl
2766
2767         * gdk/gdkkeysyms.h: Consistently use lowercase in hex numbers.
2768
2769 2006-05-10  Carlos Garnacho  <carlosg@gnome.org>
2770
2771         * gtk/gtknotebook.c: check that tab_label is not NULL before checking
2772         that it's notebook's child. Closes #341247.
2773
2774 Wed May 10 15:57:53 2006  Tim Janik  <timj@imendio.com>
2775
2776         * applied unified patch for configurable scroll arrow sizes from
2777         bug #333632 and bug #325282.
2778
2779         * gtk/gtkwidget.c (gtk_widget_class_init): added ::scroll-arrow-hlength
2780         and ::scroll-arrow-vlength style properties. fixed upper limit for
2781         ::separator-width and ::separator-height to be MAXINT.
2782
2783         * gtk/gtkmenu.c: use GtkWidget::scroll-arrow-vlength to determine the
2784         scroll arrow size, instead of using a hard coded constant.
2785
2786         * gtk/gtknotebook.c: use GtkWidget::scroll-arrow-vlength and
2787         GtkWidget::scroll-arrow-hlength to determine scroll arrow sizes.
2788         added GtkNotebook::arrow-spacing style property to configure the
2789         spacing between scroll arrows.
2790
2791 2006-05-10  Matthias Clasen  <mclasen@redhat.com>
2792
2793         * gtk/gtkpagesetupunixdialog.c: Don't include langinfo.h
2794         unconditionally.  (#341217)
2795
2796 2006-05-10  John (J5) Palmieri  <johnp@redhat.com>
2797
2798         * modules/printbackends/cups/gtkprintbackendcups.c:
2799         make the _CUPS_MAP_ATTR_STR macro not dup the string so we don't
2800         leak 
2801
2802 2006-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
2803
2804         * gtk/paper_names.c: Correct #11 Envelope typo.
2805
2806 2006-05-09  Tor Lillqvist  <tml@novell.com>
2807
2808         * gdk/win32/gdkevents-win32.c (doesnt_want_scroll): Look at both
2809         GDK_SCROLL_MASK and GDK_BUTTON_PRESS_MASK. (#139628)
2810
2811 2006-05-09  Matthias Clasen  <mclasen@redhat.com>
2812
2813         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add a :cursor-position
2814         property.  (#334412, Yevgen Muntyan)
2815
2816         * gtk/gtk.symbols:
2817         * gtk/gtkmessagedialog.[hc]: Add an image property.  (#337306, Alex Graveley)
2818
2819 2006-05-09  Carlos Garnacho  <carlosg@gnome.org>
2820
2821         * gtk/gtknotebook.c: create an independent GdkWindow to behave nicely
2822         during reordering with tab_labels with their own window, also use
2823         gtk_drag_set_icon_widget() for the DnD icon to avoid drawing garbage
2824         from offscreen regions. Closes bug #335707.
2825         (gtk_notebook_tab_space), (gtk_notebook_calculate_shown_tabs),
2826         (gtk_notebook_calculate_tabs_allocation): new functions, 
2827         gtk_notebook_pages_allocate() functionality has been splitted into
2828         these.
2829
2830 2006-05-08  Matthias Clasen  <mclasen@redhat.com>
2831
2832         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_add_shortcut_folder): 
2833         * gtk/gtktextbufferserialize.c (parse_attr_element): Fix some typos in
2834         messages.  (#341091, Tino Meinen)
2835
2836         * gtk/gtkstatusicon.c: Some cleanups.
2837         
2838         * gtk/gtkstatusicon.c (gtk_status_icon_get_property): Silently return
2839         NULL if the storage type of the image does not match.  (#340516, Christian
2840         Persch)
2841
2842         * gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Elide (_x) in the middle
2843         of the string, too.  (#323956, Abel Cheung)
2844
2845         * gtk/gtkuimanager.c (update_node): Fix tooltips. (#340527, Jon-Kare Hellan)
2846
2847         * configure.in: Require Pango 1.13.0
2848
2849         * gtk/gtknotebook.c: 
2850         * gtk/gtkwindow.c: 
2851         * gtk/gtkrange.c: Fix doc typos.
2852
2853 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
2854
2855         * gtk/gtkprintunixdialog.c (gtk_print_unix_dialog_class_init):
2856         Corrected a duplicate word.
2857
2858         * gtk/gtkrecentmanager.c (gtk_recent_manager_add_full): Corrected
2859         a typo.
2860
2861 2006-05-07  Matthias Clasen  <mclasen@redhat.com>
2862
2863         * gtk/gtkrange.c (gtk_range_key_press):  Chain up, to
2864         make bindings work.  Noticed by Al Puzzuoli.
2865         
2866 2006-05-07  Matthias Clasen  <mclasen@redhat.com>
2867
2868         * gtk/gtkseparator.c: 
2869         * gtk/gtkscrollbar.c: 
2870         * gtk/gtkpaned.c: 
2871         * gtk/gtkoldeditable.c: 
2872         * gtk/gtkmisc.c: 
2873         * gtk/gtkitem.c: 
2874         * gtk/gtkimcontext.c: 
2875         * gtk/gtkrange.c:
2876         * gtk/gtkscale.c: Make types abstract again.
2877
2878 2006-05-06  Matthias Clasen   <mclasen@redhat.com>
2879         
2880         * gdk/gdkwindow.c (gdk_window_get_toplevels): Fix a wrong
2881         reference in the docs.  (#340870, Ed Catmur)
2882
2883 2006-05-05  Christian Persch  <chpe@cvs.gnome.org>
2884
2885         * modules/printbackends/cups/gtkprintbackendcups.c:
2886         * modules/printbackends/lpr/gtkprintbackendlpr.c:
2887         * modules/printbackends/pdf/gtkprintbackendpdf.c: Always register
2888           the type with the type module, even if it had been registered
2889           before. Fixes bug #340676.
2890
2891 2006-05-05  Matthias Clasen  <mclasen@redhat.com>
2892
2893         * gtk/gtkprintunixdialog.c: Use theme colors for 
2894         the page layout indicator, and do RTL flipping for
2895         the collate indicator.
2896
2897 2006-05-05  Matthias Clasen  <mclasen@redhat.com>
2898
2899         * configure.in: Require GLib 1.11.0
2900
2901         * configure.in: Bump version
2902
2903         * === Released 2.9.0 ===
2904
2905         * configure.in: Require cairo 1.1.6
2906
2907         * gtk/Makefile.am: Tweaks to make distcheck work.
2908
2909 2006-05-05  Alexander Larsson  <alexl@redhat.com>
2910
2911         * gtk/gtkprintoperation-unix.c:
2912         Implement per-page paper sizes.
2913         
2914         * gtk/gtkprintoperation.c:
2915         Implement per-page paper sizes for pdf output.
2916         Make gtk_print_operation_set_pdf_target() work again
2917         
2918         * tests/Makefile.am:
2919         * tests/testprint.c:
2920         * tests/testprintfileoperation.[ch]:
2921         Add more test code for printing support.
2922         This tests per-page paper sizes & orientation and
2923         deriving from GtkPrintOperation.
2924
2925 2006-05-04  Michael Emmel  <mike.emmel@gmail.com>
2926
2927         * gdk/directfb/gdkkeys-directfb.c: DIKI_ALTGR to compile with
2928         directfb 0.9.25.1
2929
2930 2006-05-04  Michael Natterer  <mitch@imendio.com>
2931
2932         * gtk/gtk.symbols: remove gtk_printer_set_backend so it compiles
2933         again.
2934
2935 2006-05-04  Alexander Larsson  <alexl@redhat.com>
2936
2937         * gtk/gtk.symbols:
2938         Added new symbols
2939         
2940         * gtk/gtkpagesetupunixdialog.c:
2941         * gtk/gtkprintunixdialog.c:
2942         Destroy backends when finalizing dialogs.
2943         Fix printer leak in selected_printer_changed.
2944         
2945         * gtk/gtkprintbackend.[ch]:
2946         Convert from interface to baseclass.
2947         Move printer hashtable here so that the baseclass can handle
2948         the slightly complicated ownership model.
2949         Add gtk_print_backend_destroy which runs the dispose method,
2950         causing the ref-cycles between the backend and its printers
2951         to be broken.
2952         Add gtk_print_backend_unref_at_idle().
2953         
2954         * gtk/gtkprinter.[ch]:
2955         GtkPrinter objects now ref their backend so that its always
2956         availible, since its needed for the printer object to work.
2957         This causes a reference-cycle that is broken using
2958         gtk_print_backend_destroy.
2959         Add gtk_printer_compare.
2960         
2961         * gtk/gtkprintoperation-private.h:
2962         * gtk/gtkprintoperation-unix.c:
2963         * gtk/gtkprintoperation.c:
2964         Implement !show_dialog for unix.
2965         Make sure the print data is fully spooled before returning
2966         from a sync run_dialog.
2967         
2968         
2969         * modules/printbackends/cups/gtkcupsutils.[ch]:
2970         Add gtk_cups_request_ipp_add_strings
2971         
2972         * modules/printbackends/cups/gtkprintbackendcups.c:
2973         * modules/printbackends/cups/gtkprintercups.c:
2974         * modules/printbackends/lpr/gtkprintbackendlpr.c:
2975         * modules/printbackends/pdf/gtkprintbackendpdf.c:
2976         Convert backends to derive instead of implementing interface.
2977         Move common code into baseclass.
2978         CUPS:
2979           Remove the printer polling in dispose, not finalize.
2980           In the cups watch, remove the backend at idle instead of
2981           immediately, since the unref can cause the module to be unloaded.
2982           Limit the number of printer attributes requested
2983           Get printer uri in initial printer listing so that we can use
2984           the printer object immediately.
2985         
2986         * tests/Makefile.am:
2987         * tests/testnouiprint.c:
2988         Add testcase for !show_dialog.
2989
2990 2006-05-04  Matthias Clasen  <mclasen@redhat.com>
2991
2992         * gtk/gtk.symbols:
2993         * gtk/gtkfilesystem.c:
2994         * gtk/gtkfilesystemunix.c:
2995         * gtk/gtkprintbackend.h:
2996         * gtk/gtkrecentchooserdefault.c:
2997         * gtk/gtkrecentchooserdefault.h:
2998         * gtk/paper_names_offsets.c: Make symbol list mstch reality.
2999         
3000         * gtk/Makefile.am: Fix a typo.
3001         
3002         * gdk/x11/Makefile.am (EXTRA_DIST): Add gdksettings.c
3003
3004 2006-05-03  Matthias Clasen  <mclasen@redhat.com>
3005
3006         * NEWS: Updates
3007
3008 2006-05-04  Murray Cumming <murrayc@murrayc.com>
3009
3010         * gtk/gtktreemodel.c: (gtk_tree_model_base_init): Changed the 
3011         language of the signals documentation slightly. Bug #340205.
3012
3013 2006-05-03  Federico Mena Quintero  <federico@novell.com>
3014
3015         Merged the federico-filename-entry branch, to fix bug #136541.
3016         Combined ChangeLogs:
3017
3018         2006-04-17  Federico Mena Quintero  <federico@novell.com>
3019
3020         * gtk/gtkfilechooserdefault.c (pending_select_paths_process):
3021         Oops, we *do* need to check that we are in OPEN mode before
3022         selecting the first row in the file list.  See
3023         https://bugzilla.novell.com/show_bug.cgi?id=166906
3024         (gtk_file_chooser_default_get_paths): If we are in the case for
3025         the file list, and the list has no selected rows, jump to the case
3026         for the filename entry.  This is so that
3027
3028                1. The user types a filename in the SAVE filename entry
3029                   ("foo.txt").
3030
3031                2. He then double-clicks on a folder ("bar") in the file
3032                   list.
3033
3034         will yield the expected "bar/foo.txt" selection.
3035
3036         2006-03-29  Federico Mena Quintero  <federico@novell.com>
3037
3038         * gtk/gtkpathbar.c (gtk_path_bar_init): Reduce the inter-button
3039         spacing to 0.
3040
3041         * gtk/gtkfilechooserdefault.c (browse_widgets_create): Make the
3042         location label bold.
3043
3044         2006-03-29  Federico Mena Quintero  <federico@novell.com>
3045
3046         * gtk/gtkfilechooserdefault.c (location_mode_set): Just change the
3047         location_mode field if we are in SAVE/CREATE_FOLDER modes.
3048         (gtk_file_chooser_default_get_paths): Get the path based on the
3049         currently focused widget, or the last-focused widget.  This is
3050         what we should have been doing in the beginning, but it worked out
3051         fine because we didn't have the possibility of a filename entry in
3052         OPEN mode.
3053         (gtk_file_chooser_default_should_respond): Handle the case where
3054         the last focused widget is the location_entry.
3055
3056         2006-03-28  Federico Mena Quintero  <federico@novell.com>
3057
3058         * gtk/gtkfilechoosersettings.[ch]: New files with a simple
3059         framework for saving/loading settings from the file chooser in
3060         $XDG_CONFIG_HOME/gtk-2.0/gtkfilechooser.
3061
3062         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_unmap):
3063         Save the current settings.
3064         (settings_save): New helper function.  We save the location_mode
3065         and show_hidden flags.
3066         (gtk_file_chooser_default_map): Load the settings.
3067         (settings_load): New helper function.
3068
3069         * gtk/gtkfilechooserentry.c
3070         (_gtk_file_chooser_entry_set_file_part): Oops, don't modify
3071         in_change.  Our handlers are what set the file_part, so they
3072         *must* be run when we modify the text.
3073
3074         2006-03-27  Federico Mena Quintero  <federico@novell.com>
3075
3076         * gtk/gtkfilechooserprivate.h (struct _GtkFileChooserDefault):
3077         Removed the save_file_name_entry.  We'll make this be the same as
3078         the location_entry widget.
3079         (struct _GtkFileChooserDefault): Leave only location_button,
3080         location_entry_box, location_label, location_entry.  We'll use a
3081         single toggle button for the location entry, which will appear
3082         below the path bar.
3083         (struct _GtkFileChooserDefault): Added a
3084         processing_pending_selections flag.
3085
3086         * gtk/gtkfilechooserdefault.c (save_widgets_create): Destroy the
3087         old location_entry if necessary, and hide the location toggle
3088         widgets.
3089         (update_chooser_entry): In multiple selection mode, just clear the
3090         location_entry.
3091         (check_save_entry): Allow running in OPEN or SELECT_FOLDER modes
3092         if we are in LOCATION_MODE_FILENAME_ENTRY.
3093         (gtk_file_chooser_default_should_respond): Switch to a folder if
3094         the location_entry contains a folder name in OPEN and SAVE mode,
3095         not just SAVE mode.  If the entry doesn't contain a folder name,
3096         but is otherwise well-formed, and we are in OPEN mode, return that
3097         we should respond with that filename.
3098         (gtk_file_chooser_default_initial_focus): Focus the location_entry
3099         if appropriate.
3100         (browse_widgets_create): Create the location_entry_box and the
3101         location_label here.
3102         (update_appearance): Call location_mode_set() when switching back
3103         to OPEN/SELECT_FOLDER mode.  Hide the location_button when
3104         switching to SAVE/CREATE_FOLDER mode.
3105         (pending_select_paths_process): Turn the
3106         processing_pending_selections flag on and off around changes to
3107         the current selection.  Don't special-case OPEN mode anymore,
3108         since the new flag will take care of things in
3109         update_chooser_entry().
3110         (update_chooser_entry): Don't do anything if
3111         processing_pending_selections is TRUE.  This keeps the entry from
3112         being polluted when changing folders.
3113         (location_popup_handler): In OPEN/SELECT_FOLDER modes, toggle
3114         between the path bar and the entry.  In SAVE/CREATE_FOLDER modes, simply focus the
3115         location_entry.
3116         (update_from_entry): Removed.
3117         (location_entry_create): Removed.
3118         (open_location_cb): Removed.
3119         (file_list_build_popup_menu): Don't add an "Open _Location" menu item.
3120         (location_entry_set_initial_text): Don't do anything if
3121         current_folder is NULL.
3122
3123         * gtk/gtkfilechooserentry.c
3124         (_gtk_file_chooser_entry_set_file_part): Turn in_change on and off
3125         around the call to gtk_entry_set_text().  This makes completion
3126         not happen when the caller has explicitly set a name.
3127
3128         2006-03-24  Federico Mena Quintero  <federico@novell.com>
3129
3130         * gtk/gtkfilechooserprivate.h (struct _GtkFileChooserDefault):
3131         Added fields location_mode_box, location_pathbar_radio,
3132         location_filename_radio, location_widget_box, location_label,
3133         location_entry.  The radio buttons will switch between the pathbar
3134         and the location entry; the other boxes are for layout purposes.
3135         (enum LocationMode): New enum.
3136         (struct _GtkFileChooserDefault): Added a location_mode field.
3137
3138         * gtk/gtkfilechooserdefault.c (browse_widgets_create): Create the
3139         location radio buttons to switch between the pathbar and the
3140         location entry.  Pack the browse_path_bar in the new
3141         location_widget_box instead of a generic hbox.
3142         (location_buttons_create): New function.
3143         (gtk_file_chooser_default_init): Initialize impl->location_mode.
3144         (location_switch_to_path_bar): New function.
3145         (location_switch_to_filename_entry): New function.
3146
3147         * gtk/gtkfilechooserbutton.c (model_add_special): The display_name
3148         should not be const.
3149
3150 2006-05-03  Matthias Clasen  <mclasen@redhat.com>
3151
3152         * gtk/gtkprintunixdialog.c: Replace the xpm collate icons
3153         by cairo drawing that respects themes.
3154
3155         * gdk/quartz/Makefile.am (libgdk_quartz_la_SOURCES): Add
3156         missing files.  (#340533, Ludovic Rousseau)
3157
3158         * gtk/gtkprintunixdialog.c (draw_page_cb): Don't leak the
3159         cairo context here.  (#340522, Christian Persch)
3160
3161         * gtk/gtkprintoperation-unix.c (unix_finish_send): Don't
3162         use gtk_dialog_run for the error dialog, and improve the
3163         dialog in other ways.  (#340510, Christian Persch)
3164
3165         * gtk/gtkpagesetupunixdialog.c: Beautify the custom
3166         paper size dialog.  (#339590, patch by Christian Persch)
3167         
3168         * gtk/gtkaccessible.c:
3169         * gtk/gtkclipboard.c:
3170         * gtk/gtkfilefilter.c:
3171         * gtk/gtkimmodule.c:
3172         * gtk/gtkmenubar.c: More G_DEFINE_TYPE conversion.
3173
3174         * gtk/gtkwidget.c: Make GtkWidget abstract again.
3175
3176 2006-05-02  Matthias Clasen  <mclasen@redhat.com>
3177
3178         * gtk/*.c: Use G_DEFINE_TYPE and g_type_register_static_simple()
3179         where applicable, for ~5000 lines of code reduction. This also
3180         reduces the size of the data section by ~9k. The overall library
3181         sizes shrinks a bit less, since the text section gets a bit
3182         larger.
3183
3184 2006-05-02  Kristian Rietveld  <kris@imendio.com>
3185
3186         * gtk/gtktreeview.c (gtk_tree_view_row_inserted): set tmpnode to
3187         the return value of the _gtk_rbtree_insert* functions, since that
3188         is the node we really want to check for visibilty.
3189
3190 2006-05-02  Matthias Clasen  <mclasen@redhat.com>
3191
3192         * gtk/gtkprinter.[hc]: Don't use virtual as a parameter name.
3193         (#340394, Christian Persch)
3194
3195 2006-05-02  Christian Persch  <chpe@cvs.gnome.org>
3196
3197         * gtk/gtkpagesetupunixdialog.c:
3198         * gtk/gtkprintcontext.c: 
3199         * gtk/gtkprinter.c:
3200         * gtk/gtkprinteroptionwidget.c:
3201         * gtk/gtkprintjob.c:
3202         * gtk/gtkprintoperation-unix.c:
3203         * gtk/gtkprintoperation.c:
3204         * gtk/gtkprintunixdialog.c: Use a priv variable when accessing priv
3205           multiple times in the same function. Bug #340288.
3206
3207 2006-05-02  Michael Natterer  <mitch@imendio.com>
3208
3209         * gtk/gtklabel.c (gtk_label_set_line_wrap): added note about the
3210         inablity to do height-for-width text layout and suggest to use
3211         gtk_widget_set_size_request() for getting a label that wraps at
3212         some specific position.
3213
3214 2006-05-02  Kristian Rietveld  <kris@imendio.com>
3215
3216         * ChangeLog.gtk-async-file-chooser: added ChangeLog entries from
3217         the kris-async-branch.
3218
3219         * Makefile.am: updated EXTRA_DIST
3220
3221 2006-05-02  Alexander Larsson  <alexl@redhat.com>
3222
3223         * ChangeLog.gtk-printing: 
3224         * Makefile.am (EXTRA_DIST):
3225         Add ChangeLog.gtk-printing
3226
3227 2006-05-01  Matthias Clasen  <mclasen@localhost.localdomain>
3228
3229         * NEWS: Updates
3230
3231 2006-05-02  Kristian Rietveld  <kris@imendio.com>
3232
3233
3234         * configure.in: Up ABI version to 2.10.0 (by Matthias' request).
3235
3236 2006-05-01  Kristian Rietveld  <kris@imendio.com>
3237
3238         Merge of the GTK+ asynchronous file chooser branch.  Please see
3239         the kris-asynch-branch for more detailed ChangeLog entries.
3240
3241         * configure.in: increase binary version to 2.9.0.
3242
3243         * gtk/gtk.symbols:
3244         * gtk/gtkfilechooser.c:
3245         * gtk/gtkfilechooserbutton.c:
3246         * gtk/gtkfilechooserdefault.c:
3247         * gtk/gtkfilechooserdialog.c:
3248         * gtk/gtkfilechooserembed.c:
3249         * gtk/gtkfilechooserembed.h:
3250         * gtk/gtkfilechooserentry.c:
3251         * gtk/gtkfilechooserentry.h:
3252         * gtk/gtkfilechooserprivate.h:
3253         * gtk/gtkfilesystem.c:
3254         * gtk/gtkfilesystem.h:
3255         * gtk/gtkfilesystemmodel.c:
3256         * gtk/gtkfilesystemmodel.h:
3257         * gtk/gtkfilesystemunix.c:
3258         * gtk/gtkpathbar.c:
3259         * gtk/gtkpathbar.h:
3260         Merge from kris-async-branch.
3261
3262 2006-05-01  Matthias Clasen  <mclasen@redhat.com>
3263
3264         * NEWS: Updates
3265
3266 2006-04-30  Matthias Clasen  <mclasen@redhat.com>
3267
3268         * gtk/gtktreemodel.c (gtk_tree_model_base_init): Document
3269         GtkTreeModel signals.
3270
3271 2006-04-19  Michael Emmel  <mike.emmel@gmail.com>
3272
3273         * gdk/directfb/gdkdrawable-directfb.c: removed all subtracting one on
3274         clipping
3275
3276 2006-04-30  Kristian Rietveld  <kris@imendio.com>
3277
3278         Fix for #340200, spotted by Torsten Schoenfeld.
3279
3280         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): fix up logic
3281         calculating the level indentation,
3282         (gtk_tree_view_start_editing): remove code calculating the
3283         level indentation, since _get_cell_area() takes care of this for us.
3284
3285 2006-04-30  Matthias Clasen  <mclasen@redhat.com>
3286
3287         Fix problems with setting symbolic colors from rc files.
3288         (#338345, Benjamin Berg)
3289         
3290         * gtk/gtkrc.c (gtk_rc_settings_changed, gtk_rc_font_name_changed) 
3291         (gtk_rc_color_hash_changed, gtk_rc_reparse_all_for_settings): Don't
3292         freeze notification for settings changes while parsing; instead
3293         manually avoid recursion, and update the color hashes.
3294
3295 2006-04-30  Matthias Clasen  <mclasen@redhat.com>
3296
3297         * gtk/gtksettings.c (gtk_settings_class_init): Change the default
3298         value of the gtk-color-scheme setting to "".
3299
3300         * gtk/gtkprinteroption.c: 
3301         * gtk/gtkprinteroptionwidget.c: 
3302         * gtk/gtkprintunixdialog.c: Improve the print dialog layout,
3303         mark some more strings for translation.  (#340139, Christian Persch)
3304
3305         * gtk/gtkstatusicon.c (gtk_status_icon_class_init): Fix the definition
3306         of the ::size-changed signal, and improve its documentation.
3307         (#340112, Christian Persch)
3308
3309 2006-04-29  Behdad Esfahbod  <behdad@gnome.org>
3310
3311         * gtk/gtkwidget.c (gtk_widget_create_pango_layout)
3312         (gtk_widget_get/create_pango_context): Change colormap to font map in
3313         docs. (#340093)
3314
3315 2006-04-29  Matthias Clasen  <mclasen@redhat.com>
3316
3317         * gtk/gtk.symbols: 
3318         * gtk/gtkstatusicon.h: 
3319         * gtk/gtkstatusicon.c (gtk_status_icon_position_menu): Add a menu
3320         position function for use with popups on status icons.  (#334573, 
3321         Christian Persch)
3322
3323         * gtk/gtkwidget.c (gtk_widget_is_composited): Fix a C99ism.  (#340055,
3324         Kazuki Iwamoto)
3325
3326 2006-04-28  Matthias Clasen  <mclasen@redhat.com>
3327
3328         * gtk/gtkcellrenderertext.c (get_size): Use _static variants when
3329         copying and merging short-lived Pango layouts. (#340033, Morten Welinder)
3330
3331 2006-04-28  Behdad Esfahbod  <behdad@gnome.org>
3332
3333         * gtk/gtkwidget.c (gtk_widget_create_pango_layout): Fix typo in
3334         docs. (#340063)
3335
3336 2006-04-28  Matthias Clasen  <mclasen@redhat.com>
3337
3338         * gtk/gtktreeview.c (gtk_tree_view_drag_begin): Don't force
3339         the standard DND icon if the user has a custom DND source.  
3340         (#339522, Joe Wreschnig)
3341
3342 2006-04-28  Michael Natterer  <mitch@imendio.com>
3343
3344         * gtk/gtktextbuffer.c (create_clipboard_contents_buffer): keep a
3345         reference to the source buffer while the clipboard contents buffer
3346         exists, because it is needed for serializing the contents buffer.
3347         Makes copying from the contents buffer possible even after the
3348         resp. text view is destroyed (for example when there is a
3349         clipboard manager running on app exit) (bug #339195).
3350
3351 2006-04-27  Behdad Esfahbod  <behdad@gnome.org>
3352
3353         * gdk/gdkpango.c (gdk_pango_renderer_draw_glyphs): Cast to double
3354         before dividing by PANGO_SCALE. (#334582)
3355
3356 2006-04-27  Matthias Clasen  <mclasen@redhat.com>
3357
3358         * gtk/gtkentry.c (popup_position_func): Improve positioning
3359         of the menu when popped up by keynav.  (#334987, Christian
3360         Persch)
3361
3362         * gtk/gtkdnd.c (gtk_drag_set_icon_window): Handle the case
3363         of being called after the drag is cancelled.  (#339224, 
3364         Benjamin Otte)
3365
3366         * gdk/x11/gdkscreen-x11.c (_gdk_x11_screen_process_owner_change):
3367         Use XFixes only if it is available.  (#339839, Marko Anastasov)
3368
3369 2006-04-26  Federico Mena Quintero  <federico@novell.com>
3370
3371         * gtk/gtkdialog.c (gtk_dialog_close): Don't make this conditional
3372         on having a GTK_RESPONSE_CANCEL button -> end the idiocy.  Fixes
3373         bug #101293.
3374
3375 2006-04-26  Kristian Rietveld  <kris@imendio.com>
3376
3377         * gtk/gtktreeview.c (node_is_visible): new function,
3378         (validate_visible_area): when a node is validated, only queue a
3379         redraw for that node, not for the entire widget (a redraw for the
3380         entire widget is only needed when the sizes change, and
3381         _queue_resize() will take care of that),
3382         (do_validate_rows): do not queue a redraw, redraws are only needed
3383         for changes in the visible area and validate_visible_area() takes
3384         care of that,
3385         (gtk_tree_view_row_inserted): for fixed height mode, only queue
3386         a resize and redraw if the node is visible, else no redraw is needed.
3387
3388 2006-04-26  Kristian Rietveld  <kris@imendio.com>
3389
3390         If this new "row-ending-details" property is turned on, more
3391         detailed "details" will be passed to the theme engine for drawing
3392         the background, drop indicator and focus rectangle.  Requirement is
3393         that the theme engine supports these details. (#333760).
3394
3395         * gtk/gtktreeview.c (gtk_tree_view_class_init): add row-ending-details
3396         style property,
3397         (gtk_tree_view_bin_expose): pass more detailed detail to
3398         gtk_paint_flat_box() if the property is turned on,
3399         (gtk_tree_view_bin_expose): likewise for the drop indicator,
3400         (gtk_tree_view_bin_expose): likewise for the focus rectangle.
3401
3402 2006-04-26  Kristian Rietveld  <kris@imendio.com>
3403
3404         New "show-expanders" and "level-indentation" properties, which can
3405         be used for customizing the tree view.  (For example to do
3406         grouping as demonstrated in the test application).
3407         Discussion in #80869.
3408
3409         * gtk/gtktreeprivate.h: add level_indentation field.
3410
3411         * gtk/gtktreeview.c (gtk_tree_view_class_init),
3412         (gtk_tree_view_init), (gtk_tree_view_set_property),
3413         (gtk_tree_view_get_property): add the properties to the object,
3414         (gtk_tree_view_button_press), (do_prelight),
3415         (gtk_tree_view_bin_expose), (validate_row),
3416         (gtk_tree_view_discover_dirty_iter), (gtk_tree_view_get_cell_area),
3417         (gtk_tree_view_create_row_drag_icon): take the new properties
3418         into account,
3419         (gtk_tree_view_start_editing): fix cell placement code.
3420
3421         * tests/testgrouping.c: new test application, showing how to
3422         implement grouping.
3423
3424         * tests/Makefile.am: updated.
3425
3426 2006-04-25  Matthias Clasen  <mclasen@redhat.com>
3427
3428         * gdk/gdk.symbols: Add gdk_screen_is_composited
3429
3430         * gtk/gtkprintjob.c (gtk_print_job_set_source_file): Add docs.
3431
3432         * gtk/gtkprintoperation.c: Add docs.
3433
3434 Tue Apr 25 10:25:28 2006  Søren Sandmann  <sandmann@redhat.com>
3435
3436         * tests/testgtk.c (create_alpha_window): Create 'composited' label.
3437
3438         * tests/testgtk.c (on_composited_changed): New function, change
3439         the label to say whether the screen is composited or not.
3440
3441         * gtk/gtkwindow.c (gtk_window_on_composited_changed): When
3442         composited status change, invalidate the window and propagate the signal;.
3443
3444         * gtk/gtkwindow.c (gtk_window_map): Set the appropriate type hint
3445         if reset_type_hint is TRUE.
3446
3447         * gtk/gtkwindow.c (gtk_window_set_type_hint): If hint is one of
3448         the old hints, store a shadow copy in the public window->type_hint
3449         bitfield, otherwise set this field to normal. Set the private
3450         field to the type hint.
3451
3452         * gtk/gtkwindow.c (gtk_window_init): Initialize priv->type_hint. 
3453
3454         * gtk/gtkwindow.c (struct _GtkWindowPrivate): New field
3455         "reset_type_hint" indicating whether the type hint needs to be
3456         reset. New field type_hint containing a GdkWindowTypeHint.
3457
3458         * gtk/gtkwidget.c (propagate_composited_changed): New function to
3459         propagate changes in composited status.
3460         (gtk_widget_class_init): Add composited_changed signal.
3461         
3462         * gtk/gtkwidget.h (struct _GtkWidgetClass): New signal composited-changed.
3463
3464         * gtk/gtkwidget.c (gtk_widget_is_composited): New function.
3465
3466         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): Set transient for.
3467
3468         * gtk/gtktooltips.c (gtk_tooltips_force_window): Set the type hint
3469
3470         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Compute whether
3471         the item belongs to a menubar. Set the type_hint appropriately
3472         depending on the outcome.
3473
3474         * gtk/gtkmenu.c (gtk_menu_position): Set the default type hint here.
3475
3476         * gtk/gtkmenu.c (gtk_menu_attach_to_widget): connect to hierarchy
3477         changed on the attach widget.
3478
3479         * gtk/gtkmenu.c (attach_widget_hierarchy_changed): New function to
3480         set the transient_for property for menus.
3481
3482         * gtk/gtkdnd.c (set_icon_stock_pixbuf): Set the appropriate type hint.
3483
3484         * gtk/gtkcombo.c (gtk_combo_popup_list): Make the popup window
3485         transient for the toplevel.
3486
3487         * gtk/gtkcombobox.c (gtk_combo_box_set_popup_widget): Set
3488         transient-for, for the popup window.
3489
3490         * gdk/x11/gdkwindow-x11.c (gdk_window_get_type_hint): Support for
3491         new window types.
3492
3493         * gdk/x11/gdkwindow-x11.c (gdk_window_set_type_hint): Add support
3494         for new window types.
3495
3496         * gdk/x11/gdkscreen-x11.c (_gdk_x11_screen_process_owner_change):
3497         New function called whenever the compositing manager comes and goes.
3498
3499         * gdk/x11/gdkscreen-x11.c (gdk_screen_is_composited): New function.
3500
3501         * gdk/x11/gdkscreen-x11.c
3502         (_gdk_x11_screen_request_cm_notification, make_cm_atom,
3503         check_is_composited): New functions
3504
3505         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Call
3506         _gdk_x11_screen_process_owner_change when an
3507         XFixesSelectionNotifyEvent is received.
3508
3509         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Call
3510         _gdk_x11_screen_request_cm_notification() on all screens.
3511
3512         * gdk/quartz/gdkscreen-quartz.c (gdk_screen_is_composited): Dummy
3513         implementation. 
3514
3515         * gdk/gdkscreen.c (gdk_screen_class_init): New signal,
3516         'composited-changed'.
3517
3518         * gdk/gdkwindow.h: Add new EWMH window types.
3519
3520         * gdk/win32/gdkscreen-win32.c (gdk_screen_is_composited) 
3521
3522 2006-04-25  Matthias Clasen  <mclasen@redhat.com>
3523         
3524         * modules/printbackends/cups/gtkprintbackendcups.c: 
3525         Add some more translatable PPD option names.
3526
3527 2006-04-24  Matthias Clasen  <mclasen@redhat.com>
3528
3529         * po/POTFILES.in:
3530         * po-properties/POTFILES.in: Updates
3531
3532         * gtk/paper_names.c: Declare PaperInfo here.
3533
3534         * gtk/gen-paper-names.c: Add a prefix to gettext msgids.
3535
3536         * gtk/paper_names_offsets.c: Regenerated.
3537         
3538         * gtk/gtkpapersize.c (gtk_paper_size_get_display_name):
3539         Use g_strip_context() to strip the prefix.
3540
3541 2006-04-24  Matthias Clasen  <mclasen@redhat.com>
3542         
3543         * gtk/gtkfontbutton.c: Small doc fixes.
3544
3545         * gtk/gtkprintunixdialog.h: 
3546         * gtk/gtkpagesetupunixdialog.h: Fix includes (#338665)
3547
3548         * gtk/gtkprintsettings.h (GtkPageRange): Declare in a way grokked by gtk-doc.
3549
3550         * gdk/gdkregion-generic.c: Documentation fixes.
3551
3552         * gdk/directfb/gdkmain-directfb.c: Make the comment not look like
3553         a doc comment.
3554
3555         * gtk/gtkprintunixdialog.c: Add docs.
3556
3557         * gtk/gtkstatusicon.c (gtk_status_icon_get_visible): Typo fix.
3558
3559 2006-04-24  Alexander Larsson  <alexl@redhat.com>
3560
3561         * gtk/gtkprinter.c:
3562         Don't ref the backend since the backend owns the printer.
3563
3564 2006-04-24  Alexander Larsson  <alexl@redhat.com>
3565
3566         * gtk/gtkpagesetupunixdialog.c (update_combo_sensitivity_from_printers):
3567         Remove spew.
3568
3569 2006-04-24  Alexander Larsson  <alexl@redhat.com>
3570
3571         * gtk/gtkprintunixdialog.c (create_page_setup_page):
3572         Even/Odd Pages -> Even/Odd Sheets
3573
3574 2006-04-24  Matthias Clasen  <mclasen@redhat.com>
3575
3576         * gtk/gtk.symbols:
3577         * gtk/gtkprintoperation.c (gtk_print_operation_run_async): Refactor the
3578         gtk_print_operation_run() code and add an _async version.
3579
3580         * gtk/gtkprintoperation-private.h:
3581         * gtk/gtkprintoperation-unix.c
3582         (_gtk_print_operation_platform_backend_run_dialog_async)
3583         (gtk_print_run_page_setup_dialog_async): Variants of the run functions
3584         which don't call gtk_dialog_run(), but only show the dialog and return,
3585         and handle the response in a signal handler.
3586
3587         * gtk/gtkprintoperation-win32.c (gtk_print_run_page_setup_dialog_async) 
3588         (_gtk_print_operation_platform_backend_run_dialog_async): Implement these 
3589         by calling the sync versions.
3590
3591         * gtk/gtkprintoperation-unix.c: Cleanups.
3592
3593         * gtk/gtkpagesetupunixdialog.c (gtk_page_setup_unix_dialog_get_page_setup):
3594         Remove redundant code.
3595
3596         * gtk/Makefile.am: Install gtkprintjob.h as Unix-specific print API.
3597
3598         * gtk/gtkprintoperation-unix.c (gtk_print_run_page_setup_dialog): 
3599         Return a copy of the original page setup if the dialog was canceled.
3600
3601 2006-04-24  Alexander Larsson  <alexl@redhat.com>
3602
3603         * gtk/gtkprintjob.h:
3604         Declare GtkPrintJob.
3605         
3606         * gtk/gtkprintunixdialog.c: (gtk_print_unix_dialog_get_settings):
3607         Change g_return_if_fail to g_return_val_if_fail.
3608
3609 2006-04-24  Alexander Larsson  <alexl@redhat.com>
3610
3611         * configure.in:
3612         Check for cairo-pdf.h.
3613         Check for cairo-ps.h on non-win32.
3614
3615 2006-04-24  Matthias Clasen  <mclasen@redhat.com>
3616
3617         * gtk/gtkclipboard.h: 
3618         * gtk/gtkprinter.c: 
3619         * gtk/gtkprintsettings.h: 
3620         * gtk/gtkprintsettings.c: Match parameter names with the headers.
3621
3622         * gtk/gtkprintoperation-unix.c (gtk_print_run_page_setup_dialog): 
3623         Add docs.
3624
3625         * gtk/gtktextbufferrichtext.c (gtk_text_buffer_deserialize): 
3626         * gtk/gtkstatusicon.c (gtk_status_icon_get_storage_type): 
3627         * gtk/gtktreeview.c (gtk_tree_view_set_search_position_func): 
3628         * gtk/gtktreeview.c (gtk_tree_view_get_headers_clickable): 
3629         * gtk/gtkcellrendererspin.c (gtk_cell_renderer_spin_new): 
3630         * gtk/gtkmenu.c (gtk_menu_get_for_attach_widget): Fix the docs.
3631
3632         * gtk/gtkprinter.h: Don't declare GtkPrintJob here.
3633         * gtk/gtkprinter-private.h: Instead include gtkprintjob.h.
3634
3635 2006-04-23  Matthias Clasen  <mclasen@redhat.com>
3636
3637         * gtk/gtkprinter-private.h: 
3638         * gtk/gtkprintbackend.h: 
3639         * gtk/gtkprinter.[hc]: 
3640         * gtk/gtkprintjob.[hc]: Use g types, add documentation, and some
3641         stylistic fixups.
3642
3643         * gtk/gtkaboutdialog.c (activate_url): Avoid a compiler warning.
3644
3645         * gtk/gtkpapersize.[hc]: Use g types, add documentation.
3646
3647         * gtk/gtkprintunixdialog.c (gtk_print_unix_dialog_get_settings): 
3648         Use g_return_val_if_fail in non-void functions.
3649
3650         * gtk/Makefile.am: Add gtkprintutils.[hc]
3651
3652         * gtk/gtkprintutils.[hc]: New files, move the unit conversion
3653         functions here.
3654
3655         * gtk/gtkpagesetupunixdialog.c: 
3656         * gtk/gtkprintsettings.c: 
3657         * gtk/gtkpagesetup.c: 
3658         * gtk/gtkpapersize.c: Replace all static copies of to_mm/from_mm
3659         by the copies in gtkprintutils.c.
3660
3661         * gtk/gtkpagesetup.[hc]: Use g types, add documentation.
3662
3663         * gtk/gtkprintsettings.c: More documentation
3664
3665 2006-04-22  Tor Lillqvist  <tml@novell.com>
3666
3667         * gtk/Makefile.am (gtk_private_h_sources): Small workaround for
3668         weird bug in some versions of Automake at least on Windows.
3669
3670 2006-04-21  Alexander Larsson  <alexl@redhat.com>
3671
3672         Merge the gtk-printing branch.
3673         For more detailed ChangeLog entries, see the ChangeLog.gtk-printing.
3674         
3675         * .cvsignore:
3676         * Makefile.am:
3677         * configure.in:
3678         * docs/tools/widgets.c:
3679         * gtk+-unix-print-2.0.pc.in:
3680         * gtk/Makefile.am:
3681         * gtk/gen-paper-names.c:
3682         * gtk/gtk.h:
3683         * gtk/gtk.symbols:
3684         * gtk/gtkenums.h:
3685         * gtk/gtkiconfactory.c:
3686         * gtk/gtkmarshalers.list:
3687         * gtk/gtkpagesetup.[ch]:
3688         * gtk/gtkpagesetupunixdialog.[ch]:
3689         * gtk/gtkpapersize.[ch]:
3690         * gtk/gtkprint-win32.[ch]:
3691         * gtk/gtkprintbackend.[ch]:
3692         * gtk/gtkprintcontext.[ch]:
3693         * gtk/gtkprinter-private.h:
3694         * gtk/gtkprinter.[ch]:
3695         * gtk/gtkprinteroption.[ch]:
3696         * gtk/gtkprinteroptionset.[ch]:
3697         * gtk/gtkprinteroptionwidget.[ch]:
3698         * gtk/gtkprintjob.[ch]:
3699         * gtk/gtkprintoperation-private.h:
3700         * gtk/gtkprintoperation-unix.c:
3701         * gtk/gtkprintoperation-win32.c:
3702         * gtk/gtkprintoperation.[ch]:
3703         * gtk/gtkprintsettings.[ch]:
3704         * gtk/gtkprintunixdialog.[ch]:
3705         * gtk/paper_names.c:
3706         * gtk/paper_names_offsets.c:
3707         Platform independent printing API and implementations
3708         for unix and windows.
3709
3710         * gtk/gtkstock.h:
3711         * gtk/stock-icons/24/gtk-orientation-landscape.png:
3712         * gtk/stock-icons/24/gtk-orientation-portrait.png:
3713         * gtk/stock-icons/24/gtk-orientation-reverse-landscape.png:
3714         Add stock icons for page orientation.
3715         
3716         * modules/Makefile.am:
3717         * modules/printbackends/Makefile.am:
3718         * modules/printbackends/cups/Makefile.am:
3719         * modules/printbackends/cups/gtkcupsutils.[ch]:
3720         * modules/printbackends/cups/gtkprintbackendcups.[ch]:
3721         * modules/printbackends/cups/gtkprintercups.[ch]:
3722
3723         Cups printing backend for unix.
3724         
3725         * modules/printbackends/lpr/Makefile.am:
3726         * modules/printbackends/lpr/gtkprintbackendlpr.[ch]:
3727         lpr printing backend for unix.
3728         
3729         * modules/printbackends/pdf/Makefile.am:
3730         * modules/printbackends/pdf/gtkprintbackendpdf.[ch]:
3731         print-to-pdf printing backend for unix.
3732         
3733         * tests/.cvsignore:
3734         * tests/Makefile.am:
3735         * tests/print-editor.c:
3736         Test application for printing.
3737
3738         * gdk/gdk.symbols:
3739         * gdk/win32/gdkevents-win32.c:
3740         * gdk/win32/gdkwin32.h:
3741         Add gdk_win32_set_modal_dialog_libgtk_only so that we can pump the
3742         mainloop while displaying a win32 common dialog.
3743
3744         * gdk/directfb/Makefile.am:
3745         Whitespace cleanup.
3746         
3747 2006-04-20  Paolo Borelli  <pborelli@katamail.com>
3748
3749         * gtk/gtkcombobox.c: plug small leak (#339132)
3750         * tests/testcombo.c: ditto
3751
3752 2006-04-19  Michael Emmel  <mike.emmel@gmail.com>
3753
3754         * gdk/directfb/gdkdrawable-directfb.c: fixed off by one error in
3755         clip patch from (#330824)
3756
3757 2006-04-19  Murray Cumming  <murrayc@murrayc.com>
3758
3759         * gtk/gtkfilechooserbutton.c: _GtkFileChooserButtonPrivate:
3760         Added has_title flag so we can remember whether a title has 
3761         been set.
3762         (gtk_file_chooser_button_constructor): If no title has been
3763         set then set it to the default title. This means that the 
3764         default title will be used if the dialog was instantiated with 
3765         g_object_new(), without using the gtk_file_chooser_button_new() 
3766         convenience function. This helps language bindings.
3767         (gtk_file_chooser_button_set_property): Set has_title when 
3768         setting the title.
3769
3770 2006-04-19  Tor Lillqvist  <tml@novell.com>
3771
3772         * gdk/win32/gdkkeys-win32.c (handle_special): Map VK_NUMPAD[0-9]
3773         to GDK_KP_[0-9]. (#337562)
3774
3775 2006-04-18  Matthias Clasen  <mclasen@redhat.com>
3776
3777         * gtk/gtkrc.c: Allocate pixmap_path dynamically, rather than
3778         using a fixed array of size 128.
3779
3780         * gtk/gtkiconcache.c: Apply a patch by Paolo Borelli to factor
3781         out a strip_suffix() function and save some memory.  (#338307)
3782
3783 2006-04-18  Carlos Garnacho  <carlosg@gnome.org>
3784
3785         * gtk/gtknotebook.c (gtk_notebook_pages_allocate): removed wrong
3786         condition check that caused tab labels not to be drawn under certain
3787         circumstances. Bug #338734.
3788
3789 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
3790
3791         * configure.in: Remove obsolete entry for no_NO
3792         * po-properties/no.po: And the translation
3793         * po/no.po: And the translation.
3794
3795 2006-04-17  Matthias Clasen  <mclasen@redhat.com>
3796
3797         * demos/gtk-demo/colorsel.c (expose_event_callback): Small formatting
3798         fix.
3799
3800 2006-04-17  Christian Persch  <chpe@cvs.gnome.org>
3801
3802         * gtk/gtkdnd.c: (gtk_drag_dest_set), (gtk_drag_dest_set_proxy): Fix
3803         UMR in gtk_drag_dest_motion. Bug #338725.
3804
3805 2006-04-17  Matthias Clasen  <mclasen@redhat.com>
3806
3807         * gtk/gtksettings.c (gtk_settings_class_init): 
3808         * gtk/gtkentry.c (gtk_entry_class_init): Fix typos
3809         in property blurbs.  (#338772, Clytie Siddall)
3810
3811 2006-04-16  Richard Hult  <richard@imendio.com>
3812
3813         * gdk/quartz/gdkdrawable-quartz.c: (gdk_quartz_draw_drawable): Add check 
3814         for source being a window.
3815
3816         * gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_get_pointer):
3817         Don't assert on window not being the root window.
3818
3819 2006-04-16  Richard Hult  <richard@imendio.com>
3820
3821         * gdk/quartz/gdkdrawable-quartz.c: Remove leading cairo/ in include.
3822
3823 2006-04-16  Matthias Clasen <mclasen@redhat.com>
3824
3825         * gdk/x11/gdkwindow-x11.c (set_initial_hints ): Avoid a
3826         possible array overrun.  (Coverity)
3827
3828         * gtk/gtkcalendar.c (gtk_calendar_key_press): Avoid a
3829         possible array overrun.  (Coverity)
3830
3831         * gtk/gtktextbuffer.c (_gtk_text_buffer_remove_all_tags):
3832         Avoid a NULL dereference.  (Coverity)
3833
3834 2006-04-15  Matthias Clasen <mclasen@redhat.com>
3835
3836         * gtk/gtkrecentmanager.c: Make filename_warning() static,
3837         and use caseless matching when looking for file:/.  
3838         (#336772, Morten Welinder)
3839
3840 2006-04-13  Anders Carlsson  <andersca@imendio.com>
3841
3842         * gdk/quartz/gdkevents-quartz.c:
3843         (synthesize_enter_event):
3844         (synthesize_leave_event):
3845         (synthesize_crossing_events):
3846         Take grabs into account.
3847
3848         (find_window_for_event):
3849         Only return grabbed window when owner_events is FALSE.
3850
3851 2006-04-13  Matthias Clasen  <mclasen@redhat.com>
3852
3853         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Reorganize slightly
3854         to avoid a possible NULL dereference.  (Coverity)
3855
3856 2006-04-12  Matthias Clasen  <mclasen@redhat.com>
3857
3858         * gtk/gtktreeview.c (gtk_tree_view_get_arrow_xrange): Don't
3859         allow passing NULL for x1 or x2, adjust callers.
3860
3861         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_get_neighbor_sizes): 
3862         Reorganize to avoid a possible NULL pointer dereference.  (Coverity)
3863
3864         * gtk/gtknotebook.c (gtk_notebook_page_allocate): Reorganize
3865         to avoid a possible NULL dereference.  (Coverity)
3866
3867         * gdk/x11/gdkimage-x11.c (gdk_image_new_bitmap): Handle
3868         closed displays correctly.  (Coverity)
3869
3870         * contrib/gdk-pixbuf-xlib/Makefile.am:
3871         * modules/engines/pixbuf/Makefile.am
3872         * gdk-pixbuf/Makefile.am: Build fixes for Cygwin.  (#338262)
3873
3874         * gdk/x11/gdkselection-x11.c (make_list): Make this work
3875         for list == NULL.  (Coverity)
3876
3877         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_entries_for_keycode): 
3878         Rearrange the code a bit.
3879
3880         * gtk/gtktextlayout.c (gtk_text_layout_validate_yrange): 
3881         Handle _gtk_text_line_get_data() returning NULL in all
3882         cases.  (Coverity)
3883
3884         * gtk/gtkuimanager.c: Make find_menu_position and
3885         find_toolbar_position void.  (#338100)
3886
3887 2006-04-12  Anders Carlsson  <andersca@imendio.com>
3888
3889         * gdk/quartz/gdkkeys-quartz.c:
3890         Handle page up and page down.
3891
3892 2006-04-12  Anders Carlsson  <andersca@imendio.com>
3893
3894         * gdk/quartz/gdkdrawable-quartz.c:
3895         (_gdk_quartz_drawable_release_context):
3896         Don't flush if we're inside a begin_paint/end_paint pair.
3897         
3898         * gdk/quartz/gdkwindow-quartz.c:
3899         (gdk_window_impl_quartz_end_paint):
3900         Free clip region here.
3901
3902 2006-04-12  Matthias Clasen  <mclasen@redhat.com>
3903
3904         * gtk/gtkuimanager.c (start_element_handler): Don't pass
3905         a negative value as string length to get_child_node().  (Coverity)
3906
3907         * gtk/gtkicontheme.c (insert_theme): Handle dirs == NULL
3908         gracefully.  (Coverity)
3909
3910         * gtk/gtknotebook.c (gtk_notebook_remove): Silently do nothing
3911         if the widget is not a child.  (Coverity)
3912
3913 2006-04-11  Matthias Clasen  <mclasen@redhat.com>
3914
3915         * gdk/x11/gdkkeys-x11.c (get_xkb): Return early in error
3916         cases.  (Coverity)
3917
3918         * gtk/gtktextview.c (selection_motion_event_handler): Remove
3919         some unused variables.
3920
3921         * gtk/gtktreeview.c ((gtk_tree_view_search_position_func): Apply
3922         a patch from David Trowbridge to improve the positioning of the
3923         search popup.  (#338047)
3924
3925 2006-04-11  Emmanuele Bassi  <ebassi@cvs.gnome.org>
3926
3927         * gtk/gtkrecentmanager.c (gtk_recent_manager_init)
3928         (gtk_recent_manager_new): Remove the unneeded setting of the
3929         storage file inside the constructor. (Murray Cumming)
3930         (build_recent_items_list): Reset the dirty bit when done rebuilding
3931         the list from the storage file.
3932
3933 2006-04-11  Matthias Clasen  <mclasen@redhat.com>
3934
3935         * gtk/gtkscale.c (gtk_scale_get_layout_offsets): Silence
3936         compiler warnings.
3937
3938         * gtk/gtkinputdialog.c (gtk_input_dialog_set_mapping_mode): Don't
3939         dereference info before checking it for NULL.  (Coverity)
3940
3941 2006-04-11  Anders Carlsson  <andersca@mac.imendio.com>
3942
3943         * gdk/quartz/GdkQuartzView.c:
3944         (-[GdkQuartzView drawRect:]):
3945         * gdk/quartz/gdkdrawable-quartz.c:
3946         (gdk_quartz_ref_cairo_surface):
3947         (_gdk_quartz_drawable_get_context):
3948         (_gdk_quartz_drawable_release_context):
3949         * gdk/quartz/gdkwindow-quartz.c:
3950         (gdk_window_impl_quartz_finalize):
3951         (gdk_window_impl_quartz_class_init):
3952         (gdk_window_impl_quartz_begin_paint_region):
3953         (gdk_window_impl_quartz_end_paint):
3954         (gdk_window_impl_quartz_invalidate_maybe_recurse):
3955         (gdk_window_impl_quartz_process_updates):
3956         (gdk_window_impl_quartz_paintable_init):
3957         (_gdk_window_impl_quartz_get_type):
3958         * gdk/quartz/gdkwindow-quartz.h:
3959         Have GdkWindowImplQuartz implement GdkPaintable.
3960
3961 2006-04-10  Michael Natterer  <mitch@imendio.com>
3962
3963         * gtk/gtktextbufferrichtext.c (gtk_text_buffer_deserialize):
3964         pasted rich text should not be affected by tags that are active at
3965         the insertion point. Therefore, remove and remember all active
3966         tags, and re-apply them left and right of the inserted text after
3967         pasting. Fixes bug #337653.
3968
3969 2006-04-11  Anders Carlsson  <andersca@imendio.com>
3970
3971         * gdk/gdkinternals.h:
3972         * gdk/gdkwindow.c:
3973         (_gdk_paintable_get_type):
3974         (gdk_window_begin_paint_region):
3975         (gdk_window_end_paint):
3976         (gdk_window_process_updates):
3977         (gdk_window_invalidate_maybe_recurse):
3978         Add new GdkPaintable interface which implementation objects can 
3979         implement in order to override gdk painting functions.
3980
3981 2006-04-10 Vladimer Sichinava  <vlsichinava@gmail.com>
3982
3983         * configure.in: Added "ka" (Georgian) to ALL_LINGUAS
3984
3985 2006-04-07  Hans Breuer  <hans@breuer.org>
3986
3987         * gtk/makefile.msc.in tests/makefile.msc : updated
3988
3989 2006-04-06  Tor Lillqvist  <tml@novell.com>
3990
3991         Correct the appearance of non-square icons and cursors: pad them
3992         to square so that Windows won't stretch them.
3993
3994         * gdk/win32/gdkcursor-win32.c (create_alpha_bitmap)
3995         (create_color_bitmap): Always create square bitmaps, take only
3996         side length as argument.
3997         (pixbuf_to_hbitmaps_alpha_winxp, pixbuf_to_hbitmaps_normal):
3998         Corresponding changes.
3999
4000 2006-04-05  Matthias Clasen  <mclasen@redhat.com>
4001
4002         * gtk/gtktextview.c (text_window_realize): Lower the window, to
4003         prevent late-constructed text windows from covering child 
4004         widgets.  (#336796, Yevgen Muntyan)
4005
4006         * gtk/gtkmain.c (gtk_grab_add, gtk_grab_remove, gtk_grab_notify) 
4007         (gtk_grab_notify_foreach): Rework the code which emits ::grab-notify
4008         signals to ensure that we emit enough signals. Also optimize the
4009         code to not do unnecessary tree walking.
4010
4011         * gtk/gtkwidget.c (gtk_widget_class_init): Document ::grab-notify.
4012
4013 2006-04-05  Paolo Borelli  <pborelli@katamail.com>
4014
4015         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle the case of \r
4016         and \n split across lines. Bug #337022.
4017         * tests/testtextbuffer.c: add unit test.
4018
4019 Tue Apr  4 12:25:36 2006  Søren Sandmann  <sandmann@redhat.com>
4020
4021         * gdk/x11/gdkimage-x11.c (gdk_image_class_init): Add "_private" to
4022         make it build.
4023
4024 2006-04-04  Matthias Clasen  <mclasen@redhat.com>
4025
4026         * gdk/gdkdisplay.c: 
4027         * gdk/gdkdisplaymanager.c:
4028         * gdk/gdkdraw.c:
4029         * gdk/gdkkeys.c:
4030         * gdk/gdkpixmap.c:
4031         * gdk/gdkscreen.c:
4032         * gdk/gdkwindow.c:
4033         * gdk/x11/gdkcolor-x11.c:
4034         * gdk/x11/gdkdisplay-x11.c:
4035         * gdk/x11/gdkdnd-x11.c:
4036         * gdk/x11/gdkdrawable-x11.c:
4037         * gdk/x11/gdkgc-x11.c:
4038         * gdk/x11/gdkimage-x11.c:
4039         * gdk/x11/gdkinput.c:
4040         * gdk/x11/gdkpixmap-x11.c:
4041         * gdk/x11/gdkscreen-x11.c:
4042         * gdk/x11/gdkwindow-x11.c: Use G_DEFINE_TYPE.
4043
4044         * gdk/x11/gdkcolor-x11.c: 
4045         * gdk/x11/gdkdnd-x11.c:
4046         * gdk/x11/gdkimage-x11.c: Use instance private data.
4047
4048 2006-04-03  Matthias Clasen  <mclasen@redhat.com>
4049
4050         * gdk/gdkrgb.c: Get rid of a duplicate copy of the visual names.
4051
4052         * gtk/gtkmain.c: Make gtk_args const.
4053
4054         * gtk/gtkicontheme.c (pixbuf_supports_svg): Save one static.
4055
4056         * gtk/gtkrecentchooser.c (gtk_recent_chooser_error_quark):
4057         * gtk/gtkrecentmanager.c (gtk_recent_manager_error_quark):
4058         * gtk/gtkfilechooser.c (gtk_file_chooser_error_quark):
4059         * gtk/gtkfilesystem.c (gtk_file_system_error_quark):
4060         * gtk/gtkicontheme.c (gtk_icon_theme_error_quark): No point
4061         in making the error path fast by caching quarks. 
4062
4063         * gtk/gtkfilesel.c (no_stat_dirs): Avoid relocation.
4064
4065         * gdk/gdk.c: Here too.
4066
4067         * gdk/gdkinternals.h: 
4068         * gdk/x11/gdkmain-x11.c: 
4069         * gdk/win32/gdkmain-win32.c: 
4070         * gdk/directfb/gdkdisplay-directfb.c: 
4071         * gdk/quartz/gdkmain-quartz.c: Make _gdk_windowing_args const.
4072
4073         * gdk/win32/gdkpixmap-win32.c: Include gdkscreen.h  (#337032,
4074          Kazuki IWAMOTO)
4075
4076         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Mention
4077         that %NULL is allowed.  (#336937, Christian Neumair)
4078
4079         * gtk/gtkmain.c: Get rid of an unnecessary static variable.
4080
4081         * gtk/gtktextlayout.c: Fix a warning.
4082         
4083         * gtk/gtktextsegment.h: 
4084         * gtk/gtktextsegment.c: 
4085         * gtk/gtktextchild.c:
4086         * gtk/gtktextbtree.c:
4087         * gtk/gtktextmark.c: 
4088         * gtk/gtktexttypes.h: Make the segment class pointers const.
4089
4090         * gtk/gtktextbufferserialize.c: Make parser struct const.
4091         
4092         * gtk/gtkuimanager.c: Make parser struct const.
4093
4094         * gtk/gtklinkbutton.c: Make the default colors const.
4095
4096         * gtk/gtkuimanager.c: Avoid relocations. 
4097
4098         * gtk/gtkxembed.c (_gtk_xembed_message_name): Reduce size of static
4099         buffer.
4100
4101         * gtk/gtktext.c (gtk_text_key_press): Avoid relocations.
4102
4103         * gtk/gtkrc.c (gtk_rc_add_initial_default_files) 
4104         (gtk_rc_add_default_file): Allocate the gtk_rc_default_files array
4105         dynamically.
4106
4107 2006-04-02  Matthias Clasen  <mclasen@redhat.com>
4108
4109         * gtk/gtkrc.c: Avoid relocations for the array of symbol names. 
4110
4111         * gtk/gtkruler.c: Remove unused strings from the ruler_metrics 
4112         structs, to avoid relocations.  (#336917, Stephane Chauveau)
4113
4114 2006-04-02  Emmanuele Bassi  <ebassi@cvs.gnome.org>
4115
4116         * gtk/gtkrecentmanager.c (gtk_recent_manager_set_filename): Build
4117         the items list after setting the storage file.
4118
4119         * gtk/gtkrecentmanager.c (display_closed): Use the right string
4120         for unsetting the default manager object from the screen.       
4121
4122 2006-04-01  Behdad Esfahbod  <behdad@gnome.org>
4123
4124         * gtk/gtkfilesel.c (gtk_file_selection_get_filename): Oops. (#336784)
4125
4126 2006-04-01  Behdad Esfahbod  <behdad@gnome.org>
4127
4128         * gtk/gtkfilesel.c (gtk_file_selection_get_filename): Use a GString
4129         instead of static buffer to reduce .bss by 8kb. (#336784)
4130
4131 2006-04-01  Dom Lachowicz <cinamod@hotmail.com>
4132
4133         * modules/engines/ms-windows/msw_style.c (draw_hline): Emulate WinXP's
4134         drawing of menu separators
4135         
4136 2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
4137
4138         * gtk/gtkrecentmanager.c: Convert filenames to UTF-8 before printing
4139         them out in warning messages. (#336770, Morten Welinder)
4140
4141 2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
4142
4143         * gtk/gtkrecentmanager.c (gtk_recent_info_last_application): Update
4144         last_stamp inside the look. (#336771, Morten Welinder)
4145
4146 2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
4147
4148         * gtk/gtkrecentchoosermenu.c (gtk_recent_chooser_menu_get_property):
4149         Add missing break. (#336769, Morten Welinder)
4150
4151 2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
4152
4153         * gtk/gtkfilesystem.c (gtk_file_system_get_bookmark_label):
4154         * gtk/gtklinkbutton.c (gtk_link_button_new_with_label): Return NULL
4155         instead of FALSE in g_return_val_if_fail in a pointer-returning
4156         function. (#336764, Morten Welinder)
4157
4158 2006-04-01  Gora Mohanty  <gmohanty@cvs.gnome.org>
4159
4160         * configure.in: Added 'or' (Oriya) to ALL_LINGUAS.
4161
4162 2006-03-31  Matthias Clasen  <mclasen@redhat.com>
4163
4164         * gtk/gtkrecentmanager.c (gtk_recent_info_get_age): Don't
4165         assert that the age is positive.  (#336773, Morten Welinder)
4166
4167 2006-03-31  Matthias Clasen  <mclasen@redhat.com>
4168
4169         * gtk/gtkicontheme.c (load_icon_data): Don't leak the keyfile 
4170         parser in the error case. 
4171         
4172         * gtk/gtkicontheme.c (load_icon_data, free_unthemed_icon) 
4173         (icon_data_free, load_themes):
4174         * gtk/gtkiconcache.c (_gtk_icon_cache_get_icon_data): Use the slice
4175         allocator for GtkIconData and UnthemedIcon structs.
4176
4177 2006-03-30  Behdad Esfahbod  <behdad@gnome.org>
4178
4179         * gtk/gtkcalendar.c: Fix translation comments for localizable
4180         digit formats. (fixes bug #336650)
4181
4182 2006-03-30  Matthias Clasen  <mclasen@redhat.com>
4183
4184         * gtk/gtkrecentmanager.h (struct _GtkRecentData): Fix the doc
4185         comment format.
4186
4187         * gtk/gtkrecentmanager.c (gtk_recent_manager_has_item) 
4188         (gtk_recent_manager_purge_items, gtk_recent_manager_lookup_item) 
4189         (gtk_recent_manager_get_limit, gtk_recent_manager_add_full) 
4190         (gtk_recent_manager_get_items, gtk_recent_manager_remove_item): 
4191
4192         * gtk/gtkrecentfilter.c (gtk_recent_filter_add_age): 
4193         * gtk/gtkrecentchooser.c (gtk_recent_chooser_set_show_numbers) 
4194         (gtk_recent_chooser_set_sort_func): 
4195         * gtk/gtknotebook.h (gtk_notebook_set_tab_detachable): Sync
4196         parameter names between .c and .h files to help gtk-doc.
4197
4198         * gdk/gdkregion-generic.c (gdk_region_get_clipbox): Reword
4199         docs to help gtk-doc.
4200
4201         * docs/tools/widgets.c (get_all_widgets): Add 
4202         GtkRecentChooserDialog.
4203
4204         * gtk/gtkdnd.c (gtk_drag_get_icon): Make sure to get an
4205         icon window when constructing the fallback_icon. This
4206         fixes a crash when dragging icons between screens in
4207         nautilus.  (#325751, Hylke van der Schaaf)
4208
4209 2006-03-30  Michael Emmel  <mike.emmel@gmail.com>
4210
4211         * gdk/directfb/gdkpixmap-directfb.c implement
4212             (gdk_pixmap_foreign_new_for_screen)
4213
4214 2006-03-30  Emmanuele Bassi  <ebassi@cvs.gnome.org>
4215
4216         Add documentation for the GtkLinkButton (#336592)
4217
4218         * docs/reference/tmpl/gtklinkbutton.sgml: Add description
4219         of the GtkLinkButton.
4220
4221         * docs/reference/gtk/migrating-GtkLinkButton.sgml: Guidelines
4222         for migrating code from GnomeHRef to the GtkLinkButton.
4223
4224         * docs/reference/gtk/gtk-docs.sgml:
4225         * docs/reference/gtk/Makefile.am: Build glue for the porting
4226         guide.
4227
4228 2006-03-29  Matthias Clasen <mclasen@redhat.com>
4229
4230         * gdk/gdk.symbols:
4231         * gdk/gdkpixmap.h:
4232         * gdk/win32/gdkpixmap-win32.c:
4233         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new_for_screen):
4234         New function to allow wrapping a native pixmap without
4235         a server roundtrip.  (#334954, David Baron) 
4236
4237         * gtk/gtk.symbols:
4238         * gtk/gtkrecent*.c: Fix some symbol aliasing glitches.
4239
4240 2006-03-29  Emmanuele Bassi  <ebassi@cvs.gnome.org>
4241
4242         * gtk/gtkrecentchoosermenu.c: Make gtkalias.h the last included file.
4243
4244 2006-03-29  Emmanuele Bassi  <ebassi@cvs.gnome.org>
4245
4246         * gtk/gtk.symbols: Fix a typo that broke aliasing rules.
4247
4248 2006-03-29  Richard Hult  <richard@imendio.com>
4249
4250         * gdk/quartz/gdkproperty-quartz.c: Add missing CLIPBOARD atom.
4251
4252 2006-03-29  Emmanuele Bassi  <ebassi@cvs.gnome.org>
4253
4254         * docs/reference/gtk/migrating-GtkRecentChooser.sgml: Add a migration
4255         guide for porting to the new GtkRecent stuff from the old EggRecent
4256         code.
4257
4258         * docs/reference/gtk/tmpl/gtkrecentchooser.sgml:
4259         * docs/reference/gtk/tmpl/gtkrecentchooserdialog.sgml:
4260         * docs/reference/gtk/tmpl/gtkrecentchoosermenu.sgml:
4261         * docs/reference/gtk/tmpl/gtkrecentchooserwidget.sgml:
4262         * docs/reference/gtk/tmpl/gtkrecentfilter.sgml:
4263         * docs/reference/gtk/tmpl/gtkrecentmanager.sgml: Add template files
4264         for the reference guide.
4265
4266         * docs/reference/gtk/gtk-docs.sgml:
4267         * docs/reference/gtk/gtk-sections.txt:
4268         * docs/reference/gtk/Makefile.am: Build glue for add GtkRecent to
4269         the reference guide.
4270
4271 2006-03-29  Emmanuele Bassi  <ebassi@cvs.gnome.org>
4272
4273         * tests/Makefile.am:
4274         * tests/testrecentchooser.c: Add a test suite for GtkRecentChooser.
4275
4276 2006-03-29  Emmanuele Bassi  <ebassi@cvs.gnome.org>
4277
4278         Import GtkRecent* from libegg.
4279
4280         * gtk/gtkrecentmanager.[ch]: Add GtkRecentManager, an object
4281         for managing a list of recently used resources.
4282
4283         * gtk/gtkrecentchooser.[ch]:
4284         * gtk/gtkrecentchooserdefault.[ch]:
4285         * gtk/gtkrecentchooserdialog.[ch]:
4286         * gtk/gtkrecentchoosermenu.[ch]:
4287         * gtk/gtkrecentchooserprivate.h:
4288         * gtk/gtkrecentchooserutils.[ch]:
4289         * gtk/gtkrecentchooserwidget.[ch]: Add GtkRecentChooser, a
4290         GTypeInterface for widgets implementing viewers for recently
4291         used resources.
4292
4293         * gtk/gtkrecentfilter.[ch]: GtkRecentFilter, a filter object
4294         for GtkRecentChooser implementations.
4295
4296         * gtk/gtk.h:
4297         * gtk/gtk.symbols:
4298         * gtk/Makefile.am: Build glue for GtkRecent*.
4299
4300 2006-03-29  Matthias Clasen  <mclasen@redhat.com>
4301
4302         * gtk/gtknotebook.c (gtk_notebook_real_insert_page): Emit
4303         page-added before switch-page.  (#335691, Christian Persch)
4304
4305 2006-03-29  Matthias Clasen  <mclasen@redhat.com>
4306
4307         * gtk/gtkfilechooserdefault.c (queue_edited_idle): Handle
4308         double queuing, rather than asserting that it does not 
4309         happen.  (#330617)
4310
4311 2006-03-28  Matthias Clasen  <mclasen@redhat.com>       
4312
4313         * gtk/gtknotebook.c (gtk_notebook_set_tab_detachable): Fix
4314         docs syntax, also commit a patch from #335707 to improve
4315         notebook DND with window widgets.
4316
4317         * gtk/gtktextview.c (gtk_text_view_start_selection_drag): 
4318         (selection_motion_event_handler): Fix drag-selection after
4319         double-click.  (#323862, Benjamin Berg)
4320
4321         * gtk/gtktextview.c (get_iter_at_pointer): Factor this out
4322         into a function and use it in move_mark_to_pointer_and_scroll,
4323         drag_scan_timeout and selection_motion_event_handler.
4324         (Paolo Borelli)
4325
4326 2006-03-28  Matthias Clasen  <mclasen@redhat.com>
4327
4328         * gtk/gtktextview.c (gtk_text_view_do_popup) 
4329         (gtk_text_view_grab_notify): Move the call to 
4330         gtk_text_view_end_selection_drag() from gtk_text_view_do_popup
4331         to gtk_text_view_grab_notify, so that it works not only
4332         for the text views own popup, but also for other ways in which
4333         we might become grab-shadowed during a selection drag.
4334         (#74620, Li Yuan)
4335
4336 2006-03-28  Sven Herzberg  <herzi@gnome-de.org>
4337
4338         reviewed by: Tim Janik
4339         
4340         * gtk/gtkpixmap.c: (gtk_pixmap_set): only check for equal colormaps if
4341         the new pixmap is not NULL; fixes a warning when gtk_pixmap_set is
4342         called from gtk_pixmap_finalize (bug 336254)
4343
4344 2006-03-27  Anders Carlsson  <andersca@imendio.com>
4345
4346         * gdk/quartz/gdkevents-quartz.c:
4347         (select_thread_func):
4348         (got_fd_activity):
4349         (poll_func):
4350         (gdk_event_translate):
4351         Make the poll func work with real file descriptors.
4352         We do this by creating a thread which calls poll and then
4353         signals the main thread using a run loop source.
4354         
4355         * gtk/gtkclipboard-quartz.c:        
4356         (-[GtkClipboardOwner pasteboard:provideDataForType:]):
4357         Remove debugging output
4358
4359 2006-03-27  Matthias Clasen  <mclasen@redhat.com>
4360
4361         * gtk/gtkmnemonichash.c (_gtk_mnemonic_hash_activate): Check that 
4362         the widget is viewable.  (#336200, Bastian Nocera)
4363
4364 2006-03-27  Michael Natterer  <mitch@imendio.com>
4365
4366         * gtk/gtkmenu.c (gtk_menu_scroll_by): bail out if there is no need
4367         for scrolling (more obvious than adding additional conditions to
4368         the scroll offset calculation). Fixes bug #335912.
4369
4370 2006-03-27  Anders Carlsson  <andersca@imendio.com>
4371
4372         * gtk/Makefile.am:
4373         Add -xobjective-c to cflags.
4374         (#335956, Lllian Angel)
4375         
4376         * gtk/gtkdnd-quartz.c:
4377         (gtk_drag_dest_set_track_motion):
4378         (gtk_drag_dest_get_track_motion):
4379         Add stubs for new functions.
4380         (#335955, Lillian Angel)
4381         
4382 2006-03-27  Richard Hult  <richard@imendio.com>
4383
4384         * gdk/quartz: Add more stubs.
4385
4386 2006-03-27  Michael Natterer  <mitch@imendio.com>
4387
4388         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
4389         add missing ')'.
4390
4391 2006-03-26  Matthias Clasen  <mclasen@redhat.com>
4392
4393         * gtk/Makefile.am: Fix a srcdir != builddir build problem.
4394         (#335915, Yevgen Muntyan)
4395
4396         * gtk/gtktextbuffer.c (gtk_text_buffer_get_property):
4397         * gtk/gtksettings.c (gtk_settings_get_property):
4398         * gtk/gtkuimanager.c (gtk_ui_manager_get_property): Fix leaks.
4399
4400         * gtk/gtktexttag.c (gtk_text_tag_get_property):
4401         * gtk/gtkcellrenderertext.c (gtk_cell_render_text_get_property):
4402         Avoid an unnecessary strdup.  (#336013)
4403
4404 2006-03-24  Matthias Clasen  <mclasen@redhat.com>
4405
4406         * gtk/gtktextview.c (gtk_text_view_value_changed): Don't call
4407         gdk_window_invalidate_rect() on unrealized widgets.  (#335717,
4408         Nicolas Setton)
4409
4410 Fri Mar 24 14:53:20 2006  Tim Janik  <timj@imendio.com>
4411
4412         * gtk/gtktreemodel.h: 
4413         * gtk/gtktextbtree.h: back out G_GNUC_WARN_UNUSED_RESULT on iterator
4414         functions which turned out to cause too much trouble.
4415
4416 2006-03-23  Matthias Clasen  <mclasen@redhat.com>
4417
4418         * AUTHORS: small update
4419
4420 2006-03-23  Matthias Clasen  <mclasen@redhat.com>
4421
4422         Support subclasses in RC files.  (#142417, Todd Berman, patch
4423         based on a patch by Benjamin Berg)
4424         
4425         * gtk/gtkrc.h: 
4426         * gtk/gtkrc.c: Support <classname> elements in widget_class paths 
4427         in rc files which match any classes derived from named class.
4428
4429         (_gtk_rc_init): Use the new syntax in the default rc string.
4430
4431         * gtk/gtkbindings.c: Support the new syntax for bindings too.
4432         
4433         * tests/testrc.c: Tests for widget_class path matching
4434
4435 2006-03-23  Carlos Garnacho  <carlosg@gnome.org>
4436
4437         * gtk/gtkdnd.c (gtk_drag_dest_motion): make sure that gdk_drag_event()
4438         is called when track_motion is TRUE to receive drag_motion and
4439         drag_leave events properly.
4440
4441 2006-03-22  Matthias Clasen  <mclasen@redhat.com>
4442
4443         * gtk/gtknotebook.c (gtk_notebook_remove): Emit the ::page-removed
4444         signal after removing the page.  (#335238, Christian Persch)
4445
4446 2006-03-22  Carlos Garnacho  <carlosg@gnome.org>
4447
4448         * gtk/gtkexpander.c: Make it to expand when hovering during DnD
4449
4450 2006-03-22  Matthias Clasen  <mclasen@redhat.com>
4451
4452         Improved DND support for GtkNotebook  (#332991, Carlos Garnacho)
4453         
4454         * gtk/gtk.symbols: 
4455         * gtk/gtkdnd.h: 
4456         * gtk/gtkdnd.c: Add a track_motion flag on GtkDragDest
4457         with getter and setter, for cases where the drag destination
4458         is interested in drag motion events independent of targets.
4459
4460         * gtk/gtksettings.c (gtk_settings_class_init): Add a setting
4461         for the timeout used when expanding during DND.
4462
4463         * gtk/gtknotebook.c: Use the track_motion flag to switch
4464         notebook tabs when hovering over tabs during DND.
4465         
4466 2006-03-22  Matthias Clasen  <mclasen@redhat.com>
4467
4468         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Use fg_gc to
4469         draw the inter-row drop highlight. Also draw the line all the 
4470         way across, and flip it in RTL mode. (#334906, Ian McDonald)
4471
4472 2006-03-22  Johan Dahlin  <jdahlin@async.com.br>
4473
4474         * tests/testtreeview.c: Add a column that demonstrates how to use
4475         the new spinbutton cellrenderer.
4476
4477 2006-03-22  Matthias Clasen  <mclasen@redhat.com>
4478
4479         * tests/prop-editor.c: 
4480         * tests/testtreeview.c: Remove pointless includes of config.h,
4481         to make it easier compilable against system GTK+.
4482
4483 2006-03-22  Michael Natterer  <mitch@imendio.com>
4484
4485         * gtk/gtkentry.c: renamed last-char-timeout to
4486         password-hint-timeout and store all its data in a struct attached
4487         as QData.
4488
4489         * gtk/gtkcellrendererspin.c: fix typo in #include.
4490
4491 2006-03-22  Carlos Garnacho  <carlosg@gnome.org>
4492
4493         * gtk/gtknotebook.c: send a GtkWidget** instead of a GtkNotebookPage*
4494         when doing tabs DnD, this allows DnD interaction with other widgets,
4495         added some docs for this too.
4496         * tests/testnotebookdnd.c: add some code to test it.
4497
4498 2006-03-22  Matthias Clasen  <mclasen@redhat.com>
4499
4500         * gtk/gtk.symbols: 
4501         * gtk/gtkcellrendererspin.h:
4502         * gtk/gtkcellrendererspin.c: Add a cell renderer which 
4503         uses a spinbutton to edit the value of a cell. (#156023,
4504         Daniel Kasak, Lorenzo Gil Sanchez, Carlos Garnacho)
4505
4506         * gtk/gtk.h: 
4507         * gtk/Makefile.am: Glue it in.
4508
4509 2006-03-21  Matthias Clasen  <mclasen@redhat.com>
4510
4511         * tests/testtreeview.c (drag_begin_cb): Test setting up
4512         drag icons for tree dnd.
4513
4514 2006-03-22  Michael Natterer  <mitch@imendio.com>
4515
4516         * gtk/gtkentry.c: applied modified patch from maemo-gtk which
4517         allows the most recently entered character in a hidden entry to be
4518         shown for a configurable period of time. Fixes bug #334560.
4519
4520 2006-03-22  Michael Natterer  <mitch@imendio.com>
4521
4522         * gtk/gtktextbuffer.h (enum GtkTextBufferTargetInfo): count down
4523         from G_MAXUINT to avoid clashes with application-added DND
4524         targets.
4525
4526         * gtk/gtktextview.c (gtk_text_view_init): set an empty
4527         GtkTargetList on the drag_dest so it is not NULL when a derived
4528         class' init() function is called.
4529
4530         (gtk_text_view_target_list_notify): copy the text buffer's paste
4531         targets into the view's destinstion target list (preserving
4532         application-added DND targets), instead of replacing the view's
4533         target list. Fixes bug #334399.
4534
4535 2006-03-21  Anders Carlsson  <andersca@imendio.com>
4536
4537         * gtk/Makefile.am:
4538         Add new files.
4539         
4540         * gtk/gtkclipboard-quartz.c: Added.
4541         * gtk/gtkdnd-quartz.c: Added.
4542         * gtk/gtkquartz.c: Added.
4543         * gtk/gtkquartz.h: Added.
4544         Add dnd and clipboard implementations.
4545
4546 2006-03-21  Michael Natterer  <mitch@imendio.com>
4547
4548         * gdk/quartz/Makefile.am: removing trailing \ fixes the build.
4549
4550 2006-03-21  Anders Carlsson  <andersca@imendio.com>
4551
4552         * gdk/quartz/gdkgeometry-quartz.c:
4553         (gdk_window_scroll):
4554         Implement gdk_window_scroll.
4555
4556 2006-03-21  Anders Carlsson  <andersca@imendio.com>
4557
4558         * gdk/quartz/GdkQuartzWindow.c:
4559         (drag_operation_to_drag_action):
4560         (drag_action_to_drag_operation):
4561         (update_context_from_dragging_info):
4562         (-[GdkQuartzWindow draggingEntered:]):
4563         (-[GdkQuartzWindow draggingEnded:]):
4564         (-[GdkQuartzWindow draggingExited:]):
4565         (-[GdkQuartzWindow draggingUpdated:]):
4566         (-[GdkQuartzWindow performDragOperation:]):
4567         (-[GdkQuartzWindow wantsPeriodicDraggingUpdates]):
4568         (-[GdkQuartzWindow draggedImage:endedAt:operation:]):
4569         * gdk/quartz/gdkdnd-quartz.c:
4570         (gdk_drag_context_finalize):
4571         (gdk_drag_context_init):
4572         (gdk_drag_context_class_init):
4573         (gdk_drag_begin):
4574         (gdk_drag_status):
4575         Add the GDK part of the DND implementation.
4576
4577         * gdk/quartz/Makefile.am:
4578         Add some missing headers.
4579         
4580         * gdk/quartz/gdkdrawable-quartz.h:
4581         * gdk/quartz/gdkprivate-quartz.h:
4582         * gdk/quartz/gdkquartz.h:
4583         * gdk/quartz/gdkwindow-quartz.c:
4584         (gdk_quartz_window_get_nsview):
4585         New function, for use by the GTK part of the DND implementation
4586
4587 2006-03-21  Anders Carlsson  <andersca@imendio.com>
4588
4589         * gdk/quartz/gdkdrawable-quartz.c:
4590         (gdk_quartz_ref_cairo_surface):
4591         (gdk_quartz_draw_rectangle):
4592         (gdk_quartz_draw_arc):
4593         (gdk_quartz_draw_polygon):
4594         (gdk_quartz_draw_drawable):
4595         (gdk_quartz_draw_segments):
4596         (gdk_quartz_draw_lines):
4597         (gdk_quartz_draw_pixbuf):
4598         (gdk_quartz_draw_image):
4599         (_gdk_quartz_drawable_get_context):
4600         * gdk/quartz/gdkdrawable-quartz.h:
4601         Offset coordinates by 0.5 pixels to get consistant results for both
4602         image contexts and screen contexts.
4603
4604 2006-03-21  Anders Carlsson  <andersca@imendio.com>
4605
4606         * gdk/quartz/GdkQuartzWindow.c 
4607         ([GdkQuartzWindow -windowDidMove:]): Synthesize GDK_CONFIGURE events
4608         when the window position changes.
4609
4610 2006-03-20  Matthias Clasen  <mclasen@redhat.com>
4611
4612         * gtk/gtkdnd.c (gtk_drag_get_cursor): Remove an unused variable.
4613
4614         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): Don't leave
4615         page->tab_label dangling.
4616         (gtk_notebook_real_remove): Use GTK_IN_DESTRUCTION to determine
4617         if we are being called during destruction of the notebook, rather
4618         than maintaining that information as a passed-in parameter.
4619         (gtk_notebook_destroy): Leave the removal of the children
4620         to the container destroy method.  (#319032, Yevgen Muntyan)
4621
4622 2006-03-20  Matthias Clasen  <mclasen@redhat.com>
4623
4624         * gtk/gtkcombobox.c (gtk_combo_box_remove): Use the existing
4625         GTK_IN_DESTRUCTION flag, rather than roll our own.
4626
4627 2006-03-20  Matthias Clasen  <mclasen@redhat.com>
4628         
4629         * gtk/gtk.symbols: 
4630         * gtk/gtkscrolledwindow.h: 
4631         * gtk/gtkscrolledwindow.c: Add a window-placement-set property
4632         and a gtk-scrolled-window-placement setting.  (#157025, Christian
4633         Neumair)
4634
4635 2006-03-20  Matthias Clasen  <mclasen@redhat.com>
4636
4637         * gtk/gtkmain.c (gtk_get_option_group): Make sure gettext
4638         is initialized before using it.  (#335129, Christian Persch)
4639
4640 2006-03-19  Matthias Clasen  <mclasen@redhat.com>
4641
4642         * MAINTAINERS: Add this, at the request of the GNOME sysadmin team.
4643
4644         * AUTHORS: Updates, typo fix
4645
4646         * gtk/gtkiconview.c (gtk_icon_view_set_cursor): Document that
4647         @cell must be one of the renderers of the icon view, warn if 
4648         it is not, and ignore @start_editing if @cell is not set.
4649         (#335001, Emmanuel Rodriguez)
4650
4651 2006-03-16  Matthias Clasen  <mclasen@redhat.com>
4652
4653         * configure.in: Add a missing comma.  (#334774, Peter Breitenlohner)
4654
4655         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full) 
4656         (gtk_action_group_add_toggle_actions_full) 
4657         (gtk_action_group_add_radio_actions_full): Check for a stock 
4658         icon, not a stock item, when deciding whether to use stock-id 
4659         or icon-name.  (#334760, Jody Goldberg)
4660
4661         * gtk/gtkimage.c (gtk_image_clear): Update the size of the image, 
4662         by swapping the implementations of gtk_image_clear and
4663         gtk_image_reset.  (#334657)
4664
4665         * README.in: Add a note about GtkNotebook signals.
4666
4667 2006-03-15  Matthias Clasen  <mclasen@redhat.com>
4668
4669         * gtk/gtkcombobox.c (gtk_combo_box_list_button_released) 
4670         (gtk_combo_box_list_key_press): Popdown the list before changing
4671         the active iter, otherwise people will be surprised by the
4672         grabs that are still in place when their ::changed handler
4673         runs. 
4674
4675 2006-03-15  Dom Lachowicz <cinamod@hotmail.com>
4676
4677         * modules/engines/ms-windows/msw_style.c: Override style->realize/
4678         style->unrealize, so that GTK+ doesn't automatically attempt to apply
4679         shading to the GC colors, causing a mismatch with the Win32 native
4680         colors. Problem found by (and suggested solution by) "Cosmic Integer"
4681
4682         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Make expander-size
4683         a bit closer to Microsoft's values (bug 325699, Brad Taylor)
4684         
4685 2006-03-14  Matthias Clasen  <mclasen@redhat.com>
4686
4687         * tests/testcellrenderertext.c: Add test cases for alignment.
4688
4689         * gtk/gtkcellrenderertext.c: Add an alignment property,
4690         and fix some cases where ellipsize_set was being used to
4691         mean "we're ellipsizing" even when ellipsize was set to NONE.  
4692         (#318761, Ross Burton)
4693
4694         * gtk/gtkimcontextsimple.c: Make return and release work again
4695         to commit a hex sequence. Additionally, make escape reset the
4696         im context when in a hex sequence.  (#334423, Behdad Esfahbod)
4697
4698 2006-03-13  Matthias Clasen  <mclasen@redhat.com>
4699
4700         Make actions work with named icons.  (#323484, Jorn Baayen)
4701         
4702         * gtk/gtkactiongroup.c: If the stock-id field of a GtkActionEntry
4703         does not contain a registered stock id, interpret it as an
4704         icon name.
4705
4706         * gtk/gtkaction.c: Add an icon-name property to actions and
4707         use it for icons if a stock-id is not specified.
4708
4709 2006-03-12  Matthias Clasen  <mclasen@redhat.com>
4710
4711         * gtk/gtkwindow.c (gtk_window_compute_configure_request): Don't
4712         for the creation of geometry info here.  (#114533)
4713
4714 2006-03-11  Tor Lillqvist  <tml@novell.com>
4715
4716         * gdk/win32/gdkdrawable-win32.c (draw_polygon): Use Polygon() for
4717         outlined polygons, too. Same idea as in draw_rectangle(): Set pen
4718         to NULL_PEN if drawing a filled polygon, set brush to HOLLOW_BRUSH
4719         if drawing a polygon outline. (#332662)
4720         (gdk_win32_draw_polygon): Corresponding simplification: no need to
4721         add an extra final copy of the starting point.
4722
4723 2006-03-11  Dom Lachowicz <cinamod@hotmail.com>
4724
4725         * modules/engines/ms-windows: Speed up the Windows theme
4726         considerably (#163724, John Ehresman)
4727         Be more careful about setting Pango font descriptions (#333372)
4728         
4729 2006-03-11  Matthias Clasen  <mclasen@redhat.com>
4730
4731         * gtk/gtkrange.c (gtk_range_key_press): Allow to cancel 
4732         a drag with ESC.  (#58389, Søren Sandmann)
4733
4734 2006-03-10  Matthias Clasen  <mclasen@redhat.com>
4735
4736         * gtk/gtkrange.c: Add a style property ::activate_slider that
4737         allows themes to draw the slider active while dragged.  (#311992,
4738         Benjamin Berg)
4739
4740         * gtk/gtkcolorsel.c (gtk_color_selection_init): Fix two labels.
4741
4742         * gtk-engine-check-abi.sh: Add a script to check that theme
4743         engines don't export any extra functions. 
4744
4745 2006-03-10  Matthias Clasen  <mclasen@redhat.com>
4746
4747         * gtk/gtkcolorsel.c (gtk_color_selection_init): Avoid a mnemonic
4748         conflict.  (#163850, Dennis Cranston)
4749
4750         * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Make the behaviour
4751         of the about dialog consistent with other dialogs in gtk. If the
4752         dialog is constructed with gtk_about_dialog_new(), the creator
4753         is reponsible for handling the response by hiding or closing the
4754         dialog. gtk_show_about_dialog() handles it by hiding the dialog.
4755         (#333360, Daniel Drake)
4756
4757         * README.in: Mention this change.
4758
4759 2006-03-10  Matthias Clasen  <mclasen@redhat.com>
4760
4761         Apply a patch from Dennis Cranston to make dialogs more
4762         consistent  (#163850)
4763         
4764         * gtk/gtkcolorsel.c (make_label_spinbutton): Left-align labels.
4765         
4766         * gtk/gtkfontsel.c (gtk_font_selection_init): 
4767         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): 
4768         * gtk/gtkcolorsel.c (gtk_color_selection_init): 
4769         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
4770         * gtk/gtkinputdialog.c (gtk_input_dialog_init): Update the layout
4771         of the dialog to follow HIG recommendations. Also update labels.
4772
4773         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): HIG-compatible 
4774         spacing.
4775         (gtk_message_dialog_font_size_change): Merged into 
4776          gtk_message_dialog_style_set.
4777
4778 2006-03-10  Matthias Clasen  <mclasen@redhat.com>
4779
4780         * gtk/gtkstyle.c: Remove g_return_if_fail() checks
4781         from static functions.
4782
4783 2006-03-10  Federico Mena Quintero  <federico@novell.com>
4784
4785         Make Shift-P and Shift-N activate typeahead in GtkTreeView
4786         (i.e. they are just normal capital letters).  Fixes bug #334098.
4787
4788         * gtk/gtktreeview.c (gtk_tree_view_add_move_binding): Add an
4789         "add_shifted_binding" argument which determines whether we'll add
4790         the same binding with GDK_SHIFT_MASK.
4791         (gtk_tree_view_class_init): Use add_shifted_binding=FALSE for GDK_p
4792         and GDK_n; use TRUE for all the rest.
4793
4794 2006-03-10  Michael Natterer  <mitch@imendio.com>
4795
4796         * gtk/gtkentry.[ch]: applied refactored patch from maemo-gtk that
4797         replaces the INNER_BORDER define by an "inner-border" style
4798         property of type GtkBorder. Additionally, add an "inner-border"
4799         object property plus API which allows to override any theme
4800         border, to allow pixel-perfect positioning of entries for inline
4801         editing. Fixes bug #333922.
4802
4803         * gtk/gtk.symbols: add the new public functions.
4804
4805 2006-03-09  Matthias Clasen  <mclasen@redhat.com>
4806
4807         * gtk/gtkcombobox.c (gtk_combo_box_class_init): Replace the
4808         popup-show and popup-hide signals with a readonly popup-shown
4809         property.  (#162531, Christian Persch)
4810
4811 2006-03-09  Ross Burton  <ross@openedhand.com>
4812
4813         * gtk/gtkwidget.c:
4814         * gtk/gtkrange.c:
4815         * gtk/gtktogglebutton.c:
4816         Turn off prelighting when gtk-touchscreen-mode is enabled (#135666)
4817
4818 Thu Mar  9 14:29:43 2006  Tim Janik  <timj@gtk.org>
4819
4820         * gtk/gtkobject.c (gtk_object_init): move the floating flag from
4821         the GInitiallyUnowned bit to GTK_FLOATING. fixes tests/floatingcheck.
4822         kudos to mitch for debugging this.
4823
4824 2006-03-09  Matthias Clasen <mclasen@redhat.com>
4825
4826         * Makefile.am: Add ChangeLog.pre-2.8 to EXTRA_DIST.
4827
4828 2006-03-09  Tor Lillqvist  <tml@novell.com>
4829
4830         * gtk/gtk.symbols: No gtk_tray_icon_get_type on Win32.
4831
4832 2006-03-08  Carlos Garnacho  <carlosg@gnome.org>
4833
4834         Rename ::tab-added and ::tab-removed signals to ::page-added and
4835         ::page-removed for not conflicting with other tab reordering
4836         implementations. Fixes bug #333743.
4837
4838         Also rename ::tab-reordered to ::page-reordered, and emit it in
4839         gtk_notebook_reorder_child () to make it behave consistently with the
4840         other two signals.
4841
4842         * gtk/gtknotebook.c (gtk_notebook_class_init): rename signals.
4843         (gtk_notebook_reorder_tab)
4844         (gtk_notebook_button_release)
4845         (gtk_notebook_remove)
4846         (gtk_notebook_real_insert_page): emit respectively renamed signals
4847         (gtk_notebook_reorder_child): also emit ::page-reordered here
4848
4849         * tests/testnotebookdnd.c: use renamed signals
4850
4851 2006-03-08  Michael Natterer  <mitch@imendio.com>
4852
4853         * gdk/gdkscreen.h
4854         * gdk/x11/gdkscreen-x11.c
4855         * gdk/gdk.symbols: added gdk_screen_get_active_window() and
4856         gdk_screen_get_window_stack() (patch from maemo-gtk).
4857         Fixes bug #320881.
4858
4859         * gdk/directfb/gdkscreen-directfb.c
4860         * gdk/quartz/gdkscreen-quartz.c
4861         * gdk/win32/gdkscreen-win32.c: added the functions as stubs.
4862
4863 2006-03-08  Michael Natterer  <mitch@imendio.com>
4864
4865         * tests/prop-editor.c (unichar_changed): zero-initialize the
4866         GValue before calling g_value_init().
4867
4868 2006-03-08  Michael Natterer  <mitch@imendio.com>
4869
4870         * gtk/gtkentry.c (gtk_entry_adjust_scroll): make sure that the
4871         text_area_width is always >= 0. Fixes bug #316712 (Dan Winship).
4872
4873 2006-03-07  Federico Mena Quintero  <federico@novell.com>
4874
4875         Cancel drags when the grabs get broken.  Fixes bug #333056:
4876
4877         * gtk/gtkdnd.c (gtk_drag_selection_received): The time argument is
4878         a guint, not guint32.
4879         (gtk_drag_source_event_cb): Return gboolean, not gint.
4880         (gtk_drag_anim_timeout): Likewise.
4881         (gtk_drag_motion_cb): Likewise.
4882         (gtk_drag_key_cb): Likewise.
4883         (gtk_drag_button_release_cb): Likewise.
4884         (gtk_drag_abort_timeout): Likewise.
4885         (gtk_drag_begin_internal): Connect to "grab-broken-event" on the
4886         ipc_widget.
4887         (gtk_drag_source_info_destroy): Disconnect from the
4888         "grab-broken-event" callback.
4889         (gtk_drag_end): Likewise.
4890         (gtk_drag_grab_broken_event_cb): New callback.  We cancel the drag
4891         if the grab was broken and not regrabbed by the DnD code.
4892
4893 2006-03-07  Federico Mena Quintero  <federico@novell.com>
4894
4895         * gtk/gtkfilechooserdefault.c (shortcuts_button_press_event_cb):
4896         Hack to let the treeview's button-press-event handler run before
4897         ours.  This lets the selection be updated before we pop up a
4898         context menu.
4899
4900 Tue Mar  7 17:16:34 2006  Tim Janik  <timj@gtk.org>
4901
4902         * configure.in: depend on glib-2.10.1.
4903
4904         * gtk/gtkobject.c: fixed up messing with non-GtkObject floating flags.
4905         this requires glib-2.10.1.
4906
4907 2006-03-07  Michael Natterer  <mitch@imendio.com>
4908
4909         Add infrastructure for copy/paste and DND of rich text for
4910         GtkTextBuffer. Fixes bug #324177.
4911
4912         * gtk/gtktextbufferrichtext.[ch]: new files implementing a
4913         per-buffer registry of rich text formats.
4914
4915         * gtk/gtk.h: #include gtktextbufferrichtext.h
4916
4917         * gtk/gtktextbufferserialize.[ch]: new files implementing an
4918         internal serialization format that can handle all of a text
4919         buffer's tags and pixbufs. It's not useful for anything except
4920         tranfer between instances of GtkTextBuffer (Anders Carlsson).
4921
4922         * gtk/Makefile.am: build the new files.
4923
4924         * gtk/gtkclipboard.[ch]: added convenience APIs for rich text,
4925         just as they exist for plain text and pixbufs.
4926
4927         * gtk/gtkselection.[ch]: added rich text convenience APIs here
4928         too.  Return the target list from gtk_target_list_ref(). Register
4929         GtkTargetList as boxed type. Added
4930         gtk_target_table_new_from_list() and gtk_target_table_free(),
4931         which make converting between GtkTargetList and arrays of
4932         GtkTargetEntry considerably easier.
4933
4934         * gtk/gtktextutil.[ch]: added _gtk_text_util_create_rich_drag_icon()
4935         which creates a fancy rich text icon (Matthias Clasen).
4936
4937         * gtk/gtktextbuffer.[ch]: use all the new stuff above and
4938         implement copy and paste of rich text. Added APIs for getting the
4939         target lists used for copy and paste. Added public enum
4940         GtkTextBufferTargetInfo which contains the "info" IDs associated
4941         with the entries of the target lists.
4942
4943         * gtk/gtktextview.c: use the new rich text APIs and
4944         GtkTextBuffer's new target list API to enable DND of rich text
4945         chunks.
4946
4947         * gtk/gtk.symbols: export all the new symbols added.
4948
4949         * tests/testtext.c: added rich text testing stuff.
4950
4951 2006-03-06  Matthias Clasen  <mclasen@redhat.com>
4952
4953         * gtk/gtktextview.c (text_window_invalidate_cursors): Take
4954         cursor width into account when calculating the area to 
4955         be invalidated.  (#333377, #323401 Steve FrĂ©cinaux)
4956
4957         * gtk/gtkmain.c (post_parse_hook): Set error when returning
4958         FALSE.  (#333268, Paolo Maggi, Christian Persch)
4959         
4960         * gtk/gtkpixmap.c (gtk_pixmap_set): Check that the pixmap
4961         has the right depth.  (#333363, Ed Catmur)
4962
4963 2006-03-05  Matthias Clasen  <mclasen@redhat.com>
4964
4965         * gtk/gtkiconview.c (adjust_wrap_width): Apply some
4966         arbitrary lower limit for the guessed wrap width. (#332466,
4967         Donald Straney)
4968
4969 2006-03-05  Matthias Clasen  <mclasen@redhat.com>
4970
4971         Fix handling of image-only buttons.  (#332985, Kalle 
4972         Vahlmann, #333555)
4973         
4974         * gtk/gtkbutton.c (gtk_button_construct_child): Don't
4975         return early if there an image to show.
4976         (show_image): Always return TRUE if there is no text.
4977
4978 2006-03-04  Matthias Clasen  <mclasen@redhat.com>
4979
4980         * gdk/x11/gdkinput-x11 (gdk_input_translate_coordinates):
4981         Adjust the handling of min values for the x and y axes of 
4982         extended input devices  (#324562, #142536, Denis Auroux and 
4983         Robert Ă–gren)
4984
4985         * gtk/gtkexpander.c (gtk_expander_paint_focus): Position
4986         the focus rectangle correctly in RTL mode.  (#333291,
4987         Benjamin Berg)
4988
4989 2006-03-03  Tor Lillqvist  <tml@novell.com>
4990
4991         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_commit_char)
4992         (gtk_im_context_simple_reset): Avoid emitting superfluous
4993         preedit_changed signals. Thanks to Matthias. (#319407)
4994
4995 2006-03-03  Michael Natterer  <mitch@imendio.com>
4996
4997         Applied modified patch from maemo-gtk which makes separators more
4998         themeable. Fixes bug #332022.
4999
5000         * gtk/gtkwidget.c: added style properties "wide-separators",
5001         "separator-width" and "separator-height".
5002
5003         * gtk/gtkhseparator.c
5004         * gtk/gtkvseparator.c
5005         * gtk/gtkmenuitem.c
5006         * gtk/gtktoolbar.c: honor the new settings and paint separators
5007         using gtk_paint_box() if wide-separators is true.
5008
5009 2006-03-02  Dom Lachowicz <cinamod@hotmail.com>
5010
5011         * modules/engines/ms-windows/msw_style.c: Fix combobox theming
5012         regression noted in bug 321301
5013         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Ditto
5014         
5015 2006-03-02  Matthias Clasen  <mclasen@redhat.com>
5016
5017         * gtk/gtkiconview.c (gtk_icon_view_layout) 
5018         (gtk_icon_view_row_inserted, gtk_icon_view_scroll_to_path): 
5019         Make scroll_to_path work for newly inserted items, by delaying
5020         the scroll until layout is done.  (#332923, Cory Dodt)
5021
5022         * gtk/gtkcolorbutton.c (render): Use GTK_WIDGET_IS_SENSITIVE,
5023         not GTK_WIDGET_SENSITIVE.  (#333133, Christian Persch)
5024
5025 2006-03-02  Ross Burton  <ross@openedhand.com>
5026
5027         * gtk/gtktooltips.c:
5028         Disable tooltips if gtk-touchscreen-mode is activated (#315112).
5029
5030 2006-03-01  Kristian Rietveld  <kris@imendio.com>
5031
5032         * gtk/gtktreeselection.c (row_is_selectable): rename to
5033         _gtk_tree_selection_row_is_selectable and export internally,
5034         (gtk_tree_selection_real_select_node): changed so it is always
5035         possible to unselect insensitive nodes, changed the logic a bit to
5036         be more clear.
5037
5038         * gtk/gtktreeprivate.h: add _gtk_tree_selection_row_is_selectable.
5039
5040         * gtk/gtktreeview.c (gtk_tree_view_row_changed): Unselect a row if
5041         it became insensitive.
5042
5043 2006-02-27  Federico Mena Quintero  <federico@novell.com>
5044
5045         * gtk/gtkfontsel.c (gtk_font_selection_set_font_name): Check that
5046         the fontsel has a screen assigned before doing anything.  This
5047         will at least warn the caller of what is wrong, since we only
5048         populate the family_list until we get a screen.  Also, put the
5049         reference docs here.  Fixes bug #332756.
5050         (gtk_font_selection_dialog_get_font_name): Document this here.
5051         (gtk_font_selection_get_font_name): Document this here; mention
5052         that the font names get normalized, so the result of this function
5053         may not be the same as what you set with
5054         gtk_font_selection_set_font_name().
5055
5056 2006-02-27  Matthias Clasen  <mclasen@redhat.com>
5057
5058         * gtk/gtk.symbols:
5059         * gtk/gtktrayicon-x11.c: Fix symbol lists for make check.
5060
5061 2006-02-27  Michael Natterer  <mitch@imendio.com>
5062
5063         * gdk/x11/gdksettings.c: map "gtk-touchscreen-mode" to the
5064         "Gtk/TouchscreenMode" XSettings property, remove trailing
5065         whitespace.
5066
5067         * gdk/x11/checksettings.c: #include <string.h> and sprinkled some
5068         newlines.
5069
5070 Mon Feb 27 14:52:50 2006  Tim Janik  <timj@imendio.com>
5071
5072         * gdkevents-x11.c:
5073         * gdksettings.c: moved and renamed the gdk_settings_names and 
5074         gdk_settings_map.
5075
5076         * gdk/x11/checksettings.c: test program for the gdk_settings_map array.
5077
5078         * gdk/x11/Makefile.am: run checksettings as part of make check.
5079
5080 2006-02-27  Matthias Clasen  <mclasen@redhat.com>
5081
5082         * gtk/gtkdnd.c (gtk_drag_get_cursor): Comment out some unused
5083         code, and fix the reference point of composited drag cursors.
5084         (#320132, Christian Neumair)
5085
5086 Sun Feb 26 10:24:10 PST 2006  Michael Emmel  <mike.emmel@gmail.com>
5087         
5088         *gdk/directfb/README
5089         Updated README to remove old build instructions
5090
5091 Sat Feb 25 10:35:23 PST 2006  Michael Emmel  <mike.emmel@gmail.com>
5092         
5093         *gdk/directfb/gdkdisplay-directfb.c
5094         *gdk/directfb/gdkwindow-directfb.c
5095         Added stubs for shape window functions to fix compile problems
5096
5097 2006-02-24  Federico Mena Quintero  <federico@novell.com>
5098
5099         * gtk/gtkfilechooserdefault.c (shortcuts_list_create): Make the
5100         column header visible, and make it be "_Places".  Changed the
5101         accessible object name to Places as well.  Fixes bug #331306.
5102         (file_pane_create): Do not create the path bar and "create folder"
5103         button here...
5104         (browse_widgets_create): ... but create them here instead.  This
5105         moves the path bar to be above both the hpaned, giving it the full
5106         width of the dialog.  Fixes bug #327733.
5107
5108 Thu Feb 23 13:28:21 2006  Tim Janik  <timj@imendio.com>
5109
5110         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): remove unconditional
5111         warnings about missing X locale support. Gdk properly handles this
5112         situation anyway.
5113
5114 Fri Feb 17 14:20:29 2006  Tim Janik  <timj@imendio.com>
5115
5116         * gtk/gtktreemodel.h: 
5117         * gtk/gtktextbtree.h: added G_GNUC_WARN_UNUSED_RESULT warnings for
5118         iterator functions, to avoid invalid iterators go unnoticed,
5119         suggested by Markku Vire <markku.vire@movial.fi>.
5120
5121 2006-02-23  Matthias Clasen  <mclasen@redhat.com>
5122
5123         * tests/Makefile.am: 
5124         * tests/testnotebookdnd.c: Add notebook DND tests.
5125
5126         * gtk/gtknotebook.h: Add a reorder_tab keynav signal and an
5127         insert_page vfunc to GtkNotebook.
5128
5129         * gtk/gtk.symbols:
5130         * gtk/gtknotebook.c: Support notebook DND. New API includes
5131         gtk_notebook_set_window_creation_hook, 
5132         gtk_notebook_[gs]et_group_id,
5133         gtk_notebook_[gs]et_tab_reorderable, 
5134         gtk_notebook_[gs]et_tab_detachable (#73240, Carlos Garnacho)
5135
5136 2006-02-23  Matthias Clasen  <mclasen@redhat.com>
5137
5138         * gtk/gtktextiter.c: Fix macro declaration
5139
5140         * gtk/gtkaboutdialog.c: Remove an accidentally included function.
5141
5142 2006-02-22  Matthias Clasen  <mclasen@redhat.com>
5143
5144         * gtk/gtktextbtree.c: 
5145         * gtk/gtktextiter.c: Minor optimizations.  (#332059, Arnaud Charlet)
5146
5147         * gtk/gtkradiobutton.c (gtk_radio_button_clicked): Emit notify::active
5148         here, when changing the value of this property.  (#331651)
5149
5150         * gtk/gtknotebook.c: Apply a patch by Paolo Borelli to
5151         make the tab menu keynavigatable.  (#331440)
5152
5153 2006-02-22  Matthias Clasen  <mclasen@redhat.com>
5154
5155         * gtk/gtkaboutdialog.c: Change Close buttons to GTK_RESPONSE_CANCEL
5156         so Escape works. (#331940, Daniel Drake)
5157
5158 2006-02-22  Michael Natterer  <mitch@imendio.com>
5159
5160         * gtk/gtksettings.c: added boolean property gtk-touchscreen-mode,
5161         which essentially means "there are no motion notify events", so
5162         widgets can't use the pointer hovering them for anything.
5163
5164         * gtk/gtkmenu.c: if gtk-touchscreen-mode is TRUE, scroll menus
5165         when clicking the scroll arrows, since hovering goes undetected.
5166         Fixes bug #323028.
5167
5168         Added boolean style property "double-arrows" which always makes
5169         both scroll arrows visible when the menu is too long.
5170         For pushed-in popup menus, both arrows are always shown
5171         (regardless of double-arrows), in order to fix user confusion
5172         about the blank area. Fixes bug #129463.
5173
5174 2006-02-21  Kristian Rietveld  <kris@imendio.com>
5175
5176         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
5177         Make sure we always update the virtual root, also when ->priv->root
5178         is still NULL.  (Markku Vire)
5179
5180 2006-02-21  Anders Carlsson  <andersca@imendio.com>
5181
5182         * gdk/quartz/gdkselection-quartz.c:
5183         (make_list):
5184         (gdk_text_property_to_utf8_list_for_display):
5185         Add these from the win32 backend.
5186
5187 2006-02-20  Matthias Clasen  <mclasen@redhat.com>
5188
5189         * gtk/gtknotebook.c: Properly update internal state
5190         when child visibility changes.  (#331785, Sebastien Bacher)
5191
5192         * gdk/gdkgc.c (_gdk_gc_update_context): Obtain the
5193         background color from the gc when it is needed.  (#331820)
5194
5195 2006-02-19  Matthias Clasen  <mclasen@redhat.com>
5196
5197         * gdk/gdkgc.c (_gdk_gc_update_context): Add a gc_changed
5198         argument, and avoid setting the clip region if the gc
5199         has not changed. 
5200
5201         * gdk/gdkgc.c: Update all callers.
5202
5203         * gdk/gdkpango.c (get_cairo_context): Avoid updating the
5204         context if nothing changed.
5205
5206 2006-02-20  Anders Carlsson  <andersca@imendio.com>
5207
5208         * gdk/quartz/gdkdisplay-quartz.c:
5209         (gdk_display_supports_shapes):
5210         (gdk_display_supports_input_shapes):
5211         * gdk/quartz/gdkwindow-quartz.c:
5212         (gdk_display_warp_pointer):
5213         (gdk_window_input_shape_combine_mask):
5214         (gdk_window_input_shape_combine_region):
5215         (gdk_window_set_child_input_shapes):
5216         (gdk_window_set_accept_focus):
5217         (gdk_window_merge_child_input_shapes):
5218         Add stubs for input shape functions.
5219
5220 2006-02-20  Anders Carlsson  <andersca@imendio.com>
5221
5222         * gdk/quartz/gdkevents-quartz.c:
5223         (get_keyboard_modifiers_from_nsevent):
5224         Fix typo so ctrl gets passed on to the gdk event.
5225         
5226         * gdk/quartz/gdkproperty-quartz.c:
5227         (gdk_atom_name):
5228         g_strdup the atom name.
5229
5230 2006-02-20  Tor Lillqvist  <tml@novell.com>
5231
5232         * gdk/win32/gdkdisplay-win32.c (gdk_display_supports_shapes):
5233         New function, return TRUE.
5234         (gdk_display_supports_input_shapes): New function, return FALSE.
5235
5236         * gdk/win32/gdkwindow-win32.c (do_shape_combine_region): New
5237         function. Factor out code from gdk_window_shape_combine_mask().
5238         (gdk_window_shape_combine_region): Actually do something. Convert
5239         region to a HRGN and call do_shape_combine_region().
5240         (gdk_window_input_shape_combine_mask)
5241         (gdk_window_input_shape_combine_region)
5242         (gdk_window_set_child_input_shapes)
5243         (gdk_window_merge_child_input_shapes): New functions, dummy
5244         implementations.
5245
5246 2006-02-20  Michael Natterer  <mitch@imendio.com>
5247
5248         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): adding boolean
5249         have_shapes and have_input_shapes members fixes the build.
5250
5251 2006-02-20  Tor Lillqvist  <tml@novell.com>
5252
5253         * gdk/win32/gdkfont-win32.c: Replace all calls to g_strcasecmp()
5254         with g_ascii_strcasecmp().
5255
5256 2006-02-19  Matthias Clasen  <mclasen@redhat.com>
5257
5258         Support input shapes:  (#331070)
5259         
5260         * gdk/gdk.symbols: 
5261         * gdk/gdkdisplay.h: 
5262         * gdk/gdkwindow.h: 
5263         * gdk/x11/gdkdisplay-x11.c (gdk_display_supports_shapes) 
5264         (gdk_display_supports_input_shapes): Functions to determine
5265         if a display supports shaped windows or input shapes.
5266
5267         * gdk/x11/gdkwindow-x11.c (gdk_window_input_shape_combine_region): 
5268         (gdk_window_input_shape_combine_mask): 
5269         (gdk_window_set_child_input_shapes): 
5270         (gdk_window_merge_child_input_shapes): Input shape versions
5271         of the window shape API.
5272
5273         * gtk/gtk.symbols: 
5274         * gtk/gtkwidget.h: 
5275         * gtk/gtkwidget.c (gtk_widget_input_shape_combine_mask): 
5276         New function to set an input shape on a widget.
5277
5278 2006-02-19  Matthias Clasen  <mclasen@redhat.com>
5279
5280         * gtk/gtklinkbutton.c (gtk_link_button_class_init): Fix
5281         a cast.
5282
5283 2006-02-17  Matthias Clasen  <mclasen@redhat.com>
5284
5285         DND keynav support:
5286         
5287         * gtk/gtkdnd.c (gtk_drag_update_idle): Protect against 
5288         info->last_event being NULL.
5289         (gtk_drag_key_cb): Handle arrow keys to move the drag icon
5290         and space or enter to drop.
5291
5292 2006-02-17  Matthias Clasen  <mclasen@redhat.com>
5293
5294         * gdk/gdkregion-generic.c (gdk_region_union_with_rect):
5295         Be robust and reject rectangles with negative width or
5296         height.  (#331467, Benjamin Berg)
5297
5298
5299 2006-02-17  Kristian Rietveld  <kris@imendio.com>
5300
5301         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
5302         Only update the virtual root if the child path is an ancestor
5303         of the virtual root.  (Patch from Markku Vire).
5304
5305 2006-02-16  Federico Mena Quintero  <federico@novell.com>
5306
5307         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_map): Call
5308         ::initial_focus() on the child before calling ::map() on our
5309         parent class.  This will prevent the shortcuts treeview from
5310         highlighting its first row as a result of getting assigned focus
5311         by gtk_dialog_map().
5312
5313 2006-02-14  Matthias Clasen  <mclasen@redhat.com>
5314
5315         * gtk/gtkwidget.c (gtk_widget_send_expose): Remove redundant
5316         check.  Pointed out by Bodo-Merle Sandor.
5317
5318         * gtk/gtkcolorbutton.c (gtk_color_button_[un]realize):
5319         Remove unnecessary checks.  
5320
5321 2006-02-12  Matthias Clasen  <mclasen@redhat.com>
5322
5323         * gtk/gtkicontheme.c (gtk_icon_theme_list_icons): Give working
5324         examples in the docs.  (#330944, John Spray)
5325
5326 2006-02-10  Matthias Clasen  <mclasen@redhat.com>
5327         
5328         * gtk/gtkiconview.c (gtk_icon_view_get_item_at_coords): Fix
5329         row_spacing/column_spacing confusion.  (#330732, Donald Straney)
5330
5331 2006-02-10  Matthias Clasen  <mclasen@redhat.com>
5332
5333         * gtk/gtkstyle.c: Add some docs. (#330073, Mart Raudsepp)
5334
5335         * gtk/gtkentrycompletion.c (gtk_entry_completion_match_selected): 
5336         Guard against NULL.  (#330177, Raphael Slinckx)
5337
5338 2006-02-10  Murray Cumming  <murrayc@murrayc.com>
5339
5340         * docs/reference/gtk/tmpl/gtkcomboboxentry.sgml: Mention that 
5341         the changed signal is emitted when typing - not just when 
5342         selecting from the list. Suggest use of GtkEntry::action to 
5343         etect end of typing.
5344          gtk/gtkcombobox.c: (gtk_combo_box_class_init): changed signal 
5345         ocumentation: Mention that the GtkComboBoxEntry emits it when 
5346         he users types, not just when he selects from the list.
5347
5348 2006-02-10  Murray Cumming  <murrayc@murrayc.com
5349
5350         * gtk/gtkassistant.h: Correct the declaration of the prepare 
5351         default signal handler to match its registration and use.
5352
5353 2006-02-09  Ross Burton  <ross@burtonini.com>
5354
5355         * gtk/gtkfontbutton.c:
5356         Work out the font size in floating point, and display the font
5357         size with %g instead of %d (#317590)
5358
5359 2006-02-09  Tor Lillqvist  <tml@novell.com>
5360
5361         * gdk/win32/gdkevents-win32.c (gdk_event_translate)
5362         <WM_MOUSELEAVE>: If we don't know where we went, and have
5363         generated a leave event, set current_window to the root
5364         window. This assures we will generate proper enter and leave
5365         events for popup windows. (#325521)
5366
5367 2006-02-08  John Ehresman  <jpe@wingware.com>
5368
5369         * gdk/win32/gdkevents-win32.c (gdk_event_translate)
5370         <WM_MOUSEACTIVATE>
5371         * gdk/win32/gdkwindow-win32.c (show_window_internal)
5372         (gdk_window_raise): Call SetWindowPos() instead of
5373         SetForegroundWindow() or BringWindowToTop() if the window
5374         shouldn't accept focus. (#327375)
5375         
5376 2006-02-08  John Ehresman  <jpe@wingware.com>
5377
5378         * gdk/win32/gdkwindow-win32.c: Let gdk_window_set_decorations()
5379         take precedence over anything derived from hints. Restructure
5380         related code and logic, add some new helper functions. (#327217)
5381
5382 2006-02-08  Matthias Clasen  <mclasen@redhat.com>
5383
5384         * gtk/gtkfilechooserbutton.c: Don't put relevant callss
5385         in g_assert().  (#329876, Kristian Rietveld)
5386
5387 2006-02-08  Tor Lillqvist  <tml@novell.com>
5388
5389         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab)
5390         (gdk_display_pointer_ungrab, gdk_keyboard_grab)
5391         (gdk_display_keyboard_ungrab): Consistenly use assign_object()
5392         when assigning GdkWindow pointers so that the ref counting doesn't
5393         get off whack.
5394
5395         (handle_stuff_while_moving_or_resizing): Don't use deprecated API.
5396
5397         (gdk_event_translate) <WM_MOUSEMOVE>: When the pointer is grabbed
5398         with owner_events FALSE, generate enter and leave events only for
5399         the grab window. (#321054)
5400
5401 2006-02-08  Kristian Rietveld  <kris@imendio.com>
5402
5403         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_ref_path),
5404         (gtk_tree_model_filter_unref_path): free temporary paths after
5405         usage (patch from maemo-gtk),
5406         (gtk_tree_model_filter_clear_cache): fix little typo in the docs
5407         (patch from maemo-gtk).
5408
5409         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): remove
5410         stale FIXME.
5411
5412 2006-02-08  Matthias Clasen  <mclasen@redhat.com>
5413
5414         * gtk/gtkfilesystem.c (gtk_file_info_copy): Copy the display_key
5415         as well.  (#330389, Markku Vire)
5416
5417 2006-02-08  Tor Lillqvist  <tml@novell.com>
5418
5419         * gtk-zip.sh.in: Drop the timestamp from the zipfile names.
5420
5421 2006-02-07  Sven Neumann  <sven@gimp.org>
5422
5423         * gdk/directfb/AUTHORS: updated mine and Dok's email address.
5424
5425 2006-02-06  Kristian Rietveld  <kris@gtk.org>
5426
5427         * gtk/gtktreeview.c (gtk_tree_view_get_search_entry): fix compiler
5428         warning.
5429
5430 2006-02-05  Dom Lachowicz <cinamod@hotmail.com>
5431
5432         * gdk/gdkcairo.c (gdk_cairo_set_source_pixbuf): Bug #330022
5433         Wrong pixel values are computed when color = 0xFF and alpha = 0xFF
5434         
5435 2006-02-04  Michael Emmel  <mike.emmel@gmail.com>
5436         Added new directfb backend located in gdk/directfb
5437         plus patches to compile new backend
5438         compile with --with-gdktarget=directfb
5439
5440 2006-02-03  Federico Mena Quintero  <federico@ximian.com>
5441
5442         Work around https://bugs.freedesktop.org/show_bug.cgi?id=4320,
5443         which used to be our own
5444         http://bugzilla.gnome.org/show_bug.cgi?id=314616.  If one uses a
5445         pixmap for a pattern in Cairo, and sets the pattern to
5446         CAIRO_EXTEND_REPEAT; and if the destination surface is also a
5447         pixmap, Cairo does a slow copy instead of using XCopyArea().  So,
5448         we use the same code that we used in GTK+ 2.6 (pre-cairo), by
5449         filling the double-buffer pixmap with a tiled GC and
5450         XFillRectangle().
5451
5452         * gdk/gdkwindow.c (BackingRectMethod): New structure with a
5453         cairo_t and a GdkGC field.  Depending on which of these fields
5454         gets filled in, we'll use Cairo or GDK to clear the double-buffer
5455         pixmap when painting a window.
5456         (setup_backing_rect_method): Fill a BackingRectMethod as
5457         appropriate, depending on the window's configuration and our
5458         knowledge of whether Cairo is fast or slow when doing repeating
5459         patterns.
5460         (gdk_window_clear_backing_rect): Call
5461         setup_backing_rect_method().  Depending on what it returns, use
5462         Cairo to clear the double-buffer pixmap, or plain GDK.
5463
5464 2006-02-03  Matthias Clasen  <mclasen@redhat.com>
5465
5466         * gtk/gtklabel.c (get_layout_location): Fix handling
5467         of padding in RTL.  (#329099, Hooman Mesgary) 
5468
5469 2006-02-02  Matthias Clasen  <mclasen@redhat.com>
5470
5471         * gdk/x11/gdkdnd-x11.c (_gdk_drag_get_protocol_for_display):
5472         Make drops on the root window work again.  (#145243, Andrew S. Dixon)
5473
5474 2006-02-01  Matthias Clasen  <mclasen@redhat.com>
5475
5476         * gtk/gtkwidget.c (gtk_widget_class_init): Wrap dnd signal
5477         docs to 80 columns.
5478
5479 2006-01-31  Matthias Clasen  <mclasen@redhat.com>
5480
5481         * autogen.sh: Touch README and INSTALL here to pacify 
5482         automake.  (#329124, Kjartan Maraas, Tim Janik)
5483
5484 2006-01-31  Matthias Clasen  <mclasen@redhat.com>
5485
5486         * gtk/gtk.symbols:
5487         * gtk/gtkassistant.h: 
5488         * gtk/gtkassistant.c: Actually implement visibility handling,
5489         and add gtk_assistant_update_buttons_state.
5490
5491         * tests/testassistant.c: Test visibility handling.
5492
5493 2006-01-31  Kristian Rietveld  <kris@imendio.com>
5494
5495         * gtk/gtkstyle.c (gtk_default_draw_flat_box): Add support for row
5496         hinting for the selected state.
5497
5498 2006-01-30  Matthias Clasen  <mclasen@redhat.com>
5499
5500         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
5501         Make sure the tree view is realized, since we grab the
5502         focus to it.  (#329144, Wouter Bolsterlee)
5503
5504         * gtk/gtkspinbutton.h: 
5505         * gtk/gtkspinbutton.c: Add a wrapped signal.  (#322933,
5506         Carlos Garnacho Parro)
5507
5508         * gtk/gtkassistant.c: More generous spacing. (#328082,
5509         Christian Persch, patch by Carlos Garnacho)
5510         
5511         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_set_property): 
5512         Use the setter for active.  (#329208, Guillaume Cottenceau)
5513
5514         * docs/tools/widgets.c (get_all_widgets): Add GtkLinkButton
5515
5516         * gtk/gtkassistant.c (gtk_assistant_init): Move the
5517         last button to the left where it does not affect
5518         the positioning of forward/back.
5519
5520 2006-01-29  Matthias Clasen  <mclasen@redhat.com>
5521
5522         More GtkAssistant work, by Carlos Garnacho.
5523         
5524         * tests/testassistant.c: Additions.
5525
5526         * gtk/gtkassistant.c: Handle page visibility, other 
5527         small fixes.
5528
5529         * docs/tools/widgets.c: Add GtkAssistant.
5530
5531 2006-01-28  Behdad Esfahbod  <behdad@gnome.org>
5532
5533         * configure.in: If major.minor of required and available glib versions
5534         are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug #328617)
5535
5536         * */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED.
5537
5538 2006-01-28  Dom Lachowicz <cinamod@hotmail.com>
5539
5540         * modules/engines/ms-windows/msw-style.c: Re-sync with gtk-wimp
5541         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Ditto
5542         
5543 2006-01-28  Matthias Clasen  <mclasen@redhat.com>
5544
5545         * gtk/gtk.symbols: 
5546         * gtk/gtklinkbutton.h: 
5547         * gtk/gtklinkbutton.c: Allow to set a global hook function
5548         thats called whenever a link button is clicked.
5549
5550         More work on GtkAssistant by Carlos Garnacho:
5551         
5552         * demos/gtk-demo/Makefile.am: 
5553         * demos/gtk-demo/assistant.c: Add a  GtkAssistant demo.
5554
5555         * gtk/gtkassistant.c: Handle focus, several small fixes to the
5556         flow computations.
5557
5558 2006-01-27  Federico Mena Quintero  <federico@ximian.com>
5559
5560         Fixes bug #328820:
5561
5562         * gtk/gtkfilechooserdefault.c
5563         (gtk_file_chooser_default_class_init): Make GDK_KP_Divide pop up
5564         the location dialog populated to "/".
5565         (tree_view_keybinding_cb): Likewise.
5566         (trap_activate_cb): Likewise.
5567
5568 2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
5569
5570         * gtk/gtkcalendar.c (gtk_calendar_size_request): Use translated format
5571         strings for L10n in size calculation too.
5572
5573         * gtk/gtkcalendar.c (calendar_paint_week_numbers): Expand buffer to
5574         accomodate localized digits.
5575
5576 2006-01-26  Matthias Clasen  <mclasen@redhat.com>
5577
5578         * tests/prop-editor.c: Introspect child properties. too.
5579
5580 2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
5581
5582         * gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
5583         Use contexed translated strings calendar:week:digits|%d and
5584         calendar:day:digits|%d to let translators choose localized digits for
5585         week and day numbers. (bug #317171, Hamed Malek)
5586
5587 2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
5588
5589         * gtk/gtklabel.c (get_layout_location): Use logical extents of the
5590         layout instead of ink extents.  According to Pango docs, that's what
5591         should be used for placement.  Moreover, simply use
5592         pango_layout_get_pixel_size instead of getting the extents and
5593         dividing ourselves.
5594
5595 2006-01-25  Matthias Clasen  <mclasen@redhat.com>
5596
5597         * gtk/gtkentrycompletion.c: 
5598         * gtk/gtkentry.c: Be more careful when blocking signals. 
5599
5600         * gdk/x11/gdkcursor-x11.c (gdk_x11_display_set_cursor_theme): Only
5601         set the cursor size if it is != 0.
5602
5603         * gtk/gtksettings.c (gtk_settings_class_init): Change the default value
5604         of gtk-cursor-theme-size to 0, meaning "use default".
5605
5606 2006-01-24  Kristian Rietveld  <kris@gtk.org>
5607
5608         #322591, Jonathan Blandford.
5609
5610         * gtk/gtktreeview.[ch] (gtk_tree_view_get_search_entry),
5611         (gtk_tree_view_set_search_entry),
5612         (gtk_tree_view_get_search_position_func),
5613         (gtk_tree_view_set_search_position_func): New functions,
5614         and small adaptions to the tree view code to allow for setting
5615         the entry and search position function.
5616
5617         * gtk/gtktreeprivate.h: Removed GtkTreeViewSearchDialogPositionFunc
5618         typedef, which is now in gtktreeview.h as
5619         GtkTreeViewSearchPositionFunc.  Add/update fields.
5620
5621         * gtk/gtk.symbols: Add new functions.
5622
5623         * tests/testtreesort.c: Add a little test for _set_search_entry().
5624
5625 2006-01-23  Matthias Clasen  <mclasen@redhat.com>
5626
5627         Add GtkLinkButton, a port of GnomeHRef.  (#314808, Emmanuele Bassi)
5628         
5629         * gtk/gtklinkbutton.h: 
5630         * gtk/gtklinkbutton.c: New files.
5631
5632         * gtk/gtk.h:
5633         * gtk/gtk.symbols: 
5634         * gtk/Makefile.am: Glue.
5635
5636         * gtk/gtkaboutdialog.c: Use GtkLinkButton.
5637         
5638         * gtk/gtkwidget.c: Add link-color and visited-link-color style
5639         properties.  (#113649, Leena Gunda)
5640
5641         * gtk/gtkaboutdialog.c: Use the new style properties here instead
5642         of the about dialogs own link-color property. 
5643
5644 2006-01-23  Kristian Rietveld  <kris@gtk.org>
5645
5646         * gtk/gtktreemodel.c (gtk_tree_model_base_init): don't copy
5647         tree paths when emitting signals. (#325041, Matthias Clasen).
5648
5649 2006-01-23  Behdad Esfahbod  <behdad@gnome.org>
5650
5651         * gtk/gtklabel.c (get_layout_location): Fix misalignment of RTL
5652         text in ellipsized GtkLabel: use layout width if set, otherwise
5653         fallback to ink extents width. (#322042)
5654
5655 2006-01-23  Matthias Clasen  <mclasen@redhat.com>
5656
5657         * gtk/gtkassistant.c (compute_last_button_state): Only show the
5658         last button if we can jump to the end. 
5659         (gtk_assistant_init): Make the spacing and button order more
5660         HIG compliant.
5661
5662         Fix drawing issues in progress bars.  (#328081, Christian Persch)
5663         
5664         * gtk/gtkprogressbar.c (gtk_progress_bar_size_request): Always
5665         request enough space. 
5666         (gtk_progress_bar_paint_activity) 
5667         (gtk_progress_bar_paint_continuous) 
5668         (gtk_progress_bar_paint_discrete): Clip when drawing the bar.
5669
5670 2006-01-23  Michael Natterer  <mitch@imendio.com>
5671
5672         * gtk/gtkcolorbutton.c: move destruction of the private GdkGC
5673         from finalize() to unrealize(). Fixes BadMatch on display change
5674         (bug #85715).
5675
5676 2006-01-22  Kristian Rietveld  <kris@gtk.org>
5677
5678         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Revert previous
5679         commit after more searching in the bugzilla archives (see #309221).
5680
5681 2006-01-22  Kristian Rietveld  <kris@gtk.org>
5682
5683         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Remove second call
5684         to gtk_tree_view_column_cell_set_cell_data, since we also set the
5685         cell data before iterating over the columns for exposure. (Fixes
5686         #322471, Duncan Coutts).
5687
5688 2006-01-21  Matthias Clasen  <mclasen@redhat.com>
5689
5690         * tests/testassistant.c: Add some tests for GtkAssistant
5691
5692         * tests/Makefile.am: Glue
5693
5694 2006-01-20  Matthias Clasen  <mclasen@redhat.com>
5695
5696         * gtk/gtkassistant.c: Fix the docs to reflect the actual signal
5697         signatures.
5698
5699         * gtk/gtktextview.c (gtk_text_view_set_virtual_cursor_pos): Don't
5700         crash if layout is NULL.  (#327934, Christian Kirbach)
5701
5702 2006-01-20  Dan Winship  <danw@novell.com>
5703
5704         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_class_init,
5705         tree_view_keybinding_cb, trap_activate_cb): On "unix", pop up the
5706         "Open Location" window on "~" as well as "/". #153213
5707         (location_entry_create): Fix this so autocompletion still works
5708         correctly in that case.
5709
5710 2006-01-19  Matthias Clasen  <mclasen@redhat.com>
5711
5712         * configure.in: Explicitly link against Xrender.  
5713         (#327538, Christophe Belle)
5714         
5715         * gdk/x11/gdkprivate-x11.h (XID_FONT_BIT): 
5716         * gdk/x11/gdkfont-x11.c: 
5717         * gdk/x11/gdkxid.c: Use an unused high bit in the
5718         XID to mark fonts in the global xid hash table.
5719
5720         * gdk/x11/gdkcursor-x11.c (update_cursor): Skip fonts
5721         when iterating over the xid hash table, since calling
5722         GDK_IS_WINDOW () on an GdkFont can cause a segfault.
5723         (#327751, Ryan Lovett)
5724
5725 2006-01-19  Matthias Clasen  <mclasen@redhat.com>
5726         
5727         * gtk/gtkassistant.[hc]: Use a priv pointer for
5728         cheap access to the priv struct.  (#327725, Christian
5729         Persch)
5730
5731         * gtk/gtkassistant.h: Fix line endings.
5732
5733 2006-01-18  Matthias Clasen  <mclasen@redhat.com>
5734
5735         * gtk/gtkassistant.[hc]: Add GtkAssistant, a widget to
5736         construct multi-step wizards.  (#115348, Martyn Russell, 
5737         Matthias Clasen, Carlos Garnacho Parro)
5738
5739         * gtk/gtk.symbols:
5740         * gtk/Makefile.am: 
5741         * gtk/gtk.h: Necessary glue.
5742
5743 2006-01-18  Anders Carlsson  <andersca@imendio.com>
5744
5745         * gdk/quartz/gdkevents-quartz.c:
5746         (get_mm_from_pixels):
5747         (gdk_screen_get_width_mm):
5748         (gdk_screen_get_height_mm):
5749         Implement these functions.
5750         (#327228, Thomas Broyer).
5751
5752 2006-01-18  Anders Carlsson  <andersca@imendio.com>
5753
5754         * gdk/quartz/gdkdrawable-quartz.c:
5755         (gdk_quartz_draw_polygon):
5756         (gdk_quartz_draw_lines):
5757         Implement these functions.
5758         (#327226, Thomas Broyer)
5759         
5760 2006-01-18  Anders Carlsson  <andersca@imendio.com>
5761
5762         * gdk/quartz/gdkkeys-quartz.c:
5763         (maybe_update_keymap):
5764         Support non-MacRoman keyboard layouts.
5765         (#322585, Wolfgang Thaller)
5766         
5767 2006-01-18  Anders Carlsson  <andersca@imendio.com>
5768
5769         * gdk/quartz/gdkmain-quartz.c:
5770         (_gdk_windowing_init):
5771         Make the process a foreground application.
5772         (#322481, Wolfgang Thaller)
5773         
5774 2006-01-18  Matthias Clasen  <mclasen@redhat.com>
5775
5776         * gtk/gtkrbtree.c: 
5777         * gtk/gtktreemodel.c: Fix several g_new() calls which
5778         were using extra indirections or pointless casts.  
5779         (#327423, Morten Welinder)
5780
5781 Tue Jan 17 19:27:59 2006  Tim Janik  <timj@imendio.com>
5782
5783         * gtk/gtkprogress.c: fix adopted from maemo-gtk.
5784         gtk_progress_create_pixmap(): clear out the newly created offscreen 
5785         pixmap, so themes making use of transparency don't draw onto garbage.
5786
5787 2006-01-17  Michael Natterer  <mitch@imendio.com>
5788
5789         * gtk/gtkbutton.c: remove the "child-spacing" style property again
5790         and add "inner-border" instead. That's far more flexible and
5791         "child-spacing" was a bad name anyway.
5792
5793 2006-01-17  Michael Natterer  <mitch@imendio.com>
5794
5795         * configure.in (ALL_LINGUAS): remove "ang" again until all po
5796         files are there.
5797
5798 2006-01-16  Abel Cheung  <maddog@linuxhall.org>
5799
5800         * configure.in: Added "ang" "zh_HK" to ALL_LINGUAS.
5801
5802 2006-01-16  Matthias Clasen  <mclasen@redhat.com>
5803
5804         * README.in: Mention new pixbuf engine features.
5805
5806         * gtk/gtk.symbols: 
5807         * gtk/gtkradioaction.[hc]: Add a current-value property and a
5808         setter for it.  (#322735, Jorn Baayen)
5809         
5810 2006-01-16  Michael Natterer  <mitch@imendio.com>
5811
5812         * gtk/gtkbutton.c: applied patch from maemo-gtk which adds a
5813         child-spacing style property. Fixes bug #327202.
5814
5815 2006-01-16  Anders Carlsson  <andersca@imendio.com>
5816
5817         * gdk/quartz/gdkdisplay-quartz.c:
5818         * gdk/quartz/gdkevents-quartz.c:
5819         (gdk_keyboard_grab):
5820         (gdk_display_keyboard_ungrab):
5821         (gdk_keyboard_grab_info_libgtk_only):
5822         (find_window_for_event):
5823         Implement keyboard grabs.
5824         
5825         (_gdk_quartz_send_map_events):
5826         * gdk/quartz/gdkmain-quartz.c:
5827         * gdk/quartz/gdkprivate-quartz.h:
5828         New function that synthesizes map events.
5829         
5830         * gdk/quartz/gdkwindow-quartz.c:
5831         (_gdk_windowing_window_init):
5832         The root window is always visible.
5833         
5834         (all_parents_shown):
5835         (show_window_internal):
5836         Send map events.
5837         
5838         (gdk_window_hide):
5839         Ungrab keyboard and pointer
5840
5841 2006-01-15  Kristian Rietveld  <kris@gtk.org>
5842
5843         Fixes #324099, Tommi Komulainen.
5844
5845         * gtk/gtktreestore.[ch] (gtk_tree_store_insert_with_values),
5846         (gtk_tree_store_insert_with_valuesv): new functions, analog to
5847         those found in GtkListStore.
5848
5849         * gtk/gtktreestore.c (gtk_tree_store_real_set_value),
5850         (gtk_tree_store_set_valist), (gtk_tree_store_set_valist_internal),
5851         (gtk_tree_store_sort_iter_changed): refactored.
5852
5853         * gtk/gtk.symbols: updated.
5854
5855         * tests/treestoretest.c: added a test for this new functionality.
5856
5857 2006-01-14  Matthias Clasen  <mclasen@redhat.com>
5858
5859         * gtk/gtkentry.c (gtk_entry_drag_data_received): Remove 
5860         an unused variable.
5861
5862         * gtk/gtkiconfactory.c (get_default_icons): Register RTL 
5863         versions of the indent and unindent icons.  (#326857,
5864         Itai Bar-Haim)
5865
5866         * gtk/Makefile.am (STOCK_ICONS): And add them here.
5867
5868         Fix a crash with combo boxes in RESIZE_IMMEDIATE
5869         containers.  (#326806, Sebastian Bacher)
5870         
5871         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate) 
5872         (gtk_combo_box_size_request): Don't call 
5873         gtk_combo_box_check_appearance() from here, as that 
5874         can lead to recursion. 
5875         (gtk_combo_box_init): Instead, call it here.
5876
5877 2006-01-14  Kristian Rietveld  <kris@gtk.org>
5878
5879         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_iter_children): fix
5880         a typo which caused this whole thing to not function ...
5881
5882 2006-01-14  Kristian Rietveld  <kris@gtk.org>
5883
5884         * gtk/gtktreeview.c (gtk_tree_view_size_allocate),
5885         (validate_visible_area): fixup adjustments and top_row if the
5886         current dy + page_size exceeds the new tree view height. (Fixes
5887         #316689, reported by Chris Lord).
5888
5889 2006-01-13  Matthias Clasen  <mclasen@redhat.com>
5890
5891         * */abicheck.sh: Make this work on more platforms.
5892
5893 2006-01-13  Kristian Rietveld  <kris@imendio.com>
5894
5895         * tests/testtreefocus.c (set_indicator_size), (main): add a little
5896         test for the newly introduced indicator-size property.
5897
5898 2006-01-13  Kristian Rietveld  <kris@imendio.com>
5899
5900         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_init):
5901         initialize the inconsistent field in the private structure,
5902         (gtk_cell_renderer_toggle_class_init),
5903         (gtk_cell_renderer_toggle_{set,get}_property),
5904         (gtk_cell_renderer_toggle_get_size): introduce a indicator-size
5905         property.
5906
5907 2006-01-13  Michael Natterer  <mitch@imendio.com>
5908
5909         * gtk/gtktreeview.c (gtk_tree_view_real_expand_row)
5910         (gtk_tree_view_real_collapse_row): don't animate the expander
5911         arrows if gtk-enable-animations is FALSE (bug #142582).
5912
5913 2006-01-12  Matthias Clasen  <mclasen@redhat.com>
5914
5915         * gtk/gtknotebook.c: Replace hardcoded values for tab-overlap and
5916         tab-curvature with style properties.  (#325282, Alexander Nedotsukov)
5917
5918         * gtk/gtktextview.c (gtk_text_view_commit_text) 
5919         (gtk_text_view_delete_from_cursor, gtk_text_view_backspace): 
5920         Reset the virtual cursor position.  (#326003, Evert Verhellen)
5921
5922         * gtk/gtkwidget.c (gtk_widget_set_app_paintable): Add some docs
5923         about RGBA windows. (#326486, Benjamin Otte)
5924
5925 2006-01-12  Michael Natterer  <mitch@imendio.com>
5926
5927         * gdk/gdkimage.c (scratch_image_info_for_depth): connect to the
5928         display's "closed" signal and free the cached scratch images upon
5929         display closing (bug #85715).
5930
5931 2006-01-12  Michael Natterer  <mitch@imendio.com>
5932
5933         * gtk/gtkexpander.c (gtk_expander_set_expanded): skip the
5934         animation if the gtk-enable-animations setting is FALSE
5935         (bug #142582).
5936
5937 2006-01-11  Matthias Clasen  <mclasen@redhat.com>
5938
5939         * gtk/gtklabel.c: Fix a C99ism (#326658, Kazuki Iwamoto)
5940
5941 2006-01-11  Matthias Clasen  <mclasen@redhat.com>
5942
5943         * gtk/gtklabel.c: Add some notify batching, always
5944         emit notify after setting the new value.
5945
5946         * gtk/gtkmessagedialog.c: Add properties.  (#311254,
5947         Johan Dahlin)
5948         (gtk_message_dialog_new): Remove some redundant code, pointed
5949         out by Gustavo Carneiro.
5950
5951         * gdk/x11/gdkwindow-x11.c (create_moveresize_window): Clean
5952         up properly if the grab fails.
5953         (finish_drag): Don't leak a reference to moveresize_window
5954         here.
5955
5956 2006-01-11  Matthias Clasen  <mclasen@redhat.com>
5957
5958         * gdk/x11/gdkevents-x11.c: Fix string offsets.
5959
5960         Allow falling back to another icon theme before 
5961         hicolor.   (#325546, Rodney Dawes)
5962         
5963         * gtk/gtksettings.c: Add a gtk-fallback-icon-theme setting.
5964
5965         * gdk/x11/gdkevents-x11.c: Map it to the XSetting Net/FallbackIconTheme.
5966         
5967         * gtk/gtkicontheme.c: Consult the fallback icon theme before
5968         looking in hicolor. 
5969
5970 2006-01-10  Matthias Clasen  <mclasen@redhat.com>
5971
5972         * tests/testgtk.c: Add an expander example.
5973
5974         * gtk/gtkcalendar.c (gtk_calendar_focus_out): Queue a draw
5975         when losing the focus.  (#326064, Andrew Conkling)
5976
5977         * gtk/gtkimmulticontext.c: 
5978         * gtk/gtkhsv.c: 
5979         * gtk/gtkhandlebox.c: Convert to use instance private data.
5980
5981         * gtk/gtk.h: Remove duplicate include.  (#326429, 
5982         BenoĂ®t Carpentier)
5983
5984         * gtk/gtkpaned.c: Convert to use instance private data.
5985
5986 2006-01-10  Michael Natterer  <mitch@imendio.com>
5987
5988         * gdk/gdkpango.c (on_renderer_display_closed): disconnect from the
5989         right object ("closed" is emitted by the display, not the screen).
5990         (bug #85715)
5991
5992 2006-01-10  Anders Carlsson  <andersca@imendio.com>
5993
5994         * gdk/quartz/gdkproperty-quartz.c:
5995         (ensure_atom_tables):
5996         (intern_atom_internal):
5997         (gdk_atom_intern):
5998         (gdk_atom_intern_static_string):
5999         (gdk_atom_name):
6000         Implement local-only atoms.
6001
6002 2006-01-09  Matthias Clasen  <mclasen@redhat.com>
6003
6004         * gdk/gdkgc.c (gc_get_foreground): Correct a warning.
6005         (#326341, BenoĂ®t Carpentier)
6006
6007         * gtk/gtk.symbols:
6008         * gtk/gtkwindow.h:
6009         * gtk/gtkwindow.c (gtk_window_get_group): Make this function
6010         public API.  (#307099, Todd Berman)
6011
6012         * gtk/gtkmenu.c: 
6013         * gtk/gtkmain.c: 
6014         * gtk/gtkentrycompletion.c: 
6015         * gtk/gtkcombo.c: 
6016         * gtk/gtkcombobox.c: Update all callers.
6017
6018         * gtk/gtkentry.c (paste_received):  Make GtkEntryCompletion
6019         complete on pastes at the end.  (#165714, Christian Neumair)
6020
6021         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): 
6022         Prevent the first row being focused on map.  (#137351,
6023         Niklas Knutsson)
6024
6025 2006-01-09  Johan Dahlin  <jdahlin@async.com.br>
6026
6027         * gtk/gtk.symbols:
6028         * gtk/gtkeditable.h:
6029         * gtk/gtksizegroup.c: (gtk_size_group_get_widgets):
6030         * gtk/gtksizegroup.h:
6031         (struct _GtkSizeGroup): 
6032
6033         Add gtk_size_group_get_widgets, fixes #326324.
6034         Also mark all fields of GtkSizeGroup as private
6035
6036 2006-01-09  Matthias Clasen  <mclasen@redhat.com>
6037
6038         * gtk/gtktextlayout.c (gtk_text_layout_finalize): Don't
6039         leak preedit_string and preedit_attrs.  (#322332, Paolo
6040         Borelli)
6041
6042         * gtk/gtk.symbols:
6043         * gtk/gtkaction.h: 
6044         * gtk/gtkaction.c (gtk_widget_get_action): New function to
6045         get the action for a proxy.  (#326288)
6046
6047         * gtk/gtkaction.c: Go back to the old key for attaching the
6048         action to the proxy.  (#326288, Diego GonzĂ¡lez)
6049
6050 2006-01-08  Matthias Clasen  <mclasen@redhat.com>
6051
6052         * gtk/gtkactiongroup.c (dgettext_swapped): Don't translate
6053         empty strings.  (#326200, Christian Stimming)
6054
6055 2006-01-08  Matthias Clasen  <mclasen@redhat.com>
6056
6057         * gtk/gtkentry.[hc]: 
6058         * gtk/gtklabel.[hc]: Shrink the private structs of these a bit.
6059
6060         * gtk/gtklabel.c (get_layout_location): Fix label alignment 
6061         when width-chars is set.  (#326098, Benjamin Otte)
6062
6063         * gdk/gdkregion-generic.c (miRegionCopy): Fix this for the 
6064         single-rectangle case.  (#326127, Benjamin Berg)
6065         (gdk_region_copy): Use miRegionCopy() here.
6066
6067 2006-01-07  Matthias Clasen  <mclasen@redhat.com>
6068
6069         Fix actiongroup-action interaction that relied on 
6070         actions connecting to notify on themselves:
6071         
6072         * gtk/gtkaction.[hc]: Factor out the code updating the
6073         visibility/sensitivity of proxies into _gtk_action_sync_visible()
6074         and _gtk_action_sync_sensible().
6075
6076         * gtk/gtkactiongroup.c: Call the new functions when the
6077         group visibility/sensitivity changes. 
6078
6079 2006-01-06  Matthias Clasen  <mclasen@redhat.com>
6080
6081         * gtk/gtkactiongroup.c (gtk_action_group_set_sensitive) 
6082         (gtk_action_group_set_visible): Add missing property change
6083         notification.
6084
6085 2006-01-06  Matthias Clasen  <mclasen@redhat.com>
6086
6087         * gtk/gtkfilechooserbutton.c (model_add_special): Just use the
6088         directory name for the home dir.  (#325817, Federico Mena Quintero)
6089         
6090         * gtk/gtktexttag.c (gtk_text_attributes_new): Initialize editable 
6091         to TRUE. 
6092         (gtk_text_tag_class_init): The default value for the direction 
6093         property is GTK_TEXT_DIR_NONE. Add notes about the initial values 
6094         of the font and language properties.
6095
6096         * gtk/gtktoolbutton.c (gtk_tool_button_class_init): Make clicked
6097         an action signal.  (#325782, Martyn Russell)
6098
6099         * gtk/gtkviewport.c (viewport_set_adjustment): Disconnect from
6100         the old adjustments signals.  (#325869, Jorn Baayen)
6101
6102 2006-01-06  Hans Breuer  <hans@breuer.org>
6103
6104         * tests/makefile.msc : added a bunch of tests
6105         * tests/testcellrenderertext.c : use g_snprintf()
6106         * tests/testfilechooserbutton.c : don't include unistd.h twice.
6107         Removed the unconditional one and added direct.h for G_OS_WIN32
6108         
6109 2006-01-05  Hans Breuer  <hans@breuer.org>
6110
6111         * gdk/makefile.msc : also recurse into win32 for ::clean
6112         * gtk/makefile.msc.in : create gtkbuiltincache.h (most code
6113         to simulate links) and file renames
6114
6115 2006-01-05  Johan Dahlin  <jdahlin@async.com.br>
6116
6117         * gtk/gtkprogressbar.c: Set minimum for activity-step property to 0
6118         instead of -G_MAXUINT.
6119         
6120 2006-01-05  Matthias Clasen  <mclasen@redhat.com>
6121
6122         * gtk/gtkwindow.c: Only connect to the event if we have
6123         a frame, since the handler is only relevant in that case.
6124
6125         * gtk/gtkaction.c (connect_proxy, disconnect_proxy): 
6126         Use a weak reference rather than the destroy signal to track 
6127         proxies going away.
6128
6129         * gtk/gtkbindings.c (binding_signal_new): Revert the last change.
6130
6131         * gtk/gtkaction.c (gtk_action_sync_property): 
6132         (gtk_action_sync_stock_id): Removed.
6133
6134 2006-01-05  Rodrigo Moya <rodrigo@novell.com>
6135
6136         * gtk/gtkbindings.c (binding_signal_new): allocate correct amount for
6137         signal and arguments.
6138
6139 2006-01-05  Matthias Clasen  <mclasen@redhat.com>
6140
6141         * gtk/gtklabel.c (gtk_label_grab_focus): Don't return a value from
6142         a void function.
6143
6144 2006-01-04  Matthias Clasen  <mclasen@redhat.com>
6145
6146         * gtk/gtkbindings.h (struct _GtkBindingSignal): Revert questionable
6147         changes.
6148         
6149         * gtk/gtkbindings.c: Use the slice allocator and allocate signal
6150         and arguments in one block.
6151
6152         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Don't return
6153         a list of NULLs.  (#325723, Steve Chaplin)
6154
6155 2006-01-04  Rodrigo Moya <rodrigo@novell.com>
6156
6157         * gtk/gtkbindings.c (binding_signal_new): guard against multiplying
6158         by -1 (when n_args is 0).
6159
6160 2006-01-04  Michael Natterer  <mitch@imendio.com>
6161
6162         * gtk/gtkmenutoolbutton.c
6163         (gtk_menu_tool_button_set_menu)
6164         (gtk_menu_tool_button_destroy): use gtk_menu_attach_to_widget()
6165         and gtk_menu_detach() instead of reffing/unreffing the menu
6166         manually. Also fixes brokenness on screen change (bug #85715).
6167
6168 2006-01-04  Matthias Clasen  <mclasen@redhat.com>
6169
6170         * gtk/gtkaccelmap.c: 
6171         * gtk/gtkactiongroup.c: 
6172         * gtk/gtkdialog.c: 
6173         * gtk/gtkfilesystemunix.c: 
6174         * gtk/gtkgc.c: 
6175         * gtk/gtkkeyhash.c: 
6176         * gtk/gtkplug.c: 
6177         * gtk/gtktextiter.c: 
6178         * gtk/gtktextlayout.c: 
6179         * gtk/gtkuimanager.c: 
6180         * gtk/gtkwidget.c: 
6181         * gtk/gtkwindow.c: 
6182         * gtk/gtkxembed.c: Use the slice allocator for many small 
6183         allocations.
6184
6185         * gtk/gtkcolorsel.c: 
6186         * gtk/gtktreeview.c: Use IPN.
6187
6188         * gtk/gtkwidget.c: Remove an unused field from the AccelPath 
6189         struct.
6190
6191 2006-01-04  Tor Lillqvist  <tml@novell.com>
6192
6193         * gtk-zip.sh.in: Include also the gtk20-properties message catalogs.
6194
6195 2006-01-03  Matthias Clasen  <mclasen@redhat.com>
6196         
6197         * gtk/gtkdnd.c: Make it compile
6198
6199         * gtk/gtkdnd.c (gtk_drag_begin_internal): Call gtk_drag_update
6200         for non-motion events.  (#325443, Peter Harvey)
6201
6202         * gtk/gtkaction.c: Avoid connecting to notify on our own
6203         properties. 
6204
6205 2006-01-02  Matthias Clasen  <mclasen@redhat.com>
6206
6207         * gtk/gtkentry.c (gtk_entry_delete_from_cursor): When deleting
6208         words, delete preceding whitespace as well.  (#325358,  Akkana Peck)
6209
6210 2006-01-02  Anders Carlsson  <andersca@imendio.com>
6211
6212         * gdk/quartz/GdkQuartzWindow.c:
6213         (-[GdkQuartzWindow canBecomeMainWindow]):
6214         (-[GdkQuartzWindow canBecomeKeyWindow]):
6215         Have these return TRUE
6216         
6217         * gdk/quartz/gdkevents-quartz.c:
6218         (pointer_grab_internal):
6219         Remove FIXME
6220         
6221         (find_child_window_by_point_helper):
6222         Fix bug in offset calculation
6223         
6224         (find_window_for_event):
6225         Use grab window toplevel when a grab is in effect
6226         
6227         (gdk_event_translate):
6228         Don't call _gdk_event_button_generate on mouse up
6229         
6230         * gdk/quartz/gdkgc-quartz.c:
6231         (_gdk_quartz_gc_new):
6232         Fix indentation
6233         
6234         * gdk/quartz/gdkwindow-quartz.c:
6235         (gdk_window_new):
6236         Make TEMP windows borderless
6237         
6238         (gdk_window_hide):
6239         Hide window
6240         
6241         (gdk_window_get_origin):
6242         Implement
6243         
6244 2006-01-02  Tor Lillqvist  <tml@novell.com>
6245
6246         * gdk/win32/gdkwindow-win32.c
6247         (gdk_window_impl_win32_get_visible_region): Make identical to the
6248         X11 implementation. (#322264, John Ehresman)
6249
6250         * gdk/win32/gdkgeometry-win32.c (gdk_window_scroll): Get the
6251         invalidated region from ScrollWindowEx() instead of an incorrect
6252         attempt to calculate it ourselves. Fix by John Ehresman. (#323666)
6253
6254         * gdkevents-win32.c: Make _gdk_win32_hrgn_to_region() non-static.
6255
6256         * gdkprivate-win32.h: Declare it.
6257
6258 2005-12-31  Matthias Clasen  <mclasen@redhat.com>
6259
6260         * gtk/gtkaction.c: 
6261         * gtk/gtkentry.c: Connect to notify instead of multiple
6262         detailed signals.
6263
6264 2005-12-30  Matthias Clasen  <mclasen@redhat.com>
6265
6266         * gdk/gdk.symbols: 
6267         * gdk/gdkcairo.h: 
6268         * gdk/gdkcairo.c: Add gdk_cairo_set_source_pixmap.  (#318805,
6269         Alexander Larsson)
6270
6271         * gdk/gdkdisplaymanager.c (gdk_display_manager_set_property): Call
6272         gdk_display_manager_set_default_display() to change the default
6273         display.  (#153623, Stefan Kost)
6274
6275         * gtk/gtkmessagedialog.c (gtk_message_dialog_init):
6276          (setup_type): Alert dialogs should not have titles and should 
6277         not be displayed in the taskbar.  (#310443, Carlos Garnacho Parro,
6278         Dennis Cranston)
6279
6280 2005-12-29  Matthias Clasen  <mclasen@redhat.com>
6281
6282         * gtk/gtkliststore.c: 
6283         * gtk/gtktreestore.c: Always call the get_path and get_iter
6284         implementations directly, rather than the current mixture whith
6285         some calls going through the GtkTreeModel interface.
6286
6287         * gtk/gtktreemodelsort.c: 
6288         * gtk/gtkliststore.c: 
6289         * gtk/gtktreestore.c: Remove excessive g_return_if_fail() checks
6290         in static functions.
6291         
6292         * gtk/gtktreedatalist.c: Use the slice allocater for 
6293         GtkTreeDataSortHeader.
6294
6295         * gtk/gtktreedatalist.h: 
6296         * gtk/gtktreedatalist.c (_gtk_tree_data_list_set_header): New function.
6297
6298         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_sort_func): 
6299         * gtk/gtkliststore.c (gtk_list_store_set_sort_func): 
6300         * gtk/gtktreestore.c (gtk_tree_store_set_sort_func): Use it here.
6301
6302 2005-12-27  Matthias Clasen  <mclasen@redhat.com>
6303
6304         * gtk/gtkbindings.h (GtkBindingSignal): 
6305         * gtk/gtkbindings.c (binding_signal_new): Make the
6306         args a flexible array inside the struct, and allocate them
6307         together.
6308
6309 Wed Dec 28 00:45:46 2005  Tim Janik  <timj@gtk.org>
6310
6311         * gtk/gtkctree.c (row_delete): delete GtkCTreeRow as GtkCTreeRow, not
6312         clist rows which crashes in gslice later on.
6313
6314 2005-12-27  Federico Mena Quintero  <federico@ximian.com>
6315
6316         * gtk/gtkfilefilter.c (gtk_file_filter_filter): In the case for
6317         FILTER_RULE_PIXBUF_FORMATS, check that filter_info->mime_type is
6318         not NULL.  Fixes bug #317687.
6319
6320 2005-12-27  Matthias Clasen  <mclasen@redhat.com>
6321
6322         * gdk/x11/gdkevents-x11.c (check_transform): Fix a typo.
6323         (gdk_screen_get_setting): Avoid relocations for the settings
6324         map.
6325
6326         * gdk/x11/gdkproperty-x11.c: Avoid relocations for the list
6327         of standard atoms.
6328
6329         * gtk/gtkbindings.c (gtk_binding_set_new): Avoid copying
6330         the set_name by interning it.
6331
6332 2005-12-26  Matthias Clasen  <mclasen@redhat.com>
6333
6334         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Precache atoms
6335         before calling gdk_window_new().
6336
6337         * gtk/gtktextbtree.c: Use the slice allocator for some other small
6338         auxiliary structures as well.
6339
6340         * gtk/gtkimcontext.c (gtk_im_context_filter_keypress): Clarify
6341         docs.  (#324996)
6342
6343         * gtk/gtktextbtree.c (gtk_text_btree_get_tag_info) 
6344         (gtk_text_btree_remove_tag_info): Use the slice allocator for 
6345         tag info.
6346
6347         * README.in: Mention the stripping of (_F) suffixes.
6348
6349         * gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Strip a suffix of 
6350         the form "(_<single character>)", since this is the preferred way
6351         for some languages to indicate accelerators.  (#323956, Yang Hong)
6352
6353         * gtk/gtklabel.c (gtk_label_class_init): Add a gtk-label-select-on-focus
6354         setting.
6355         (gtk_label_grab_focus): And use it here to select the contents of
6356         the label when appropriate.
6357         (gtk_label_class_init): Use the same keybindings for select all/
6358         unselect all as GtkEntry and GtkTextView.
6359
6360         * gtk/gtkdialog.c (gtk_dialog_map): When looking for the initial
6361         focus, avoid leaving a selection in a label.
6362
6363 2005-12-25  Matthias Clasen  <mclasen@redhat.com>
6364
6365         * gtk/gtkwindow.c: Documentation fixes.  (#324815, 
6366         Ross Burton)
6367
6368         * configure.in: Require GLib 2.9.2
6369
6370 2005-12-24  Matthias Clasen  <mclasen@redhat.com>
6371
6372         * gdk/gdkregion-generic.c: 
6373         * gdk/gdkpolyreg-generic.c: 
6374         * gdk/gdkregion.h: 
6375         * gdk/gdkrectangle.c: Inline docs, use g_assert(), avoid 
6376         extra allocation for rectangular regions.
6377
6378 Thu Dec 22 18:53:14 2005  Tim Janik  <timj@gtk.org>
6379
6380         * gtk/gtkobject.[hc]: renamed GUnowned to GInitiallyUnowned.
6381
6382 Thu Dec 22 17:55:11 2005  Tim Janik  <timj@gtk.org>
6383
6384         * gtk/gtkobject.h: parent type fixups in structure declarations.
6385
6386 Thu Dec 22 16:01:27 2005  Tim Janik  <timj@imendio.com>
6387
6388         * gtk/gtkobject.c: derive GtkObject from GUnowned,
6389         so it initially has a floating reference count.
6390         gtk_object_class_init(): installa floating flag handler with
6391         libgobject, so for GtkObjects the flag is stored as GTK_FLOATING
6392         in the ->flags member.
6393
6394         * tests/floatingtest.c: test floating flag uses.
6395
6396 2005-12-21  Matthias Clasen  <mclasen@redhat.com>
6397
6398         * gdk/gdkregion-generic.c: Use the slice allocator
6399         for regions. Still todo: avoid extra allocations for
6400         the single-rectangle case.
6401
6402         * gtk/gtksettings.c (gtk_settings_class_init): Update
6403         class_n_properties after installing color-hash, since
6404         other classes install settings, too.
6405
6406         * gtk/gtkctree.c: 
6407         * gtk/gtkclist.c: Fix some mistakes in the conversion
6408         from mem chunks to slice allocator.
6409
6410         * gtk/gtkiconview.c (adjust_wrap_width): Adjust the 
6411         wrap-width also if an explicit item width is set.  
6412         (#322475, Alex Graveley)
6413         
6414 2005-12-20  Matthias Clasen  <mclasen@redhat.com>
6415
6416         * gtk/gtkiconview.c (gtk_icon_view_button_press): Reset 
6417         pressed_button to -1 after handling a double click, so that
6418         motion events occurring between here and the release event
6419         don't trigger DND.  (#324588, Dave Andreoli)
6420
6421 2005-12-19  Matthias Clasen  <mclasen@redhat.com>
6422
6423         * gtk/gtkcellrenderer.c: 
6424         * gtk/gtkselection.c: 
6425         * gtk/gtkcalendar.c: 
6426         * gtk/gtkitemfactory.c: 
6427         * gdk/gtkcombo.c: 
6428         * gdk/gdkpixbuf-render.c: Documentation updates
6429
6430         * gtk/gtktreemodel.c: 
6431         * gtk/gtkplug.c: 
6432         * gtk/gtkwindow.c: Documentation fixes.
6433
6434 2005-12-19  Michael Natterer  <mitch@imendio.com>
6435
6436         * gtk/gtkentry.c: implement boolean property "truncate-multiline"
6437         which, when enabled, truncates multi-line pastes or drops to their
6438         first line. Fixes bug #322252.
6439
6440         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): enable
6441         truncate-multiline here.
6442
6443 2005-12-17  Matthias Clasen  <mclasen@redhat.com>
6444
6445         * gtk/gtksettings.c (get_color_hash): Don't crash if
6446         there is no color scheme.  (#324429, Diego Gonzalez)
6447
6448 2005-12-16  Matthias Clasen  <mclasen@redhat.com>
6449
6450         * gtk/gtkfilesystem.c (gtk_file_system_module_load): 
6451         * gtk/gtkimmodule.c (gtk_im_module_load): 
6452         * gtk/gtkthemes.c (gtk_theme_engine_load): 
6453         * gtk/gtkmodules.c (find_module): Use G_MODULE_BIND_LAZY when
6454         opening modules.
6455
6456         * gtk/gtksettings.[hc]: Rework the way the color scheme setting
6457         is inherited. Now the overriding is done on a per-color basis,
6458         rather than for the setting as a whole. This has the effect
6459         that themes can declare defaults for all the symbolic colors they
6460         use by specifying a value for the gtk-color-scheme setting in 
6461         their rc file, while still allowing the XSetting to override
6462         "standard" symbolic colors. The hash table is now available
6463         through the color-hash property.
6464         
6465         * gtk/gtkrc.c: Use the new color-hash property.
6466         
6467 2005-12-14  Matthias Clasen  <mclasen@redhat.com>
6468
6469         * gtk/gtkcontainer.c (_gtk_container_focus_sort): Skip unrealized
6470         children when doing focus sorting.  (#323995, Dan Winship)
6471
6472 2005-12-14  Rodney Dawes  <dobey@novell.com>
6473
6474         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_render_icon):
6475         Default to "drive-harddisk" and then fall back to gnome-dev-harddisk
6476         (get_icon_for_mime_type): Look up the mime type icons according to the
6477         Icon Naming Specification and then fall back to the gnome-mime- prefix
6478         for the mime type icons
6479
6480         Fixes #323655
6481         
6482 2005-12-14  Matthias Clasen  <mclasen@redhat.com>
6483
6484         * gtk/gtkdnd.c (gtk_drag_set_icon_name): Warn if the icon
6485         cannot be loaded.  (#323504, Kjartan Maraas)
6486
6487         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add docs 
6488         for the row-activated signal.  (#324044, Davyd Madeley)
6489
6490 2005-12-14  Michael Natterer  <mitch@imendio.com>
6491
6492         * tests/test-images/valid_jpeg_progressive_test: new test image.
6493
6494 Tue Dec 13 09:47:20 2005  Tim Janik  <timj@gtk.org>
6495
6496         * README.in: added a link to the floating reference docs in the
6497         2.10 release NEWS section.
6498
6499 2005-12-12  Matthias Clasen  <mclasen@redhat.com>
6500
6501         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_index): 
6502         Speed this function up, using the fact that visibility is 
6503         constant across segments. (#321548, Paolo Borelli)
6504
6505         * gtk/gtktextbtree.c (_gtk_text_line_char_to_byte_offsets): 
6506         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): Speed up
6507         stepping backwards.  (#320638, Larry Ewing, Paolo Borelli)
6508
6509         * gtk/gtkicontheme.c (ensure_valid_themes): Only broadcast
6510         _GTK_LOAD_ICONTHEMES if we detect a real theme change, not
6511         upon initial theme load.  (#323876, Peter Lund)
6512
6513         * gtk/gtkstatusicon.c (gtk_status_icon_class_init): Register
6514         the size-changed signal correctly.  (#323848, Murray Cumming)
6515
6516         * gtk/gtkmarshalers.list: Add necessary marshaller.
6517
6518         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): Don't
6519         fall thru to the wrong window types.  (#323843)
6520
6521         Make the gtk-color-scheme setting work.
6522         
6523         * gtk/gtksettings.h: 
6524         * gtk/gtksettings.c (_gtk_settings_get_color_hash): Add a getter
6525         that takes care of initializing the color hash if it is not 
6526         already there.  
6527
6528         * gtk/gtkrc.c (gtk_rc_color_scheme_changed, gtk_rc_context_get): 
6529         And use it here.        
6530
6531 2005-12-10  Matthias Clasen  <mclasen@redhat.com>
6532
6533         * gdk/gdk.c (gdk_parse_args): Warn if parsing fails,
6534         not if it succeeds. 
6535
6536 2005-12-09  Matthias Clasen  <mclasen@redhat.com>
6537
6538         * gtk/gtkselection.c (gtk_selection_data_get_uris): Don't
6539         leak list[0].  (#323629, Markku Vire)
6540
6541         * gtk/gtktextbuffer.c (paste_from_buffer): Unref the buffer
6542         when freeing the RequestData.  (#323577)
6543
6544 2005-12-07  Matthias Clasen  <mclasen@redhat.com>
6545
6546         * demos/gtk-demo/iconview_edit.c (set_cell_color): Don't
6547         leak text.
6548
6549         * gtk/gtktoolbutton.c (clone_image_menu_size): Fix a 
6550         variable name clash.  (#323475, Ross Burton)
6551
6552 2005-12-07  Ross Burton  <ross@burtonini.com>
6553
6554         * docs/reference/gtk/tmpl/gtkenums.sgml:
6555         * gtk/gtktoolbutton.c:
6556         If the toolbar mode is ICONS and there is no icon set then show
6557         the label, and vice versa (#322019)
6558
6559 2005-12-07  Matthias Clasen  <mclasen@redhat.com>
6560
6561         * gtk/gtktoolbutton.c (clone_image_menu_size): Fix a 
6562         variable name clash.  (#323475, Ross Burton)
6563
6564         * gtk/gtktreeview.c (gtk_tree_view_key_press): Use the correct
6565         window when synthesizing the key event.  (#323077,
6566         Sadrul Habib Chowdhury)
6567         
6568         (gtk_tree_view_search_key_press_event): Also listen for
6569         GDK_ISO_Left_Tab.  (#323077, Sadrul Habib Chowdhury)
6570
6571         * gtk/gtktextview.c (gtk_text_view_preedit_changed_handler): 
6572         Only scroll if we have focus.  (#316310, Paolo Borelli)
6573
6574         * gtk/gtkfilesystemunix.c (cb_fill_in_mime_type): Fix a C99ism,
6575         spotted by Crispin Flowerday.
6576
6577 2005-12-06  Behdad Esfahbod  <behdad@gnome.org>
6578
6579         * gtk/gtksettings.c (settings_update_font_options): Turn metrics
6580         hinting on (part of #307196)
6581
6582 2005-12-06  Matthias Clasen  <mclasen@redhat.com>
6583
6584         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_reset): Don't
6585         commit from reset, it upstets GtkTextView.
6586
6587         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Be more
6588         careful when turning blinking on and off.
6589         (gtk_text_view_focus_out_event): Make the cursor really invisible
6590         when the focus goes away.  (#323087, Sadrul Habib Chowdhury)
6591         (cursor_blinks): Check the gtk-cursor-blink setting first.
6592
6593         * gtk/gtktreeview.c (gtk_tree_view_key_press): Fix refcounting
6594         issues with new_event and its window.
6595
6596         * gtk/gtkmenu.c (gtk_menu_attach_to_widget): Accept NULL
6597         as a detach func.  (#323386, Jorn Baayen)
6598
6599         * gtk/gtkcalendar.c: Avoid conflict with win32 headers in
6600         the libdate routines.  (#323045, Kazuki Iwamoto)
6601
6602         * gdk/gdk.c (gdk_parse_args): 
6603         * gtk/gtkmain.c (gtk_parse_args): Don't ignore errors
6604         from g_option_context_parse(). 
6605
6606 Tue Dec  6 11:37:59 2005  Tim Janik  <timj@gtk.org>
6607
6608         * gdk/gdkevents.c (gdk_event_new): fix missing hash table 
6609         initialization.
6610
6611 Tue Dec  6 10:32:17 2005  Tim Janik  <timj@gtk.org>
6612
6613         * gtk/gtkstatusbar.c: ported memchunk uses to g_slice, so the code
6614         compiles again.
6615
6616 2005-12-05  Federico Mena Quintero  <federico@ximian.com>
6617
6618         * gtk/gtkfilechooserdefault.c (trap_activate_cb): "event->state &
6619         modifiers", not "event->state && modifiers".  Patch by Sadrul
6620         Habib Chowdhury <imadil@gmail.com>.  Fixes bug #323073.
6621
6622 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
6623
6624         * gtk/gtkwidget.c: 
6625         * gtk/gtkuimanager.c: 
6626         * gtk/gtktreedatalist.c: 
6627         * gtk/gtktext.c: 
6628         * gtk/gtkmain.c: 
6629         * gtk/gtkitemfactory.c: 
6630         * gtk/gtkseparator.[hc]:
6631         * gtk/gtkclist.[hc]: 
6632         * gtk/gtkctree.c:
6633         * gtk/gtkgc.c: Use g_slice instead of mem chunks.
6634
6635 2005-12-05  Michael Natterer  <mitch@imendio.com>
6636
6637         * gdk/x11/gdkevents-x11.c: map the new GtkSettings properties
6638         "timeout-initial", "timeout-repeat", "color-scheme" and
6639         "enable-animations" to X settings.
6640
6641 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
6642
6643         * gdk/gdkevents.c: 
6644         * gdk/gdkcolor.c: Use g_slice instead of mem chunks.
6645
6646         * gtk/gtktreeview.c (gtk_tree_view_key_press): Free new_event
6647         after sending it to the search entry.  (#323209, Crispin Flowerday)
6648
6649         * README.in: Add a note about GTK_FLOATING.
6650
6651         * gtk/gtkobject.h (GTK_OBJECT_FLOATING): Use g_object_is_floating.
6652
6653 2005-12-02  Matthias Clasen  <mclasen@redhat.com>
6654
6655         * gtk/gtktoolbutton.c (clone_image_menu_size): Don't leak
6656         a pixbuf.  (#323024, Paolo Borelli)
6657
6658 2005-12-02  Matthias Clasen  <mclasen@redhat.com>
6659
6660         * gtk/gtkfilesystemunix.c (get_icon_for_mime_type): Don't crash
6661         if mime_type is NULL.  (#322998, Sadrul Habib Chowdhury)
6662
6663 2005-12-02  Michael Natterer  <mitch@imendio.com>
6664
6665         * gtk/gtkmenu.c: applied modified patch from maemo-gtk which
6666         adds a "horizontal-padding" style property. Fixes bug #323036.
6667
6668 2005-12-01  Michael Natterer  <mitch@imendio.com>
6669
6670         Merged modified patch from maemo-gtk that allows to disable
6671         toolbar animations. Addresses bug #142582.
6672
6673         * gtk/gtksettings.c: added boolean property "gtk-enable-animations".
6674         (patch from Christian Neumair)
6675
6676         * gtk/gtktoolbar.c: don't animate toolbar changes if the settings
6677         property is FALSE. Replaced the individual "notify::foo"
6678         connections to GtkSettings by a single "notify" callback and
6679         dispatch internally.
6680
6681 2005-12-01  Michael Natterer  <mitch@imendio.com>
6682
6683         * gtk/gtkmenu.c (gtk_menu_class_init): removed redundant
6684         assignment of widget_class->motion_notify_event
6685
6686 2005-11-29  Matthias Clasen  <mclasen@redhat.com>
6687
6688         * gtk/gtktoggleaction.c (gtk_toggle_action_class_init): Add 
6689         an active property.  (#322673, Jorn Baayen)
6690
6691         Properly handle model changes in GtkTreeSelection: (#322569,
6692         Milosz Derezynski)
6693         
6694         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): 
6695         Get a reference to the model, and stop the iteration if the model
6696         of the treeview is changed on the way.
6697
6698         * gtk/gtktreeprivate.h: 
6699         * gtk/gtktreeselection.c (_gtk_tree_selection_emit_changed): New 
6700         private function to emit the GtkTreeSelection::changed signal.
6701
6702         * gtk/gtktreeview.c (gtk_tree_view_set_model): Call 
6703         _gtk_tree_selection_emit_changed() when the model changes.
6704
6705 2005-11-28  Federico Mena Quintero  <federico@ximian.com>
6706
6707         Fixes the critical warnings from bug #317999, thus fixing the bug
6708         completely:
6709
6710         * gtk/gtkfilechooserdefault.c
6711         (gtk_file_chooser_default_get_paths): In SELECT_FOLDER mode,
6712         use _gtk_file_chooser_get_current_folder_path() instead of fetching the
6713         impl->current_folder directly.  The latter may be null if we are
6714         in RELOAD_NONE state.
6715
6716 2005-11-28  Federico Mena Quintero  <federico@ximian.com>
6717
6718         Fix bug #321560, based on a patch by Bogdan Nicula (bogdanni@hotmail.com):
6719
6720         * gtk/gtkfilechooserdefault.c (up_folder_handler): Don't add the
6721         current_folder to the pending select paths here; the path bar will
6722         give it to us now.
6723         (path_bar_clicked): Add the child_path to the pending select paths
6724         here.
6725         (show_and_select_paths): Don't filter out folders.
6726         (show_and_select_paths): Don't take separate arguments for
6727         only_one_path and multiple paths.
6728
6729         * tests/autotestfilechooser.c (test_folder_switch_and_filters):
6730         New test about preserving the filters when we change folders.
6731
6732 2005-11-28  Matthias Clasen  <mclasen@redhat.com>
6733
6734         * gtk/gtkscale.c (_gtk_scale_format_value): Insert an LRM, to prevent
6735         -20 to come out as 20- in RTL locales.  (#322571, Tze'ela Hebron)
6736
6737         * gtk/gtkaction.c (gtk_action_sync_button_stock_id) 
6738         (connect_proxy): Buttons use the label property for stock ids.  (#322565,
6739         Milosz Derezynski)
6740
6741         * gtk/gtkiconview.c (update_text_cell, update_pixbuf_cell): Correctly
6742         handle the cell list and indices into it.  (#321856)
6743
6744 2005-11-28  Matthias Clasen  <mclasen@redhat.com>
6745
6746         * gtk/gtktooltips.c (gtk_tooltips_timeout): Set timer_tag to 0 when
6747         the timeout is done.  (#322291, Jean-Yves Lefort)
6748
6749 2005-11-28  Matthias Clasen  <mclasen@redhat.com>
6750
6751         * gtk/gtkfilechooserdefault.c (shortcuts_key_press_event_cb): Make
6752         F2 work for renaming bookmarks.  (#320822, Jaap A. Haitsma, patch
6753         by Paolo Borelli)
6754
6755 2005-11-28  Tor Lillqvist  <tml@novell.com>
6756
6757         * gdk/win32/gdkwindow-win32.c (gdk_window_set_urgency_hint):
6758         Implement the conditional use of FlashWindowEx() properly for MSVC
6759         compilations. The code was confusingly assuming that if compiled
6760         with a "new" compiler, it will only be run on "new" Windows
6761         versions. We want it to run on "old" versions, too, even if
6762         compiled with a "new" compiler. There are two orthogonal issues:
6763         whether the compiler defines the necessary API in its headers, and
6764         whether it is present at run-time. (#318077)
6765
6766         * gtk/gtkcalendar.c (gtk_calendar_init): Use GetLocaleInfo() on
6767         Windows to get the localized weekday and month names. strftime()
6768         in the Microsoft C library returns strings in the default codepage
6769         for the locale of the process, not the system codepage. Thus
6770         g_locale_to_utf8() isn't useable on the return value from
6771         strftime(). (#322603)
6772
6773 2005-11-27  Matthias Clasen  <mclasen@redhat.com>
6774
6775         * gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup): 
6776         Fix an example.  (#322493, Elie De Brauwer)
6777         
6778         Fix two memory handling problems in GtkTreeView: (#322350, 
6779         Søren Sandmann)
6780         
6781         * gtk/gtktreeview.c (gtk_tree_view_destroy) 
6782         (gtk_tree_view_set_model): Remove all references to nodes in
6783         the old model.
6784         (gtk_tree_view_real_collapse_row): Unmark expanded_collapsed_node
6785         before removing the children.
6786
6787         * gtk/gtkcolorbutton.c (gtk_color_button_init): Don't leak a 
6788         PangoLayout here.  (#322505, Paolo Borelli)
6789
6790 2005-11-27  Tor Lillqvist  <tml@novell.com>
6791
6792         Once again rework Win32 window decoration code. Doesn't break
6793         #104514. The dialogs in gtk-demo now have the same decorations and
6794         behaviour as on X11. Tried to fix #322516 but it seems very hard
6795         to make the trivial sample program there behave as expected. OTOH,
6796         simply moving the gtk_window_decorate() call in the #322516 sample
6797         program after the call to gtk_widget_show() helps...
6798             
6799         * gdk/win32/gdkwindow-win32.c (set_or_clear_style_bits): Revert to
6800         the correct semantics. Each call to gdk_window_set_decorations()
6801         which calls this function is supposed to affect all decorations.
6802
6803         (decorate_based_on_hints): New function, looks at both geometry
6804         hints and type hint and sets window decorations based on
6805         that. Consolidate code from gdk_window_set_geometry_hints() and
6806         gdk_window_set_type_hint() here.
6807
6808         (gdk_window_set_geometry_hints, gdk_window_set_type_hint): Call
6809         decorate_based_on_hints().
6810
6811 2005-11-25  Dom Lachowicz <cinamod@hotmail.com>
6812
6813         * modules/engines/ms-windows/*.[ch]: Merge with gtk-wimp's CVS.
6814         Includes improved menu icon spacing, [+]/[-] expander drawing,
6815         status-bar gippie drawing, and notebook tab drawing.
6816         
6817 2005-11-24  Michael Natterer  <mitch@imendio.com>
6818
6819         * gtk/gtktoolbar.h (struct _GtkToolbar): changed two private guint
6820         that used to hold signal handler IDs to two guint of padding.
6821
6822         * gtk/gtktoolbar.c (struct _GtkToolbarPrivate): added them as
6823         gulong here.
6824
6825         (gtk_toolbar_screen_changed): changed accordingly.
6826
6827 Wed Nov 23 18:55:47 2005  Tim Janik  <timj@imendio.com>
6828
6829         * gtk/gtkobject.[hc]: deprecated floating/sink API and implemented it
6830         in terms of the GObject floating/sink API.
6831
6832         * gtk/gtkaboutdialog.c:
6833         * gtk/gtkaction.c:
6834         * gtk/gtkcellview.c:
6835         * gtk/gtkclist.c:
6836         * gtk/gtkcolorsel.c:
6837         * gtk/gtkcombobox.c:
6838         * gtk/gtkfilechooserdefault.c:
6839         * gtk/gtkiconview.c:
6840         * gtk/gtkinvisible.c:
6841         * gtk/gtkitemfactory.c:
6842         * gtk/gtklayout.c:
6843         * gtk/gtkmenu.c:
6844         * gtk/gtkmenutoolbutton.c:
6845         * gtk/gtknotebook.c:
6846         * gtk/gtkprogress.c:
6847         * gtk/gtkrange.c:
6848         * gtk/gtkspinbutton.c:
6849         * gtk/gtkstatusicon.c:
6850         * gtk/gtktext.c:
6851         * gtk/gtktextview.c:
6852         * gtk/gtktoolbar.c:
6853         * gtk/gtktoolbutton.c:
6854         * gtk/gtktoolitem.c:
6855         * gtk/gtktreeitem.c:
6856         * gtk/gtktreeview.c:
6857         * gtk/gtktreeviewcolumn.c:
6858         * gtk/gtkuimanager.c:
6859         * gtk/gtkviewport.c:
6860         * gtk/gtkwidget.c:
6861         * gtk/gtkwindow.c:
6862         ported to use GObject's g_object_ref_sink().
6863
6864         * gtk/gtkcolorsel.c:
6865         * gtk/gtkfilechooserdefault.c:
6866         * gtk/gtkaboutdialog.c:
6867         fixed compiler warnings.
6868
6869 2005-11-23  Matthias Clasen  <mclasen@redhat.com>
6870
6871         * gtk/gtksettings.c (gtk_settings_class_init): Add some docs
6872         about gtk-color-scheme.
6873
6874 2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
6875
6876         * configure.in (enable_explicit_deps): Fix typo when checking
6877         libtool config deplibs_check_method. Moreover, enable explicit
6878         deps if we get anything other than pass_all from libtool. (part of
6879         #318750)
6880
6881 2005-11-23  Matthias Clasen  <mclasen@redhat.com>
6882
6883         * gtk/updateiconcache.c (write_csource): Don't create a big
6884         string, since Visual C++ doesn't like strings longer than 64k. 
6885         (#322238, Kazuki IWAMOTO
6886
6887         * gtk/gtkentry.c: Include gtkimcontextsimple.h  (#322235,
6888         Kazuki IWAMOTO)
6889
6890 2005-11-23  Michael Natterer  <mitch@imendio.com>
6891
6892         * gtk/gtkrc.c (gtk_rc_reset_widgets): don't leak all toplevel
6893         windows on other screens (correctly remove all temporary
6894         references).
6895
6896 2005-11-23  Michael Natterer  <mitch@imendio.com>
6897
6898         Added symbolic themable colors. Patch is a merged version of
6899         proposals from Matthias and maemo-gtk. Fixes bug #114355.
6900
6901         * configure.in: require glib >= 2.9.1 for refcountable hashtables.
6902
6903         * gtk/gtksettings.c: added property "color-scheme" which is a
6904         string defining colors like "foreground:black\nbackground:grey".
6905         Automatically provide a name->GdkColor hash table mapping for the
6906         color scheme.
6907
6908         * gtk/gtkrc.[ch]: added list of color hashes that works like the
6909         list of icon factories. Append the color scheme hash from
6910         GtkSettings if it exists. Extended gtkrc syntax to allow defining
6911         and referencing of logical colors. Also allow to modulate colors
6912         in gtkrc by using arbitrary expressions of mix(), shade(),
6913         lighter() and darker(). Added internal function
6914         _gtk_rc_style_get_color_hashes().
6915
6916         * gtk/gtkstyle.[ch]: keep a private list of color hashes around.
6917         Get the list from _gtk_rc_style_get_color_hashes(). Export
6918         internal function _gtk_style_shade() (used by above color
6919         expressions). Added public API gtk_style_lookup_color() which
6920         looks up a logical color by name.
6921
6922         * gtk/gtk.symbols: add gtk_style_lookup_color
6923
6924         * tests/testgtkrc: use symbolic colors for making
6925         the scrollbars red.
6926
6927 2005-11-22  Michael Natterer  <mitch@imendio.com>
6928
6929         Made button-press timeouts which work like key repeat timeouts
6930         configurable. Addresses bug #142582:
6931
6932         * gtk/gtksettings.c: added properties "gtk-timeout-initial" and
6933         "gtk-timeout-repeat" which defalt to 200/20 (ms).
6934
6935         Use the values from GtkSettings instead of hardcoding them
6936         (the repeat value is either taken as-is for fast repeat or
6937         multiplied by 5 for slow repeat). Changed all places to use these
6938         two standard initial/repeat timings:
6939
6940         * gtk/gtkcalendar.c (unchanged 200/20)
6941         * gtk/gtknotebook.c (unchanged 200/100)
6942         * gtk/gtkpathbar.c (changed from 300/150 to 200/100)
6943         * gtk/gtkrange.c (changed from 250/100 to 200/100)
6944         * gtk/gtkspinbutton.c (unchanged 200/20)
6945
6946 2005-11-21  Anders Carlsson  <andersca@imendio.com>
6947
6948         * configure.in:
6949         * gtk/Makefile.am:
6950         * gdk/Makefile.am:
6951         * gdk/quartz/*:
6952         Add quartz backend.
6953         
6954         * docs/tools/Makefile.am:
6955         Only build docshooter when the X11 backend is used.
6956         
6957         * gtk/gtkplug-stub.c:
6958         Include gtkplug.h here.
6959         
6960         * gtk/gtksocket-stub.c:
6961         Include gtksocket.h here.
6962         
6963 2005-11-21  Matthias Clasen  <mclasen@redhat.com>
6964
6965         * gtk/gtkinputdialog.c: Convert GtkInputDialog to 
6966         g_type_class_add_private.
6967
6968         * gtk/gtksocket.c: Convert GtkSocket to g_type_class_add_private.
6969
6970         * gtk/gtkmenu.c: Convert GtkMenu to g_type_class_add_private.
6971
6972         * gtk/gtk.symbols:
6973         * gtk/gtkcombobox.[hc]: Add a tearoff-title property,
6974         with getter and setter.  (#316482, Olexiy Avramchenko)
6975
6976         * tests/testcombo.c (main): Test gtk_combo_box_set_title
6977
6978         * gtk/gtkpathbar.c: Merge remaining fixes from the 2.8 branch,
6979         pointed out by Michael Natterer.
6980
6981         Fix for bug #321542, Benedikt Meurer:
6982         
6983         * gtk/gtkcombobox.c (gtk_combo_box_set_active_internal):
6984         Emit notify::active.
6985         
6986         (gtk_combo_box_child_show, gtk_combo_box_child_hide): Use
6987         g_signal_emit, not g_signal_emit_by_name.
6988
6989 2005-11-18  Matthias Clasen  <mclasen@redhat.com>
6990
6991         Fix crashes in connection with pathbar scrolling (#321560,
6992         Bogdan Nicula)
6993         
6994         * gtk/gtkpathbar.c (gtk_path_bar_update_slider_buttons): 
6995         Stop scrolling when desensitising slider buttons.
6996         (gtk_path_bar_scroll_timeout, gtk_path_bar_slider_button_press): 
6997         And use it here.  
6998
6999         * gtk/gtkpathbar.h (struct _GtkPathBar): Add a separate
7000         scrolling_down flag.
7001
7002 2005-11-18  Matthias Clasen  <mclasen@redhat.com>
7003
7004         * gtk/gtkpathbar.c (button_clicked_cb): Fix a C99ism.
7005         (#321777, Jens Granseuer)
7006
7007         * gtk/gtkaction.c (disconnect_proxy): Disconnect the
7008         sync callback for the visibility property.  (#321761,
7009         Philip Langdale)
7010
7011         Turn off input methods in invisible entries, since
7012         they are confusing.  (#317002, James Su)
7013         
7014         * gtk/gtkentry.c (gtk_entry_set_visibility): Toggle input
7015         methods if visibility changes.
7016         (popup_targets_received): Don't show the input method
7017         menu if the entry is invisible.  
7018
7019 2005-11-17  Matthias Clasen  <mclasen@redhat.com>
7020
7021         * README.in: Add a note about range arrow sensitivity.
7022
7023         * perf/treeview.c: const correctness fixes
7024         found by Arjan van de Ven and gcc.
7025
7026 2005-11-16  Michael Natterer  <mitch@imendio.com>
7027
7028         * gtk/gtkimage.c (animation_timeout): call
7029         gtk_window_process_updates() so the animation keeps running even
7030         if the main loop is busy with sources that eat a lot of cpu with
7031         high priority. Fixes bug #321444.
7032
7033         (gtk_image_new_from_animation): document the fact that the
7034         animation will stop running if the main loop is busy with sources
7035         that have priorities higher than G_PRIORITY_DEFAULT.
7036
7037         * tests/testimage.c: added test case that shows an animation even
7038         though a cpu-eating idle function is running.
7039
7040 2005-11-16  Michael Natterer  <mitch@imendio.com>
7041
7042         * gdk/x11/gdkevents-x11.c (_gdk_events_uninit): new internal
7043         function which destroys the display's event source. Also removes
7044         the source from the global display_sources list and unrefs it.
7045
7046         * gdk/x11/gdkprivate-x11.h: declare the function.
7047
7048         * gdk/x11/gdkdisplay-x11.c (gdk_display_x11_dispose): call it
7049         instead of half-destroying the source here.
7050
7051 2005-11-15  Matthias Clasen  <mclasen@redhat.com>
7052
7053         * gtk/gtktreestore.c (gtk_tree_store_move): Fix a memory
7054         leak.  (#321032, Peter Zelezny)
7055
7056 2005-11-15  Michael Natterer  <mitch@imendio.com>
7057
7058         * gdk/x11/gdkdisplay-x11.c (gdk_display_x11_finalize): destroy
7059         display->xid_ht as late as possible (right before XCloseDisplay)
7060         because it still needs to be around when the display's screens are
7061         finalized. (#85715)
7062
7063 2005-11-14  Matthias Clasen  <mclasen@redhat.com>
7064
7065         * gtk/gtkselection.c (gtk_selection_data_set_uris): Don't
7066         leak result.  (#321441, Tommi Komulainen)
7067
7068 2005-11-14  Matthias Clasen  <mclasen@redhat.com>
7069
7070         * gtk/gtkicontheme.c (gtk_icon_theme_get_icon_sizes):
7071         Don't crash if there is no builtin icon.
7072
7073 2005-11-14  Michael Natterer  <mitch@imendio.com>
7074
7075         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_set_property):
7076         removed redundant calls to g_object_notify().
7077
7078 2005-11-13  Matthias Clasen  <mclasen@redhat.com>
7079
7080         * gdk/gdkcolor.c (gdk_color_parse): Documentation 
7081         improvements.  (#321338)
7082
7083         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Make
7084         limit an inclusive boundary.  (#321299)
7085
7086 2005-11-12  Michael Natterer  <mitch@imendio.com>
7087
7088         * gtk/Makefile.am: fixed icon rules so gtkbuiltincache.h is only
7089         rebuilt if needed.
7090
7091 2005-11-12  Dom Lachowicz <cinamod@hotmail.com>
7092
7093         * modules/engines/ms-windows/msw_style.c: Bug #313627. Make win32 
7094         theme's handling of toolbars, handleboxes, and menubars more in-line
7095         with Microsoft's IE style.
7096         * modules/engines/ms-windows/*.c: Indentation cleanups
7097         
7098 2005-11-12  Matthias Clasen  <mclasen@redhat.com>
7099
7100         Make builtin icons work in gtk_window_set_icon_name() 
7101         (#321046, Maxim Udushlivy)
7102
7103         * gtk/gtkicontheme.c (insert_theme): Always insert the default
7104         theme.
7105         (ensure_valid_themes): Call _gtk_icon_theme_ensure_builtin_cache()
7106         from here.
7107         (theme_lookup_icon, find_builtin_icon): ...and not from here.
7108         (gtk_icon_theme_lookup_icon): Remove an unncessary assert.
7109         (gtk_icon_theme_get_icon_sizes): Also check builtin icons.
7110
7111 2005-11-12  Tor Lillqvist  <tml@novell.com>
7112
7113         * gtk/gtkfilesystemwin32.c (filename_get_info): Don't hide
7114         dotfiles, no such convention on Win32. Just hide files with the
7115         hidden attribute. (#314627)
7116
7117 2005-11-11  Federico Mena Quintero  <federico@ximian.com>
7118
7119         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Do not
7120         check whether the path is a folder.  It is useful to bookmark
7121         files as well (e.g. todo.txt), and this will also help
7122         performance.
7123         (shortcuts_add_bookmark_from_path): Likewise.
7124         (shortcuts_activate_iter): Change folders or select files, as
7125         appropriate.
7126
7127 2005-11-11  Federico Mena Quintero  <federico@ximian.com>
7128
7129         * tests/autotestfilechooser.c (main): Use
7130         g_log_set_default_handler() instead of explicitly setting a
7131         handler for each domain.
7132
7133         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Only get
7134         the base path of the volume if it is mounted.
7135
7136 2005-11-11  Michael Natterer  <mitch@imendio.com>
7137
7138         Added per-stepper API for GtkRange's stepper sensitivity as
7139         discussed in bug #321056:
7140
7141         * gtk/gtkenums.h: added GtkSensitivityType which can be
7142         { AUTO, ON, OFF }.
7143
7144         * gtk/gtkrange.[ch]: added properties "lower-stepper-sensitivity"
7145         and "upper-stepper-sensitivity" and public getters/setters for
7146         them. Changed stepper drawing to honor the new properties.
7147
7148         * gtk/gtk.symbols: added the new symbols.
7149
7150 2005-11-10  Matthias Clasen  <mclasen@redhat.com>
7151
7152         * gtk/gtkcombobox.c: Add show-popup and hide-popup signals and
7153         emit them when the popup is shown or hidden.  (#162531, Tommi
7154         Komulainen)
7155
7156         * tests/testcombo.c: Add an example of popuplating a combobox
7157         on click.
7158
7159         * gtk/gtktreeview.c (gtk_tree_view_motion_resize_column): Another
7160         erroneous semicolon.
7161
7162         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get): Remove an erroneous
7163         semicolon. 
7164
7165         Don't corrupt odd keymaps (#316638, Kean Johnston)
7166         
7167         * gdk/x11/gdkkeys-x11.c (set_symbol): Auxiliary function to
7168         handle frobbing keymaps with odd numbers of syms/code.
7169         
7170         * gdk/x11/gdkkeys-x11.c (update_keymaps): Use set_symbol() to 
7171         frob the keymap.
7172
7173         Improve navigation to parent folders.  (#318444, Andrei Yurkevich)
7174         
7175         * gtk/gtkpathbar.[hc]: Add a child_path argument to
7176         the path_clicked signal.
7177         * gtk/gtkfilechooserdefault.c (path_bar_clicked): Select the
7178         child_path, if it is provided.
7179         * gtk/marshalers.list (path_bar_clicked): Add the necessary
7180         glue.
7181
7182         * gtk/gtkmenu.c: Fix some compiler warnings. (#321141,
7183         Kjartan Maraas)
7184         
7185         * gtk/gtk.symbols: 
7186         * gtk/gtktreeview.h: 
7187         * gtk/gtktreeview.c: Implement a getter for headers-clickable.
7188         (#163851, Richard Hult)
7189
7190 2005-11-10  Michael Natterer  <mitch@imendio.com>
7191
7192         Applied patch from maemo-gtk that addresses many issues wrt
7193         display migration and display closing (bug #85715).
7194
7195         * gdk/gdkdisplay.c (gdk_display_dispose): don't just set the
7196         default display to NULL when it's closed. Instead set the most
7197         recently opened display as new default (if one exists).
7198
7199         * gdk/gdkpango.c (on_renderer_display_closed): fixed signature
7200         of this callback.
7201
7202         * gdk/gdkscreen.c (gdk_screen_dispose): check if the GCs still
7203         exist before unrefing them.
7204
7205         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): if the screen
7206         is closed, allow destruction of the root window.
7207
7208         * gdk/x11/gdkdisplay-x11.c: moved some stuff from finalize() to
7209         dispose(), free stuff that was leaked before.
7210
7211         * gdk/x11/gdkevents-x11.c (_gdk_x11_events_uninit_screen): check if
7212         the xsettings_client still exists before destroying it.
7213
7214         * gdk/x11/gdkkeys-x11.c: added finalization and free the allocated
7215         X resources.
7216
7217         * gdk/x11/gdkpixmap-x11.c: moved stuff from finalize() to new
7218         dispose() implementation.
7219
7220         * gdk/x11/gdkscreen-x11.c: moved stuff from finalize() to
7221         dispose() and check if it still exists before unrefing it. Set
7222         their pointers to NULL/None *after* upchaining in dispose(),
7223         because X11 implementations of members of the parent class still
7224         need them for their own destruction.
7225
7226         * gdk/x11/gdkvisual-x11.c: removed finalize() implementation which
7227         was g_error()ing when finalizing a visual.
7228
7229         * gtk/gtkclipboard.c (gtk_clipboard_finalize): don't use
7230         get_clipboard_widget() because it would create the widget if it
7231         doesn't exist. Use g_object_get_data() directly instead.
7232
7233         * gtk/gtktextdisplay.c (on_renderer_display_closed): fixed signature
7234         of this callback.
7235
7236 2005-11-10  Simos Xenitellis  <simos@gnome.org>
7237
7238         * configure.in: Added Tatar (tt) to ALL_LINGUAS.
7239
7240 Wed Nov  9 16:29:42 2005  Tim Janik  <timj@imendio.com>
7241
7242         * gtk/gtkrange.c: patch from maemo-gtk that changes GtkRange
7243         to render its arrows insensitive when the adjustment is in
7244         its min or max position. this makes range arrow behaviour 
7245         consistent with spin button behaviour. (#321056)
7246
7247 2005-11-09  Tor Lillqvist  <tml@novell.com>
7248
7249         * gdk/gdkinternals.h
7250         * gdk/gdk.c (gdk_debug_keys[]): Add new GDK_DEBUG_DRAW flag to
7251         the GdkDebugFlag enum.
7252
7253         * gdk/win32/gdkdrawable-win32.c: Use DRAW to trigger GDK_NOTEs in
7254         this file instead of MISC. Now asking for MISC will give mainly
7255         window manipulation debugging output with the Win32 backend.
7256
7257 2005-11-09  Tor Lillqvist  <tml@novell.com>
7258
7259         * gdk/win32/gdkwindow-win32.c: Remove unnecessary includes.
7260
7261         (_gdk_win32_get_adjusted_client_rect): Remove this two-line
7262         function which was used only in one place.
7263
7264         (get_outer_rect): Use _gdk_win32_adjust_client_rect().
7265
7266         (gdk_window_set_geometry_hints): If we have identical minimum and
7267         maximum size hints, remove the resize and maximize
7268         decorations/functions. (#104514)
7269
7270         If we have a maximum size hint, remove the maximize
7271         decoration/function but ensure the resize decoration/function is
7272         available. Otherwise ensure both resize and maximize
7273         decorations/functions are there.
7274
7275         (set_or_clear_style_bits): Factored out common code from
7276         gdk_window_set_decorations() and gdk_window_set_functions(). 
7277
7278         Hack the window style setting once more: Only touch the window
7279         style bits corresponding to the GdkWMDecoration or GdkWMFunction
7280         parameter bitmasks. Hopefully this finally is the correct thing to
7281         do. We used to clear all other bits than those that were being
7282         set, or set all other bits than those that were being cleared.
7283
7284         Take into account that adding or removing decorations leaves the
7285         window's outer size unchanged, i.e., the client area's size and
7286         position change. This is apparently not what we want, so change
7287         also the window's (outer) position and size appropriately so that
7288         the client area's position and size stay constant.
7289
7290         gtk-demo's color selector dialog is now non-resizable like on X11
7291         (I tested with metacity in GNOME). Torn off menus are shrinkable
7292         vertically but have a maximum size, and are not maximizable or
7293         minimizable, like on X11.
7294
7295         (gdk_window_set_decorations, gdk_window_set_functions): Let
7296         set_or_clear_decorations() do most of the job.
7297
7298         * gdk/win32/gdkprivate-win32.h: Remove declaration of
7299         _gdk_win32_get_adjusted_client_rect().
7300
7301 2005-11-09  Tor Lillqvist  <tml@novell.com>
7302
7303         * gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32)
7304         * gdk/win32/gdkwindow-win32.c (gdk_window_impl_win32_init,
7305         gdk_window_get_type_hint, gdk_window_get_type_hint): Store the
7306         type hint. Implement gdk_window_get_type_hint() by just returning
7307         the hint stored.
7308
7309 2005-11-09  Tor Lillqvist  <tml@novell.com>
7310
7311         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
7312         Remove code that has been permanently ifdeffed out for two years.
7313
7314 2005-11-08  Matthias Clasen  <mclasen@redhat.com>
7315
7316         * gdk/gdkgc.c (gdk_gc_finalize): Unref tile and stipple when
7317         finalizing a gc.  (#320789, Nickolay V. Shmyrev)
7318
7319         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Ignore
7320         icons if they would make the request large enough to cause
7321         Xlib to loose the connection.  (#320909, Claudio Saavedra)
7322
7323 2005-11-08  Michael Natterer  <mitch@imendio.com>
7324
7325         * gdk/gdk.symbols
7326         * gdk/gdkwindow.h
7327         * gdk/x11/gdkwindow-x11.c: added gdk_window_get_type_hint() (patch
7328         extracted from maemo-gtk). Fixes bug #320872.
7329
7330 2005-11-07  Matthias Clasen  <mclasen@redhat.com>
7331
7332         * gtk/gtkfilechooserdefault.c (shortcuts_reorder): Don't
7333         looks the bookmark label when reordering.  (#320720, Jeremy Cook)
7334
7335         * gtk/gtkpathbar.[hc]: Set focus-on-click to FALSE for all buttons.
7336         Don't grab focus when a slider button is pressed, instead, use
7337         a bit in the pathbar struct to determine whether to scroll up
7338         or down.  (#314486, Carlos Garnacho)
7339
7340         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): 
7341         Don't popup the completions if the focus has already been
7342         moved somewhere else.  (#319914, Christian Persch)
7343
7344         * gtk/gtktoolitem.c (_gtk_tool_item_toolbar_reconfigured): 
7345         Raise the drag_window after reconfiguring the 
7346         toolbar.  (#320803, Christian Persch)
7347
7348         * gtk/gtk.symbols: 
7349         * gtk/gtkfilechooserbutton.h: 
7350         * gtk/gtkfilechooserbutton.c: Add a focus-on-click property
7351         with setter and getter.  (#318945, Christian Persch)
7352         
7353 Mon Nov  7 16:15:16 2005  Tim Janik  <timj@imendio.com>
7354
7355         * configure.in: fixed missing $X_CFLAGS setup in case x11.pc is present.
7356
7357 2005-11-07  Matthias Clasen  <mclasen@redhat.com>
7358
7359         * configure.in: Adjust to the stock icon changes.
7360         
7361 2005-11-07  Tor Lillqvist  <tml@novell.com>
7362
7363         * gdk/win32/gdkcursor-win32.c (pixbuf_to_hbitmaps_normal):
7364         Correct the calculation of maskstride. (#320152, Peter Zelezny)
7365         
7366 2005-11-06  Michael Natterer  <mitch@imendio.com>
7367
7368         * gtk/Makefile.am (icons): fixed rule to actually create the
7369         symlinks, erroring out if anything goes wrong.
7370
7371 2005-11-06  Tor Lillqvist  <tml@novell.com>
7372
7373         * gtk/updateiconcache.c (build_cache): Can't rename a file if the
7374         target exists on Win32. First rename the target temporarily, then
7375         if the renaming of the source to target fails, restore the
7376         original name for the target.
7377
7378         * gtk/Makefile.am: Use EXEEXT in the dependency on gtk-update-icon-cache.
7379
7380 2005-11-06  Tor Lillqvist  <tml@novell.com>
7381
7382         (pixbuf_to_hbitmaps_alpha_winxp): Use an 1-bit mask bitmap,
7383         like pixbuf_to_hbitmaps_normal().
7384         (_gdk_win32_pixbuf_to_hicon_supports_alpha): Check
7385         G_WIN32_IS_NT_BASED() first, so we can pretend being on Win9x by
7386         setting the G_WIN32_PRETEND_WIN9X environment variable.
7387         
7388 2005-11-06  Tor Lillqvist  <tml@novell.com>
7389
7390         Make icon masks work on Win98 (#320152, Peter Zelezny)
7391
7392         * gdk/win32/gdkcursor-win32.c (create_color_bitmap): Take also a
7393         parameter for the depth of the bitmap, so that this function can
7394         be used to create 1-bit bitmaps, too.
7395         (pixbuf_to_hbitmaps_normal): Create an 1-bit bitmap for the mask,
7396         and initialize it properly.
7397
7398 2005-11-04  Matthias Clasen  <mclasen@redhat.com>
7399
7400         Store builtin stock icons in an icon cache, instead of
7401         populating a hash table with pixbufs at startup, to save both
7402         memory and startup time.
7403
7404         * gtk/stock-icons/*: Reorganize the icons in a directory structure
7405         suitable for gtk-update-icon-cache, and rename them to match the
7406         stock ids.
7407
7408         * gtk/gtkiconcache.[hc]: Support non-mmapped icon caches, and
7409         add _gtk_icon_cache_has_icon_in_directory().
7410
7411         * gtk/updateiconcache.c: Support a --source <VARIABLE> argument
7412         to store the contents of the icon cache in a C header.
7413
7414         * gtk/gtkbuiltincache.h: Generated private header which contains 
7415         the icon cache for the builtin icons.
7416
7417         * gtk/gtkicontheme.c: Create a GtkIconCache for the builtin
7418         icons, and use that in addition to the hash table whenever
7419         builtin icons are searched.
7420
7421         * gtk/gtkiconfactory.c: Add GTK_ICON_SOURCE_STATIC_ICON_NAME and
7422         use it for static stock ids. 
7423         (get_default_icons): Don't add the builtin
7424         icons to the icon theme, just register the stock ids.
7425         (render_fallback_image): Take the fallback image out of the
7426         builtin icon cache.
7427         
7428         * gtk/Makefile.am: Remove stock-icons from SUBDIRS and add 
7429         the necessary machinery to rebuild gtkbuiltincache.h.
7430
7431 2005-11-04  Michael Natterer  <mitch@imendio.com>
7432
7433         * gtk/gtkrc.c (gtk_rc_reparse_all_for_settings): applied patch
7434         from maemo-gtk that changes the mtime check for rc files from
7435         '>' to '!=', otherwise theme changes go unnoticed when turning
7436         back the clock (Tommi Komulainen).
7437
7438 2005-11-04  Tor Lillqvist  <tml@novell.com>
7439
7440         * gtk/gtkstatusicon.c (gtk_status_icon_set_tooltip): Plug memory
7441         leak on Win32.
7442
7443 2005-11-03  Tor Lillqvist  <tml@novell.com>
7444
7445         * gdk/win32/gdkcursor-win32.c: As there is only one GdkDisplay in
7446         the Win32 backend, check that GdkDisplay* parameters are equal to
7447         _gdk_display instead of using the unnecessarily general
7448         GDK_IS_DISPLAY().
7449
7450         (pixbuf_to_hbitmaps_alpha_winxp): Rename the variables for the
7451         color bitmap to have "color" in their name, for similarity with
7452         pixbuf_to_hbitmaps_normal(). Create a color bitmap for the mask,
7453         too, instead of creating a b&w bitmap with CreateBitmap(). Set up
7454         the mask bitmap's contents, ones for those pixels in the color
7455         bitmap where the alpha is zero, zero for other pixels. We used to
7456         use an uninitialized mask bitmap! This meant that icons and
7457         cursors created presumably worked more or less by accident.
7458         Totally blank icons with zero alpha everywhere (as used by
7459         gtktrayicon.c) definitely did not work as expected.
7460
7461         * gtk/Makefile.am: Include gtkstatusicon.c on all platforms.
7462
7463         * gtk/gtkstatusicon.c: Implement for Win32. Use code from
7464         gtktrayicon-win32.c as applicable. (gtktrayicon-win32.c is not
7465         necessary and can be removed from CVS. It has never been mentioned
7466         in gtk/Makefile.am.) No tray icon widget, GtkImage or GtkTooltips
7467         are used on Win32. One label widget is used (but never shown) as
7468         gtk_widget_render_icon() needs a widget.
7469
7470         Ifdefs used as necessary in several places. It might be cleaner to
7471         split out the backend-specific parts to separate files, or at
7472         least collect them into separate blocks in the file.
7473
7474         (wndproc): New function. Window procedure to monitor mouse events
7475         in the system tray icon. Call gtk_status_icon_button_press() as
7476         needed.
7477         (create_tray_observer): New function. Creates a hidden window that
7478         only serves as a tray icon message observer.
7479
7480         * tests/teststatusicon.c (icon_activated): Position the dialog
7481         with GTK_WIN_POS_CENTER.
7482         (do_quit): New function, hide and unref the GtkStatusIcon, and
7483         call gtk_main_quit().
7484         (popup_menu): Add a Quit menu item that calls do_quit().
7485         
7486 2005-11-02  Tor Lillqvist  <tml@novell.com>
7487
7488         * gdk/win32/gdkcolor-win32.c
7489         * gdk/win32/gdkscreen-win32.c
7490         * gdk/win32/gdkwindow-win32.c: Whitespace consistency
7491         fixes. Remove superfluous test for GdkWindow* parameters being
7492         non-NULL. Testing GDK_IS_WINDOW() is enough. As there is only one
7493         GdkScreen and one GdkDisplay in the Win32 backend, use those
7494         variables instead of the getter functions. For GdkDisplay* and
7495         GdkScreen* parameters, check that they are equal to the
7496         corresponding singleton variables instead of the more general
7497         GDK_IS_DISPLAY() or GDK_IS_SCREEN().
7498
7499 2005-11-02  Matthias Clasen  <mclasen@redhat.com>
7500
7501         * gtk/gtktextview.c: Remove some g_return_if_fail() from
7502         static functions, replace some others by g_assert().
7503         
7504         * gtk/gtktextview.c (selection_motion_event_handler) 
7505         (gtk_text_view_start_selection_drag): Keep track of the original
7506         selection boundaries during a drag selection, in order to correctly
7507         decide when to extend or shrink the selection.  (#320167,
7508         reported by Arvind S N, patch by Paolo Borelli)
7509
7510         * gtk/gtktextbtree.c (_gtk_text_line_char_to_byte_offsets): 
7511         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): Replace
7512         manual offset calculations by g_utf8_offset_to_pointer().
7513         (#320360, Paolo Borelli)
7514
7515 Tue Nov  1 16:18:24 2005  Tim Janik  <timj@imendio.com>
7516
7517         * gtk/gtkrbtree.[hc]: get rid of GAllocator usage, allocate and free 
7518         nodes via the g_slice_*() API.
7519         _gtk_rbtree_new(): fixed wrong node allocation via g_new().
7520
7521 2005-11-01  Tor Lillqvist  <tml@novell.com>
7522
7523         * gdk/win32/gdkprivate-win32.h
7524         * gdk/win32/gdkglobals-win32.c
7525         * gdk/win32/gdkmain-win32.c (_gdk_windowing_init): Add more
7526         pre-interned GdkAtoms and pre-registered clipboard formats. Sort
7527         their declarations, definitions and assignments into a more
7528         logical and consistent order.
7529
7530         * gdk/win32/gdkmain-win32.c (_gdk_win32_cf_to_string): Include the
7531         CF_ prefix for the predefined clipboard format names. Put quotes
7532         around registered format names to distinguish them.
7533         
7534         * gdk/win32/gdkproperty-win32.c (gdk_property_change): Return
7535         immediately with a warning if the property type is STRING, TEXT,
7536         COMPOUND_TEXT or SAVE_TARGETS, as these are X11-specific that we
7537         should never pretend to handle on Win32. Handle only UTF8_STRING
7538         here, other formats with delayed rendering. Use \uc1 instead of
7539         \uc0 when generating Rich Text Format for easier testability on
7540         XP, where WordPad misinterprets \uc0 encoded characters. Add more
7541         GDK_NOTE debugging output for Clipboard operations.
7542
7543         * gdk/win32/gdkselection-win32.c: Debugging printout improvements.
7544         (gdk_selection_convert): Don't pretent to handle STRING, just
7545         UTF8_STRING. Streamline error handling, don't unnecessarily have a
7546         GError which then isn't used for anything anyway if it gets set.
7547         (gdk_win32_selection_add_targets): Skip also STRING, TEXT,
7548         COMPOUND_TEXT and SAVE_TARGETS in addition to UTF8_STRING.
7549
7550         * config.h.win32.in: Sync with what configure produces.
7551
7552         * configure.in: Don't look for X_PACKAGES unless building for
7553         x11. (#313986, John Ehresman)
7554
7555 2005-10-28  Erdal Ronahi  <erdal.ronahi@gmail.com>
7556
7557         * configure.in: Added ku (Kurdish) to ALL_LINGUAS
7558                         Wondered why there was no ku there before??
7559
7560 2005-10-28  Matthias Clasen  <mclasen@redhat.com>
7561
7562         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Add the popup
7563         window to the toplevels window group.  (#319912, Christian Persch)
7564
7565 2005-10-28  Kristian Rietveld  <kris@gtk.org>
7566
7567         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): fix
7568         stupid thinko.
7569
7570 2005-10-28  Matthias Clasen  <mclasen@redhat.com>
7571
7572         * gtk/gtkdnd.c (gtk_drag_get_cursor): Fix the anchor of the default
7573         drag cursors.  (#319200, Federico Mena Quintero)
7574
7575         * gtk/gtktreeview.c (gtk_tree_view_search_key_press_event): Handle
7576         Shift-G to go to the previous match, like firefox.  (#320061, Christian 
7577         Neumair)
7578
7579         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_build_level): Fix a
7580         C99ism.  (#320000, Kazuki Iwamoto)
7581
7582         * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Add the little 
7583         stars.  (#319985, Bastien Nocera)
7584
7585         * gtk/gtktreeview.c (gtk_tree_view_search_entry_flush_timeout): Return
7586         FALSE, so we don't flush repeatedly.  (#319151, Alexander Larsson)
7587
7588 2005-10-26  Michael Natterer  <mitch@imendio.com>
7589
7590         Fix bug #319974:
7591
7592         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
7593         make sure that setting any of pixbuf/stock-id/icon-name resets the
7594         others because they are mutually exclusive, and that unsetting any
7595         of them only resets the pixbuf and nothing else. Also added
7596         some missing g_object_notify().
7597
7598         (gtk_cell_renderer_pixbuf_get_property): simplified calls to
7599         g_value_set_object().
7600
7601         (gtk_cell_renderer_pixbuf_create_stock_pixbuf)
7602         (gtk_cell_renderer_pixbuf_create_named_icon_pixbuf): added
7603         g_object_notify ("pixbuf").
7604
7605 2005-10-27  Matthias Clasen  <mclasen@redhat.com>
7606
7607         * gtk/gtktreeview.c (gtk_tree_view_button_press): Be more 
7608         careful about initializing cell_area.  (#319382, Tommi
7609         Komulainen)
7610
7611         * gtk/gtkcombobox.c (gtk_combo_box_key_press): Don't eat
7612         Ctrl-PageUp/PageDown.  (#318670, Christian Neumair)
7613
7614         * demos/gtk-demo/clipboard.c (paste_received): Only set the
7615         text if it is not NULL.  (#319930, Thomas Klausner)
7616
7617         * gtk/gtkselection.c (gtk_selection_data_get_pixbuf): Close the
7618         loader before trying to get the pixbuf.  (#319930, Thomas Klausner)
7619
7620 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
7621
7622         * gtk/gtkfilesystem.c (gtk_file_system_module_load): 
7623         * gtk/gtkthemes.c (gtk_theme_engine_load): 
7624         * gtk/gtkimmodule.c (gtk_im_module_load): Use G_MODULE_BIND_LAZY
7625         when dlopening modules.  (#319557, Laszlo Peter)
7626
7627 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
7628
7629         * gtk/gtktextbtree.c (gtk_text_btree_resolve_bidi): Only use text
7630         segments when determining text direction.  (#319065, Tommi Komulainen)
7631
7632         * gtk/gtktreeview.c (gtk_tree_view_destroy): Don't crash
7633         on duplicate destroy.  (#318953, Gustavo Carneiro)
7634
7635         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new_with_dialog): 
7636         Point out that destroy-with-parent is a bad idea for the dialog
7637         passed to this function.  (#318943, Christian Persch)
7638
7639         * */Makefile.am: use $(GLIB_MKENUMS) instead of 
7640         glib-mkenums.  (#318582, Damien Carbery)
7641
7642         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Clarify
7643         docs.  (#317682, Christian Neumair)
7644
7645         * gdk/x11/gdkdnd-x11.c: Remove an extra const which doesn't
7646         seem to affect the placement of the data in the readonly 
7647         section, and causes problems with some compilers.  (#317844)
7648
7649 2005-10-25  Matthias Clasen  <mclasen@redhat.com>
7650
7651         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
7652         Fix some issues with background drawing in RTL.  (#318781,
7653         Eric Cazeaux)
7654
7655         * tests/Makefile.am:
7656         * tests/testentrycompletion.c: Apply a patch by Christian
7657         Persch to add property editors.
7658
7659         * gtk/gtkstatusicon.c: Emit activate on single-click,
7660         not on double-click, change proposed by Milosz Derezynski.
7661
7662 2005-10-25  Kristian Rietveld  <kris@gtk.org>
7663
7664         Fixes #311955, reported by Markku Vire; and a lot more.
7665
7666         * gtk/gtktreemodelfilter.c: Made this thing work correctly.
7667         Levels can now have invisible nodes cached, functions have been
7668         rewritten/refactored to take this into account; also the logic in
7669         some functions has been corrected.
7670         
7671         Each referenced node now references all visible children or a single
7672         invisible child, in order to be able to monitor all changes in the
7673         child model required for correct operation.
7674
7675         When a virtual root is set, all nodes on the virtual root level are
7676         referenced.
7677
7678         At last, a bunch of random bug fixes and comment updates.
7679
7680 2005-10-25  Matthias Clasen  <mclasen@redhat.com>
7681
7682         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Add some
7683         more docs.  (#319722, Paolo Borelli)
7684
7685         * gdk/x11/gdkxftdefaults.c (init_xft_settings): Make the 
7686         initialization of screen_x11->xft_rgba more explicit.  (#319627,
7687         Bogdan Nicula)
7688
7689         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Fix whitespace
7690         in a blurb.  (#319499, Francisco Javier F. Serrador)
7691
7692 2005-10-24  Matthias Clasen  <mclasen@redhat.com>
7693
7694         Add settings to hide the input method and Unicode control character
7695         submenus in the context menus of GtkEntry and GtkTextView.  
7696         
7697         * gdk/x11/gdkevents-x11.c: Map GTK+ settings to X settings.
7698         
7699         * gtk/gtksettings.c (gtk_settings_class_init): Declare GTK+ settings here.
7700
7701         * gtk/gtktextview.c (popup_targets_received): 
7702         * gtk/gtkentry.c (popup_targets_received): Use the settings here.
7703
7704 2005-10-24  Kristian Rietveld  <kris@gtk.org>
7705
7706         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): emitting
7707         row-has-child-toggled when the level is not in the cache does not
7708         make sense.  (This bug probably crept in during the early stages
7709         of GtkTreeModelSort when there wasn't a correct row-has-child-toggled
7710         implementation yet),
7711         (gtk_tree_model_sort_real_unref_node): only get the child iter
7712         when we will actually also use it.
7713
7714 2005-10-22  Michael Natterer  <mitch@imendio.com>
7715
7716         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): check for the
7717         widget being realized, in addition to being visible, to avoid
7718         running into precondition check in gtk_tree_view_get_cell_area().
7719         (approved by Kris).
7720
7721 2005-10-22  Dom Lachowicz <cinamod@hotmail.com>
7722
7723         * modules/engines/ms-windows/msw_style.c (setup_msw_rc_style): 
7724         Experimentally, scrollbar steppers can shrink to 8 pixels on 
7725         Win32. Reflect that in the theme.
7726         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Experimentally,
7727         there is a 1-pixel border between a scrollbar and its child
7728         in ScrolledWindows on Win32. Reflect that in the theme.
7729         
7730 2005-10-20  Matthias Clasen  <mclasen@redhat.com>
7731
7732         * gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD
7733         for the selection window.  (#318806, Alex Larsson)
7734
7735 2005-10-18  Federico Mena Quintero  <federico@ximian.com>
7736
7737         Fixes bug #317999:
7738
7739         * tests/autotestfilechooser.c
7740         (test_button_folder_states_for_action): Test that we have either
7741         $cwd or the explicitly-set folder.
7742         (test_reload_sequence): Likewise.
7743
7744         * gtk/gtkfilechooserdefault.c
7745         (gtk_file_chooser_default_get_current_folder): If our reload_state
7746         is RELOAD_EMPTY, return a GtkFilePath corresponding to $cwd.
7747
7748 2005-10-14  Tor Lillqvist  <tml@novell.com>
7749
7750         * gdk/win32/gdkdisplay-win32.c: Remove the clipboard viewer code.
7751         It didn't really do anything useful, and was just confusing and
7752         incomplete. Comments claimed we don't do delayed rendering, but in
7753         fact we do, for images. (The delayed rendering code has other
7754         problems, though, see #168173.) The clipboard viewer code was
7755         probably even buggy (the WM_CHANGECBCHAIN handled didn't propagate
7756         the message when necessary). It was just test code, it said so in
7757         a comment. Add something similar back later if necessary.
7758
7759         (_win32_on_clipboard_change,
7760         _gdk_win32_register_clipboard_notification): Remove.
7761
7762         (gdk_display_supports_selection_notification,
7763         gdk_display_request_selection_notification): Always just return
7764         FALSE. We didn't generate any GDK_OWNER_CHANGE events anywhere.
7765
7766 2005-10-13  Tor Lillqvist  <tml@novell.com>
7767
7768         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't treat
7769         Alt-Enter specially. It does not have any special meaning and
7770         should be passed on to the application. (#318378, Tim Evans)
7771
7772 2005-10-13  Tor Lillqvist  <tml@novell.com>
7773
7774         Set visual depth to 24 for 32 bits-per-pixel devices on
7775         Win32. This allows gdk_drawable_real_draw_pixbuf() to use the
7776         optimized composite_0888() function rather than the slower image
7777         dithering functions to draw pixbufs (#313993, John Ehresman)
7778
7779         * gdk/win32/gdkimage-win32.c (_gdk_win32_new_image): Use
7780         _gdk_windowing_get_bits_for_depth() to initialize
7781         GdkImage::bits_per_pixel.
7782         (_gdk_windowing_get_bits_for_depth): Return 32 bits for depth 24.
7783
7784         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use
7785         _gdk_windowing_get_bits_for_depth() to initialize
7786         BITMAPINFOHEADER::biBitCount.
7787
7788         * gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Set
7789         GdkVisual::depth to 24 even if GetDeviceCaps(BITSPIXEL) returns
7790         32.
7791
7792 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
7793
7794         * demos/gtk-demo/appwindow.c: (about_cb):
7795           use PACKAGE_VERSION,bump year (#318654)
7796
7797 2005-10-11  Matthias Clasen  <mclasen@redhat.com>
7798
7799         * gtk/gtktextbtree.c (_gtk_text_btree_delete): Try to match an off 
7800         toggle here with the matching on toggle if it immediately follows. 
7801         This is a common case, and handling it here prevents quadratic blowup 
7802         in cleanup_line() below.  (#317125)
7803
7804         * gtk/gtktextsegment.h: 
7805         * gtk/gtktextsegment.c (_gtk_char_segment_new_from_two_strings): Pass
7806         the character counts into this function instead of computing them
7807         again.
7808
7809 2005-10-10  Tommi Komulainen  <tommi.komulainen@iki.fi>
7810
7811         * gtk/gtkfilechooser.h (GtkFileChooserError): Add ALREADY_EXISTS error
7812         code.
7813         * gtk/gtkfilechooserdefault.c
7814         (gtk_file_chooser_default_add_shortcut_folder): Return an error code
7815         when the shortcut already exists in the sidebar.  (#147521)
7816
7817 2005-10-09  Matthias Clasen  <mclasen@redhat.com>
7818
7819         * tests/testcombo.c: Demonstrate how to use custom widgets in
7820         a GtkComboBox.  
7821
7822 2005-10-07  Federico Mena Quintero  <federico@ximian.com>
7823
7824         Fixes bug #317999:
7825
7826         * tests/autotestfilechooser.c (test_reload_sequence): Ensure that
7827         the the result of gtk_file_chooser_get_folder() is NULL or
7828         non-NULL at the right times.  Log the tests.
7829         (test_button_folder_states): New test for the initial states of
7830         the current folder in GtkFileChooserButton.
7831         (main): Test that the number of warnings/errors/critical errors is
7832         zero.
7833
7834         * gtk/gtkfilechooser.c (gtk_file_chooser_get_current_folder):
7835         Clarify the documentation on when this can return NULL.
7836         (gtk_file_chooser_get_current_folder_uri): Likewise.
7837
7838         * gtk/gtkfilechooserbutton.c (struct
7839         _GtkFileChooserButtonPrivate): Added a folder_has_been_set flag;
7840         we use it to keep track of whether a folder has been set.
7841         (gtk_file_chooser_button_map):  Implement.  If no folder has been
7842         loaded before, we at least try to load $cwd here.
7843         (gtk_file_chooser_button_constructor): If the construct-time
7844         dialog already has a folder set, turn on our folder_has_been_set
7845         flag.
7846         (dialog_current_folder_changed_cb): Turn on our
7847         folder_has_been_set flag.
7848
7849 2005-10-07  Michael Natterer  <mitch@gimp.org>
7850
7851         * gtk/gtkfilechooserdefault.c: remove some explicit #defines of
7852         PROFILE_FILE_CHOOSER because they break compilation after the
7853         removal of <unistd.h>.
7854
7855 2005-10-07   Matthias Clasen  <mclasen@redhat.com>
7856
7857         * gtk/gtkfilechooserdefault.c: Properly fix the unistd.h include
7858         by moving it out of the profiling ifdef.
7859
7860         * gtk/gtkfilechooserdefault.c: Remove a redundant (and
7861         unconditional) include of unistd.h  (#318211, Kazuki Iwamoto)
7862
7863         * gtk/gtktexttag.c (gtk_text_attributes_ref): Use
7864         g_return_val_if_fail(), not g_return_if_fail().  (#318412,
7865         Kazuki Iwamoto)
7866
7867 2005-10-06  Matthias Clasen  <mclasen@redhat.com> 
7868                 
7869         * gtk/gtk.symbols:
7870         * gtk/gtktextbuffer.h:
7871         * gtk/gtktextbuffer.c: Add a readonly has-selection property
7872         with a getter.  (#318161, Paolo Borelli)
7873
7874 2005-10-05  Matthias Clasen  <mclasen@redhat.com>
7875
7876         * README.in: Start collecting release notes for 2.10.
7877
7878         * gtk/gtkrc.c (gtk_rc_clear_realized_style): Readd the memory
7879         leak fix, since the assertion failures were traced to 
7880         an xchat bug.  (#314696)
7881         
7882         * gtk/gtkstyle.c (gtk_style_detach):
7883         (gtk_style_attach):  Documentation improvements.
7884         (gtk_style_detach): Assert that the attach_count is > 0.
7885
7886 2005-10-04  Federico Mena Quintero  <federico@ximian.com>
7887
7888         * gtk/gtkfilechooserdefault.c (switch_to_shortcut): Take a
7889         shortcut position, not a ShortcutsIndex, to make the function more
7890         generic.
7891         (home_folder_handler): Pass the resolved index to
7892         switch_to_shortcut(), rather than just SHORTCUTS_HOME.
7893         (desktop_folder_handler): Likewise for SHORTCUTS_DESKTOP.
7894         (gtk_file_chooser_default_class_init): Add a "quick-bookmark"
7895         binding signal, and bind it to Alt-1, Alt-2. ..., Alt-0.  These
7896         make the respective key switch to the first, second, ..., tenth
7897         bookmark.
7898         (quick_bookmark_handler): Implement.
7899
7900 2005-10-04  Federico Mena Quintero  <federico@ximian.com>
7901
7902         * gtk/gtkpathbar.c (get_dir_name): Don't special-case Home and
7903         Desktop; just use their real names on the file system for the
7904         user-visible names.
7905
7906         * gtk/gtkfilechooserdefault.c
7907         (gtk_file_chooser_default_class_init): Add a "desktop-folder"
7908         binding signal, and bind it to M-d by default.
7909         (desktop_folder_handler): Implement the default handler.
7910         (home_folder_handler): Use a helper function.
7911         (switch_to_shortcut): New helper function.
7912         (shortcuts_append_home): Don't special-case the name of "Home";
7913         just use the folder name.
7914
7915 2005-10-04  Tor Lillqvist  <tml@novell.com>
7916
7917         * gtk/gtkcalendar.c (gtk_calendar_init): Make it compile without
7918         HAVE__NL_TIME_FIRST_WEEKDAY. (#317910, Mathias Hasselmann)
7919
7920 2005-10-04  Matthias Clasen  <mclasen@redhat.com>
7921
7922         * gtk/gtkrc.c (gtk_rc_clear_realized_style): Revert the change
7923         from yesterday, since it leads to assertion failures.  (#317879,
7924         Sebastian Bacher)
7925
7926 2005-10-03  Matthias Clasen  <mclasen@redhat.com>
7927
7928         * gtk/gtkcalendar.c (gtk_calendar_init): Call 
7929         calendar_compute_days() after setting priv->week_start.
7930
7931 2005-10-03  Matthias Clasen  <mclasen@redhat.com>
7932
7933         * gtk/gtkrc.c (gtk_rc_clear_realized_style): Unref the style when
7934         removing it from the hash table.  (#314696, Benjamin Berg)
7935
7936 2005-10-01  Tor Lillqvist  <tml@novell.com>
7937
7938         * gdk/win32/gdkdrawable-win32.c (blit_from_pixmap): In case
7939         BitBlt() fails with ERROR_INVALID_HANDLE, the most probable cause
7940         is that the the desktop isn't visible because the session has been
7941         switched, the screen is locked, or a terminal server session
7942         disconnected, so no error message necessary. (#137796)
7943
7944         It is of course remotely possible that BitBlt() failing with
7945         ERROR_INVALID_HANDLE might also be caused by some other
7946         problem. We could strive for perfection and track whether the
7947         desktop is visible by using WTSRegisterSessionNotification() and
7948         handling WM_WTSESSION_CHANGE. I think that's overdoing it just for
7949         this issue, though. If we would track desktop visibility, we
7950         should then avoid even trying to update the display at all while
7951         the desktop isn't visible.
7952
7953 2005-09-30  Matthias Clasen  <mclasen@redhat.com>
7954
7955         * gtk/gtkcalendar.c (gtk_calendar_init): Another attempt
7956         to correct the calculations for the first week day. We may
7957         just have to remove this code if too many locales turn out 
7958         to have broken data. 
7959
7960         * gtk/gtkimage.c (gtk_image_expose): Don't leak pixbuf in
7961         some cases.  (#317611, Tommi Komulainen)
7962
7963         * gtk/gtksocket-x11.c (_gtk_socket_windowing_size_request):
7964         Prevent overflow when storing size hints in an unsigned
7965         short variable. Tracked down by Ray Strode and Søren Sandmann.
7966
7967 2005-09-29  Matthias Clasen  <mclasen@redhat.com>
7968
7969         * gtk/gtkbutton.c (gtk_button_set_image): Check arguments.  (#317491,
7970         Paolo Borelli)
7971
7972         * gtk/gtkpaned.c (gtk_paned_grab_notify): Stop drags when being
7973         grab shadowed.  (#317332)
7974
7975 2005-09-29  Tor Lillqvist  <tml@novell.com>
7976
7977         * gtk-zip.sh.in: DLLs are always in bin nowadays, no need to test.
7978
7979 2005-09-28  Federico Mena Quintero  <federico@ximian.com>
7980
7981         * tests/autotestfilechooser.c (test_reload_sequence): Oops, return
7982         if the unmap test fails.
7983         (test_reload_sequence): Use gtk_widget_show_now() instead of
7984         gtk_widget_show() for the dialog.
7985         Thanks to Tim Janik for noticing these.
7986
7987 2005-09-28  Federico Mena Quintero  <federico@ximian.com>
7988
7989         * tests/testcellrenderertext.c: New file with a set of tests for
7990         GtkCellRendererText.  The idea is to run a text renderer through
7991         most of its interesting property values to see that it works
7992         correctly.
7993
7994         * tests/Makefile.am: Added testcellrenderertext.
7995
7996         * gtk/gtkfilechooserdefault.c (load_set_model): Mark the
7997         entry/exit of this function for profiling.
7998         (gtk_file_chooser_default_style_set): Mark the start/end of the
7999         calls to the parent class and the the signal emission for profiling.
8000
8001 2005-09-29  Tor Lillqvist  <tml@novell.com>
8002
8003         * gtk/gtkmain.c (_gtk_get_localedir): The locale directory is
8004         passed to bindtextdomain() which isn't UTF-8-aware, so convert to
8005         system codepage using g_win32_locale_filename_from_utf8().
8006         (#317457, Kazuki Iwamoto)
8007
8008 2005-09-28  Matthias Clasen  <mclasen@redhat.com>
8009
8010         * gtk/gtkselection.c (_gtk_selection_request): Free mult_atoms 
8011         here. (#317039, Paolo Borelli)
8012
8013         * gtk/gtktexttag.h: 
8014         * gtk/gtktexttag.c (gtk_text_attributes_ref): Return the attributes
8015         to make this function work as boxed copy function.  (#317455,
8016         Gustavo Carneiro)
8017
8018         * gtk/gtkclipboard.c (request_image_received_func): Don't unref
8019         NULL.  (#316828, Tor Lillqvist)
8020
8021 2005-09-28  Tor Lillqvist  <tml@novell.com>
8022
8023         * modules/input/imime.c: Include <config.h>. (#317444, Kazuki
8024         Iwamoto)
8025
8026 2005-09-27  Federico Mena Quintero  <federico@ximian.com>
8027
8028         Don't reload the current folder unnecessarily on ::map().
8029
8030         * gtk/gtkfilechooserprivate.h (ReloadState): New enum to represent
8031         the reloading state.
8032         (struct _GtkFileChooserDefault): Added a "reload_state" field.
8033
8034         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init):
8035         Initialize impl->reload_state.
8036         (gtk_file_chooser_default_map): Check the impl->reload_state; load
8037         a default folder if no folder has been set, or reload the current
8038         one only if we had been unmapped first.
8039         (gtk_file_chooser_default_update_current_folder): Set the
8040         reload_state to RELOAD_HAS_FOLDER.
8041         (gtk_file_chooser_default_unmap): Implement, and set the
8042         reload_state to RELOAD_WAS_UNMAPPED.
8043         (shortcuts_model_create): Don't call shortcuts_add_bookmarks()
8044         here; they'll get (re)loaded on ::map() anyway.
8045
8046         * gtk/gtkfilechooserwidget.c
8047         (gtk_file_chooser_widget_constructor): Don't set a default folder here.
8048
8049         * tests/autotestfilechooser.c (test_action_widgets): Don't take in
8050         a dialog; build it ourselves.
8051         (test_reload): New test to ensure that we don't load the default
8052         folder more than once, and that we reload it when
8053         unmapping/remapping.
8054         (get_impl_from_dialog): New utility function.
8055         (test_widgets_for_current_action): Use get_impl_from_dialog().
8056
8057 2005-09-27  Federico Mena Quintero  <federico@ximian.com>
8058
8059         * gtk/gtkfilechooserdefault.c
8060         (gtk_file_chooser_default_constructor): Mark the entry/exit of
8061         this function for profiling.
8062         (check_icon_theme): Likewise.
8063         (change_icon_theme): Likewise.
8064         (settings_notify_cb): Likewise.
8065         (gtk_file_chooser_default_screen_changed): Likewise.
8066         (update_chooser_entry): If the selection is empty, clear the file
8067         name entry only if we are in CREATE_FOLDER mode.  In SAVE mode,
8068         nothing will be selected when the user starts typeahead in the
8069         treeview, and we don't want to clear the file name entry in that
8070         case --- the user could be typing-ahead to look for a folder name.
8071         Fixes bug #308332, patch by JĂ¼rg Billeter.
8072
8073 2005-09-27  Matthias Clasen  <mclasen@redhat.com>
8074
8075         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
8076         Pop below the entry if there's more free space below the entry
8077         than above.  (#316948, Tommi Komulainen)
8078
8079 2005-09-26  Federico Mena Quintero  <federico@ximian.com>
8080
8081         Do not create the save mode-specific widgets in the open modes, so
8082         that we don't carry their baggage around.
8083
8084         * gtk/gtkfilechooserdefault.c
8085         (gtk_file_chooser_default_constructor): Don't create the
8086         save_widgets here.
8087         (save_widgets_create): Set the impl->save_widgets directly here,
8088         instead of passing the widgets back to the caller.  Also, pack
8089         them into the impl's box.
8090         (update_appearance): Create or destroy the save widgets as
8091         appropriate.  Set the action of the save_file_name_entry here.
8092         (shortcuts_add_current_folder): Set the active item in the
8093         save_folder_combo only if it exists.
8094         (gtk_file_chooser_default_set_property): Don't set the action of
8095         the save_file_name_entry here.
8096         (gtk_file_chooser_default_update_current_folder): Set the base
8097         folder of the save_file_name_entry only if the entry exists.
8098         (shortcuts_drag_data_received_cb): Cast the selection_data->data
8099         to (const char *) since that's what shortcuts_drop_uris() expects.
8100         (file_list_drag_data_received_cb): Likewise, for
8101         g_uri_list_extract_uris().
8102
8103 2005-09-26  Tor Lillqvist  <tml@novell.com>
8104
8105         * gdk/win32/gdkwindow-win32.c (gdk_window_shape_combine_mask): Set
8106         the shaped flag here, too. (#316871)
8107         (gdk_window_shape_combine_region): Currently unimplemented, so
8108         don't do anything to the shaped flag here.
8109
8110 2005-09-26  Matthias Clasen  <mclasen@redhat.com>
8111
8112         Fix #316871, reported by Dan Winship:
8113         
8114         * gdk/gdkwindow.h (struct _GdkWindowObject): Add a shaped flag.
8115
8116         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_mask) 
8117         (gdk_window_shape_combine_region): Set it here.
8118
8119         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Don't
8120         remove the child area for shaped windows.
8121
8122 2005-09-23  Matthias Clasen  <mclasen@redhat.com>
8123
8124         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_finalize):
8125         Don't leak expander pixbufs.  (#316946, Tommi Komulainen)
8126
8127 2005-09-22  Michael Natterer  <mitch@imendio.com>
8128
8129         Renamed GtkCellRendererKeys to GtkCellRendererAccel to be
8130         consistent with GTK+ terminology:
8131
8132         * gtk/gtkcellrendererkeys.[ch]
8133         * tests/testkeys.c: removed...
8134
8135         * gtk/gtkcellrendereraccel.[ch]
8136         * tests/testaccel.c: ...and added.
8137
8138         * gtk/Makefile.am
8139         * gtk/gtk.h
8140         * gtk/gtk.symbols
8141         * tests/Makefile.am: changed accordingly.
8142
8143 2005-09-22  Matthias Clasen  <mclasen@redhat.com>
8144
8145         * gtk/gtkwidget.c (gtk_widget_class_init): Fix the documentation
8146         for the grab-broken-event signal, noticed by Damon Chaplin.
8147
8148 2005-09-21  Tor Lillqvist  <tml@novell.com>
8149
8150         * gdk/win32/gdkselection-win32.c (gdk_selection_convert,
8151         gdk_text_property_to_text_list_for_display,
8152         gdk_text_property_to_utf8_list_for_display,
8153         gdk_win32_selection_add_targets,
8154         _gdk_win32_selection_convert_to_dib): Free return value from
8155         gdk_atom_name().
8156         (gdk_text_property_to_text_list_for_display): Drop GError variable
8157         that isn't actually used after being set.
8158
8159 2005-09-20  Johan Dahlin  <jdahlin@async.com.br>
8160
8161         * gtk/gtkentry.c (gtk_entry_set_completion): Mention NULL in 
8162         documentation.
8163
8164 2005-09-20  Tor Lillqvist  <tml@novell.com>
8165
8166         * gdk/win32/gdkselection-win32.c
8167         (gdk_selection_owner_get_for_display): Do return the correct owner
8168         for CLIPBOARD (i.e., the owner of the Windows Clipboard, if it is
8169         a window GDK knows about). The reason to return NULL seems to have
8170         gone when in the fix for bug #163702 the artificial
8171         GDK_SELECTION_CLEAR event generation was removed from
8172         gdk_selection_send_notify_for_display(). Fixes bug #316552.
8173
8174 2005-09-20  Matthias Clasen  <mclasen@redhat.com>
8175
8176         Avoid unnecessary XkbGetState() calls and XkbStateNotify
8177         events.  (#151555, Søren Sandmann)
8178
8179         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Use 
8180         XkbSelectEventDetails() to select XkbStateNotify events
8181         for only the state we care about.
8182
8183         * gdk/x11/gdkprivate-x11.h:
8184         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_state_changed): Pass
8185         the event into the function and update the keymap state from
8186         the state information contained in the event. Adjust all callers.
8187         
8188 2005-09-19  Matthias Clasen  <mclasen@redhat.com>
8189
8190         * gtk/gtkiconview.c: Use g_list_nth_data() instead of g_list_nth()->data
8191         in multiple places to avoid segfaults if the index is out of range.  
8192         (#316422, Guillaume Cottenceau)
8193         (gtk_icon_view_set_drag_dest_item): 
8194         (gtk_icon_view_scroll_to_path): Fix a typo in the docs.  (#316419,
8195         #316424, Guillaume Cottenceau)
8196
8197 2005-09-18  Hans Breuer  <hans@breuer.org>
8198
8199         * gtk/gtktrayicon-win32.c : now handling events by hard-coded 
8200         g_signal_emit_by_name() - will break when gtkstatusicon.c changes.
8201
8202 2005-09-18  Hans Breuer  <hans@breuer.org>
8203
8204         * gdk/gdk.symbols gdk/win32/gdkwin32.h gdk/win32/gdkcursorwin32.c : export
8205         _gdk_win32_pixbuf_to_hicon() as gdk_win32_pixbuf_to_hicon_libgtk_only()
8206         * gtk/gtktrayicon-win32.c : a lot of debug spew but it has started to show
8207         the icon and is blinking with teststatusicon. More to come ...
8208
8209 2005-09-18  Hans Breuer  <hans@breuer.org>
8210
8211         * gtk/makefile.msc.in : fix typo for GTK_VER; define HAVE_CONFIG_H
8212         cause gtkprogressbar.c has #include <config.h> conditionally; less
8213         noise from generated gtk.def
8214         * gtk/stock-icons/makefile.msc gdk/makefile.msc tests/makefile.msc : updated
8215         
8216         * gtk/gtktrayicon-win32.c : dummy implmentation to make gtk compile.
8217         For me it works as well as the *NIX implemenation, that is not at all.
8218
8219         * gdk/win32/gdkproperty-win32.c : implement gdk_atom_intern_static_string()
8220
8221         * gdk/win32/gdkwindow-win32.c(gdk_window_set_urgency_hint) : only use
8222         only use (WINVER >= 0x0500) when available from the SDK. Otherwise fall
8223         back to true dynamic linking of FlashWindowEx. Makes gtk+ work on NT4.0
8224         again - if compiled properly.
8225
8226         * tests/teststatusicon.c : don't use GNOME icons for testing, but icons
8227         already coming with Gtk+. Makes it compile on win32.
8228
8229 2005-09-18  Guilherme de S. Pastore  <gpastore@cvs.gnome.org>
8230
8231         * README.cvs-commits: fixed some tiny typos
8232
8233 2005-09-16  Tor Lillqvist  <tml@novell.com>
8234
8235         * modules/engines/ms-windows/msw_style.c (draw_extension,
8236         draw_box_gap): Check whether the widget actually is a GtkNotebook
8237         before treating it as such. Drop some unneeded local variables,
8238         use parameter with same information instead. (#316412)
8239
8240 2005-09-15  Federico Mena Quintero  <federico@ximian.com>
8241
8242         * tests/autotestfilechooser.c: Start a set of automated tests for
8243         the file chooser.  The only test in there right now doesn't pass
8244         yet.  It specifies the intended behavior of the first optimization
8245         of a series which I'll do on the file chooser (see
8246         http://primates.ximian.com/~federico/news-2005-09.html#14 for the
8247         details of this optimization).
8248
8249         * tests/Makefile.am: Added autotestfilechooser.c.
8250
8251         * gtk/gtkfilechooserprivate.h (struct
8252         _GtkFileChooserDialogPrivate): Move all the file chooser's private
8253         structures to here, so that they can be accessed by
8254         tests/autotestfilechooser.c:  _GtkFileChooserDialogPrivate,
8255         _GtkFileChooserWidgetPrivate, LoadState, _GtkFileChooserDefault.
8256
8257         * gtk/gtkfilechooserdialog.c: See above.
8258
8259         * gtk/gtkfilechooserwidget.c: See above.
8260
8261         * gtk/gtkfilechooserdefault.c: See above.
8262
8263 Thu Sep 15 15:27:55 2005  Tim Janik  <timj@imendio.com>
8264
8265         * gtk/gtkwindow.c: 
8266         gtk_window_map_event(): new function to work around lost unmap requests.
8267         fixes bug #316180.
8268
8269 2005-09-14  Federico Mena Quintero  <federico@ximian.com>
8270
8271         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Add
8272         an easy-to-find profiling marker when starting to create a file
8273         chooser.
8274         (browse_files_model_finished_loading_cb): Likewise, for when the
8275         chooser is finished loading.
8276
8277 2005-09-14  Tristan Van Berkom <tvb@cvs.gnome.org>
8278
8279         * gtk/gtkcolorbutton.c: Check "color" argument in 
8280         gtk_color_button_set_color ()
8281
8282 2005-09-14  Matthias Clasen  <mclasen@redhat.com>
8283
8284         * gtk/gtklabel.c (gtk_label_get_type): 
8285         * gtk/gtkbutton.c (gtk_button_get_type): 
8286         * gtk/gtkwindow.c (gtk_window_group_get_type): No point in 
8287         using a mem chunk for window groups, buttons, labels.
8288
8289         * gtk/updateiconcache.c (foreach_remove_func): Fix
8290         a use-after-free bug.  (#316256, Alexander Nedotsukov)
8291
8292 2005-09-13  Matthias Clasen  <mclasen@redhat.com>
8293
8294         * gtk/*.c: Various cleanups.  (#315360, Kjartan Maraas)
8295
8296         * gdk/*.c: Various cleanups.  (#315359, Kjartan Maraas)
8297         
8298 2005-09-13  Matthias Clasen  <mclasen@redhat.com>
8299
8300         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
8301         Let GDK_Return pass through in some more cases.
8302
8303         * gtk/gtkentry.c (gtk_entry_key_press): Reset the im context before
8304         activating the entry. 
8305
8306         * gtk/gtkiconview.c (gtk_icon_view_class_init):
8307         (gtk_icon_view_get_dest_item_at_pos):  Fix typos in the 
8308         docs.  (#316008, #316027, #316121, Guillaume Cottenceau)
8309
8310         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add some docs.
8311         (#316001, Guillaume Cottenceau)
8312
8313         * gtk/gtkdnd.c (gtk_drag_set_icon_name): Fix a copy-and-paste
8314         mistake in the docs.  (#315993, Guillaume Cottenceau)
8315
8316         * tests/testentrycompletion.c (create_simple_completion_model): Add
8317         some strings containing multibyte characters.
8318
8319         * gtk/gtkentrycompletion.c (gtk_entry_completion_real_insert_prefix): 
8320         Fix prefix insertion for multibyte characters.  (#316095,
8321         Tommi Komulainen)
8322
8323         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): 
8324         * gtk/gtkiconview.c (gtk_icon_view_create_drag_icon): Silently
8325         return NULL if the widget is not realized.  (#316023,
8326         Guillaume Cottenceau)
8327
8328 2005-09-11  Matthias Clasen  <mclasen@redhat.com>
8329
8330         * gdk/gdk.symbols: 
8331         * gdk/gdkproperty.h: 
8332         * gdk/x11/gdkproperty-x11.c (gdk_atom_intern_static_string): 
8333         New function to avoid pointless strdups when creating atoms
8334         from static strings.  
8335
8336         * gdk/x11/*.c:
8337         * gtk/*.c:  Use gdk_atom_intern_static_string() where 
8338         appropriate.
8339
8340 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
8341
8342         * gtk/gtkcellrendererkeys.h: 
8343         * gtk/gtkcellrendererkeys.c: Add a cell renderer for displaying
8344         and editing accelerators, a port of EggCellRendererKeys .
8345
8346         * gtk/gtk.symbols:
8347         * gtk/gtk.h:
8348         * gtk/Makefile.am: Add the keys cell renderer.
8349
8350         * tests/Makefile.am: 
8351         * tests/testkeys.c: Test GtkCellRendererKeys
8352
8353 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
8354
8355         Make it possible to determine if a key event is for a
8356         modifier key:
8357         
8358         * gdk/x11/gdkprivate-x11.h: 
8359         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_key_is_modifier): 
8360         New function to determine if a keycode is mapped to a modifier.
8361         (get_xkb): Get the modmap.
8362
8363         * gdk/x11/gdkevents-x11.c (translate_key_event): Set the 
8364         is_modifier bit by calling _gdk_keymap_key_is_modifier().
8365
8366         * gdk/gdkevents.h (struct _GdkEventKey): Add an is_modifier
8367         bit.
8368
8369 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
8370
8371         * gdk/gdkpixbuf-drawable.c (convert_real_slow): Remove an 
8372         unused variable, noticed by Kjartan Maraas.
8373
8374 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
8375
8376         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_event): 
8377         Make drag reordering work properly for columns other than the
8378         first.  (#315054, Dan Winship)
8379         
8380         * gtk/gtkfontsel.c (gtk_font_selection_set_font_name): Handle 
8381         invalid fontnames better. (#136926, Michael R. Walton)
8382         
8383         Stop cursor blinking in non-editable regions of a text view.
8384         (#311508, Torbjörn Andersson)
8385         
8386         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): 
8387         (cursor_blinks): Take editability into account when deciding
8388         whether the cursor blinks.
8389         (gtk_text_view_button_release_event): 
8390         (gtk_text_view_move_cursor_internal): Update cursor blinking here.
8391
8392         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing): 
8393         Use connect_after to connect to the focus_out event. This
8394         ensures that the entry has already stopped blinking by the time
8395         we emit the edited signal.  (#315229, Thomas Leonard)
8396
8397         * tests/testgtk.c: Use GDK_MOD1_MASK, not GDK_ALT_MASK.
8398
8399         * gtk/gtkwindow.c (gtk_window_parse_geometry): Don't set
8400         unsigned ints to -1.  (#315481, Kjartan Maraas)
8401
8402         * gtk/gtkcalendar.c (gtk_calendar_init): first_weekday is relative
8403         to week_1stday, not to Sunday. Gotta love the ISO 14652 guys...
8404         (#314473, Stanislav Brabec)
8405
8406 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
8407
8408         * gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Document
8409         memory handling.  (#314975, Torsten Schoenfeld)
8410
8411         * gtk/gtkiconview.c (gtk_icon_view_class_init): 
8412         * gtk/gtkfilesel.c (gtk_file_selection_class_init): 
8413         * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
8414         * gtk/gtklabel.c (gtk_label_class_init): 
8415         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
8416         Stylistic improvements and clarifications for some blurbs. 
8417         (#315520, Clytie Siddall)
8418
8419 2005-09-09  Tor Lillqvist  <tml@novell.com>
8420
8421         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_name): Cache the
8422         display name. There is only one GdkDisplay on Win32, and
8423         constructing the display name isn't entirely trivial, so cacheing
8424         is probably worth it. For instance GIMP calls this function a lot.
8425         (gdk_display_open): Call gdk_display_get_name() to prime the
8426         cached name.
8427         (gdk_display_get_n_screens, gdk_display_get_screen,
8428         gdk_display_get_default_screen): Verify parameter correctness like
8429         the X11 backend does.
8430
8431         * gdk/win32/gdkscreen-win32.c (gdk_screen_make_display_name):
8432         Return a freshly allocated string, as the API specifies. Fixes a
8433         heap corruption problem that caused random errors and crashes in
8434         GIMP, for instance.
8435
8436 2005-09-07  Matthias Clasen  <mclasen@redhat.com>
8437
8438         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
8439         Make C-u commit and restart hex input if we are already in a
8440         hex sequence.
8441
8442 2005-09-06  Matthias Clasen  <mclasen@redhat.com>
8443
8444         * gdk/x11/gdkkeys-x11.c (update_modmap): Make the modmap reflexive.
8445         (_gdk_keymap_add_virtual_modifiers): Don't add both Alt and Meta
8446         if they are mapped to the same modifier.
8447
8448         * gtk/Makefile.am: Rename gtkstatusicon-x11.c and gtktrayicon.c
8449         to gtkstatusicon.c and gtktrayicon-x11.c
8450
8451         * gtk/gtkaccelgroup.c: Include Super, Hyper and Meta in the
8452         default accel mod mask.
8453
8454         * gtk/gtkaccelgroup.c (gtk_accelerator_parse): 
8455         * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): 
8456         Don't use GDK_ALT_MASK.
8457
8458         * gdk/gdktypes.h: No need to introduce GDK_ALT_MASK
8459
8460 2005-09-06  Matthias Clasen  <mclasen@redhat.com>
8461
8462         Add support for extra virtual modifiers:  (#85780, Owen Taylor)
8463         
8464         * tests/testgtk.c (create_key_lookup): Add tests for extra virtual
8465         modifiers.
8466
8467         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Try to match both against
8468         Mod2 - Mod5 and against Super, Hyper, Meta.
8469
8470         * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): 
8471         * gtk/gtkaccelgroup.c (gtk_accelerator_parse) 
8472         (gtk_accelerator_name): Support Super, Hyper Meta and Mod2 - Mod5.
8473
8474         * gdk/x11/gdkkeys-x11.c (struct _GdkKeymapX11): Add a 
8475         modmap to maintain the information which X modifiers map to
8476         virtual modifiers.
8477         (get_xkb): Set up the modmap from the XKB tables.
8478         (update_keymaps): Set up the modmap from the information returned
8479         by XGetModifierMapping in the non-XKB case.
8480
8481         * gdk/x11/gdkprivate-x11.h: 
8482         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_add_virtual_modifiers): New 
8483         function to set the virtual modifiers in the state.
8484
8485         * gdk/x11/gdkevents-x11.c (translate_key_event): Call 
8486         _gdk_keymap_add_virtual_modifiers here.
8487
8488         * gdk/gdktypes.h (GdkModifierType): Add bits for virtual Super, 
8489         Hyper and Meta modifiers. Also add GDK_ALT_MASK as an alias
8490         for GDK_MOD1_MASK.
8491
8492 2005-09-05  Matthias Clasen  <mclasen@redhat.com>
8493
8494         * gtk/gtkaction.c (connect_proxy): Set the label of a button
8495         if it has no child.  (#315253, John Finlay)
8496
8497 2005-09-02  Matthias Clasen  <mclasen@redhat.com>
8498
8499         * gtkimcontextsimple.h: Add a modifiers_dropped bit
8500
8501 2005-09-02  Matthias Clasen  <mclasen@redhat.com>
8502
8503         * gtk/gtkentry.c (gtk_entry_destroy): Disconnect idle handlers
8504         on destroy to avoid problems when they are called on a destroyed
8505         widget.  (#315135, John Cupitt)
8506         
8507         * gtk/gtkentry.c (gtk_entry_class_init):
8508         * gtk/gtktextview.c (gtk_text_view_class_init): Add bindings
8509         for Ctrl-Shift-A to unselect all.  (#309301, Kathy Fernandes)
8510
8511         * gtk/gtkimcontextsimple.c: Rework the Unicode hex input
8512         code. Now we only steal a single key combination, Ctrl-Shift-U,
8513         instead of sixteen. 
8514         A hex Unicode sequence must be started with Ctrl-Shift-U, followed
8515         by a sequence of hex digits entered with Ctrl-Shift still held.
8516         Releasing one of the modifiers or pressing space while the modifiers
8517         are still held commits the character. It is possible to erase
8518         digits using backspace.
8519         As an extension to the above, we also allow to start the sequence
8520         with Ctrl-Shift-U, then release the modifiers before typing any
8521         digits, and enter the digits without modifiers.
8522         (#82011, Owen Taylor)
8523         
8524 2005-09-02  Matthias Clasen  <mclasen@redhat.com>
8525
8526         * gtk/gtkmain.c (gtk_get_event_widget): If the window is destroyed,
8527         we still need to deliver the destroy event.  (#314980, Chris Lahey)
8528
8529         * gtk/gtktextview.c (gtk_text_view_key_press_event): Reset 
8530         im context before committing \n or \t.
8531
8532 2005-09-02  Alexander Larsson  <alexl@redhat.com>
8533
8534         * gtk/gtkfilechooserdefault.c: (shortcuts_add_volumes),
8535         (shortcuts_activate_volume):
8536         Handle base_path being null in the rest of the cases (#310270)
8537
8538 2005-09-02  Tor Lillqvist  <tml@novell.com>
8539
8540         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Keep track of
8541         cursor position also in root window coordinates. Prune out
8542         superfluous WM_MOUSEMOVE events even earlier, based on root window
8543         coordinates. Windows sends WM_MOUSEMOVE messages after a new
8544         window has ben mapped below the cursor even if the mouse doesn't
8545         move. We used to generate GDK_MOTION_NOTIFY in these cases. This
8546         confused at least gtk_menu_motion_notify(). (#314995)
8547
8548         * gtk/gtkintl.h: No need to include config.h here. It caused
8549         warnings about GTK_LOCALEDIR being redefined on Win32 when
8550         compiling files where gtkintl.h is included after gtkprivate.h
8551         (which #undefines and re-#defines GTK_LOCALEDIR on Win32).
8552
8553         * gtk/gtkplug.c: Include config.h.
8554
8555 2005-09-01  Matthias Clasen  <mclasen@redhat.com>
8556
8557         * gtk/gtkfilesystemunix.c: Pass statbufs down to 
8558         xdg_mime_get_mime_type_for_file() where possible, to avoid
8559         useless re-stating.  
8560         
8561         * gtk/gtkaction.c (gtk_action_get_accel_closure): Fix doc
8562         typo.  (#314921, Guillaume Cottenceau)
8563
8564         * gdk/*.c: Intern some more strings.
8565         * gtk/gtkintl.h: 
8566         * gtk/*.c: Define an I_() macro and use it instead of the 
8567         bulky g_intern_static_string().
8568
8569 2005-08-31  Matthias Clasen  <mclasen@redhat.com>
8570
8571         * gtk/gtkbindings.c (binding_signal_new): Intern the signal name
8572         instead of copying it.
8573
8574         * gtk/gtktypeutils.c (gtk_identifier_get_type): Some more string interning.
8575
8576         * gtk/*.c: Also intern static strings passed to 
8577         g_object_set_data().
8578
8579         * gdk/Makefile.am: 
8580         * gtk/Makefile.am: Intern type names in code generated by 
8581         glib-mkenums, too.
8582
8583         * gtk/*.c: 
8584         * gdk/x11/*.c: 
8585         * gdk/*.c: Intern type names before registering the type to avoid 
8586         unnecessary copies.
8587
8588         * configure.in: Require GLib 2.9.0
8589
8590 2005-08-31  Matthias Clasen  <mclasen@redhat.com>
8591
8592         * gtk/gtktoolbar.c: Undeprecate gtk_toolbar_set_icon_size(),
8593         and add icon-size and icon-size-set properties.  (#314172)      
8594
8595         * gtk/gtkwindow.c (gtk_window_set_transient_for): Inherit window
8596         groups across transient parents.  (#312918, Christian Persch)
8597
8598         * gtk/gtktreemodel.c: Some documentation fixes.  (#314882,
8599         Guillaume Cottenceau)
8600
8601         * gtk/gtktextiter.c (gtk_text_iter_backward_visible_cursor_positions): 
8602         Fix a typo in the docs.  (#314878, Guillaume Cottenceau)
8603
8604 2005-08-30  Matthias Clasen  <mclasen@redhat.com>
8605
8606         * gtk/gtkentry.c (gtk_entry_class_init): Add key bindings to
8607         make C-/ select all and C-\ unselect all.  (#309301,
8608         Kathy Fernandez)
8609
8610         * gtk/gtkimcontextsimple.c: Change the compose sequence for
8611         soft hyphen to be multi_key-minus-minus-space, and add
8612         compose sequences multi_key-minus-minus-period and 
8613         multi_key-minus-minus-minus for en dash and em dash.
8614         (#172653, Christian Lohmaier)
8615
8616         * gtk/gtkentry.c (gtk_entry_draw_frame): Fix some unused
8617         code.  (#313946, Christian Persch)
8618
8619         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Another
8620         fix for the default value of the "ui" property.
8621
8622 2005-08-30  Matthias Clasen  <mclasen@redhat.com>
8623
8624         * gtk/gtk.symbols: 
8625         * gtk/gtkselection.h:
8626         * gtk/gtkselection.c: Add functions which look for text, image
8627         or uri targets in an array of atoms.   (#314089, Mark Wielaard)
8628
8629         * gtk/gtk.symbols: 
8630         * gtk/gtkselection.h:
8631         * gtk/gtkselection.c (gtk_selection_data_targets_include_uri): 
8632         Add a function to check wether targets include uri.  
8633         (#314092, Mark Wielaard)
8634         
8635         * gtk/gtk.symbols: 
8636         * gtk/gtkwindow.h: 
8637         * gtk/gtkwindow.c: Add a deletable property with getter
8638         and setter, to control the close button in the window 
8639         frame.  (#59718, Havoc Pennington)
8640
8641 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
8642
8643         * gtk/gtkrc.key.emacs: Add C-n/C-p/C-f/C-b as alternatives
8644         to the arrow keys for menu navigation.  (#162825, Carl Worth)
8645
8646         * gtk/gtkentry.c, gtk/gtktextview.c: More typo fixes
8647
8648         * gtk/gtksocket-x11.c, gtk/gtkstatusicon-x11.c: Fix typos.
8649
8650         * gtk/gtkstatusicon-x11.c (gtk_status_icon_new_from_stock): 
8651         * gtk/gtkimage.c (gtk_image_new_from_stock): Don't
8652         refer to nonexisting stock ids.
8653
8654         * gtk/gtktextview.c (popup_targets_received): 
8655         * gtk/gtkentry.c (popup_targets_received): Construct
8656         the "Select All" menuitem from stock.
8657
8658         * gtk/stock-icons/stock_select_all_{16,24}.png:
8659         * gtk/stock-icons/Makefile.am: 
8660         * gtk/gtkiconfactory.c:
8661         * gtk/gtkstock.h: 
8662         * gtk/gtkstock.c: Add a "Select All" stock item.  (#78545,
8663         Calum Benson)
8664
8665         * gtk/gtktrayicon.c: Add a pointer to the spec.
8666
8667         * gtk/gtkstatusicon-x11.c: Add docs.
8668
8669         * gtk/gtkstatusicon.h: Fix a typo.
8670
8671         Add a cross-platform "tray icon" API, by
8672         porting EggStatusIcon/EggTrayIcon (#105101)
8673         
8674         * gtk/gtkstatusicon.h: A GtkStatusIcon is an object which
8675         displays an icon in a notification area.
8676
8677         * gtk/gtkstatusicon-x11.c: GtkStatusIcon implementation for
8678         X11, using GtkTrayIcon.
8679
8680         * gtk/gtktrayicon.h: 
8681         * gtk/gtktrayicon.c: An implementation of the freedesktop.org
8682         system tray specification, not public API.
8683
8684         * gtk/gtk.symbols: Add new exported functions.
8685
8686         * gtk/gtk.h: Include gtkstatusicon.h.
8687
8688         * gtk/Makefile.am: Add new files.
8689
8690         * tests/Makefile.am:
8691         * tests/teststatusicon.c: Test for GtkStatusIcon.
8692
8693 2005-08-29  Christopher Aillon  <caillon@redhat.com>
8694
8695         * gtk/gtkstock.c: Add builtin GtkStockItems for GTK_STOCK_CONNECT
8696         and GTK_STOCK_DISCONNECT
8697         
8698 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
8699
8700         * gtk/gtksocket-x11.c (_gtk_socket_windowing_embed_notify): 
8701         Use XFixesChangeSaveSet if available.  (#314682)
8702
8703         * gtk/gtkmenu.c (gtk_menu_grab_notify):  Only cancel if the menu
8704         was active.  (#314298, Christian Persch, analysis by Mark McLoughlin)
8705
8706 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
8707
8708         * gtk/gtkiconcache.c (_gtk_icon_cache_get_icon): Remove an
8709         accidentally leftover duplicate pixbuf creation.  (#314700,
8710         Kjartan Maraas)
8711
8712         * gtk/gtksettings.c (settings_update_cursor_theme): Don't 
8713         leak the cursor theme name.  (#314693, Kjartan Maraas)
8714
8715         * gdk/x11/gdkasync.c (_gdk_x11_get_window_child_info): Free 
8716         state.children in all cases.  (#313862, Kjartan Maraas)
8717
8718 2005-08-28  Matthias Clasen  <mclasen@redhat.com>
8719
8720         * po/POTFILES.in, po-properties/POTFILES.in:
8721         Add gdk/gdkscreen.c
8722
8723 2005-08-27  Matthias Clasen  <mclasen@redhat.com>
8724
8725         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Fix the default
8726         value of the ui property. (#314532, Yong Wang)
8727
8728         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Don't warn
8729         when G_MAXLONG is passed as length.  
8730
8731 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
8732
8733         * gtk/updateiconcache.c: Add a separate --ignore-theme-index option
8734         to avoid overloading --force.  (JP Rosevaar)
8735
8736 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
8737
8738         * configure.in: Bump version to 2.9.0
8739
8740         * gdk/gdk.symbols: 
8741         * gdk/gdkscreen.h: 
8742         * gdk/gdkscreen.c: Make the GdkScreen font options api
8743         public, and add properties GdkScreen::font-options and
8744         GdkScreen::resolution.  (#314004)
8745
8746         * gdk/gdkpango.c:
8747         * gtk/gtksettings.c:
8748         * gtk/gtkwidget.c: Adjust all callers.
8749         
8750         * gdk/gdkintl.h: Simplify and use glib/gi18n-lib.h.
8751         * gdk/gdkpango.c: Include gdkintl.h, not gtkintl.h.
8752         * gdk/gdkscreen.c: Include gdkintl.h.
8753
8754         * gtk/gtkicontheme.c (theme_lookup_icon): Avoid an uninitialized
8755         variable warning, pointed out by Colin Walters. (#314585)
8756
8757 2005-08-26  Tor Lillqvist  <tml@novell.com>
8758
8759         * gtk/gtkfilesystemwin32.c: Remove some ifdeffed out debugging
8760         printouts.
8761         (gtk_file_system_win32_parse): Don't mishandle UNC paths. (#314519)
8762
8763 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
8764
8765         * gtk/gtkcalendar.c (gtk_calendar_init): Fix the calculation
8766         of week_start.  (#314473, JP Rosevaar)
8767
8768 2005-08-25  Thomas Fitzsimmons  <fitzsim@redhat.com>
8769
8770         * gtk/gtkfilesystemmodel.c (idle_finished_loading_cb): Acquire GDK
8771         lock.  (#314533, Thomas Fitzsimmons)
8772
8773 2005-08-25  Matthias Clasen  <mclasen@redhat.com>
8774
8775         * gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Handle
8776         NULL gracefully.  (#314523, Ed Catmur)
8777
8778 2005-08-25  Owen Taylor  <otaylor@redhat.com>
8779
8780         * gdk/x11/gdkcursor-x11.c (gdk_x11_display_set_cursor_theme): 
8781         Handle theme == NULL.
8782
8783 2005-08-25  Matthias Clasen  <mclasen@redhat.com>
8784
8785         * gtk/gtkmenutoolbutton.c (menu_position_func): Take widget
8786         y offset into account when positioning the popup.  (#314470,
8787         Christian Persch)
8788
8789 2005-08-25  Owen Taylor  <otaylor@redhat.com>
8790
8791         * gdk/gdkscreen.c (gdk_screen_get_type): Use gdk_screen_init
8792         as instance_init, not base_init! (#314452, Fix from Frederic
8793         Crozat, reported by Joe Marcus Clarke). Trivial cleanup: use -1.
8794         rather than 1 for a negative flag value.
8795
8796 2005-08-24  Owen Taylor  <otaylor@redhat.com>
8797
8798         * gdk/gdkpango.c (draw_error_underline): Add a note about
8799         cut-and-paste between here and Pango.
8800
8801 2005-08-24  Matthias Clasen  <mclasen@redhat.com>
8802
8803         * === Released 2.8.2 ===
8804
8805         * gtk/gtkclipboard.c (request_image_received_func): Use the correct
8806         callback for image/gif, and also try image/bmp.  (#314086,  Mark 
8807         Wielaard)
8808
8809         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_render_icon): 
8810         Use gnome-dev-harddisk for volumes, not gnome-fs-blockdev.  (#314382,
8811         Sebastien Bacher)
8812         
8813         * NEWS: Updates
8814
8815         * gtk/gtksettings.c (gtk_settings_get_for_screen): Make sure font
8816         and cursor settings get propagated down to the screen initially.
8817         Pointed out by Frederic Crozat.
8818
8819         * gtk/gtkicontheme.c (ensure_valid_themes): Don't try to send a client
8820         message if the screen is NULL. Noticed by Kjartan Maraas.
8821
8822 2005-08-24  Matthias Clasen  <mclasen@redhat.com>
8823
8824         * Bump version
8825
8826         * === Released 2.8.1 ===
8827
8828         * NEWS: Updates
8829         
8830 2005-08-24  Matthias Clasen  <mclasen@redhat.com>
8831
8832         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_visible): Protect
8833         against lazy filterers which return values other than TRUE or
8834         FALSE from their visible func.  (#314335)
8835
8836 2005-08-23  Owen Taylor  <otaylor@redhat.com>
8837
8838         Fix for #314004, reported by Michael Reinsch:
8839
8840         * gdk/gdk.symbols:
8841         * gdk/gdkscreen.[ch]: Add gdk_screen_get/set_font_options_libgtk_only()
8842         Add gdk_screen_get/set_resolution_libgtk_only()
8843
8844         * gdk/gdkpango.c (gdk_pango_context_get_for_screen): Set
8845         the options for the screen on the newly created context.
8846
8847         * gtk/gtksettings.c (settings_update_font_options/dpi) gtkwidget.c: 
8848         Move font options and dpi code from gtkwidget.c to gtksettings.c, set
8849         the font options on the screen.
8850
8851         * gtk/gtkwidget.c (gtk_widget_update_pango_context): Just get
8852         the font options from the screen and set them on the context.
8853
8854 2005-08-23  Kristian Rietveld  <kris@gtk.org>
8855
8856         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): don't
8857         bother inserting new rows in a level with a zero refcount and
8858         immediately free the level. (Fixes #312350, reported by Markku Vire).
8859
8860 2005-08-23  Matthias Clasen  <mclasen@redhat.com>
8861
8862         * gtk/updateiconcache.c: Complain when there is no index.theme file
8863         in the specified directory, unless --force is used. Also add an
8864         --index-only option to create caches without image data.
8865
8866         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Fix a
8867         C99ism.  (#314262, Robert Jeff Mitchell)
8868         
8869 2005-08-22  Manish Singh  <yosh@gimp.org>
8870
8871         * gtk/gtkicontheme.h: add declaration for _gtk_icon_theme_check_reload.
8872
8873         * gtk/gtkwindow.c: remove declaration of gtk_window_read_rcfiles.
8874
8875 2005-08-22  Matthias Clasen  <mclasen@redhat.com>
8876
8877         * gtk/gtkwindow.c (gtk_window_client_event): 
8878         * gtk/gtkicontheme.c (ensure_valid_themes) 
8879         (_gtk_icon_theme_check_reload): Implement a clientmessage based
8880         scheme for makeing sure that all GTK+ applications notice if an
8881         icon theme has been updated. This should prevent multiple versions
8882         of an icon theme cache to be mapped in memory at the same time,
8883         which can cause excessive memory consumption.  (#313156, Chris 
8884         Lahey)
8885
8886 2005-08-22  Matthias Clasen  <mclasen@redhat.com>
8887
8888         * gtk/gtkicontheme.c (gtk_icon_theme_load_icon): Add a note
8889         regarding icon theme changes.
8890
8891         * gtk/gtkiconcache.c (_gtk_icon_cache_get_icon): When returning
8892         pixbufs which are backed by the mmapped memory of an icon cache,
8893         increase the refcount of the icon cache, so that the memory is not
8894         munmapped away underneath the pixbuf upon icon theme changes.  
8895         (#314170, Kjartan Maraas)
8896
8897         * docs/tools/Makefile.am (LDADDS): Add GTK_DEP_LIBS, in order 
8898         to link against Xext.  (#314062)
8899
8900         * gtk/gtkhsv.c (paint_triangle): One more fix to prevent buffer
8901         overruns.  (#314081, Hans Breuer)
8902
8903 2005-08-20  Matthias Clasen  <mclasen@redhat.com>
8904
8905         * gtk/gtkentry.c (gtk_entry_get_layout): Clarify that the
8906         returned layout must not be modified.
8907
8908 Sat Aug 20 16:12:14 2005  Jonathan Blandford  <jrb@redhat.com>
8909
8910         * gtk/gtktreeview.c (gtk_tree_view_set_model): clear
8911         scroll_to_path if the model changes.
8912
8913         * gtk/gtkiconview.c: (gtk_icon_view_destroy),
8914         (gtk_icon_view_size_allocate), (gtk_icon_view_set_cursor),
8915         (gtk_icon_view_scroll_to_path): Handle scrolling to a path before
8916         we're realized, #312798
8917         (gtk_icon_view_set_model): clear scroll_to_path if the model
8918         changes.
8919
8920 2005-08-20  Matthias Clasen  <mclasen@redhat.com>
8921
8922         * gtk/gtkrange.c (gtk_range_adjustment_changed) 
8923         (gtk_range_adjustment_value_changed):  Don't queue a draw
8924         if the layout has not changed.  (#313991, Benjamin Berg)
8925
8926 2005-08-19  Matthias Clasen  <mclasen@redhat.com>
8927
8928         * gtk/gtktreeitem.c: Remove duplicate lines.  (#313344,
8929         Benoit Carpentier)
8930
8931         * modules/engines/ms-windows/msw_style.c (setup_system_styles): 
8932         Fix a typo. 
8933
8934         * gtk/gtkfilechooserbutton.c (change_icon_theme) 
8935         (model_add_special, model_add_special, model_add_volumes):
8936         Handle pixbuf being NULL without warnings. Also, don't
8937         leak pixbuf references when the icon theme is changed.
8938
8939         * gtk/gtkmain.c (gtk_get_event_widget): Don't access
8940         the user data on destroyed windows, since at best
8941         it can be a stale pointer.  (#313953, Robin Green)      
8942
8943 2005-08-19  Matthias Clasen  <mclasen@redhat.com>
8944
8945         * gtk/gtkhsv.c (paint_triangle): Avoid a buffer overrun.  
8946         (#313900, Sebastien Bacher)
8947
8948         * gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Return
8949         FALSE if the tree is empty.  (#313891, Guillaume Cottenceau)
8950
8951         * gdk/x11/gdkdnd-x11.c (_gdk_drag_get_protocol_for_display) 
8952         (xdnd_read_actions, get_client_window_at_coords_recurse): 
8953         Free data returned from XGetWindowProperty. 
8954
8955         * gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window) 
8956         Free data returned from XGetWindowProperty.  (313867, Kjartan
8957         Maraas)
8958         
8959         * gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse): Free
8960         children in all cases.  (#313862, Kjartan Maraas)
8961
8962         * gtk/gtkicontheme.c (theme_lookup_icon): Store GtkIconData structs 
8963         in the per-directory hash, even if they come from the icon cache. 
8964         We tried to avoid that before, but as a result leaked icon data
8965         structs.  (#313852, Kjartan Maraas)
8966
8967 2005-08-18  Matthias Clasen  <mclasen@redhat.com>
8968
8969         * gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_destroy): Disconnect
8970         signal handlers on destroy, not on finalize.  (#313759, Brett Atoms)
8971
8972 2005-08-15  Owen Taylor  <otaylor@redhat.com>
8973
8974         * configure.in: Add -lXext to GDK_EXTRA_LIBS in absence of pkg-config
8975         files for x11/xext. (Jonas Bonn)
8976
8977 2005-08-15  Tor Lillqvist  <tml@novell.com>
8978
8979         * gtk/gtkicontheme.c (theme_lookup_icon): Put debugging printout
8980         inside GTK_NOTE.
8981
8982 2005-08-15  Owen Taylor  <otaylor@redhat.com>
8983
8984         * configure.in: Fix have_base_pc / have_base_x_pc typo.
8985
8986         * gdk/x11/gdkdrawable-x11.c gtk/gtksettings.c: Remove panoxft.h includes.
8987         (#313417, James Andrewartha)
8988
8989         * configure.in: Add fontconfig to X_PACKAGES, since we use it for
8990         FcNameConstant(). (More of #313417)
8991
8992 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
8993
8994         * gtk/gtkfilechooserdefault.c: When using gtk_dialog_run() for
8995         modal dialogs, make sure to inherit the window group from 
8996         the parent, since we don't inherit window groups across
8997         transient parents currently.  (#312918, Christian Persch)
8998
8999         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): 
9000         * gtk/gtkdialog.c (gtk_dialog_run): Slight update to the docs. 
9001
9002         * gtk/gtkiconview.c (gtk_icon_view_select_path) 
9003         (gtk_icon_view_scroll_to_path): Handle paths of depth 0
9004         gracefully.  (#312796, Jonathan Blandford)
9005
9006         * tests/testtoolbar.c: Add some more tests for menu placement.
9007
9008         * gtk/gtkmenutoolbutton.c (menu_position_func): 
9009         * gtk/gtktoolbar.c (menu_position_func): Improve positioning
9010         of toolbutton menus and of the overflow menu.  (#312937, 
9011         #153870, Christian Persch, Paolo Borelli)
9012
9013 2005-08-15  Tor Lillqvist  <tml@novell.com>
9014
9015         * gtk/updateiconcache.c: Use g_path_get_dirname() instead of
9016         the nonportable <libgen.h> and dirname().
9017
9018 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
9019
9020         * gtk/gtksizegroup.c: Use object data to mark widgets and
9021         groups as visited, so that we avoid constant extra list
9022         traversals. Also allocate quarks in class_init.  (#311618,
9023         Michael Natterer)
9024
9025         * gtk/gtkicontheme.c (gtk_icon_theme_lookup_icon): Correct the 
9026         download location for the hicolor icon theme. (#313475, Olexiy 
9027         Avramchenko)
9028
9029         * gtk/gtkicontheme.c: Remove debug spew. 
9030
9031 2005-08-15  Owen Taylor  <otaylor@redhat.com>
9032
9033         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_back_pixmap): 
9034         * gdk/win32/gdkwindow-win32.c (gdk_window_set_back_pixmap): 
9035         * gdk/x11/gdkwindow-x11.c (gdk_window_set_back_pixmap):
9036         Handle pixmap == NULL when checking for a colormap.
9037         (Allin Cottrell).
9038
9039 2005-08-14  Matthias Clasen  <mclasen@redhat.com>
9040
9041         * gtk/updateiconcache.c: Store only one copy of the pixel data
9042         for symlinked icons. To achieve this, maintain a hashtable 
9043         mapping pathnames to pixel data, and share the pixel data for
9044         all symlinks resolving to the same pathname. When writing out
9045         the image data, write out the pixel data only the first time
9046         it is met, and store the offset pointing to the first copy
9047         for use in all later cases.
9048         This reduces the size of the Bluecurve icon cache from 40
9049         to 13MB. (#312972)
9050