]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
fixed off by one error in clip patch from (#330824)
[~andy/gtk] / ChangeLog.pre-2-10
1 2006-04-19  Michael Emmel  <mike.emmel@gmail.com>
2         *gdk/directfb/gdkdrawable-directfb.c fixed off by one error in
3         clip patch from (#330824)
4 2006-04-19  Murray Cumming  <murrayc@murrayc.com>
5
6         * gtk/gtkfilechooserbutton.c: _GtkFileChooserButtonPrivate:
7         Added has_title flag so we can remember whether a title has 
8         been set.
9         (gtk_file_chooser_button_constructor): If no title has been
10         set then set it to the default title. This means that the 
11         default title will be used if the dialog was instantiated with 
12         g_object_new(), without using the gtk_file_chooser_button_new() 
13         convenience function. This helps language bindings.
14         (gtk_file_chooser_button_set_property): Set has_title when 
15         setting the title.
16
17 2006-04-19  Tor Lillqvist  <tml@novell.com>
18
19         * gdk/win32/gdkkeys-win32.c (handle_special): Map VK_NUMPAD[0-9]
20         to GDK_KP_[0-9]. (#337562)
21
22 2006-04-18  Matthias Clasen  <mclasen@redhat.com>
23
24         * gtk/gtkrc.c: Allocate pixmap_path dynamically, rather than
25         using a fixed array of size 128.
26
27         * gtk/gtkiconcache.c: Apply a patch by Paolo Borelli to factor
28         out a strip_suffix() function and save some memory.  (#338307)
29
30 2006-04-18  Carlos Garnacho  <carlosg@gnome.org>
31
32         * gtk/gtknotebook.c (gtk_notebook_pages_allocate): removed wrong
33         condition check that caused tab labels not to be drawn under certain
34         circumstances. Bug #338734.
35
36 2006-04-17  Kjartan Maraas  <kmaraas@gnome.org>
37
38         * configure.in: Remove obsolete entry for no_NO
39         * po-properties/no.po: And the translation
40         * po/no.po: And the translation.
41
42 2006-04-17  Matthias Clasen  <mclasen@redhat.com>
43
44         * demos/gtk-demo/colorsel.c (expose_event_callback): Small formatting
45         fix.
46
47 2006-04-17  Christian Persch  <chpe@cvs.gnome.org>
48
49         * gtk/gtkdnd.c: (gtk_drag_dest_set), (gtk_drag_dest_set_proxy): Fix
50         UMR in gtk_drag_dest_motion. Bug #338725.
51
52 2006-04-17  Matthias Clasen  <mclasen@redhat.com>
53
54         * gtk/gtksettings.c (gtk_settings_class_init): 
55         * gtk/gtkentry.c (gtk_entry_class_init): Fix typos
56         in property blurbs.  (#338772, Clytie Siddall)
57
58 2006-04-16  Richard Hult  <richard@imendio.com>
59
60         * gdk/quartz/gdkdrawable-quartz.c: (gdk_quartz_draw_drawable): Add check 
61         for source being a window.
62
63         * gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_get_pointer):
64         Don't assert on window not being the root window.
65
66 2006-04-16  Richard Hult  <richard@imendio.com>
67
68         * gdk/quartz/gdkdrawable-quartz.c: Remove leading cairo/ in include.
69
70 2006-04-16  Matthias Clasen <mclasen@redhat.com>
71
72         * gdk/x11/gdkwindow-x11.c (set_initial_hints ): Avoid a
73         possible array overrun.  (Coverity)
74
75         * gtk/gtkcalendar.c (gtk_calendar_key_press): Avoid a
76         possible array overrun.  (Coverity)
77
78         * gtk/gtktextbuffer.c (_gtk_text_buffer_remove_all_tags):
79         Avoid a NULL dereference.  (Coverity)
80
81 2006-04-15  Matthias Clasen <mclasen@redhat.com>
82
83         * gtk/gtkrecentmanager.c: Make filename_warning() static,
84         and use caseless matching when looking for file:/.  
85         (#336772, Morten Welinder)
86
87 2006-04-13  Anders Carlsson  <andersca@imendio.com>
88
89         * gdk/quartz/gdkevents-quartz.c:
90         (synthesize_enter_event):
91         (synthesize_leave_event):
92         (synthesize_crossing_events):
93         Take grabs into account.
94
95         (find_window_for_event):
96         Only return grabbed window when owner_events is FALSE.
97
98 2006-04-13  Matthias Clasen  <mclasen@redhat.com>
99
100         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Reorganize slightly
101         to avoid a possible NULL dereference.  (Coverity)
102
103 2006-04-12  Matthias Clasen  <mclasen@redhat.com>
104
105         * gtk/gtktreeview.c (gtk_tree_view_get_arrow_xrange): Don't
106         allow passing NULL for x1 or x2, adjust callers.
107
108         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_get_neighbor_sizes): 
109         Reorganize to avoid a possible NULL pointer dereference.  (Coverity)
110
111         * gtk/gtknotebook.c (gtk_notebook_page_allocate): Reorganize
112         to avoid a possible NULL dereference.  (Coverity)
113
114         * gdk/x11/gdkimage-x11.c (gdk_image_new_bitmap): Handle
115         closed displays correctly.  (Coverity)
116
117         * contrib/gdk-pixbuf-xlib/Makefile.am:
118         * modules/engines/pixbuf/Makefile.am
119         * gdk-pixbuf/Makefile.am: Build fixes for Cygwin.  (#338262)
120
121         * gdk/x11/gdkselection-x11.c (make_list): Make this work
122         for list == NULL.  (Coverity)
123
124         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_entries_for_keycode): 
125         Rearrange the code a bit.
126
127         * gtk/gtktextlayout.c (gtk_text_layout_validate_yrange): 
128         Handle _gtk_text_line_get_data() returning NULL in all
129         cases.  (Coverity)
130
131         * gtk/gtkuimanager.c: Make find_menu_position and
132         find_toolbar_position void.  (#338100)
133
134 2006-04-12  Anders Carlsson  <andersca@imendio.com>
135
136         * gdk/quartz/gdkkeys-quartz.c:
137         Handle page up and page down.
138
139 2006-04-12  Anders Carlsson  <andersca@imendio.com>
140
141         * gdk/quartz/gdkdrawable-quartz.c:
142         (_gdk_quartz_drawable_release_context):
143         Don't flush if we're inside a begin_paint/end_paint pair.
144         
145         * gdk/quartz/gdkwindow-quartz.c:
146         (gdk_window_impl_quartz_end_paint):
147         Free clip region here.
148
149 2006-04-12  Matthias Clasen  <mclasen@redhat.com>
150
151         * gtk/gtkuimanager.c (start_element_handler): Don't pass
152         a negative value as string length to get_child_node().  (Coverity)
153
154         * gtk/gtkicontheme.c (insert_theme): Handle dirs == NULL
155         gracefully.  (Coverity)
156
157         * gtk/gtknotebook.c (gtk_notebook_remove): Silently do nothing
158         if the widget is not a child.  (Coverity)
159
160 2006-04-11  Matthias Clasen  <mclasen@redhat.com>
161
162         * gdk/x11/gdkkeys-x11.c (get_xkb): Return early in error
163         cases.  (Coverity)
164
165         * gtk/gtktextview.c (selection_motion_event_handler): Remove
166         some unused variables.
167
168         * gtk/gtktreeview.c ((gtk_tree_view_search_position_func): Apply
169         a patch from David Trowbridge to improve the positioning of the
170         search popup.  (#338047)
171
172 2006-04-11  Emmanuele Bassi  <ebassi@cvs.gnome.org>
173
174         * gtk/gtkrecentmanager.c (gtk_recent_manager_init)
175         (gtk_recent_manager_new): Remove the unneeded setting of the
176         storage file inside the constructor. (Murray Cumming)
177         (build_recent_items_list): Reset the dirty bit when done rebuilding
178         the list from the storage file.
179
180 2006-04-11  Matthias Clasen  <mclasen@redhat.com>
181
182         * gtk/gtkscale.c (gtk_scale_get_layout_offsets): Silence
183         compiler warnings.
184
185         * gtk/gtkinputdialog.c (gtk_input_dialog_set_mapping_mode): Don't
186         dereference info before checking it for NULL.  (Coverity)
187
188 2006-04-11  Anders Carlsson  <andersca@mac.imendio.com>
189
190         * gdk/quartz/GdkQuartzView.c:
191         (-[GdkQuartzView drawRect:]):
192         * gdk/quartz/gdkdrawable-quartz.c:
193         (gdk_quartz_ref_cairo_surface):
194         (_gdk_quartz_drawable_get_context):
195         (_gdk_quartz_drawable_release_context):
196         * gdk/quartz/gdkwindow-quartz.c:
197         (gdk_window_impl_quartz_finalize):
198         (gdk_window_impl_quartz_class_init):
199         (gdk_window_impl_quartz_begin_paint_region):
200         (gdk_window_impl_quartz_end_paint):
201         (gdk_window_impl_quartz_invalidate_maybe_recurse):
202         (gdk_window_impl_quartz_process_updates):
203         (gdk_window_impl_quartz_paintable_init):
204         (_gdk_window_impl_quartz_get_type):
205         * gdk/quartz/gdkwindow-quartz.h:
206         Have GdkWindowImplQuartz implement GdkPaintable.
207
208 2006-04-10  Michael Natterer  <mitch@imendio.com>
209
210         * gtk/gtktextbufferrichtext.c (gtk_text_buffer_deserialize):
211         pasted rich text should not be affected by tags that are active at
212         the insertion point. Therefore, remove and remember all active
213         tags, and re-apply them left and right of the inserted text after
214         pasting. Fixes bug #337653.
215
216 2006-04-11  Anders Carlsson  <andersca@imendio.com>
217
218         * gdk/gdkinternals.h:
219         * gdk/gdkwindow.c:
220         (_gdk_paintable_get_type):
221         (gdk_window_begin_paint_region):
222         (gdk_window_end_paint):
223         (gdk_window_process_updates):
224         (gdk_window_invalidate_maybe_recurse):
225         Add new GdkPaintable interface which implementation objects can 
226         implement in order to override gdk painting functions.
227
228 2006-04-10 Vladimer Sichinava  <vlsichinava@gmail.com>
229
230         * configure.in: Added "ka" (Georgian) to ALL_LINGUAS
231
232 2006-04-07  Hans Breuer  <hans@breuer.org>
233
234         * gtk/makefile.msc.in tests/makefile.msc : updated
235
236 2006-04-06  Tor Lillqvist  <tml@novell.com>
237
238         Correct the appearance of non-square icons and cursors: pad them
239         to square so that Windows won't stretch them.
240
241         * gdk/win32/gdkcursor-win32.c (create_alpha_bitmap)
242         (create_color_bitmap): Always create square bitmaps, take only
243         side length as argument.
244         (pixbuf_to_hbitmaps_alpha_winxp, pixbuf_to_hbitmaps_normal):
245         Corresponding changes.
246
247 2006-04-05  Matthias Clasen  <mclasen@redhat.com>
248
249         * gtk/gtktextview.c (text_window_realize): Lower the window, to
250         prevent late-constructed text windows from covering child 
251         widgets.  (#336796, Yevgen Muntyan)
252
253         * gtk/gtkmain.c (gtk_grab_add, gtk_grab_remove, gtk_grab_notify) 
254         (gtk_grab_notify_foreach): Rework the code which emits ::grab-notify
255         signals to ensure that we emit enough signals. Also optimize the
256         code to not do unnecessary tree walking.
257
258         * gtk/gtkwidget.c (gtk_widget_class_init): Document ::grab-notify.
259
260 2006-04-05  Paolo Borelli  <pborelli@katamail.com>
261
262         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle the case of \r
263         and \n split across lines. Bug #337022.
264         * tests/testtextbuffer.c: add unit test.
265
266 Tue Apr  4 12:25:36 2006  Søren Sandmann  <sandmann@redhat.com>
267
268         * gdk/x11/gdkimage-x11.c (gdk_image_class_init): Add "_private" to
269         make it build.
270
271 2006-04-04  Matthias Clasen  <mclasen@redhat.com>
272
273         * gdk/gdkdisplay.c: 
274         * gdk/gdkdisplaymanager.c:
275         * gdk/gdkdraw.c:
276         * gdk/gdkkeys.c:
277         * gdk/gdkpixmap.c:
278         * gdk/gdkscreen.c:
279         * gdk/gdkwindow.c:
280         * gdk/x11/gdkcolor-x11.c:
281         * gdk/x11/gdkdisplay-x11.c:
282         * gdk/x11/gdkdnd-x11.c:
283         * gdk/x11/gdkdrawable-x11.c:
284         * gdk/x11/gdkgc-x11.c:
285         * gdk/x11/gdkimage-x11.c:
286         * gdk/x11/gdkinput.c:
287         * gdk/x11/gdkpixmap-x11.c:
288         * gdk/x11/gdkscreen-x11.c:
289         * gdk/x11/gdkwindow-x11.c: Use G_DEFINE_TYPE.
290
291         * gdk/x11/gdkcolor-x11.c: 
292         * gdk/x11/gdkdnd-x11.c:
293         * gdk/x11/gdkimage-x11.c: Use instance private data.
294
295 2006-04-03  Matthias Clasen  <mclasen@redhat.com>
296
297         * gdk/gdkrgb.c: Get rid of a duplicate copy of the visual names.
298
299         * gtk/gtkmain.c: Make gtk_args const.
300
301         * gtk/gtkicontheme.c (pixbuf_supports_svg): Save one static.
302
303         * gtk/gtkrecentchooser.c (gtk_recent_chooser_error_quark):
304         * gtk/gtkrecentmanager.c (gtk_recent_manager_error_quark):
305         * gtk/gtkfilechooser.c (gtk_file_chooser_error_quark):
306         * gtk/gtkfilesystem.c (gtk_file_system_error_quark):
307         * gtk/gtkicontheme.c (gtk_icon_theme_error_quark): No point
308         in making the error path fast by caching quarks. 
309
310         * gtk/gtkfilesel.c (no_stat_dirs): Avoid relocation.
311
312         * gdk/gdk.c: Here too.
313
314         * gdk/gdkinternals.h: 
315         * gdk/x11/gdkmain-x11.c: 
316         * gdk/win32/gdkmain-win32.c: 
317         * gdk/directfb/gdkdisplay-directfb.c: 
318         * gdk/quartz/gdkmain-quartz.c: Make _gdk_windowing_args const.
319
320         * gdk/win32/gdkpixmap-win32.c: Include gdkscreen.h  (#337032,
321          Kazuki IWAMOTO)
322
323         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Mention
324         that %NULL is allowed.  (#336937, Christian Neumair)
325
326         * gtk/gtkmain.c: Get rid of an unnecessary static variable.
327
328         * gtk/gtktextlayout.c: Fix a warning.
329         
330         * gtk/gtktextsegment.h: 
331         * gtk/gtktextsegment.c: 
332         * gtk/gtktextchild.c:
333         * gtk/gtktextbtree.c:
334         * gtk/gtktextmark.c: 
335         * gtk/gtktexttypes.h: Make the segment class pointers const.
336
337         * gtk/gtktextbufferserialize.c: Make parser struct const.
338         
339         * gtk/gtkuimanager.c: Make parser struct const.
340
341         * gtk/gtklinkbutton.c: Make the default colors const.
342
343         * gtk/gtkuimanager.c: Avoid relocations. 
344
345         * gtk/gtkxembed.c (_gtk_xembed_message_name): Reduce size of static
346         buffer.
347
348         * gtk/gtktext.c (gtk_text_key_press): Avoid relocations.
349
350         * gtk/gtkrc.c (gtk_rc_add_initial_default_files) 
351         (gtk_rc_add_default_file): Allocate the gtk_rc_default_files array
352         dynamically.
353
354 2006-04-02  Matthias Clasen  <mclasen@redhat.com>
355
356         * gtk/gtkrc.c: Avoid relocations for the array of symbol names. 
357
358         * gtk/gtkruler.c: Remove unused strings from the ruler_metrics 
359         structs, to avoid relocations.  (#336917, Stephane Chauveau)
360
361 2006-04-02  Emmanuele Bassi  <ebassi@cvs.gnome.org>
362
363         * gtk/gtkrecentmanager.c (gtk_recent_manager_set_filename): Build
364         the items list after setting the storage file.
365
366         * gtk/gtkrecentmanager.c (display_closed): Use the right string
367         for unsetting the default manager object from the screen.       
368
369 2006-04-01  Behdad Esfahbod  <behdad@gnome.org>
370
371         * gtk/gtkfilesel.c (gtk_file_selection_get_filename): Oops. (#336784)
372
373 2006-04-01  Behdad Esfahbod  <behdad@gnome.org>
374
375         * gtk/gtkfilesel.c (gtk_file_selection_get_filename): Use a GString
376         instead of static buffer to reduce .bss by 8kb. (#336784)
377
378 2006-04-01  Dom Lachowicz <cinamod@hotmail.com>
379
380         * modules/engines/ms-windows/msw_style.c (draw_hline): Emulate WinXP's
381         drawing of menu separators
382         
383 2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
384
385         * gtk/gtkrecentmanager.c: Convert filenames to UTF-8 before printing
386         them out in warning messages. (#336770, Morten Welinder)
387
388 2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
389
390         * gtk/gtkrecentmanager.c (gtk_recent_info_last_application): Update
391         last_stamp inside the look. (#336771, Morten Welinder)
392
393 2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
394
395         * gtk/gtkrecentchoosermenu.c (gtk_recent_chooser_menu_get_property):
396         Add missing break. (#336769, Morten Welinder)
397
398 2006-03-31  Behdad Esfahbod  <behdad@gnome.org>
399
400         * gtk/gtkfilesystem.c (gtk_file_system_get_bookmark_label):
401         * gtk/gtklinkbutton.c (gtk_link_button_new_with_label): Return NULL
402         instead of FALSE in g_return_val_if_fail in a pointer-returning
403         function. (#336764, Morten Welinder)
404
405 2006-04-01  Gora Mohanty  <gmohanty@cvs.gnome.org>
406
407         * configure.in: Added 'or' (Oriya) to ALL_LINGUAS.
408
409 2006-03-31  Matthias Clasen  <mclasen@redhat.com>
410
411         * gtk/gtkrecentmanager.c (gtk_recent_info_get_age): Don't
412         assert that the age is positive.  (#336773, Morten Welinder)
413
414 2006-03-31  Matthias Clasen  <mclasen@redhat.com>
415
416         * gtk/gtkicontheme.c (load_icon_data): Don't leak the keyfile 
417         parser in the error case. 
418         
419         * gtk/gtkicontheme.c (load_icon_data, free_unthemed_icon) 
420         (icon_data_free, load_themes):
421         * gtk/gtkiconcache.c (_gtk_icon_cache_get_icon_data): Use the slice
422         allocator for GtkIconData and UnthemedIcon structs.
423
424 2006-03-30  Behdad Esfahbod  <behdad@gnome.org>
425
426         * gtk/gtkcalendar.c: Fix translation comments for localizable
427         digit formats. (fixes bug #336650)
428
429 2006-03-30  Matthias Clasen  <mclasen@redhat.com>
430
431         * gtk/gtkrecentmanager.h (struct _GtkRecentData): Fix the doc
432         comment format.
433
434         * gtk/gtkrecentmanager.c (gtk_recent_manager_has_item) 
435         (gtk_recent_manager_purge_items, gtk_recent_manager_lookup_item) 
436         (gtk_recent_manager_get_limit, gtk_recent_manager_add_full) 
437         (gtk_recent_manager_get_items, gtk_recent_manager_remove_item): 
438
439         * gtk/gtkrecentfilter.c (gtk_recent_filter_add_age): 
440         * gtk/gtkrecentchooser.c (gtk_recent_chooser_set_show_numbers) 
441         (gtk_recent_chooser_set_sort_func): 
442         * gtk/gtknotebook.h (gtk_notebook_set_tab_detachable): Sync
443         parameter names between .c and .h files to help gtk-doc.
444
445         * gdk/gdkregion-generic.c (gdk_region_get_clipbox): Reword
446         docs to help gtk-doc.
447
448         * docs/tools/widgets.c (get_all_widgets): Add 
449         GtkRecentChooserDialog.
450
451         * gtk/gtkdnd.c (gtk_drag_get_icon): Make sure to get an
452         icon window when constructing the fallback_icon. This
453         fixes a crash when dragging icons between screens in
454         nautilus.  (#325751, Hylke van der Schaaf)
455
456 2006-03-30  Michael Emmel  <mike.emmel@gmail.com>
457
458         * gdk/directfb/gdkpixmap-directfb.c implement
459             (gdk_pixmap_foreign_new_for_screen)
460
461 2006-03-30  Emmanuele Bassi  <ebassi@cvs.gnome.org>
462
463         Add documentation for the GtkLinkButton (#336592)
464
465         * docs/reference/tmpl/gtklinkbutton.sgml: Add description
466         of the GtkLinkButton.
467
468         * docs/reference/gtk/migrating-GtkLinkButton.sgml: Guidelines
469         for migrating code from GnomeHRef to the GtkLinkButton.
470
471         * docs/reference/gtk/gtk-docs.sgml:
472         * docs/reference/gtk/Makefile.am: Build glue for the porting
473         guide.
474
475 2006-03-29  Matthias Clasen <mclasen@redhat.com>
476
477         * gdk/gdk.symbols:
478         * gdk/gdkpixmap.h:
479         * gdk/win32/gdkpixmap-win32.c:
480         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new_for_screen):
481         New function to allow wrapping a native pixmap without
482         a server roundtrip.  (#334954, David Baron) 
483
484         * gtk/gtk.symbols:
485         * gtk/gtkrecent*.c: Fix some symbol aliasing glitches.
486
487 2006-03-29  Emmanuele Bassi  <ebassi@cvs.gnome.org>
488
489         * gtk/gtkrecentchoosermenu.c: Make gtkalias.h the last included file.
490
491 2006-03-29  Emmanuele Bassi  <ebassi@cvs.gnome.org>
492
493         * gtk/gtk.symbols: Fix a typo that broke aliasing rules.
494
495 2006-03-29  Richard Hult  <richard@imendio.com>
496
497         * gdk/quartz/gdkproperty-quartz.c: Add missing CLIPBOARD atom.
498
499 2006-03-29  Emmanuele Bassi  <ebassi@cvs.gnome.org>
500
501         * docs/reference/gtk/migrating-GtkRecentChooser.sgml: Add a migration
502         guide for porting to the new GtkRecent stuff from the old EggRecent
503         code.
504
505         * docs/reference/gtk/tmpl/gtkrecentchooser.sgml:
506         * docs/reference/gtk/tmpl/gtkrecentchooserdialog.sgml:
507         * docs/reference/gtk/tmpl/gtkrecentchoosermenu.sgml:
508         * docs/reference/gtk/tmpl/gtkrecentchooserwidget.sgml:
509         * docs/reference/gtk/tmpl/gtkrecentfilter.sgml:
510         * docs/reference/gtk/tmpl/gtkrecentmanager.sgml: Add template files
511         for the reference guide.
512
513         * docs/reference/gtk/gtk-docs.sgml:
514         * docs/reference/gtk/gtk-sections.txt:
515         * docs/reference/gtk/Makefile.am: Build glue for add GtkRecent to
516         the reference guide.
517
518 2006-03-29  Emmanuele Bassi  <ebassi@cvs.gnome.org>
519
520         * tests/Makefile.am:
521         * tests/testrecentchooser.c: Add a test suite for GtkRecentChooser.
522
523 2006-03-29  Emmanuele Bassi  <ebassi@cvs.gnome.org>
524
525         Import GtkRecent* from libegg.
526
527         * gtk/gtkrecentmanager.[ch]: Add GtkRecentManager, an object
528         for managing a list of recently used resources.
529
530         * gtk/gtkrecentchooser.[ch]:
531         * gtk/gtkrecentchooserdefault.[ch]:
532         * gtk/gtkrecentchooserdialog.[ch]:
533         * gtk/gtkrecentchoosermenu.[ch]:
534         * gtk/gtkrecentchooserprivate.h:
535         * gtk/gtkrecentchooserutils.[ch]:
536         * gtk/gtkrecentchooserwidget.[ch]: Add GtkRecentChooser, a
537         GTypeInterface for widgets implementing viewers for recently
538         used resources.
539
540         * gtk/gtkrecentfilter.[ch]: GtkRecentFilter, a filter object
541         for GtkRecentChooser implementations.
542
543         * gtk/gtk.h:
544         * gtk/gtk.symbols:
545         * gtk/Makefile.am: Build glue for GtkRecent*.
546
547 2006-03-29  Matthias Clasen  <mclasen@redhat.com>
548
549         * gtk/gtknotebook.c (gtk_notebook_real_insert_page): Emit
550         page-added before switch-page.  (#335691, Christian Persch)
551
552 2006-03-29  Matthias Clasen  <mclasen@redhat.com>
553
554         * gtk/gtkfilechooserdefault.c (queue_edited_idle): Handle
555         double queuing, rather than asserting that it does not 
556         happen.  (#330617)
557
558 2006-03-28  Matthias Clasen  <mclasen@redhat.com>       
559
560         * gtk/gtknotebook.c (gtk_notebook_set_tab_detachable): Fix
561         docs syntax, also commit a patch from #335707 to improve
562         notebook DND with window widgets.
563
564         * gtk/gtktextview.c (gtk_text_view_start_selection_drag): 
565         (selection_motion_event_handler): Fix drag-selection after
566         double-click.  (#323862, Benjamin Berg)
567
568         * gtk/gtktextview.c (get_iter_at_pointer): Factor this out
569         into a function and use it in move_mark_to_pointer_and_scroll,
570         drag_scan_timeout and selection_motion_event_handler.
571         (Paolo Borelli)
572
573 2006-03-28  Matthias Clasen  <mclasen@redhat.com>
574
575         * gtk/gtktextview.c (gtk_text_view_do_popup) 
576         (gtk_text_view_grab_notify): Move the call to 
577         gtk_text_view_end_selection_drag() from gtk_text_view_do_popup
578         to gtk_text_view_grab_notify, so that it works not only
579         for the text views own popup, but also for other ways in which
580         we might become grab-shadowed during a selection drag.
581         (#74620, Li Yuan)
582
583 2006-03-28  Sven Herzberg  <herzi@gnome-de.org>
584
585         reviewed by: Tim Janik
586         
587         * gtk/gtkpixmap.c: (gtk_pixmap_set): only check for equal colormaps if
588         the new pixmap is not NULL; fixes a warning when gtk_pixmap_set is
589         called from gtk_pixmap_finalize (bug 336254)
590
591 2006-03-27  Anders Carlsson  <andersca@imendio.com>
592
593         * gdk/quartz/gdkevents-quartz.c:
594         (select_thread_func):
595         (got_fd_activity):
596         (poll_func):
597         (gdk_event_translate):
598         Make the poll func work with real file descriptors.
599         We do this by creating a thread which calls poll and then
600         signals the main thread using a run loop source.
601         
602         * gtk/gtkclipboard-quartz.c:        
603         (-[GtkClipboardOwner pasteboard:provideDataForType:]):
604         Remove debugging output
605
606 2006-03-27  Matthias Clasen  <mclasen@redhat.com>
607
608         * gtk/gtkmnemonichash.c (_gtk_mnemonic_hash_activate): Check that 
609         the widget is viewable.  (#336200, Bastian Nocera)
610
611 2006-03-27  Michael Natterer  <mitch@imendio.com>
612
613         * gtk/gtkmenu.c (gtk_menu_scroll_by): bail out if there is no need
614         for scrolling (more obvious than adding additional conditions to
615         the scroll offset calculation). Fixes bug #335912.
616
617 2006-03-27  Anders Carlsson  <andersca@imendio.com>
618
619         * gtk/Makefile.am:
620         Add -xobjective-c to cflags.
621         (#335956, Lllian Angel)
622         
623         * gtk/gtkdnd-quartz.c:
624         (gtk_drag_dest_set_track_motion):
625         (gtk_drag_dest_get_track_motion):
626         Add stubs for new functions.
627         (#335955, Lillian Angel)
628         
629 2006-03-27  Richard Hult  <richard@imendio.com>
630
631         * gdk/quartz: Add more stubs.
632
633 2006-03-27  Michael Natterer  <mitch@imendio.com>
634
635         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
636         add missing ')'.
637
638 2006-03-26  Matthias Clasen  <mclasen@redhat.com>
639
640         * gtk/Makefile.am: Fix a srcdir != builddir build problem.
641         (#335915, Yevgen Muntyan)
642
643         * gtk/gtktextbuffer.c (gtk_text_buffer_get_property):
644         * gtk/gtksettings.c (gtk_settings_get_property):
645         * gtk/gtkuimanager.c (gtk_ui_manager_get_property): Fix leaks.
646
647         * gtk/gtktexttag.c (gtk_text_tag_get_property):
648         * gtk/gtkcellrenderertext.c (gtk_cell_render_text_get_property):
649         Avoid an unnecessary strdup.  (#336013)
650
651 2006-03-24  Matthias Clasen  <mclasen@redhat.com>
652
653         * gtk/gtktextview.c (gtk_text_view_value_changed): Don't call
654         gdk_window_invalidate_rect() on unrealized widgets.  (#335717,
655         Nicolas Setton)
656
657 Fri Mar 24 14:53:20 2006  Tim Janik  <timj@imendio.com>
658
659         * gtk/gtktreemodel.h: 
660         * gtk/gtktextbtree.h: back out G_GNUC_WARN_UNUSED_RESULT on iterator
661         functions which turned out to cause too much trouble.
662
663 2006-03-23  Matthias Clasen  <mclasen@redhat.com>
664
665         * AUTHORS: small update
666
667 2006-03-23  Matthias Clasen  <mclasen@redhat.com>
668
669         Support subclasses in RC files.  (#142417, Todd Berman, patch
670         based on a patch by Benjamin Berg)
671         
672         * gtk/gtkrc.h: 
673         * gtk/gtkrc.c: Support <classname> elements in widget_class paths 
674         in rc files which match any classes derived from named class.
675
676         (_gtk_rc_init): Use the new syntax in the default rc string.
677
678         * gtk/gtkbindings.c: Support the new syntax for bindings too.
679         
680         * tests/testrc.c: Tests for widget_class path matching
681
682 2006-03-23  Carlos Garnacho  <carlosg@gnome.org>
683
684         * gtk/gtkdnd.c (gtk_drag_dest_motion): make sure that gdk_drag_event()
685         is called when track_motion is TRUE to receive drag_motion and
686         drag_leave events properly.
687
688 2006-03-22  Matthias Clasen  <mclasen@redhat.com>
689
690         * gtk/gtknotebook.c (gtk_notebook_remove): Emit the ::page-removed
691         signal after removing the page.  (#335238, Christian Persch)
692
693 2006-03-22  Carlos Garnacho  <carlosg@gnome.org>
694
695         * gtk/gtkexpander.c: Make it to expand when hovering during DnD
696
697 2006-03-22  Matthias Clasen  <mclasen@redhat.com>
698
699         Improved DND support for GtkNotebook  (#332991, Carlos Garnacho)
700         
701         * gtk/gtk.symbols: 
702         * gtk/gtkdnd.h: 
703         * gtk/gtkdnd.c: Add a track_motion flag on GtkDragDest
704         with getter and setter, for cases where the drag destination
705         is interested in drag motion events independent of targets.
706
707         * gtk/gtksettings.c (gtk_settings_class_init): Add a setting
708         for the timeout used when expanding during DND.
709
710         * gtk/gtknotebook.c: Use the track_motion flag to switch
711         notebook tabs when hovering over tabs during DND.
712         
713 2006-03-22  Matthias Clasen  <mclasen@redhat.com>
714
715         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Use fg_gc to
716         draw the inter-row drop highlight. Also draw the line all the 
717         way across, and flip it in RTL mode. (#334906, Ian McDonald)
718
719 2006-03-22  Johan Dahlin  <jdahlin@async.com.br>
720
721         * tests/testtreeview.c: Add a column that demonstrates how to use
722         the new spinbutton cellrenderer.
723
724 2006-03-22  Matthias Clasen  <mclasen@redhat.com>
725
726         * tests/prop-editor.c: 
727         * tests/testtreeview.c: Remove pointless includes of config.h,
728         to make it easier compilable against system GTK+.
729
730 2006-03-22  Michael Natterer  <mitch@imendio.com>
731
732         * gtk/gtkentry.c: renamed last-char-timeout to
733         password-hint-timeout and store all its data in a struct attached
734         as QData.
735
736         * gtk/gtkcellrendererspin.c: fix typo in #include.
737
738 2006-03-22  Carlos Garnacho  <carlosg@gnome.org>
739
740         * gtk/gtknotebook.c: send a GtkWidget** instead of a GtkNotebookPage*
741         when doing tabs DnD, this allows DnD interaction with other widgets,
742         added some docs for this too.
743         * tests/testnotebookdnd.c: add some code to test it.
744
745 2006-03-22  Matthias Clasen  <mclasen@redhat.com>
746
747         * gtk/gtk.symbols: 
748         * gtk/gtkcellrendererspin.h:
749         * gtk/gtkcellrendererspin.c: Add a cell renderer which 
750         uses a spinbutton to edit the value of a cell. (#156023,
751         Daniel Kasak, Lorenzo Gil Sanchez, Carlos Garnacho)
752
753         * gtk/gtk.h: 
754         * gtk/Makefile.am: Glue it in.
755
756 2006-03-21  Matthias Clasen  <mclasen@redhat.com>
757
758         * tests/testtreeview.c (drag_begin_cb): Test setting up
759         drag icons for tree dnd.
760
761 2006-03-22  Michael Natterer  <mitch@imendio.com>
762
763         * gtk/gtkentry.c: applied modified patch from maemo-gtk which
764         allows the most recently entered character in a hidden entry to be
765         shown for a configurable period of time. Fixes bug #334560.
766
767 2006-03-22  Michael Natterer  <mitch@imendio.com>
768
769         * gtk/gtktextbuffer.h (enum GtkTextBufferTargetInfo): count down
770         from G_MAXUINT to avoid clashes with application-added DND
771         targets.
772
773         * gtk/gtktextview.c (gtk_text_view_init): set an empty
774         GtkTargetList on the drag_dest so it is not NULL when a derived
775         class' init() function is called.
776
777         (gtk_text_view_target_list_notify): copy the text buffer's paste
778         targets into the view's destinstion target list (preserving
779         application-added DND targets), instead of replacing the view's
780         target list. Fixes bug #334399.
781
782 2006-03-21  Anders Carlsson  <andersca@imendio.com>
783
784         * gtk/Makefile.am:
785         Add new files.
786         
787         * gtk/gtkclipboard-quartz.c: Added.
788         * gtk/gtkdnd-quartz.c: Added.
789         * gtk/gtkquartz.c: Added.
790         * gtk/gtkquartz.h: Added.
791         Add dnd and clipboard implementations.
792
793 2006-03-21  Michael Natterer  <mitch@imendio.com>
794
795         * gdk/quartz/Makefile.am: removing trailing \ fixes the build.
796
797 2006-03-21  Anders Carlsson  <andersca@imendio.com>
798
799         * gdk/quartz/gdkgeometry-quartz.c:
800         (gdk_window_scroll):
801         Implement gdk_window_scroll.
802
803 2006-03-21  Anders Carlsson  <andersca@imendio.com>
804
805         * gdk/quartz/GdkQuartzWindow.c:
806         (drag_operation_to_drag_action):
807         (drag_action_to_drag_operation):
808         (update_context_from_dragging_info):
809         (-[GdkQuartzWindow draggingEntered:]):
810         (-[GdkQuartzWindow draggingEnded:]):
811         (-[GdkQuartzWindow draggingExited:]):
812         (-[GdkQuartzWindow draggingUpdated:]):
813         (-[GdkQuartzWindow performDragOperation:]):
814         (-[GdkQuartzWindow wantsPeriodicDraggingUpdates]):
815         (-[GdkQuartzWindow draggedImage:endedAt:operation:]):
816         * gdk/quartz/gdkdnd-quartz.c:
817         (gdk_drag_context_finalize):
818         (gdk_drag_context_init):
819         (gdk_drag_context_class_init):
820         (gdk_drag_begin):
821         (gdk_drag_status):
822         Add the GDK part of the DND implementation.
823
824         * gdk/quartz/Makefile.am:
825         Add some missing headers.
826         
827         * gdk/quartz/gdkdrawable-quartz.h:
828         * gdk/quartz/gdkprivate-quartz.h:
829         * gdk/quartz/gdkquartz.h:
830         * gdk/quartz/gdkwindow-quartz.c:
831         (gdk_quartz_window_get_nsview):
832         New function, for use by the GTK part of the DND implementation
833
834 2006-03-21  Anders Carlsson  <andersca@imendio.com>
835
836         * gdk/quartz/gdkdrawable-quartz.c:
837         (gdk_quartz_ref_cairo_surface):
838         (gdk_quartz_draw_rectangle):
839         (gdk_quartz_draw_arc):
840         (gdk_quartz_draw_polygon):
841         (gdk_quartz_draw_drawable):
842         (gdk_quartz_draw_segments):
843         (gdk_quartz_draw_lines):
844         (gdk_quartz_draw_pixbuf):
845         (gdk_quartz_draw_image):
846         (_gdk_quartz_drawable_get_context):
847         * gdk/quartz/gdkdrawable-quartz.h:
848         Offset coordinates by 0.5 pixels to get consistant results for both
849         image contexts and screen contexts.
850
851 2006-03-21  Anders Carlsson  <andersca@imendio.com>
852
853         * gdk/quartz/GdkQuartzWindow.c 
854         ([GdkQuartzWindow -windowDidMove:]): Synthesize GDK_CONFIGURE events
855         when the window position changes.
856
857 2006-03-20  Matthias Clasen  <mclasen@redhat.com>
858
859         * gtk/gtkdnd.c (gtk_drag_get_cursor): Remove an unused variable.
860
861         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): Don't leave
862         page->tab_label dangling.
863         (gtk_notebook_real_remove): Use GTK_IN_DESTRUCTION to determine
864         if we are being called during destruction of the notebook, rather
865         than maintaining that information as a passed-in parameter.
866         (gtk_notebook_destroy): Leave the removal of the children
867         to the container destroy method.  (#319032, Yevgen Muntyan)
868
869 2006-03-20  Matthias Clasen  <mclasen@redhat.com>
870
871         * gtk/gtkcombobox.c (gtk_combo_box_remove): Use the existing
872         GTK_IN_DESTRUCTION flag, rather than roll our own.
873
874 2006-03-20  Matthias Clasen  <mclasen@redhat.com>
875         
876         * gtk/gtk.symbols: 
877         * gtk/gtkscrolledwindow.h: 
878         * gtk/gtkscrolledwindow.c: Add a window-placement-set property
879         and a gtk-scrolled-window-placement setting.  (#157025, Christian
880         Neumair)
881
882 2006-03-20  Matthias Clasen  <mclasen@redhat.com>
883
884         * gtk/gtkmain.c (gtk_get_option_group): Make sure gettext
885         is initialized before using it.  (#335129, Christian Persch)
886
887 2006-03-19  Matthias Clasen  <mclasen@redhat.com>
888
889         * MAINTAINERS: Add this, at the request of the GNOME sysadmin team.
890
891         * AUTHORS: Updates, typo fix
892
893         * gtk/gtkiconview.c (gtk_icon_view_set_cursor): Document that
894         @cell must be one of the renderers of the icon view, warn if 
895         it is not, and ignore @start_editing if @cell is not set.
896         (#335001, Emmanuel Rodriguez)
897
898 2006-03-16  Matthias Clasen  <mclasen@redhat.com>
899
900         * configure.in: Add a missing comma.  (#334774, Peter Breitenlohner)
901
902         * gtk/gtkactiongroup.c (gtk_action_group_add_actions_full) 
903         (gtk_action_group_add_toggle_actions_full) 
904         (gtk_action_group_add_radio_actions_full): Check for a stock 
905         icon, not a stock item, when deciding whether to use stock-id 
906         or icon-name.  (#334760, Jody Goldberg)
907
908         * gtk/gtkimage.c (gtk_image_clear): Update the size of the image, 
909         by swapping the implementations of gtk_image_clear and
910         gtk_image_reset.  (#334657)
911
912         * README.in: Add a note about GtkNotebook signals.
913
914 2006-03-15  Matthias Clasen  <mclasen@redhat.com>
915
916         * gtk/gtkcombobox.c (gtk_combo_box_list_button_released) 
917         (gtk_combo_box_list_key_press): Popdown the list before changing
918         the active iter, otherwise people will be surprised by the
919         grabs that are still in place when their ::changed handler
920         runs. 
921
922 2006-03-15  Dom Lachowicz <cinamod@hotmail.com>
923
924         * modules/engines/ms-windows/msw_style.c: Override style->realize/
925         style->unrealize, so that GTK+ doesn't automatically attempt to apply
926         shading to the GC colors, causing a mismatch with the Win32 native
927         colors. Problem found by (and suggested solution by) "Cosmic Integer"
928
929         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Make expander-size
930         a bit closer to Microsoft's values (bug 325699, Brad Taylor)
931         
932 2006-03-14  Matthias Clasen  <mclasen@redhat.com>
933
934         * tests/testcellrenderertext.c: Add test cases for alignment.
935
936         * gtk/gtkcellrenderertext.c: Add an alignment property,
937         and fix some cases where ellipsize_set was being used to
938         mean "we're ellipsizing" even when ellipsize was set to NONE.  
939         (#318761, Ross Burton)
940
941         * gtk/gtkimcontextsimple.c: Make return and release work again
942         to commit a hex sequence. Additionally, make escape reset the
943         im context when in a hex sequence.  (#334423, Behdad Esfahbod)
944
945 2006-03-13  Matthias Clasen  <mclasen@redhat.com>
946
947         Make actions work with named icons.  (#323484, Jorn Baayen)
948         
949         * gtk/gtkactiongroup.c: If the stock-id field of a GtkActionEntry
950         does not contain a registered stock id, interpret it as an
951         icon name.
952
953         * gtk/gtkaction.c: Add an icon-name property to actions and
954         use it for icons if a stock-id is not specified.
955
956 2006-03-12  Matthias Clasen  <mclasen@redhat.com>
957
958         * gtk/gtkwindow.c (gtk_window_compute_configure_request): Don't
959         for the creation of geometry info here.  (#114533)
960
961 2006-03-11  Tor Lillqvist  <tml@novell.com>
962
963         * gdk/win32/gdkdrawable-win32.c (draw_polygon): Use Polygon() for
964         outlined polygons, too. Same idea as in draw_rectangle(): Set pen
965         to NULL_PEN if drawing a filled polygon, set brush to HOLLOW_BRUSH
966         if drawing a polygon outline. (#332662)
967         (gdk_win32_draw_polygon): Corresponding simplification: no need to
968         add an extra final copy of the starting point.
969
970 2006-03-11  Dom Lachowicz <cinamod@hotmail.com>
971
972         * modules/engines/ms-windows: Speed up the Windows theme
973         considerably (#163724, John Ehresman)
974         Be more careful about setting Pango font descriptions (#333372)
975         
976 2006-03-11  Matthias Clasen  <mclasen@redhat.com>
977
978         * gtk/gtkrange.c (gtk_range_key_press): Allow to cancel 
979         a drag with ESC.  (#58389, Søren Sandmann)
980
981 2006-03-10  Matthias Clasen  <mclasen@redhat.com>
982
983         * gtk/gtkrange.c: Add a style property ::activate_slider that
984         allows themes to draw the slider active while dragged.  (#311992,
985         Benjamin Berg)
986
987         * gtk/gtkcolorsel.c (gtk_color_selection_init): Fix two labels.
988
989         * gtk-engine-check-abi.sh: Add a script to check that theme
990         engines don't export any extra functions. 
991
992 2006-03-10  Matthias Clasen  <mclasen@redhat.com>
993
994         * gtk/gtkcolorsel.c (gtk_color_selection_init): Avoid a mnemonic
995         conflict.  (#163850, Dennis Cranston)
996
997         * gtk/gtkaboutdialog.c (gtk_show_about_dialog): Make the behaviour
998         of the about dialog consistent with other dialogs in gtk. If the
999         dialog is constructed with gtk_about_dialog_new(), the creator
1000         is reponsible for handling the response by hiding or closing the
1001         dialog. gtk_show_about_dialog() handles it by hiding the dialog.
1002         (#333360, Daniel Drake)
1003
1004         * README.in: Mention this change.
1005
1006 2006-03-10  Matthias Clasen  <mclasen@redhat.com>
1007
1008         Apply a patch from Dennis Cranston to make dialogs more
1009         consistent  (#163850)
1010         
1011         * gtk/gtkcolorsel.c (make_label_spinbutton): Left-align labels.
1012         
1013         * gtk/gtkfontsel.c (gtk_font_selection_init): 
1014         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): 
1015         * gtk/gtkcolorsel.c (gtk_color_selection_init): 
1016         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
1017         * gtk/gtkinputdialog.c (gtk_input_dialog_init): Update the layout
1018         of the dialog to follow HIG recommendations. Also update labels.
1019
1020         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): HIG-compatible 
1021         spacing.
1022         (gtk_message_dialog_font_size_change): Merged into 
1023          gtk_message_dialog_style_set.
1024
1025 2006-03-10  Matthias Clasen  <mclasen@redhat.com>
1026
1027         * gtk/gtkstyle.c: Remove g_return_if_fail() checks
1028         from static functions.
1029
1030 2006-03-10  Federico Mena Quintero  <federico@novell.com>
1031
1032         Make Shift-P and Shift-N activate typeahead in GtkTreeView
1033         (i.e. they are just normal capital letters).  Fixes bug #334098.
1034
1035         * gtk/gtktreeview.c (gtk_tree_view_add_move_binding): Add an
1036         "add_shifted_binding" argument which determines whether we'll add
1037         the same binding with GDK_SHIFT_MASK.
1038         (gtk_tree_view_class_init): Use add_shifted_binding=FALSE for GDK_p
1039         and GDK_n; use TRUE for all the rest.
1040
1041 2006-03-10  Michael Natterer  <mitch@imendio.com>
1042
1043         * gtk/gtkentry.[ch]: applied refactored patch from maemo-gtk that
1044         replaces the INNER_BORDER define by an "inner-border" style
1045         property of type GtkBorder. Additionally, add an "inner-border"
1046         object property plus API which allows to override any theme
1047         border, to allow pixel-perfect positioning of entries for inline
1048         editing. Fixes bug #333922.
1049
1050         * gtk/gtk.symbols: add the new public functions.
1051
1052 2006-03-09  Matthias Clasen  <mclasen@redhat.com>
1053
1054         * gtk/gtkcombobox.c (gtk_combo_box_class_init): Replace the
1055         popup-show and popup-hide signals with a readonly popup-shown
1056         property.  (#162531, Christian Persch)
1057
1058 2006-03-09  Ross Burton  <ross@openedhand.com>
1059
1060         * gtk/gtkwidget.c:
1061         * gtk/gtkrange.c:
1062         * gtk/gtktogglebutton.c:
1063         Turn off prelighting when gtk-touchscreen-mode is enabled (#135666)
1064
1065 Thu Mar  9 14:29:43 2006  Tim Janik  <timj@gtk.org>
1066
1067         * gtk/gtkobject.c (gtk_object_init): move the floating flag from
1068         the GInitiallyUnowned bit to GTK_FLOATING. fixes tests/floatingcheck.
1069         kudos to mitch for debugging this.
1070
1071 2006-03-09  Matthias Clasen <mclasen@redhat.com>
1072
1073         * Makefile.am: Add ChangeLog.pre-2.8 to EXTRA_DIST.
1074
1075 2006-03-09  Tor Lillqvist  <tml@novell.com>
1076
1077         * gtk/gtk.symbols: No gtk_tray_icon_get_type on Win32.
1078
1079 2006-03-08  Carlos Garnacho  <carlosg@gnome.org>
1080
1081         Rename ::tab-added and ::tab-removed signals to ::page-added and
1082         ::page-removed for not conflicting with other tab reordering
1083         implementations. Fixes bug #333743.
1084
1085         Also rename ::tab-reordered to ::page-reordered, and emit it in
1086         gtk_notebook_reorder_child () to make it behave consistently with the
1087         other two signals.
1088
1089         * gtk/gtknotebook.c (gtk_notebook_class_init): rename signals.
1090         (gtk_notebook_reorder_tab)
1091         (gtk_notebook_button_release)
1092         (gtk_notebook_remove)
1093         (gtk_notebook_real_insert_page): emit respectively renamed signals
1094         (gtk_notebook_reorder_child): also emit ::page-reordered here
1095
1096         * tests/testnotebookdnd.c: use renamed signals
1097
1098 2006-03-08  Michael Natterer  <mitch@imendio.com>
1099
1100         * gdk/gdkscreen.h
1101         * gdk/x11/gdkscreen-x11.c
1102         * gdk/gdk.symbols: added gdk_screen_get_active_window() and
1103         gdk_screen_get_window_stack() (patch from maemo-gtk).
1104         Fixes bug #320881.
1105
1106         * gdk/directfb/gdkscreen-directfb.c
1107         * gdk/quartz/gdkscreen-quartz.c
1108         * gdk/win32/gdkscreen-win32.c: added the functions as stubs.
1109
1110 2006-03-08  Michael Natterer  <mitch@imendio.com>
1111
1112         * tests/prop-editor.c (unichar_changed): zero-initialize the
1113         GValue before calling g_value_init().
1114
1115 2006-03-08  Michael Natterer  <mitch@imendio.com>
1116
1117         * gtk/gtkentry.c (gtk_entry_adjust_scroll): make sure that the
1118         text_area_width is always >= 0. Fixes bug #316712 (Dan Winship).
1119
1120 2006-03-07  Federico Mena Quintero  <federico@novell.com>
1121
1122         Cancel drags when the grabs get broken.  Fixes bug #333056:
1123
1124         * gtk/gtkdnd.c (gtk_drag_selection_received): The time argument is
1125         a guint, not guint32.
1126         (gtk_drag_source_event_cb): Return gboolean, not gint.
1127         (gtk_drag_anim_timeout): Likewise.
1128         (gtk_drag_motion_cb): Likewise.
1129         (gtk_drag_key_cb): Likewise.
1130         (gtk_drag_button_release_cb): Likewise.
1131         (gtk_drag_abort_timeout): Likewise.
1132         (gtk_drag_begin_internal): Connect to "grab-broken-event" on the
1133         ipc_widget.
1134         (gtk_drag_source_info_destroy): Disconnect from the
1135         "grab-broken-event" callback.
1136         (gtk_drag_end): Likewise.
1137         (gtk_drag_grab_broken_event_cb): New callback.  We cancel the drag
1138         if the grab was broken and not regrabbed by the DnD code.
1139
1140 2006-03-07  Federico Mena Quintero  <federico@novell.com>
1141
1142         * gtk/gtkfilechooserdefault.c (shortcuts_button_press_event_cb):
1143         Hack to let the treeview's button-press-event handler run before
1144         ours.  This lets the selection be updated before we pop up a
1145         context menu.
1146
1147 Tue Mar  7 17:16:34 2006  Tim Janik  <timj@gtk.org>
1148
1149         * configure.in: depend on glib-2.10.1.
1150
1151         * gtk/gtkobject.c: fixed up messing with non-GtkObject floating flags.
1152         this requires glib-2.10.1.
1153
1154 2006-03-07  Michael Natterer  <mitch@imendio.com>
1155
1156         Add infrastructure for copy/paste and DND of rich text for
1157         GtkTextBuffer. Fixes bug #324177.
1158
1159         * gtk/gtktextbufferrichtext.[ch]: new files implementing a
1160         per-buffer registry of rich text formats.
1161
1162         * gtk/gtk.h: #include gtktextbufferrichtext.h
1163
1164         * gtk/gtktextbufferserialize.[ch]: new files implementing an
1165         internal serialization format that can handle all of a text
1166         buffer's tags and pixbufs. It's not useful for anything except
1167         tranfer between instances of GtkTextBuffer (Anders Carlsson).
1168
1169         * gtk/Makefile.am: build the new files.
1170
1171         * gtk/gtkclipboard.[ch]: added convenience APIs for rich text,
1172         just as they exist for plain text and pixbufs.
1173
1174         * gtk/gtkselection.[ch]: added rich text convenience APIs here
1175         too.  Return the target list from gtk_target_list_ref(). Register
1176         GtkTargetList as boxed type. Added
1177         gtk_target_table_new_from_list() and gtk_target_table_free(),
1178         which make converting between GtkTargetList and arrays of
1179         GtkTargetEntry considerably easier.
1180
1181         * gtk/gtktextutil.[ch]: added _gtk_text_util_create_rich_drag_icon()
1182         which creates a fancy rich text icon (Matthias Clasen).
1183
1184         * gtk/gtktextbuffer.[ch]: use all the new stuff above and
1185         implement copy and paste of rich text. Added APIs for getting the
1186         target lists used for copy and paste. Added public enum
1187         GtkTextBufferTargetInfo which contains the "info" IDs associated
1188         with the entries of the target lists.
1189
1190         * gtk/gtktextview.c: use the new rich text APIs and
1191         GtkTextBuffer's new target list API to enable DND of rich text
1192         chunks.
1193
1194         * gtk/gtk.symbols: export all the new symbols added.
1195
1196         * tests/testtext.c: added rich text testing stuff.
1197
1198 2006-03-06  Matthias Clasen  <mclasen@redhat.com>
1199
1200         * gtk/gtktextview.c (text_window_invalidate_cursors): Take
1201         cursor width into account when calculating the area to 
1202         be invalidated.  (#333377, #323401 Steve Frécinaux)
1203
1204         * gtk/gtkmain.c (post_parse_hook): Set error when returning
1205         FALSE.  (#333268, Paolo Maggi, Christian Persch)
1206         
1207         * gtk/gtkpixmap.c (gtk_pixmap_set): Check that the pixmap
1208         has the right depth.  (#333363, Ed Catmur)
1209
1210 2006-03-05  Matthias Clasen  <mclasen@redhat.com>
1211
1212         * gtk/gtkiconview.c (adjust_wrap_width): Apply some
1213         arbitrary lower limit for the guessed wrap width. (#332466,
1214         Donald Straney)
1215
1216 2006-03-05  Matthias Clasen  <mclasen@redhat.com>
1217
1218         Fix handling of image-only buttons.  (#332985, Kalle 
1219         Vahlmann, #333555)
1220         
1221         * gtk/gtkbutton.c (gtk_button_construct_child): Don't
1222         return early if there an image to show.
1223         (show_image): Always return TRUE if there is no text.
1224
1225 2006-03-04  Matthias Clasen  <mclasen@redhat.com>
1226
1227         * gdk/x11/gdkinput-x11 (gdk_input_translate_coordinates):
1228         Adjust the handling of min values for the x and y axes of 
1229         extended input devices  (#324562, #142536, Denis Auroux and 
1230         Robert Ã–gren)
1231
1232         * gtk/gtkexpander.c (gtk_expander_paint_focus): Position
1233         the focus rectangle correctly in RTL mode.  (#333291,
1234         Benjamin Berg)
1235
1236 2006-03-03  Tor Lillqvist  <tml@novell.com>
1237
1238         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_commit_char)
1239         (gtk_im_context_simple_reset): Avoid emitting superfluous
1240         preedit_changed signals. Thanks to Matthias. (#319407)
1241
1242 2006-03-03  Michael Natterer  <mitch@imendio.com>
1243
1244         Applied modified patch from maemo-gtk which makes separators more
1245         themeable. Fixes bug #332022.
1246
1247         * gtk/gtkwidget.c: added style properties "wide-separators",
1248         "separator-width" and "separator-height".
1249
1250         * gtk/gtkhseparator.c
1251         * gtk/gtkvseparator.c
1252         * gtk/gtkmenuitem.c
1253         * gtk/gtktoolbar.c: honor the new settings and paint separators
1254         using gtk_paint_box() if wide-separators is true.
1255
1256 2006-03-02  Dom Lachowicz <cinamod@hotmail.com>
1257
1258         * modules/engines/ms-windows/msw_style.c: Fix combobox theming
1259         regression noted in bug 321301
1260         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Ditto
1261         
1262 2006-03-02  Matthias Clasen  <mclasen@redhat.com>
1263
1264         * gtk/gtkiconview.c (gtk_icon_view_layout) 
1265         (gtk_icon_view_row_inserted, gtk_icon_view_scroll_to_path): 
1266         Make scroll_to_path work for newly inserted items, by delaying
1267         the scroll until layout is done.  (#332923, Cory Dodt)
1268
1269         * gtk/gtkcolorbutton.c (render): Use GTK_WIDGET_IS_SENSITIVE,
1270         not GTK_WIDGET_SENSITIVE.  (#333133, Christian Persch)
1271
1272 2006-03-02  Ross Burton  <ross@openedhand.com>
1273
1274         * gtk/gtktooltips.c:
1275         Disable tooltips if gtk-touchscreen-mode is activated (#315112).
1276
1277 2006-03-01  Kristian Rietveld  <kris@imendio.com>
1278
1279         * gtk/gtktreeselection.c (row_is_selectable): rename to
1280         _gtk_tree_selection_row_is_selectable and export internally,
1281         (gtk_tree_selection_real_select_node): changed so it is always
1282         possible to unselect insensitive nodes, changed the logic a bit to
1283         be more clear.
1284
1285         * gtk/gtktreeprivate.h: add _gtk_tree_selection_row_is_selectable.
1286
1287         * gtk/gtktreeview.c (gtk_tree_view_row_changed): Unselect a row if
1288         it became insensitive.
1289
1290 2006-02-27  Federico Mena Quintero  <federico@novell.com>
1291
1292         * gtk/gtkfontsel.c (gtk_font_selection_set_font_name): Check that
1293         the fontsel has a screen assigned before doing anything.  This
1294         will at least warn the caller of what is wrong, since we only
1295         populate the family_list until we get a screen.  Also, put the
1296         reference docs here.  Fixes bug #332756.
1297         (gtk_font_selection_dialog_get_font_name): Document this here.
1298         (gtk_font_selection_get_font_name): Document this here; mention
1299         that the font names get normalized, so the result of this function
1300         may not be the same as what you set with
1301         gtk_font_selection_set_font_name().
1302
1303 2006-02-27  Matthias Clasen  <mclasen@redhat.com>
1304
1305         * gtk/gtk.symbols:
1306         * gtk/gtktrayicon-x11.c: Fix symbol lists for make check.
1307
1308 2006-02-27  Michael Natterer  <mitch@imendio.com>
1309
1310         * gdk/x11/gdksettings.c: map "gtk-touchscreen-mode" to the
1311         "Gtk/TouchscreenMode" XSettings property, remove trailing
1312         whitespace.
1313
1314         * gdk/x11/checksettings.c: #include <string.h> and sprinkled some
1315         newlines.
1316
1317 Mon Feb 27 14:52:50 2006  Tim Janik  <timj@imendio.com>
1318
1319         * gdkevents-x11.c:
1320         * gdksettings.c: moved and renamed the gdk_settings_names and 
1321         gdk_settings_map.
1322
1323         * gdk/x11/checksettings.c: test program for the gdk_settings_map array.
1324
1325         * gdk/x11/Makefile.am: run checksettings as part of make check.
1326
1327 2006-02-27  Matthias Clasen  <mclasen@redhat.com>
1328
1329         * gtk/gtkdnd.c (gtk_drag_get_cursor): Comment out some unused
1330         code, and fix the reference point of composited drag cursors.
1331         (#320132, Christian Neumair)
1332
1333 Sun Feb 26 10:24:10 PST 2006  Michael Emmel  <mike.emmel@gmail.com>
1334         
1335         *gdk/directfb/README
1336         Updated README to remove old build instructions
1337
1338 Sat Feb 25 10:35:23 PST 2006  Michael Emmel  <mike.emmel@gmail.com>
1339         
1340         *gdk/directfb/gdkdisplay-directfb.c
1341         *gdk/directfb/gdkwindow-directfb.c
1342         Added stubs for shape window functions to fix compile problems
1343
1344 2006-02-24  Federico Mena Quintero  <federico@novell.com>
1345
1346         * gtk/gtkfilechooserdefault.c (shortcuts_list_create): Make the
1347         column header visible, and make it be "_Places".  Changed the
1348         accessible object name to Places as well.  Fixes bug #331306.
1349         (file_pane_create): Do not create the path bar and "create folder"
1350         button here...
1351         (browse_widgets_create): ... but create them here instead.  This
1352         moves the path bar to be above both the hpaned, giving it the full
1353         width of the dialog.  Fixes bug #327733.
1354
1355 Thu Feb 23 13:28:21 2006  Tim Janik  <timj@imendio.com>
1356
1357         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): remove unconditional
1358         warnings about missing X locale support. Gdk properly handles this
1359         situation anyway.
1360
1361 Fri Feb 17 14:20:29 2006  Tim Janik  <timj@imendio.com>
1362
1363         * gtk/gtktreemodel.h: 
1364         * gtk/gtktextbtree.h: added G_GNUC_WARN_UNUSED_RESULT warnings for
1365         iterator functions, to avoid invalid iterators go unnoticed,
1366         suggested by Markku Vire <markku.vire@movial.fi>.
1367
1368 2006-02-23  Matthias Clasen  <mclasen@redhat.com>
1369
1370         * tests/Makefile.am: 
1371         * tests/testnotebookdnd.c: Add notebook DND tests.
1372
1373         * gtk/gtknotebook.h: Add a reorder_tab keynav signal and an
1374         insert_page vfunc to GtkNotebook.
1375
1376         * gtk/gtk.symbols:
1377         * gtk/gtknotebook.c: Support notebook DND. New API includes
1378         gtk_notebook_set_window_creation_hook, 
1379         gtk_notebook_[gs]et_group_id,
1380         gtk_notebook_[gs]et_tab_reorderable, 
1381         gtk_notebook_[gs]et_tab_detachable (#73240, Carlos Garnacho)
1382
1383 2006-02-23  Matthias Clasen  <mclasen@redhat.com>
1384
1385         * gtk/gtktextiter.c: Fix macro declaration
1386
1387         * gtk/gtkaboutdialog.c: Remove an accidentally included function.
1388
1389 2006-02-22  Matthias Clasen  <mclasen@redhat.com>
1390
1391         * gtk/gtktextbtree.c: 
1392         * gtk/gtktextiter.c: Minor optimizations.  (#332059, Arnaud Charlet)
1393
1394         * gtk/gtkradiobutton.c (gtk_radio_button_clicked): Emit notify::active
1395         here, when changing the value of this property.  (#331651)
1396
1397         * gtk/gtknotebook.c: Apply a patch by Paolo Borelli to
1398         make the tab menu keynavigatable.  (#331440)
1399
1400 2006-02-22  Matthias Clasen  <mclasen@redhat.com>
1401
1402         * gtk/gtkaboutdialog.c: Change Close buttons to GTK_RESPONSE_CANCEL
1403         so Escape works. (#331940, Daniel Drake)
1404
1405 2006-02-22  Michael Natterer  <mitch@imendio.com>
1406
1407         * gtk/gtksettings.c: added boolean property gtk-touchscreen-mode,
1408         which essentially means "there are no motion notify events", so
1409         widgets can't use the pointer hovering them for anything.
1410
1411         * gtk/gtkmenu.c: if gtk-touchscreen-mode is TRUE, scroll menus
1412         when clicking the scroll arrows, since hovering goes undetected.
1413         Fixes bug #323028.
1414
1415         Added boolean style property "double-arrows" which always makes
1416         both scroll arrows visible when the menu is too long.
1417         For pushed-in popup menus, both arrows are always shown
1418         (regardless of double-arrows), in order to fix user confusion
1419         about the blank area. Fixes bug #129463.
1420
1421 2006-02-21  Kristian Rietveld  <kris@imendio.com>
1422
1423         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
1424         Make sure we always update the virtual root, also when ->priv->root
1425         is still NULL.  (Markku Vire)
1426
1427 2006-02-21  Anders Carlsson  <andersca@imendio.com>
1428
1429         * gdk/quartz/gdkselection-quartz.c:
1430         (make_list):
1431         (gdk_text_property_to_utf8_list_for_display):
1432         Add these from the win32 backend.
1433
1434 2006-02-20  Matthias Clasen  <mclasen@redhat.com>
1435
1436         * gtk/gtknotebook.c: Properly update internal state
1437         when child visibility changes.  (#331785, Sebastien Bacher)
1438
1439         * gdk/gdkgc.c (_gdk_gc_update_context): Obtain the
1440         background color from the gc when it is needed.  (#331820)
1441
1442 2006-02-19  Matthias Clasen  <mclasen@redhat.com>
1443
1444         * gdk/gdkgc.c (_gdk_gc_update_context): Add a gc_changed
1445         argument, and avoid setting the clip region if the gc
1446         has not changed. 
1447
1448         * gdk/gdkgc.c: Update all callers.
1449
1450         * gdk/gdkpango.c (get_cairo_context): Avoid updating the
1451         context if nothing changed.
1452
1453 2006-02-20  Anders Carlsson  <andersca@imendio.com>
1454
1455         * gdk/quartz/gdkdisplay-quartz.c:
1456         (gdk_display_supports_shapes):
1457         (gdk_display_supports_input_shapes):
1458         * gdk/quartz/gdkwindow-quartz.c:
1459         (gdk_display_warp_pointer):
1460         (gdk_window_input_shape_combine_mask):
1461         (gdk_window_input_shape_combine_region):
1462         (gdk_window_set_child_input_shapes):
1463         (gdk_window_set_accept_focus):
1464         (gdk_window_merge_child_input_shapes):
1465         Add stubs for input shape functions.
1466
1467 2006-02-20  Anders Carlsson  <andersca@imendio.com>
1468
1469         * gdk/quartz/gdkevents-quartz.c:
1470         (get_keyboard_modifiers_from_nsevent):
1471         Fix typo so ctrl gets passed on to the gdk event.
1472         
1473         * gdk/quartz/gdkproperty-quartz.c:
1474         (gdk_atom_name):
1475         g_strdup the atom name.
1476
1477 2006-02-20  Tor Lillqvist  <tml@novell.com>
1478
1479         * gdk/win32/gdkdisplay-win32.c (gdk_display_supports_shapes):
1480         New function, return TRUE.
1481         (gdk_display_supports_input_shapes): New function, return FALSE.
1482
1483         * gdk/win32/gdkwindow-win32.c (do_shape_combine_region): New
1484         function. Factor out code from gdk_window_shape_combine_mask().
1485         (gdk_window_shape_combine_region): Actually do something. Convert
1486         region to a HRGN and call do_shape_combine_region().
1487         (gdk_window_input_shape_combine_mask)
1488         (gdk_window_input_shape_combine_region)
1489         (gdk_window_set_child_input_shapes)
1490         (gdk_window_merge_child_input_shapes): New functions, dummy
1491         implementations.
1492
1493 2006-02-20  Michael Natterer  <mitch@imendio.com>
1494
1495         * gdk/x11/gdkdisplay-x11.h (struct _GdkDisplayX11): adding boolean
1496         have_shapes and have_input_shapes members fixes the build.
1497
1498 2006-02-20  Tor Lillqvist  <tml@novell.com>
1499
1500         * gdk/win32/gdkfont-win32.c: Replace all calls to g_strcasecmp()
1501         with g_ascii_strcasecmp().
1502
1503 2006-02-19  Matthias Clasen  <mclasen@redhat.com>
1504
1505         Support input shapes:  (#331070)
1506         
1507         * gdk/gdk.symbols: 
1508         * gdk/gdkdisplay.h: 
1509         * gdk/gdkwindow.h: 
1510         * gdk/x11/gdkdisplay-x11.c (gdk_display_supports_shapes) 
1511         (gdk_display_supports_input_shapes): Functions to determine
1512         if a display supports shaped windows or input shapes.
1513
1514         * gdk/x11/gdkwindow-x11.c (gdk_window_input_shape_combine_region): 
1515         (gdk_window_input_shape_combine_mask): 
1516         (gdk_window_set_child_input_shapes): 
1517         (gdk_window_merge_child_input_shapes): Input shape versions
1518         of the window shape API.
1519
1520         * gtk/gtk.symbols: 
1521         * gtk/gtkwidget.h: 
1522         * gtk/gtkwidget.c (gtk_widget_input_shape_combine_mask): 
1523         New function to set an input shape on a widget.
1524
1525 2006-02-19  Matthias Clasen  <mclasen@redhat.com>
1526
1527         * gtk/gtklinkbutton.c (gtk_link_button_class_init): Fix
1528         a cast.
1529
1530 2006-02-17  Matthias Clasen  <mclasen@redhat.com>
1531
1532         DND keynav support:
1533         
1534         * gtk/gtkdnd.c (gtk_drag_update_idle): Protect against 
1535         info->last_event being NULL.
1536         (gtk_drag_key_cb): Handle arrow keys to move the drag icon
1537         and space or enter to drop.
1538
1539 2006-02-17  Matthias Clasen  <mclasen@redhat.com>
1540
1541         * gdk/gdkregion-generic.c (gdk_region_union_with_rect):
1542         Be robust and reject rectangles with negative width or
1543         height.  (#331467, Benjamin Berg)
1544
1545
1546 2006-02-17  Kristian Rietveld  <kris@imendio.com>
1547
1548         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
1549         Only update the virtual root if the child path is an ancestor
1550         of the virtual root.  (Patch from Markku Vire).
1551
1552 2006-02-16  Federico Mena Quintero  <federico@novell.com>
1553
1554         * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_map): Call
1555         ::initial_focus() on the child before calling ::map() on our
1556         parent class.  This will prevent the shortcuts treeview from
1557         highlighting its first row as a result of getting assigned focus
1558         by gtk_dialog_map().
1559
1560 2006-02-14  Matthias Clasen  <mclasen@redhat.com>
1561
1562         * gtk/gtkwidget.c (gtk_widget_send_expose): Remove redundant
1563         check.  Pointed out by Bodo-Merle Sandor.
1564
1565         * gtk/gtkcolorbutton.c (gtk_color_button_[un]realize):
1566         Remove unnecessary checks.  
1567
1568 2006-02-12  Matthias Clasen  <mclasen@redhat.com>
1569
1570         * gtk/gtkicontheme.c (gtk_icon_theme_list_icons): Give working
1571         examples in the docs.  (#330944, John Spray)
1572
1573 2006-02-10  Matthias Clasen  <mclasen@redhat.com>
1574         
1575         * gtk/gtkiconview.c (gtk_icon_view_get_item_at_coords): Fix
1576         row_spacing/column_spacing confusion.  (#330732, Donald Straney)
1577
1578 2006-02-10  Matthias Clasen  <mclasen@redhat.com>
1579
1580         * gtk/gtkstyle.c: Add some docs. (#330073, Mart Raudsepp)
1581
1582         * gtk/gtkentrycompletion.c (gtk_entry_completion_match_selected): 
1583         Guard against NULL.  (#330177, Raphael Slinckx)
1584
1585 2006-02-10  Murray Cumming  <murrayc@murrayc.com>
1586
1587         * docs/reference/gtk/tmpl/gtkcomboboxentry.sgml: Mention that 
1588         the changed signal is emitted when typing - not just when 
1589         selecting from the list. Suggest use of GtkEntry::action to 
1590         etect end of typing.
1591          gtk/gtkcombobox.c: (gtk_combo_box_class_init): changed signal 
1592         ocumentation: Mention that the GtkComboBoxEntry emits it when 
1593         he users types, not just when he selects from the list.
1594
1595 2006-02-10  Murray Cumming  <murrayc@murrayc.com
1596
1597         * gtk/gtkassistant.h: Correct the declaration of the prepare 
1598         default signal handler to match its registration and use.
1599
1600 2006-02-09  Ross Burton  <ross@burtonini.com>
1601
1602         * gtk/gtkfontbutton.c:
1603         Work out the font size in floating point, and display the font
1604         size with %g instead of %d (#317590)
1605
1606 2006-02-09  Tor Lillqvist  <tml@novell.com>
1607
1608         * gdk/win32/gdkevents-win32.c (gdk_event_translate)
1609         <WM_MOUSELEAVE>: If we don't know where we went, and have
1610         generated a leave event, set current_window to the root
1611         window. This assures we will generate proper enter and leave
1612         events for popup windows. (#325521)
1613
1614 2006-02-08  John Ehresman  <jpe@wingware.com>
1615
1616         * gdk/win32/gdkevents-win32.c (gdk_event_translate)
1617         <WM_MOUSEACTIVATE>
1618         * gdk/win32/gdkwindow-win32.c (show_window_internal)
1619         (gdk_window_raise): Call SetWindowPos() instead of
1620         SetForegroundWindow() or BringWindowToTop() if the window
1621         shouldn't accept focus. (#327375)
1622         
1623 2006-02-08  John Ehresman  <jpe@wingware.com>
1624
1625         * gdk/win32/gdkwindow-win32.c: Let gdk_window_set_decorations()
1626         take precedence over anything derived from hints. Restructure
1627         related code and logic, add some new helper functions. (#327217)
1628
1629 2006-02-08  Matthias Clasen  <mclasen@redhat.com>
1630
1631         * gtk/gtkfilechooserbutton.c: Don't put relevant callss
1632         in g_assert().  (#329876, Kristian Rietveld)
1633
1634 2006-02-08  Tor Lillqvist  <tml@novell.com>
1635
1636         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab)
1637         (gdk_display_pointer_ungrab, gdk_keyboard_grab)
1638         (gdk_display_keyboard_ungrab): Consistenly use assign_object()
1639         when assigning GdkWindow pointers so that the ref counting doesn't
1640         get off whack.
1641
1642         (handle_stuff_while_moving_or_resizing): Don't use deprecated API.
1643
1644         (gdk_event_translate) <WM_MOUSEMOVE>: When the pointer is grabbed
1645         with owner_events FALSE, generate enter and leave events only for
1646         the grab window. (#321054)
1647
1648 2006-02-08  Kristian Rietveld  <kris@imendio.com>
1649
1650         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_ref_path),
1651         (gtk_tree_model_filter_unref_path): free temporary paths after
1652         usage (patch from maemo-gtk),
1653         (gtk_tree_model_filter_clear_cache): fix little typo in the docs
1654         (patch from maemo-gtk).
1655
1656         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted): remove
1657         stale FIXME.
1658
1659 2006-02-08  Matthias Clasen  <mclasen@redhat.com>
1660
1661         * gtk/gtkfilesystem.c (gtk_file_info_copy): Copy the display_key
1662         as well.  (#330389, Markku Vire)
1663
1664 2006-02-08  Tor Lillqvist  <tml@novell.com>
1665
1666         * gtk-zip.sh.in: Drop the timestamp from the zipfile names.
1667
1668 2006-02-07  Sven Neumann  <sven@gimp.org>
1669
1670         * gdk/directfb/AUTHORS: updated mine and Dok's email address.
1671
1672 2006-02-06  Kristian Rietveld  <kris@gtk.org>
1673
1674         * gtk/gtktreeview.c (gtk_tree_view_get_search_entry): fix compiler
1675         warning.
1676
1677 2006-02-05  Dom Lachowicz <cinamod@hotmail.com>
1678
1679         * gdk/gdkcairo.c (gdk_cairo_set_source_pixbuf): Bug #330022
1680         Wrong pixel values are computed when color = 0xFF and alpha = 0xFF
1681         
1682 2006-02-04  Michael Emmel  <mike.emmel@gmail.com>
1683         Added new directfb backend located in gdk/directfb
1684         plus patches to compile new backend
1685         compile with --with-gdktarget=directfb
1686
1687 2006-02-03  Federico Mena Quintero  <federico@ximian.com>
1688
1689         Work around https://bugs.freedesktop.org/show_bug.cgi?id=4320,
1690         which used to be our own
1691         http://bugzilla.gnome.org/show_bug.cgi?id=314616.  If one uses a
1692         pixmap for a pattern in Cairo, and sets the pattern to
1693         CAIRO_EXTEND_REPEAT; and if the destination surface is also a
1694         pixmap, Cairo does a slow copy instead of using XCopyArea().  So,
1695         we use the same code that we used in GTK+ 2.6 (pre-cairo), by
1696         filling the double-buffer pixmap with a tiled GC and
1697         XFillRectangle().
1698
1699         * gdk/gdkwindow.c (BackingRectMethod): New structure with a
1700         cairo_t and a GdkGC field.  Depending on which of these fields
1701         gets filled in, we'll use Cairo or GDK to clear the double-buffer
1702         pixmap when painting a window.
1703         (setup_backing_rect_method): Fill a BackingRectMethod as
1704         appropriate, depending on the window's configuration and our
1705         knowledge of whether Cairo is fast or slow when doing repeating
1706         patterns.
1707         (gdk_window_clear_backing_rect): Call
1708         setup_backing_rect_method().  Depending on what it returns, use
1709         Cairo to clear the double-buffer pixmap, or plain GDK.
1710
1711 2006-02-03  Matthias Clasen  <mclasen@redhat.com>
1712
1713         * gtk/gtklabel.c (get_layout_location): Fix handling
1714         of padding in RTL.  (#329099, Hooman Mesgary) 
1715
1716 2006-02-02  Matthias Clasen  <mclasen@redhat.com>
1717
1718         * gdk/x11/gdkdnd-x11.c (_gdk_drag_get_protocol_for_display):
1719         Make drops on the root window work again.  (#145243, Andrew S. Dixon)
1720
1721 2006-02-01  Matthias Clasen  <mclasen@redhat.com>
1722
1723         * gtk/gtkwidget.c (gtk_widget_class_init): Wrap dnd signal
1724         docs to 80 columns.
1725
1726 2006-01-31  Matthias Clasen  <mclasen@redhat.com>
1727
1728         * autogen.sh: Touch README and INSTALL here to pacify 
1729         automake.  (#329124, Kjartan Maraas, Tim Janik)
1730
1731 2006-01-31  Matthias Clasen  <mclasen@redhat.com>
1732
1733         * gtk/gtk.symbols:
1734         * gtk/gtkassistant.h: 
1735         * gtk/gtkassistant.c: Actually implement visibility handling,
1736         and add gtk_assistant_update_buttons_state.
1737
1738         * tests/testassistant.c: Test visibility handling.
1739
1740 2006-01-31  Kristian Rietveld  <kris@imendio.com>
1741
1742         * gtk/gtkstyle.c (gtk_default_draw_flat_box): Add support for row
1743         hinting for the selected state.
1744
1745 2006-01-30  Matthias Clasen  <mclasen@redhat.com>
1746
1747         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): 
1748         Make sure the tree view is realized, since we grab the
1749         focus to it.  (#329144, Wouter Bolsterlee)
1750
1751         * gtk/gtkspinbutton.h: 
1752         * gtk/gtkspinbutton.c: Add a wrapped signal.  (#322933,
1753         Carlos Garnacho Parro)
1754
1755         * gtk/gtkassistant.c: More generous spacing. (#328082,
1756         Christian Persch, patch by Carlos Garnacho)
1757         
1758         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_set_property): 
1759         Use the setter for active.  (#329208, Guillaume Cottenceau)
1760
1761         * docs/tools/widgets.c (get_all_widgets): Add GtkLinkButton
1762
1763         * gtk/gtkassistant.c (gtk_assistant_init): Move the
1764         last button to the left where it does not affect
1765         the positioning of forward/back.
1766
1767 2006-01-29  Matthias Clasen  <mclasen@redhat.com>
1768
1769         More GtkAssistant work, by Carlos Garnacho.
1770         
1771         * tests/testassistant.c: Additions.
1772
1773         * gtk/gtkassistant.c: Handle page visibility, other 
1774         small fixes.
1775
1776         * docs/tools/widgets.c: Add GtkAssistant.
1777
1778 2006-01-28  Behdad Esfahbod  <behdad@gnome.org>
1779
1780         * configure.in: If major.minor of required and available glib versions
1781         are the same, add -DG_DISABLE_DEPRECATED to GLIB_CFLAGS. (bug #328617)
1782
1783         * */Makefile.am: Remove hardcoded -DG_DISABLE_DEPRECATED.
1784
1785 2006-01-28  Dom Lachowicz <cinamod@hotmail.com>
1786
1787         * modules/engines/ms-windows/msw-style.c: Re-sync with gtk-wimp
1788         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Ditto
1789         
1790 2006-01-28  Matthias Clasen  <mclasen@redhat.com>
1791
1792         * gtk/gtk.symbols: 
1793         * gtk/gtklinkbutton.h: 
1794         * gtk/gtklinkbutton.c: Allow to set a global hook function
1795         thats called whenever a link button is clicked.
1796
1797         More work on GtkAssistant by Carlos Garnacho:
1798         
1799         * demos/gtk-demo/Makefile.am: 
1800         * demos/gtk-demo/assistant.c: Add a  GtkAssistant demo.
1801
1802         * gtk/gtkassistant.c: Handle focus, several small fixes to the
1803         flow computations.
1804
1805 2006-01-27  Federico Mena Quintero  <federico@ximian.com>
1806
1807         Fixes bug #328820:
1808
1809         * gtk/gtkfilechooserdefault.c
1810         (gtk_file_chooser_default_class_init): Make GDK_KP_Divide pop up
1811         the location dialog populated to "/".
1812         (tree_view_keybinding_cb): Likewise.
1813         (trap_activate_cb): Likewise.
1814
1815 2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
1816
1817         * gtk/gtkcalendar.c (gtk_calendar_size_request): Use translated format
1818         strings for L10n in size calculation too.
1819
1820         * gtk/gtkcalendar.c (calendar_paint_week_numbers): Expand buffer to
1821         accomodate localized digits.
1822
1823 2006-01-26  Matthias Clasen  <mclasen@redhat.com>
1824
1825         * tests/prop-editor.c: Introspect child properties. too.
1826
1827 2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
1828
1829         * gtk/gtkcalendar.c (calendar_paint_week_numbers, calendar_paint_day):
1830         Use contexed translated strings calendar:week:digits|%d and
1831         calendar:day:digits|%d to let translators choose localized digits for
1832         week and day numbers. (bug #317171, Hamed Malek)
1833
1834 2006-01-25  Behdad Esfahbod  <behdad@gnome.org>
1835
1836         * gtk/gtklabel.c (get_layout_location): Use logical extents of the
1837         layout instead of ink extents.  According to Pango docs, that's what
1838         should be used for placement.  Moreover, simply use
1839         pango_layout_get_pixel_size instead of getting the extents and
1840         dividing ourselves.
1841
1842 2006-01-25  Matthias Clasen  <mclasen@redhat.com>
1843
1844         * gtk/gtkentrycompletion.c: 
1845         * gtk/gtkentry.c: Be more careful when blocking signals. 
1846
1847         * gdk/x11/gdkcursor-x11.c (gdk_x11_display_set_cursor_theme): Only
1848         set the cursor size if it is != 0.
1849
1850         * gtk/gtksettings.c (gtk_settings_class_init): Change the default value
1851         of gtk-cursor-theme-size to 0, meaning "use default".
1852
1853 2006-01-24  Kristian Rietveld  <kris@gtk.org>
1854
1855         #322591, Jonathan Blandford.
1856
1857         * gtk/gtktreeview.[ch] (gtk_tree_view_get_search_entry),
1858         (gtk_tree_view_set_search_entry),
1859         (gtk_tree_view_get_search_position_func),
1860         (gtk_tree_view_set_search_position_func): New functions,
1861         and small adaptions to the tree view code to allow for setting
1862         the entry and search position function.
1863
1864         * gtk/gtktreeprivate.h: Removed GtkTreeViewSearchDialogPositionFunc
1865         typedef, which is now in gtktreeview.h as
1866         GtkTreeViewSearchPositionFunc.  Add/update fields.
1867
1868         * gtk/gtk.symbols: Add new functions.
1869
1870         * tests/testtreesort.c: Add a little test for _set_search_entry().
1871
1872 2006-01-23  Matthias Clasen  <mclasen@redhat.com>
1873
1874         Add GtkLinkButton, a port of GnomeHRef.  (#314808, Emmanuele Bassi)
1875         
1876         * gtk/gtklinkbutton.h: 
1877         * gtk/gtklinkbutton.c: New files.
1878
1879         * gtk/gtk.h:
1880         * gtk/gtk.symbols: 
1881         * gtk/Makefile.am: Glue.
1882
1883         * gtk/gtkaboutdialog.c: Use GtkLinkButton.
1884         
1885         * gtk/gtkwidget.c: Add link-color and visited-link-color style
1886         properties.  (#113649, Leena Gunda)
1887
1888         * gtk/gtkaboutdialog.c: Use the new style properties here instead
1889         of the about dialogs own link-color property. 
1890
1891 2006-01-23  Kristian Rietveld  <kris@gtk.org>
1892
1893         * gtk/gtktreemodel.c (gtk_tree_model_base_init): don't copy
1894         tree paths when emitting signals. (#325041, Matthias Clasen).
1895
1896 2006-01-23  Behdad Esfahbod  <behdad@gnome.org>
1897
1898         * gtk/gtklabel.c (get_layout_location): Fix misalignment of RTL
1899         text in ellipsized GtkLabel: use layout width if set, otherwise
1900         fallback to ink extents width. (#322042)
1901
1902 2006-01-23  Matthias Clasen  <mclasen@redhat.com>
1903
1904         * gtk/gtkassistant.c (compute_last_button_state): Only show the
1905         last button if we can jump to the end. 
1906         (gtk_assistant_init): Make the spacing and button order more
1907         HIG compliant.
1908
1909         Fix drawing issues in progress bars.  (#328081, Christian Persch)
1910         
1911         * gtk/gtkprogressbar.c (gtk_progress_bar_size_request): Always
1912         request enough space. 
1913         (gtk_progress_bar_paint_activity) 
1914         (gtk_progress_bar_paint_continuous) 
1915         (gtk_progress_bar_paint_discrete): Clip when drawing the bar.
1916
1917 2006-01-23  Michael Natterer  <mitch@imendio.com>
1918
1919         * gtk/gtkcolorbutton.c: move destruction of the private GdkGC
1920         from finalize() to unrealize(). Fixes BadMatch on display change
1921         (bug #85715).
1922
1923 2006-01-22  Kristian Rietveld  <kris@gtk.org>
1924
1925         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Revert previous
1926         commit after more searching in the bugzilla archives (see #309221).
1927
1928 2006-01-22  Kristian Rietveld  <kris@gtk.org>
1929
1930         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Remove second call
1931         to gtk_tree_view_column_cell_set_cell_data, since we also set the
1932         cell data before iterating over the columns for exposure. (Fixes
1933         #322471, Duncan Coutts).
1934
1935 2006-01-21  Matthias Clasen  <mclasen@redhat.com>
1936
1937         * tests/testassistant.c: Add some tests for GtkAssistant
1938
1939         * tests/Makefile.am: Glue
1940
1941 2006-01-20  Matthias Clasen  <mclasen@redhat.com>
1942
1943         * gtk/gtkassistant.c: Fix the docs to reflect the actual signal
1944         signatures.
1945
1946         * gtk/gtktextview.c (gtk_text_view_set_virtual_cursor_pos): Don't
1947         crash if layout is NULL.  (#327934, Christian Kirbach)
1948
1949 2006-01-20  Dan Winship  <danw@novell.com>
1950
1951         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_class_init,
1952         tree_view_keybinding_cb, trap_activate_cb): On "unix", pop up the
1953         "Open Location" window on "~" as well as "/". #153213
1954         (location_entry_create): Fix this so autocompletion still works
1955         correctly in that case.
1956
1957 2006-01-19  Matthias Clasen  <mclasen@redhat.com>
1958
1959         * configure.in: Explicitly link against Xrender.  
1960         (#327538, Christophe Belle)
1961         
1962         * gdk/x11/gdkprivate-x11.h (XID_FONT_BIT): 
1963         * gdk/x11/gdkfont-x11.c: 
1964         * gdk/x11/gdkxid.c: Use an unused high bit in the
1965         XID to mark fonts in the global xid hash table.
1966
1967         * gdk/x11/gdkcursor-x11.c (update_cursor): Skip fonts
1968         when iterating over the xid hash table, since calling
1969         GDK_IS_WINDOW () on an GdkFont can cause a segfault.
1970         (#327751, Ryan Lovett)
1971
1972 2006-01-19  Matthias Clasen  <mclasen@redhat.com>
1973         
1974         * gtk/gtkassistant.[hc]: Use a priv pointer for
1975         cheap access to the priv struct.  (#327725, Christian
1976         Persch)
1977
1978         * gtk/gtkassistant.h: Fix line endings.
1979
1980 2006-01-18  Matthias Clasen  <mclasen@redhat.com>
1981
1982         * gtk/gtkassistant.[hc]: Add GtkAssistant, a widget to
1983         construct multi-step wizards.  (#115348, Martyn Russell, 
1984         Matthias Clasen, Carlos Garnacho Parro)
1985
1986         * gtk/gtk.symbols:
1987         * gtk/Makefile.am: 
1988         * gtk/gtk.h: Necessary glue.
1989
1990 2006-01-18  Anders Carlsson  <andersca@imendio.com>
1991
1992         * gdk/quartz/gdkevents-quartz.c:
1993         (get_mm_from_pixels):
1994         (gdk_screen_get_width_mm):
1995         (gdk_screen_get_height_mm):
1996         Implement these functions.
1997         (#327228, Thomas Broyer).
1998
1999 2006-01-18  Anders Carlsson  <andersca@imendio.com>
2000
2001         * gdk/quartz/gdkdrawable-quartz.c:
2002         (gdk_quartz_draw_polygon):
2003         (gdk_quartz_draw_lines):
2004         Implement these functions.
2005         (#327226, Thomas Broyer)
2006         
2007 2006-01-18  Anders Carlsson  <andersca@imendio.com>
2008
2009         * gdk/quartz/gdkkeys-quartz.c:
2010         (maybe_update_keymap):
2011         Support non-MacRoman keyboard layouts.
2012         (#322585, Wolfgang Thaller)
2013         
2014 2006-01-18  Anders Carlsson  <andersca@imendio.com>
2015
2016         * gdk/quartz/gdkmain-quartz.c:
2017         (_gdk_windowing_init):
2018         Make the process a foreground application.
2019         (#322481, Wolfgang Thaller)
2020         
2021 2006-01-18  Matthias Clasen  <mclasen@redhat.com>
2022
2023         * gtk/gtkrbtree.c: 
2024         * gtk/gtktreemodel.c: Fix several g_new() calls which
2025         were using extra indirections or pointless casts.  
2026         (#327423, Morten Welinder)
2027
2028 Tue Jan 17 19:27:59 2006  Tim Janik  <timj@imendio.com>
2029
2030         * gtk/gtkprogress.c: fix adopted from maemo-gtk.
2031         gtk_progress_create_pixmap(): clear out the newly created offscreen 
2032         pixmap, so themes making use of transparency don't draw onto garbage.
2033
2034 2006-01-17  Michael Natterer  <mitch@imendio.com>
2035
2036         * gtk/gtkbutton.c: remove the "child-spacing" style property again
2037         and add "inner-border" instead. That's far more flexible and
2038         "child-spacing" was a bad name anyway.
2039
2040 2006-01-17  Michael Natterer  <mitch@imendio.com>
2041
2042         * configure.in (ALL_LINGUAS): remove "ang" again until all po
2043         files are there.
2044
2045 2006-01-16  Abel Cheung  <maddog@linuxhall.org>
2046
2047         * configure.in: Added "ang" "zh_HK" to ALL_LINGUAS.
2048
2049 2006-01-16  Matthias Clasen  <mclasen@redhat.com>
2050
2051         * README.in: Mention new pixbuf engine features.
2052
2053         * gtk/gtk.symbols: 
2054         * gtk/gtkradioaction.[hc]: Add a current-value property and a
2055         setter for it.  (#322735, Jorn Baayen)
2056         
2057 2006-01-16  Michael Natterer  <mitch@imendio.com>
2058
2059         * gtk/gtkbutton.c: applied patch from maemo-gtk which adds a
2060         child-spacing style property. Fixes bug #327202.
2061
2062 2006-01-16  Anders Carlsson  <andersca@imendio.com>
2063
2064         * gdk/quartz/gdkdisplay-quartz.c:
2065         * gdk/quartz/gdkevents-quartz.c:
2066         (gdk_keyboard_grab):
2067         (gdk_display_keyboard_ungrab):
2068         (gdk_keyboard_grab_info_libgtk_only):
2069         (find_window_for_event):
2070         Implement keyboard grabs.
2071         
2072         (_gdk_quartz_send_map_events):
2073         * gdk/quartz/gdkmain-quartz.c:
2074         * gdk/quartz/gdkprivate-quartz.h:
2075         New function that synthesizes map events.
2076         
2077         * gdk/quartz/gdkwindow-quartz.c:
2078         (_gdk_windowing_window_init):
2079         The root window is always visible.
2080         
2081         (all_parents_shown):
2082         (show_window_internal):
2083         Send map events.
2084         
2085         (gdk_window_hide):
2086         Ungrab keyboard and pointer
2087
2088 2006-01-15  Kristian Rietveld  <kris@gtk.org>
2089
2090         Fixes #324099, Tommi Komulainen.
2091
2092         * gtk/gtktreestore.[ch] (gtk_tree_store_insert_with_values),
2093         (gtk_tree_store_insert_with_valuesv): new functions, analog to
2094         those found in GtkListStore.
2095
2096         * gtk/gtktreestore.c (gtk_tree_store_real_set_value),
2097         (gtk_tree_store_set_valist), (gtk_tree_store_set_valist_internal),
2098         (gtk_tree_store_sort_iter_changed): refactored.
2099
2100         * gtk/gtk.symbols: updated.
2101
2102         * tests/treestoretest.c: added a test for this new functionality.
2103
2104 2006-01-14  Matthias Clasen  <mclasen@redhat.com>
2105
2106         * gtk/gtkentry.c (gtk_entry_drag_data_received): Remove 
2107         an unused variable.
2108
2109         * gtk/gtkiconfactory.c (get_default_icons): Register RTL 
2110         versions of the indent and unindent icons.  (#326857,
2111         Itai Bar-Haim)
2112
2113         * gtk/Makefile.am (STOCK_ICONS): And add them here.
2114
2115         Fix a crash with combo boxes in RESIZE_IMMEDIATE
2116         containers.  (#326806, Sebastian Bacher)
2117         
2118         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate) 
2119         (gtk_combo_box_size_request): Don't call 
2120         gtk_combo_box_check_appearance() from here, as that 
2121         can lead to recursion. 
2122         (gtk_combo_box_init): Instead, call it here.
2123
2124 2006-01-14  Kristian Rietveld  <kris@gtk.org>
2125
2126         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_iter_children): fix
2127         a typo which caused this whole thing to not function ...
2128
2129 2006-01-14  Kristian Rietveld  <kris@gtk.org>
2130
2131         * gtk/gtktreeview.c (gtk_tree_view_size_allocate),
2132         (validate_visible_area): fixup adjustments and top_row if the
2133         current dy + page_size exceeds the new tree view height. (Fixes
2134         #316689, reported by Chris Lord).
2135
2136 2006-01-13  Matthias Clasen  <mclasen@redhat.com>
2137
2138         * */abicheck.sh: Make this work on more platforms.
2139
2140 2006-01-13  Kristian Rietveld  <kris@imendio.com>
2141
2142         * tests/testtreefocus.c (set_indicator_size), (main): add a little
2143         test for the newly introduced indicator-size property.
2144
2145 2006-01-13  Kristian Rietveld  <kris@imendio.com>
2146
2147         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_init):
2148         initialize the inconsistent field in the private structure,
2149         (gtk_cell_renderer_toggle_class_init),
2150         (gtk_cell_renderer_toggle_{set,get}_property),
2151         (gtk_cell_renderer_toggle_get_size): introduce a indicator-size
2152         property.
2153
2154 2006-01-13  Michael Natterer  <mitch@imendio.com>
2155
2156         * gtk/gtktreeview.c (gtk_tree_view_real_expand_row)
2157         (gtk_tree_view_real_collapse_row): don't animate the expander
2158         arrows if gtk-enable-animations is FALSE (bug #142582).
2159
2160 2006-01-12  Matthias Clasen  <mclasen@redhat.com>
2161
2162         * gtk/gtknotebook.c: Replace hardcoded values for tab-overlap and
2163         tab-curvature with style properties.  (#325282, Alexander Nedotsukov)
2164
2165         * gtk/gtktextview.c (gtk_text_view_commit_text) 
2166         (gtk_text_view_delete_from_cursor, gtk_text_view_backspace): 
2167         Reset the virtual cursor position.  (#326003, Evert Verhellen)
2168
2169         * gtk/gtkwidget.c (gtk_widget_set_app_paintable): Add some docs
2170         about RGBA windows. (#326486, Benjamin Otte)
2171
2172 2006-01-12  Michael Natterer  <mitch@imendio.com>
2173
2174         * gdk/gdkimage.c (scratch_image_info_for_depth): connect to the
2175         display's "closed" signal and free the cached scratch images upon
2176         display closing (bug #85715).
2177
2178 2006-01-12  Michael Natterer  <mitch@imendio.com>
2179
2180         * gtk/gtkexpander.c (gtk_expander_set_expanded): skip the
2181         animation if the gtk-enable-animations setting is FALSE
2182         (bug #142582).
2183
2184 2006-01-11  Matthias Clasen  <mclasen@redhat.com>
2185
2186         * gtk/gtklabel.c: Fix a C99ism (#326658, Kazuki Iwamoto)
2187
2188 2006-01-11  Matthias Clasen  <mclasen@redhat.com>
2189
2190         * gtk/gtklabel.c: Add some notify batching, always
2191         emit notify after setting the new value.
2192
2193         * gtk/gtkmessagedialog.c: Add properties.  (#311254,
2194         Johan Dahlin)
2195         (gtk_message_dialog_new): Remove some redundant code, pointed
2196         out by Gustavo Carneiro.
2197
2198         * gdk/x11/gdkwindow-x11.c (create_moveresize_window): Clean
2199         up properly if the grab fails.
2200         (finish_drag): Don't leak a reference to moveresize_window
2201         here.
2202
2203 2006-01-11  Matthias Clasen  <mclasen@redhat.com>
2204
2205         * gdk/x11/gdkevents-x11.c: Fix string offsets.
2206
2207         Allow falling back to another icon theme before 
2208         hicolor.   (#325546, Rodney Dawes)
2209         
2210         * gtk/gtksettings.c: Add a gtk-fallback-icon-theme setting.
2211
2212         * gdk/x11/gdkevents-x11.c: Map it to the XSetting Net/FallbackIconTheme.
2213         
2214         * gtk/gtkicontheme.c: Consult the fallback icon theme before
2215         looking in hicolor. 
2216
2217 2006-01-10  Matthias Clasen  <mclasen@redhat.com>
2218
2219         * tests/testgtk.c: Add an expander example.
2220
2221         * gtk/gtkcalendar.c (gtk_calendar_focus_out): Queue a draw
2222         when losing the focus.  (#326064, Andrew Conkling)
2223
2224         * gtk/gtkimmulticontext.c: 
2225         * gtk/gtkhsv.c: 
2226         * gtk/gtkhandlebox.c: Convert to use instance private data.
2227
2228         * gtk/gtk.h: Remove duplicate include.  (#326429, 
2229         Benoît Carpentier)
2230
2231         * gtk/gtkpaned.c: Convert to use instance private data.
2232
2233 2006-01-10  Michael Natterer  <mitch@imendio.com>
2234
2235         * gdk/gdkpango.c (on_renderer_display_closed): disconnect from the
2236         right object ("closed" is emitted by the display, not the screen).
2237         (bug #85715)
2238
2239 2006-01-10  Anders Carlsson  <andersca@imendio.com>
2240
2241         * gdk/quartz/gdkproperty-quartz.c:
2242         (ensure_atom_tables):
2243         (intern_atom_internal):
2244         (gdk_atom_intern):
2245         (gdk_atom_intern_static_string):
2246         (gdk_atom_name):
2247         Implement local-only atoms.
2248
2249 2006-01-09  Matthias Clasen  <mclasen@redhat.com>
2250
2251         * gdk/gdkgc.c (gc_get_foreground): Correct a warning.
2252         (#326341, Benoît Carpentier)
2253
2254         * gtk/gtk.symbols:
2255         * gtk/gtkwindow.h:
2256         * gtk/gtkwindow.c (gtk_window_get_group): Make this function
2257         public API.  (#307099, Todd Berman)
2258
2259         * gtk/gtkmenu.c: 
2260         * gtk/gtkmain.c: 
2261         * gtk/gtkentrycompletion.c: 
2262         * gtk/gtkcombo.c: 
2263         * gtk/gtkcombobox.c: Update all callers.
2264
2265         * gtk/gtkentry.c (paste_received):  Make GtkEntryCompletion
2266         complete on pastes at the end.  (#165714, Christian Neumair)
2267
2268         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): 
2269         Prevent the first row being focused on map.  (#137351,
2270         Niklas Knutsson)
2271
2272 2006-01-09  Johan Dahlin  <jdahlin@async.com.br>
2273
2274         * gtk/gtk.symbols:
2275         * gtk/gtkeditable.h:
2276         * gtk/gtksizegroup.c: (gtk_size_group_get_widgets):
2277         * gtk/gtksizegroup.h:
2278         (struct _GtkSizeGroup): 
2279
2280         Add gtk_size_group_get_widgets, fixes #326324.
2281         Also mark all fields of GtkSizeGroup as private
2282
2283 2006-01-09  Matthias Clasen  <mclasen@redhat.com>
2284
2285         * gtk/gtktextlayout.c (gtk_text_layout_finalize): Don't
2286         leak preedit_string and preedit_attrs.  (#322332, Paolo
2287         Borelli)
2288
2289         * gtk/gtk.symbols:
2290         * gtk/gtkaction.h: 
2291         * gtk/gtkaction.c (gtk_widget_get_action): New function to
2292         get the action for a proxy.  (#326288)
2293
2294         * gtk/gtkaction.c: Go back to the old key for attaching the
2295         action to the proxy.  (#326288, Diego González)
2296
2297 2006-01-08  Matthias Clasen  <mclasen@redhat.com>
2298
2299         * gtk/gtkactiongroup.c (dgettext_swapped): Don't translate
2300         empty strings.  (#326200, Christian Stimming)
2301
2302 2006-01-08  Matthias Clasen  <mclasen@redhat.com>
2303
2304         * gtk/gtkentry.[hc]: 
2305         * gtk/gtklabel.[hc]: Shrink the private structs of these a bit.
2306
2307         * gtk/gtklabel.c (get_layout_location): Fix label alignment 
2308         when width-chars is set.  (#326098, Benjamin Otte)
2309
2310         * gdk/gdkregion-generic.c (miRegionCopy): Fix this for the 
2311         single-rectangle case.  (#326127, Benjamin Berg)
2312         (gdk_region_copy): Use miRegionCopy() here.
2313
2314 2006-01-07  Matthias Clasen  <mclasen@redhat.com>
2315
2316         Fix actiongroup-action interaction that relied on 
2317         actions connecting to notify on themselves:
2318         
2319         * gtk/gtkaction.[hc]: Factor out the code updating the
2320         visibility/sensitivity of proxies into _gtk_action_sync_visible()
2321         and _gtk_action_sync_sensible().
2322
2323         * gtk/gtkactiongroup.c: Call the new functions when the
2324         group visibility/sensitivity changes. 
2325
2326 2006-01-06  Matthias Clasen  <mclasen@redhat.com>
2327
2328         * gtk/gtkactiongroup.c (gtk_action_group_set_sensitive) 
2329         (gtk_action_group_set_visible): Add missing property change
2330         notification.
2331
2332 2006-01-06  Matthias Clasen  <mclasen@redhat.com>
2333
2334         * gtk/gtkfilechooserbutton.c (model_add_special): Just use the
2335         directory name for the home dir.  (#325817, Federico Mena Quintero)
2336         
2337         * gtk/gtktexttag.c (gtk_text_attributes_new): Initialize editable 
2338         to TRUE. 
2339         (gtk_text_tag_class_init): The default value for the direction 
2340         property is GTK_TEXT_DIR_NONE. Add notes about the initial values 
2341         of the font and language properties.
2342
2343         * gtk/gtktoolbutton.c (gtk_tool_button_class_init): Make clicked
2344         an action signal.  (#325782, Martyn Russell)
2345
2346         * gtk/gtkviewport.c (viewport_set_adjustment): Disconnect from
2347         the old adjustments signals.  (#325869, Jorn Baayen)
2348
2349 2006-01-06  Hans Breuer  <hans@breuer.org>
2350
2351         * tests/makefile.msc : added a bunch of tests
2352         * tests/testcellrenderertext.c : use g_snprintf()
2353         * tests/testfilechooserbutton.c : don't include unistd.h twice.
2354         Removed the unconditional one and added direct.h for G_OS_WIN32
2355         
2356 2006-01-05  Hans Breuer  <hans@breuer.org>
2357
2358         * gdk/makefile.msc : also recurse into win32 for ::clean
2359         * gtk/makefile.msc.in : create gtkbuiltincache.h (most code
2360         to simulate links) and file renames
2361
2362 2006-01-05  Johan Dahlin  <jdahlin@async.com.br>
2363
2364         * gtk/gtkprogressbar.c: Set minimum for activity-step property to 0
2365         instead of -G_MAXUINT.
2366         
2367 2006-01-05  Matthias Clasen  <mclasen@redhat.com>
2368
2369         * gtk/gtkwindow.c: Only connect to the event if we have
2370         a frame, since the handler is only relevant in that case.
2371
2372         * gtk/gtkaction.c (connect_proxy, disconnect_proxy): 
2373         Use a weak reference rather than the destroy signal to track 
2374         proxies going away.
2375
2376         * gtk/gtkbindings.c (binding_signal_new): Revert the last change.
2377
2378         * gtk/gtkaction.c (gtk_action_sync_property): 
2379         (gtk_action_sync_stock_id): Removed.
2380
2381 2006-01-05  Rodrigo Moya <rodrigo@novell.com>
2382
2383         * gtk/gtkbindings.c (binding_signal_new): allocate correct amount for
2384         signal and arguments.
2385
2386 2006-01-05  Matthias Clasen  <mclasen@redhat.com>
2387
2388         * gtk/gtklabel.c (gtk_label_grab_focus): Don't return a value from
2389         a void function.
2390
2391 2006-01-04  Matthias Clasen  <mclasen@redhat.com>
2392
2393         * gtk/gtkbindings.h (struct _GtkBindingSignal): Revert questionable
2394         changes.
2395         
2396         * gtk/gtkbindings.c: Use the slice allocator and allocate signal
2397         and arguments in one block.
2398
2399         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Don't return
2400         a list of NULLs.  (#325723, Steve Chaplin)
2401
2402 2006-01-04  Rodrigo Moya <rodrigo@novell.com>
2403
2404         * gtk/gtkbindings.c (binding_signal_new): guard against multiplying
2405         by -1 (when n_args is 0).
2406
2407 2006-01-04  Michael Natterer  <mitch@imendio.com>
2408
2409         * gtk/gtkmenutoolbutton.c
2410         (gtk_menu_tool_button_set_menu)
2411         (gtk_menu_tool_button_destroy): use gtk_menu_attach_to_widget()
2412         and gtk_menu_detach() instead of reffing/unreffing the menu
2413         manually. Also fixes brokenness on screen change (bug #85715).
2414
2415 2006-01-04  Matthias Clasen  <mclasen@redhat.com>
2416
2417         * gtk/gtkaccelmap.c: 
2418         * gtk/gtkactiongroup.c: 
2419         * gtk/gtkdialog.c: 
2420         * gtk/gtkfilesystemunix.c: 
2421         * gtk/gtkgc.c: 
2422         * gtk/gtkkeyhash.c: 
2423         * gtk/gtkplug.c: 
2424         * gtk/gtktextiter.c: 
2425         * gtk/gtktextlayout.c: 
2426         * gtk/gtkuimanager.c: 
2427         * gtk/gtkwidget.c: 
2428         * gtk/gtkwindow.c: 
2429         * gtk/gtkxembed.c: Use the slice allocator for many small 
2430         allocations.
2431
2432         * gtk/gtkcolorsel.c: 
2433         * gtk/gtktreeview.c: Use IPN.
2434
2435         * gtk/gtkwidget.c: Remove an unused field from the AccelPath 
2436         struct.
2437
2438 2006-01-04  Tor Lillqvist  <tml@novell.com>
2439
2440         * gtk-zip.sh.in: Include also the gtk20-properties message catalogs.
2441
2442 2006-01-03  Matthias Clasen  <mclasen@redhat.com>
2443         
2444         * gtk/gtkdnd.c: Make it compile
2445
2446         * gtk/gtkdnd.c (gtk_drag_begin_internal): Call gtk_drag_update
2447         for non-motion events.  (#325443, Peter Harvey)
2448
2449         * gtk/gtkaction.c: Avoid connecting to notify on our own
2450         properties. 
2451
2452 2006-01-02  Matthias Clasen  <mclasen@redhat.com>
2453
2454         * gtk/gtkentry.c (gtk_entry_delete_from_cursor): When deleting
2455         words, delete preceding whitespace as well.  (#325358,  Akkana Peck)
2456
2457 2006-01-02  Anders Carlsson  <andersca@imendio.com>
2458
2459         * gdk/quartz/GdkQuartzWindow.c:
2460         (-[GdkQuartzWindow canBecomeMainWindow]):
2461         (-[GdkQuartzWindow canBecomeKeyWindow]):
2462         Have these return TRUE
2463         
2464         * gdk/quartz/gdkevents-quartz.c:
2465         (pointer_grab_internal):
2466         Remove FIXME
2467         
2468         (find_child_window_by_point_helper):
2469         Fix bug in offset calculation
2470         
2471         (find_window_for_event):
2472         Use grab window toplevel when a grab is in effect
2473         
2474         (gdk_event_translate):
2475         Don't call _gdk_event_button_generate on mouse up
2476         
2477         * gdk/quartz/gdkgc-quartz.c:
2478         (_gdk_quartz_gc_new):
2479         Fix indentation
2480         
2481         * gdk/quartz/gdkwindow-quartz.c:
2482         (gdk_window_new):
2483         Make TEMP windows borderless
2484         
2485         (gdk_window_hide):
2486         Hide window
2487         
2488         (gdk_window_get_origin):
2489         Implement
2490         
2491 2006-01-02  Tor Lillqvist  <tml@novell.com>
2492
2493         * gdk/win32/gdkwindow-win32.c
2494         (gdk_window_impl_win32_get_visible_region): Make identical to the
2495         X11 implementation. (#322264, John Ehresman)
2496
2497         * gdk/win32/gdkgeometry-win32.c (gdk_window_scroll): Get the
2498         invalidated region from ScrollWindowEx() instead of an incorrect
2499         attempt to calculate it ourselves. Fix by John Ehresman. (#323666)
2500
2501         * gdkevents-win32.c: Make _gdk_win32_hrgn_to_region() non-static.
2502
2503         * gdkprivate-win32.h: Declare it.
2504
2505 2005-12-31  Matthias Clasen  <mclasen@redhat.com>
2506
2507         * gtk/gtkaction.c: 
2508         * gtk/gtkentry.c: Connect to notify instead of multiple
2509         detailed signals.
2510
2511 2005-12-30  Matthias Clasen  <mclasen@redhat.com>
2512
2513         * gdk/gdk.symbols: 
2514         * gdk/gdkcairo.h: 
2515         * gdk/gdkcairo.c: Add gdk_cairo_set_source_pixmap.  (#318805,
2516         Alexander Larsson)
2517
2518         * gdk/gdkdisplaymanager.c (gdk_display_manager_set_property): Call
2519         gdk_display_manager_set_default_display() to change the default
2520         display.  (#153623, Stefan Kost)
2521
2522         * gtk/gtkmessagedialog.c (gtk_message_dialog_init):
2523          (setup_type): Alert dialogs should not have titles and should 
2524         not be displayed in the taskbar.  (#310443, Carlos Garnacho Parro,
2525         Dennis Cranston)
2526
2527 2005-12-29  Matthias Clasen  <mclasen@redhat.com>
2528
2529         * gtk/gtkliststore.c: 
2530         * gtk/gtktreestore.c: Always call the get_path and get_iter
2531         implementations directly, rather than the current mixture whith
2532         some calls going through the GtkTreeModel interface.
2533
2534         * gtk/gtktreemodelsort.c: 
2535         * gtk/gtkliststore.c: 
2536         * gtk/gtktreestore.c: Remove excessive g_return_if_fail() checks
2537         in static functions.
2538         
2539         * gtk/gtktreedatalist.c: Use the slice allocater for 
2540         GtkTreeDataSortHeader.
2541
2542         * gtk/gtktreedatalist.h: 
2543         * gtk/gtktreedatalist.c (_gtk_tree_data_list_set_header): New function.
2544
2545         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_sort_func): 
2546         * gtk/gtkliststore.c (gtk_list_store_set_sort_func): 
2547         * gtk/gtktreestore.c (gtk_tree_store_set_sort_func): Use it here.
2548
2549 2005-12-27  Matthias Clasen  <mclasen@redhat.com>
2550
2551         * gtk/gtkbindings.h (GtkBindingSignal): 
2552         * gtk/gtkbindings.c (binding_signal_new): Make the
2553         args a flexible array inside the struct, and allocate them
2554         together.
2555
2556 Wed Dec 28 00:45:46 2005  Tim Janik  <timj@gtk.org>
2557
2558         * gtk/gtkctree.c (row_delete): delete GtkCTreeRow as GtkCTreeRow, not
2559         clist rows which crashes in gslice later on.
2560
2561 2005-12-27  Federico Mena Quintero  <federico@ximian.com>
2562
2563         * gtk/gtkfilefilter.c (gtk_file_filter_filter): In the case for
2564         FILTER_RULE_PIXBUF_FORMATS, check that filter_info->mime_type is
2565         not NULL.  Fixes bug #317687.
2566
2567 2005-12-27  Matthias Clasen  <mclasen@redhat.com>
2568
2569         * gdk/x11/gdkevents-x11.c (check_transform): Fix a typo.
2570         (gdk_screen_get_setting): Avoid relocations for the settings
2571         map.
2572
2573         * gdk/x11/gdkproperty-x11.c: Avoid relocations for the list
2574         of standard atoms.
2575
2576         * gtk/gtkbindings.c (gtk_binding_set_new): Avoid copying
2577         the set_name by interning it.
2578
2579 2005-12-26  Matthias Clasen  <mclasen@redhat.com>
2580
2581         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Precache atoms
2582         before calling gdk_window_new().
2583
2584         * gtk/gtktextbtree.c: Use the slice allocator for some other small
2585         auxiliary structures as well.
2586
2587         * gtk/gtkimcontext.c (gtk_im_context_filter_keypress): Clarify
2588         docs.  (#324996)
2589
2590         * gtk/gtktextbtree.c (gtk_text_btree_get_tag_info) 
2591         (gtk_text_btree_remove_tag_info): Use the slice allocator for 
2592         tag info.
2593
2594         * README.in: Mention the stripping of (_F) suffixes.
2595
2596         * gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Strip a suffix of 
2597         the form "(_<single character>)", since this is the preferred way
2598         for some languages to indicate accelerators.  (#323956, Yang Hong)
2599
2600         * gtk/gtklabel.c (gtk_label_class_init): Add a gtk-label-select-on-focus
2601         setting.
2602         (gtk_label_grab_focus): And use it here to select the contents of
2603         the label when appropriate.
2604         (gtk_label_class_init): Use the same keybindings for select all/
2605         unselect all as GtkEntry and GtkTextView.
2606
2607         * gtk/gtkdialog.c (gtk_dialog_map): When looking for the initial
2608         focus, avoid leaving a selection in a label.
2609
2610 2005-12-25  Matthias Clasen  <mclasen@redhat.com>
2611
2612         * gtk/gtkwindow.c: Documentation fixes.  (#324815, 
2613         Ross Burton)
2614
2615         * configure.in: Require GLib 2.9.2
2616
2617 2005-12-24  Matthias Clasen  <mclasen@redhat.com>
2618
2619         * gdk/gdkregion-generic.c: 
2620         * gdk/gdkpolyreg-generic.c: 
2621         * gdk/gdkregion.h: 
2622         * gdk/gdkrectangle.c: Inline docs, use g_assert(), avoid 
2623         extra allocation for rectangular regions.
2624
2625 Thu Dec 22 18:53:14 2005  Tim Janik  <timj@gtk.org>
2626
2627         * gtk/gtkobject.[hc]: renamed GUnowned to GInitiallyUnowned.
2628
2629 Thu Dec 22 17:55:11 2005  Tim Janik  <timj@gtk.org>
2630
2631         * gtk/gtkobject.h: parent type fixups in structure declarations.
2632
2633 Thu Dec 22 16:01:27 2005  Tim Janik  <timj@imendio.com>
2634
2635         * gtk/gtkobject.c: derive GtkObject from GUnowned,
2636         so it initially has a floating reference count.
2637         gtk_object_class_init(): installa floating flag handler with
2638         libgobject, so for GtkObjects the flag is stored as GTK_FLOATING
2639         in the ->flags member.
2640
2641         * tests/floatingtest.c: test floating flag uses.
2642
2643 2005-12-21  Matthias Clasen  <mclasen@redhat.com>
2644
2645         * gdk/gdkregion-generic.c: Use the slice allocator
2646         for regions. Still todo: avoid extra allocations for
2647         the single-rectangle case.
2648
2649         * gtk/gtksettings.c (gtk_settings_class_init): Update
2650         class_n_properties after installing color-hash, since
2651         other classes install settings, too.
2652
2653         * gtk/gtkctree.c: 
2654         * gtk/gtkclist.c: Fix some mistakes in the conversion
2655         from mem chunks to slice allocator.
2656
2657         * gtk/gtkiconview.c (adjust_wrap_width): Adjust the 
2658         wrap-width also if an explicit item width is set.  
2659         (#322475, Alex Graveley)
2660         
2661 2005-12-20  Matthias Clasen  <mclasen@redhat.com>
2662
2663         * gtk/gtkiconview.c (gtk_icon_view_button_press): Reset 
2664         pressed_button to -1 after handling a double click, so that
2665         motion events occurring between here and the release event
2666         don't trigger DND.  (#324588, Dave Andreoli)
2667
2668 2005-12-19  Matthias Clasen  <mclasen@redhat.com>
2669
2670         * gtk/gtkcellrenderer.c: 
2671         * gtk/gtkselection.c: 
2672         * gtk/gtkcalendar.c: 
2673         * gtk/gtkitemfactory.c: 
2674         * gdk/gtkcombo.c: 
2675         * gdk/gdkpixbuf-render.c: Documentation updates
2676
2677         * gtk/gtktreemodel.c: 
2678         * gtk/gtkplug.c: 
2679         * gtk/gtkwindow.c: Documentation fixes.
2680
2681 2005-12-19  Michael Natterer  <mitch@imendio.com>
2682
2683         * gtk/gtkentry.c: implement boolean property "truncate-multiline"
2684         which, when enabled, truncates multi-line pastes or drops to their
2685         first line. Fixes bug #322252.
2686
2687         * gtk/gtkfilechooserentry.c (gtk_file_chooser_entry_init): enable
2688         truncate-multiline here.
2689
2690 2005-12-17  Matthias Clasen  <mclasen@redhat.com>
2691
2692         * gtk/gtksettings.c (get_color_hash): Don't crash if
2693         there is no color scheme.  (#324429, Diego Gonzalez)
2694
2695 2005-12-16  Matthias Clasen  <mclasen@redhat.com>
2696
2697         * gtk/gtkfilesystem.c (gtk_file_system_module_load): 
2698         * gtk/gtkimmodule.c (gtk_im_module_load): 
2699         * gtk/gtkthemes.c (gtk_theme_engine_load): 
2700         * gtk/gtkmodules.c (find_module): Use G_MODULE_BIND_LAZY when
2701         opening modules.
2702
2703         * gtk/gtksettings.[hc]: Rework the way the color scheme setting
2704         is inherited. Now the overriding is done on a per-color basis,
2705         rather than for the setting as a whole. This has the effect
2706         that themes can declare defaults for all the symbolic colors they
2707         use by specifying a value for the gtk-color-scheme setting in 
2708         their rc file, while still allowing the XSetting to override
2709         "standard" symbolic colors. The hash table is now available
2710         through the color-hash property.
2711         
2712         * gtk/gtkrc.c: Use the new color-hash property.
2713         
2714 2005-12-14  Matthias Clasen  <mclasen@redhat.com>
2715
2716         * gtk/gtkcontainer.c (_gtk_container_focus_sort): Skip unrealized
2717         children when doing focus sorting.  (#323995, Dan Winship)
2718
2719 2005-12-14  Rodney Dawes  <dobey@novell.com>
2720
2721         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_render_icon):
2722         Default to "drive-harddisk" and then fall back to gnome-dev-harddisk
2723         (get_icon_for_mime_type): Look up the mime type icons according to the
2724         Icon Naming Specification and then fall back to the gnome-mime- prefix
2725         for the mime type icons
2726
2727         Fixes #323655
2728         
2729 2005-12-14  Matthias Clasen  <mclasen@redhat.com>
2730
2731         * gtk/gtkdnd.c (gtk_drag_set_icon_name): Warn if the icon
2732         cannot be loaded.  (#323504, Kjartan Maraas)
2733
2734         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add docs 
2735         for the row-activated signal.  (#324044, Davyd Madeley)
2736
2737 2005-12-14  Michael Natterer  <mitch@imendio.com>
2738
2739         * tests/test-images/valid_jpeg_progressive_test: new test image.
2740
2741 Tue Dec 13 09:47:20 2005  Tim Janik  <timj@gtk.org>
2742
2743         * README.in: added a link to the floating reference docs in the
2744         2.10 release NEWS section.
2745
2746 2005-12-12  Matthias Clasen  <mclasen@redhat.com>
2747
2748         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_index): 
2749         Speed this function up, using the fact that visibility is 
2750         constant across segments. (#321548, Paolo Borelli)
2751
2752         * gtk/gtktextbtree.c (_gtk_text_line_char_to_byte_offsets): 
2753         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): Speed up
2754         stepping backwards.  (#320638, Larry Ewing, Paolo Borelli)
2755
2756         * gtk/gtkicontheme.c (ensure_valid_themes): Only broadcast
2757         _GTK_LOAD_ICONTHEMES if we detect a real theme change, not
2758         upon initial theme load.  (#323876, Peter Lund)
2759
2760         * gtk/gtkstatusicon.c (gtk_status_icon_class_init): Register
2761         the size-changed signal correctly.  (#323848, Murray Cumming)
2762
2763         * gtk/gtkmarshalers.list: Add necessary marshaller.
2764
2765         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): Don't
2766         fall thru to the wrong window types.  (#323843)
2767
2768         Make the gtk-color-scheme setting work.
2769         
2770         * gtk/gtksettings.h: 
2771         * gtk/gtksettings.c (_gtk_settings_get_color_hash): Add a getter
2772         that takes care of initializing the color hash if it is not 
2773         already there.  
2774
2775         * gtk/gtkrc.c (gtk_rc_color_scheme_changed, gtk_rc_context_get): 
2776         And use it here.        
2777
2778 2005-12-10  Matthias Clasen  <mclasen@redhat.com>
2779
2780         * gdk/gdk.c (gdk_parse_args): Warn if parsing fails,
2781         not if it succeeds. 
2782
2783 2005-12-09  Matthias Clasen  <mclasen@redhat.com>
2784
2785         * gtk/gtkselection.c (gtk_selection_data_get_uris): Don't
2786         leak list[0].  (#323629, Markku Vire)
2787
2788         * gtk/gtktextbuffer.c (paste_from_buffer): Unref the buffer
2789         when freeing the RequestData.  (#323577)
2790
2791 2005-12-07  Matthias Clasen  <mclasen@redhat.com>
2792
2793         * demos/gtk-demo/iconview_edit.c (set_cell_color): Don't
2794         leak text.
2795
2796         * gtk/gtktoolbutton.c (clone_image_menu_size): Fix a 
2797         variable name clash.  (#323475, Ross Burton)
2798
2799 2005-12-07  Ross Burton  <ross@burtonini.com>
2800
2801         * docs/reference/gtk/tmpl/gtkenums.sgml:
2802         * gtk/gtktoolbutton.c:
2803         If the toolbar mode is ICONS and there is no icon set then show
2804         the label, and vice versa (#322019)
2805
2806 2005-12-07  Matthias Clasen  <mclasen@redhat.com>
2807
2808         * gtk/gtktoolbutton.c (clone_image_menu_size): Fix a 
2809         variable name clash.  (#323475, Ross Burton)
2810
2811         * gtk/gtktreeview.c (gtk_tree_view_key_press): Use the correct
2812         window when synthesizing the key event.  (#323077,
2813         Sadrul Habib Chowdhury)
2814         
2815         (gtk_tree_view_search_key_press_event): Also listen for
2816         GDK_ISO_Left_Tab.  (#323077, Sadrul Habib Chowdhury)
2817
2818         * gtk/gtktextview.c (gtk_text_view_preedit_changed_handler): 
2819         Only scroll if we have focus.  (#316310, Paolo Borelli)
2820
2821         * gtk/gtkfilesystemunix.c (cb_fill_in_mime_type): Fix a C99ism,
2822         spotted by Crispin Flowerday.
2823
2824 2005-12-06  Behdad Esfahbod  <behdad@gnome.org>
2825
2826         * gtk/gtksettings.c (settings_update_font_options): Turn metrics
2827         hinting on (part of #307196)
2828
2829 2005-12-06  Matthias Clasen  <mclasen@redhat.com>
2830
2831         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_reset): Don't
2832         commit from reset, it upstets GtkTextView.
2833
2834         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Be more
2835         careful when turning blinking on and off.
2836         (gtk_text_view_focus_out_event): Make the cursor really invisible
2837         when the focus goes away.  (#323087, Sadrul Habib Chowdhury)
2838         (cursor_blinks): Check the gtk-cursor-blink setting first.
2839
2840         * gtk/gtktreeview.c (gtk_tree_view_key_press): Fix refcounting
2841         issues with new_event and its window.
2842
2843         * gtk/gtkmenu.c (gtk_menu_attach_to_widget): Accept NULL
2844         as a detach func.  (#323386, Jorn Baayen)
2845
2846         * gtk/gtkcalendar.c: Avoid conflict with win32 headers in
2847         the libdate routines.  (#323045, Kazuki Iwamoto)
2848
2849         * gdk/gdk.c (gdk_parse_args): 
2850         * gtk/gtkmain.c (gtk_parse_args): Don't ignore errors
2851         from g_option_context_parse(). 
2852
2853 Tue Dec  6 11:37:59 2005  Tim Janik  <timj@gtk.org>
2854
2855         * gdk/gdkevents.c (gdk_event_new): fix missing hash table 
2856         initialization.
2857
2858 Tue Dec  6 10:32:17 2005  Tim Janik  <timj@gtk.org>
2859
2860         * gtk/gtkstatusbar.c: ported memchunk uses to g_slice, so the code
2861         compiles again.
2862
2863 2005-12-05  Federico Mena Quintero  <federico@ximian.com>
2864
2865         * gtk/gtkfilechooserdefault.c (trap_activate_cb): "event->state &
2866         modifiers", not "event->state && modifiers".  Patch by Sadrul
2867         Habib Chowdhury <imadil@gmail.com>.  Fixes bug #323073.
2868
2869 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
2870
2871         * gtk/gtkwidget.c: 
2872         * gtk/gtkuimanager.c: 
2873         * gtk/gtktreedatalist.c: 
2874         * gtk/gtktext.c: 
2875         * gtk/gtkmain.c: 
2876         * gtk/gtkitemfactory.c: 
2877         * gtk/gtkseparator.[hc]:
2878         * gtk/gtkclist.[hc]: 
2879         * gtk/gtkctree.c:
2880         * gtk/gtkgc.c: Use g_slice instead of mem chunks.
2881
2882 2005-12-05  Michael Natterer  <mitch@imendio.com>
2883
2884         * gdk/x11/gdkevents-x11.c: map the new GtkSettings properties
2885         "timeout-initial", "timeout-repeat", "color-scheme" and
2886         "enable-animations" to X settings.
2887
2888 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
2889
2890         * gdk/gdkevents.c: 
2891         * gdk/gdkcolor.c: Use g_slice instead of mem chunks.
2892
2893         * gtk/gtktreeview.c (gtk_tree_view_key_press): Free new_event
2894         after sending it to the search entry.  (#323209, Crispin Flowerday)
2895
2896         * README.in: Add a note about GTK_FLOATING.
2897
2898         * gtk/gtkobject.h (GTK_OBJECT_FLOATING): Use g_object_is_floating.
2899
2900 2005-12-02  Matthias Clasen  <mclasen@redhat.com>
2901
2902         * gtk/gtktoolbutton.c (clone_image_menu_size): Don't leak
2903         a pixbuf.  (#323024, Paolo Borelli)
2904
2905 2005-12-02  Matthias Clasen  <mclasen@redhat.com>
2906
2907         * gtk/gtkfilesystemunix.c (get_icon_for_mime_type): Don't crash
2908         if mime_type is NULL.  (#322998, Sadrul Habib Chowdhury)
2909
2910 2005-12-02  Michael Natterer  <mitch@imendio.com>
2911
2912         * gtk/gtkmenu.c: applied modified patch from maemo-gtk which
2913         adds a "horizontal-padding" style property. Fixes bug #323036.
2914
2915 2005-12-01  Michael Natterer  <mitch@imendio.com>
2916
2917         Merged modified patch from maemo-gtk that allows to disable
2918         toolbar animations. Addresses bug #142582.
2919
2920         * gtk/gtksettings.c: added boolean property "gtk-enable-animations".
2921         (patch from Christian Neumair)
2922
2923         * gtk/gtktoolbar.c: don't animate toolbar changes if the settings
2924         property is FALSE. Replaced the individual "notify::foo"
2925         connections to GtkSettings by a single "notify" callback and
2926         dispatch internally.
2927
2928 2005-12-01  Michael Natterer  <mitch@imendio.com>
2929
2930         * gtk/gtkmenu.c (gtk_menu_class_init): removed redundant
2931         assignment of widget_class->motion_notify_event
2932
2933 2005-11-29  Matthias Clasen  <mclasen@redhat.com>
2934
2935         * gtk/gtktoggleaction.c (gtk_toggle_action_class_init): Add 
2936         an active property.  (#322673, Jorn Baayen)
2937
2938         Properly handle model changes in GtkTreeSelection: (#322569,
2939         Milosz Derezynski)
2940         
2941         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach): 
2942         Get a reference to the model, and stop the iteration if the model
2943         of the treeview is changed on the way.
2944
2945         * gtk/gtktreeprivate.h: 
2946         * gtk/gtktreeselection.c (_gtk_tree_selection_emit_changed): New 
2947         private function to emit the GtkTreeSelection::changed signal.
2948
2949         * gtk/gtktreeview.c (gtk_tree_view_set_model): Call 
2950         _gtk_tree_selection_emit_changed() when the model changes.
2951
2952 2005-11-28  Federico Mena Quintero  <federico@ximian.com>
2953
2954         Fixes the critical warnings from bug #317999, thus fixing the bug
2955         completely:
2956
2957         * gtk/gtkfilechooserdefault.c
2958         (gtk_file_chooser_default_get_paths): In SELECT_FOLDER mode,
2959         use _gtk_file_chooser_get_current_folder_path() instead of fetching the
2960         impl->current_folder directly.  The latter may be null if we are
2961         in RELOAD_NONE state.
2962
2963 2005-11-28  Federico Mena Quintero  <federico@ximian.com>
2964
2965         Fix bug #321560, based on a patch by Bogdan Nicula (bogdanni@hotmail.com):
2966
2967         * gtk/gtkfilechooserdefault.c (up_folder_handler): Don't add the
2968         current_folder to the pending select paths here; the path bar will
2969         give it to us now.
2970         (path_bar_clicked): Add the child_path to the pending select paths
2971         here.
2972         (show_and_select_paths): Don't filter out folders.
2973         (show_and_select_paths): Don't take separate arguments for
2974         only_one_path and multiple paths.
2975
2976         * tests/autotestfilechooser.c (test_folder_switch_and_filters):
2977         New test about preserving the filters when we change folders.
2978
2979 2005-11-28  Matthias Clasen  <mclasen@redhat.com>
2980
2981         * gtk/gtkscale.c (_gtk_scale_format_value): Insert an LRM, to prevent
2982         -20 to come out as 20- in RTL locales.  (#322571, Tze'ela Hebron)
2983
2984         * gtk/gtkaction.c (gtk_action_sync_button_stock_id) 
2985         (connect_proxy): Buttons use the label property for stock ids.  (#322565,
2986         Milosz Derezynski)
2987
2988         * gtk/gtkiconview.c (update_text_cell, update_pixbuf_cell): Correctly
2989         handle the cell list and indices into it.  (#321856)
2990
2991 2005-11-28  Matthias Clasen  <mclasen@redhat.com>
2992
2993         * gtk/gtktooltips.c (gtk_tooltips_timeout): Set timer_tag to 0 when
2994         the timeout is done.  (#322291, Jean-Yves Lefort)
2995
2996 2005-11-28  Matthias Clasen  <mclasen@redhat.com>
2997
2998         * gtk/gtkfilechooserdefault.c (shortcuts_key_press_event_cb): Make
2999         F2 work for renaming bookmarks.  (#320822, Jaap A. Haitsma, patch
3000         by Paolo Borelli)
3001
3002 2005-11-28  Tor Lillqvist  <tml@novell.com>
3003
3004         * gdk/win32/gdkwindow-win32.c (gdk_window_set_urgency_hint):
3005         Implement the conditional use of FlashWindowEx() properly for MSVC
3006         compilations. The code was confusingly assuming that if compiled
3007         with a "new" compiler, it will only be run on "new" Windows
3008         versions. We want it to run on "old" versions, too, even if
3009         compiled with a "new" compiler. There are two orthogonal issues:
3010         whether the compiler defines the necessary API in its headers, and
3011         whether it is present at run-time. (#318077)
3012
3013         * gtk/gtkcalendar.c (gtk_calendar_init): Use GetLocaleInfo() on
3014         Windows to get the localized weekday and month names. strftime()
3015         in the Microsoft C library returns strings in the default codepage
3016         for the locale of the process, not the system codepage. Thus
3017         g_locale_to_utf8() isn't useable on the return value from
3018         strftime(). (#322603)
3019
3020 2005-11-27  Matthias Clasen  <mclasen@redhat.com>
3021
3022         * gtk/gtkmessagedialog.c (gtk_message_dialog_new_with_markup): 
3023         Fix an example.  (#322493, Elie De Brauwer)
3024         
3025         Fix two memory handling problems in GtkTreeView: (#322350, 
3026         Søren Sandmann)
3027         
3028         * gtk/gtktreeview.c (gtk_tree_view_destroy) 
3029         (gtk_tree_view_set_model): Remove all references to nodes in
3030         the old model.
3031         (gtk_tree_view_real_collapse_row): Unmark expanded_collapsed_node
3032         before removing the children.
3033
3034         * gtk/gtkcolorbutton.c (gtk_color_button_init): Don't leak a 
3035         PangoLayout here.  (#322505, Paolo Borelli)
3036
3037 2005-11-27  Tor Lillqvist  <tml@novell.com>
3038
3039         Once again rework Win32 window decoration code. Doesn't break
3040         #104514. The dialogs in gtk-demo now have the same decorations and
3041         behaviour as on X11. Tried to fix #322516 but it seems very hard
3042         to make the trivial sample program there behave as expected. OTOH,
3043         simply moving the gtk_window_decorate() call in the #322516 sample
3044         program after the call to gtk_widget_show() helps...
3045             
3046         * gdk/win32/gdkwindow-win32.c (set_or_clear_style_bits): Revert to
3047         the correct semantics. Each call to gdk_window_set_decorations()
3048         which calls this function is supposed to affect all decorations.
3049
3050         (decorate_based_on_hints): New function, looks at both geometry
3051         hints and type hint and sets window decorations based on
3052         that. Consolidate code from gdk_window_set_geometry_hints() and
3053         gdk_window_set_type_hint() here.
3054
3055         (gdk_window_set_geometry_hints, gdk_window_set_type_hint): Call
3056         decorate_based_on_hints().
3057
3058 2005-11-25  Dom Lachowicz <cinamod@hotmail.com>
3059
3060         * modules/engines/ms-windows/*.[ch]: Merge with gtk-wimp's CVS.
3061         Includes improved menu icon spacing, [+]/[-] expander drawing,
3062         status-bar gippie drawing, and notebook tab drawing.
3063         
3064 2005-11-24  Michael Natterer  <mitch@imendio.com>
3065
3066         * gtk/gtktoolbar.h (struct _GtkToolbar): changed two private guint
3067         that used to hold signal handler IDs to two guint of padding.
3068
3069         * gtk/gtktoolbar.c (struct _GtkToolbarPrivate): added them as
3070         gulong here.
3071
3072         (gtk_toolbar_screen_changed): changed accordingly.
3073
3074 Wed Nov 23 18:55:47 2005  Tim Janik  <timj@imendio.com>
3075
3076         * gtk/gtkobject.[hc]: deprecated floating/sink API and implemented it
3077         in terms of the GObject floating/sink API.
3078
3079         * gtk/gtkaboutdialog.c:
3080         * gtk/gtkaction.c:
3081         * gtk/gtkcellview.c:
3082         * gtk/gtkclist.c:
3083         * gtk/gtkcolorsel.c:
3084         * gtk/gtkcombobox.c:
3085         * gtk/gtkfilechooserdefault.c:
3086         * gtk/gtkiconview.c:
3087         * gtk/gtkinvisible.c:
3088         * gtk/gtkitemfactory.c:
3089         * gtk/gtklayout.c:
3090         * gtk/gtkmenu.c:
3091         * gtk/gtkmenutoolbutton.c:
3092         * gtk/gtknotebook.c:
3093         * gtk/gtkprogress.c:
3094         * gtk/gtkrange.c:
3095         * gtk/gtkspinbutton.c:
3096         * gtk/gtkstatusicon.c:
3097         * gtk/gtktext.c:
3098         * gtk/gtktextview.c:
3099         * gtk/gtktoolbar.c:
3100         * gtk/gtktoolbutton.c:
3101         * gtk/gtktoolitem.c:
3102         * gtk/gtktreeitem.c:
3103         * gtk/gtktreeview.c:
3104         * gtk/gtktreeviewcolumn.c:
3105         * gtk/gtkuimanager.c:
3106         * gtk/gtkviewport.c:
3107         * gtk/gtkwidget.c:
3108         * gtk/gtkwindow.c:
3109         ported to use GObject's g_object_ref_sink().
3110
3111         * gtk/gtkcolorsel.c:
3112         * gtk/gtkfilechooserdefault.c:
3113         * gtk/gtkaboutdialog.c:
3114         fixed compiler warnings.
3115
3116 2005-11-23  Matthias Clasen  <mclasen@redhat.com>
3117
3118         * gtk/gtksettings.c (gtk_settings_class_init): Add some docs
3119         about gtk-color-scheme.
3120
3121 2005-11-23  Behdad Esfahbod  <behdad@gnome.org>
3122
3123         * configure.in (enable_explicit_deps): Fix typo when checking
3124         libtool config deplibs_check_method. Moreover, enable explicit
3125         deps if we get anything other than pass_all from libtool. (part of
3126         #318750)
3127
3128 2005-11-23  Matthias Clasen  <mclasen@redhat.com>
3129
3130         * gtk/updateiconcache.c (write_csource): Don't create a big
3131         string, since Visual C++ doesn't like strings longer than 64k. 
3132         (#322238, Kazuki IWAMOTO
3133
3134         * gtk/gtkentry.c: Include gtkimcontextsimple.h  (#322235,
3135         Kazuki IWAMOTO)
3136
3137 2005-11-23  Michael Natterer  <mitch@imendio.com>
3138
3139         * gtk/gtkrc.c (gtk_rc_reset_widgets): don't leak all toplevel
3140         windows on other screens (correctly remove all temporary
3141         references).
3142
3143 2005-11-23  Michael Natterer  <mitch@imendio.com>
3144
3145         Added symbolic themable colors. Patch is a merged version of
3146         proposals from Matthias and maemo-gtk. Fixes bug #114355.
3147
3148         * configure.in: require glib >= 2.9.1 for refcountable hashtables.
3149
3150         * gtk/gtksettings.c: added property "color-scheme" which is a
3151         string defining colors like "foreground:black\nbackground:grey".
3152         Automatically provide a name->GdkColor hash table mapping for the
3153         color scheme.
3154
3155         * gtk/gtkrc.[ch]: added list of color hashes that works like the
3156         list of icon factories. Append the color scheme hash from
3157         GtkSettings if it exists. Extended gtkrc syntax to allow defining
3158         and referencing of logical colors. Also allow to modulate colors
3159         in gtkrc by using arbitrary expressions of mix(), shade(),
3160         lighter() and darker(). Added internal function
3161         _gtk_rc_style_get_color_hashes().
3162
3163         * gtk/gtkstyle.[ch]: keep a private list of color hashes around.
3164         Get the list from _gtk_rc_style_get_color_hashes(). Export
3165         internal function _gtk_style_shade() (used by above color
3166         expressions). Added public API gtk_style_lookup_color() which
3167         looks up a logical color by name.
3168
3169         * gtk/gtk.symbols: add gtk_style_lookup_color
3170
3171         * tests/testgtkrc: use symbolic colors for making
3172         the scrollbars red.
3173
3174 2005-11-22  Michael Natterer  <mitch@imendio.com>
3175
3176         Made button-press timeouts which work like key repeat timeouts
3177         configurable. Addresses bug #142582:
3178
3179         * gtk/gtksettings.c: added properties "gtk-timeout-initial" and
3180         "gtk-timeout-repeat" which defalt to 200/20 (ms).
3181
3182         Use the values from GtkSettings instead of hardcoding them
3183         (the repeat value is either taken as-is for fast repeat or
3184         multiplied by 5 for slow repeat). Changed all places to use these
3185         two standard initial/repeat timings:
3186
3187         * gtk/gtkcalendar.c (unchanged 200/20)
3188         * gtk/gtknotebook.c (unchanged 200/100)
3189         * gtk/gtkpathbar.c (changed from 300/150 to 200/100)
3190         * gtk/gtkrange.c (changed from 250/100 to 200/100)
3191         * gtk/gtkspinbutton.c (unchanged 200/20)
3192
3193 2005-11-21  Anders Carlsson  <andersca@imendio.com>
3194
3195         * configure.in:
3196         * gtk/Makefile.am:
3197         * gdk/Makefile.am:
3198         * gdk/quartz/*:
3199         Add quartz backend.
3200         
3201         * docs/tools/Makefile.am:
3202         Only build docshooter when the X11 backend is used.
3203         
3204         * gtk/gtkplug-stub.c:
3205         Include gtkplug.h here.
3206         
3207         * gtk/gtksocket-stub.c:
3208         Include gtksocket.h here.
3209         
3210 2005-11-21  Matthias Clasen  <mclasen@redhat.com>
3211
3212         * gtk/gtkinputdialog.c: Convert GtkInputDialog to 
3213         g_type_class_add_private.
3214
3215         * gtk/gtksocket.c: Convert GtkSocket to g_type_class_add_private.
3216
3217         * gtk/gtkmenu.c: Convert GtkMenu to g_type_class_add_private.
3218
3219         * gtk/gtk.symbols:
3220         * gtk/gtkcombobox.[hc]: Add a tearoff-title property,
3221         with getter and setter.  (#316482, Olexiy Avramchenko)
3222
3223         * tests/testcombo.c (main): Test gtk_combo_box_set_title
3224
3225         * gtk/gtkpathbar.c: Merge remaining fixes from the 2.8 branch,
3226         pointed out by Michael Natterer.
3227
3228         Fix for bug #321542, Benedikt Meurer:
3229         
3230         * gtk/gtkcombobox.c (gtk_combo_box_set_active_internal):
3231         Emit notify::active.
3232         
3233         (gtk_combo_box_child_show, gtk_combo_box_child_hide): Use
3234         g_signal_emit, not g_signal_emit_by_name.
3235
3236 2005-11-18  Matthias Clasen  <mclasen@redhat.com>
3237
3238         Fix crashes in connection with pathbar scrolling (#321560,
3239         Bogdan Nicula)
3240         
3241         * gtk/gtkpathbar.c (gtk_path_bar_update_slider_buttons): 
3242         Stop scrolling when desensitising slider buttons.
3243         (gtk_path_bar_scroll_timeout, gtk_path_bar_slider_button_press): 
3244         And use it here.  
3245
3246         * gtk/gtkpathbar.h (struct _GtkPathBar): Add a separate
3247         scrolling_down flag.
3248
3249 2005-11-18  Matthias Clasen  <mclasen@redhat.com>
3250
3251         * gtk/gtkpathbar.c (button_clicked_cb): Fix a C99ism.
3252         (#321777, Jens Granseuer)
3253
3254         * gtk/gtkaction.c (disconnect_proxy): Disconnect the
3255         sync callback for the visibility property.  (#321761,
3256         Philip Langdale)
3257
3258         Turn off input methods in invisible entries, since
3259         they are confusing.  (#317002, James Su)
3260         
3261         * gtk/gtkentry.c (gtk_entry_set_visibility): Toggle input
3262         methods if visibility changes.
3263         (popup_targets_received): Don't show the input method
3264         menu if the entry is invisible.  
3265
3266 2005-11-17  Matthias Clasen  <mclasen@redhat.com>
3267
3268         * README.in: Add a note about range arrow sensitivity.
3269
3270         * perf/treeview.c: const correctness fixes
3271         found by Arjan van de Ven and gcc.
3272
3273 2005-11-16  Michael Natterer  <mitch@imendio.com>
3274
3275         * gtk/gtkimage.c (animation_timeout): call
3276         gtk_window_process_updates() so the animation keeps running even
3277         if the main loop is busy with sources that eat a lot of cpu with
3278         high priority. Fixes bug #321444.
3279
3280         (gtk_image_new_from_animation): document the fact that the
3281         animation will stop running if the main loop is busy with sources
3282         that have priorities higher than G_PRIORITY_DEFAULT.
3283
3284         * tests/testimage.c: added test case that shows an animation even
3285         though a cpu-eating idle function is running.
3286
3287 2005-11-16  Michael Natterer  <mitch@imendio.com>
3288
3289         * gdk/x11/gdkevents-x11.c (_gdk_events_uninit): new internal
3290         function which destroys the display's event source. Also removes
3291         the source from the global display_sources list and unrefs it.
3292
3293         * gdk/x11/gdkprivate-x11.h: declare the function.
3294
3295         * gdk/x11/gdkdisplay-x11.c (gdk_display_x11_dispose): call it
3296         instead of half-destroying the source here.
3297
3298 2005-11-15  Matthias Clasen  <mclasen@redhat.com>
3299
3300         * gtk/gtktreestore.c (gtk_tree_store_move): Fix a memory
3301         leak.  (#321032, Peter Zelezny)
3302
3303 2005-11-15  Michael Natterer  <mitch@imendio.com>
3304
3305         * gdk/x11/gdkdisplay-x11.c (gdk_display_x11_finalize): destroy
3306         display->xid_ht as late as possible (right before XCloseDisplay)
3307         because it still needs to be around when the display's screens are
3308         finalized. (#85715)
3309
3310 2005-11-14  Matthias Clasen  <mclasen@redhat.com>
3311
3312         * gtk/gtkselection.c (gtk_selection_data_set_uris): Don't
3313         leak result.  (#321441, Tommi Komulainen)
3314
3315 2005-11-14  Matthias Clasen  <mclasen@redhat.com>
3316
3317         * gtk/gtkicontheme.c (gtk_icon_theme_get_icon_sizes):
3318         Don't crash if there is no builtin icon.
3319
3320 2005-11-14  Michael Natterer  <mitch@imendio.com>
3321
3322         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_set_property):
3323         removed redundant calls to g_object_notify().
3324
3325 2005-11-13  Matthias Clasen  <mclasen@redhat.com>
3326
3327         * gdk/gdkcolor.c (gdk_color_parse): Documentation 
3328         improvements.  (#321338)
3329
3330         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Make
3331         limit an inclusive boundary.  (#321299)
3332
3333 2005-11-12  Michael Natterer  <mitch@imendio.com>
3334
3335         * gtk/Makefile.am: fixed icon rules so gtkbuiltincache.h is only
3336         rebuilt if needed.
3337
3338 2005-11-12  Dom Lachowicz <cinamod@hotmail.com>
3339
3340         * modules/engines/ms-windows/msw_style.c: Bug #313627. Make win32 
3341         theme's handling of toolbars, handleboxes, and menubars more in-line
3342         with Microsoft's IE style.
3343         * modules/engines/ms-windows/*.c: Indentation cleanups
3344         
3345 2005-11-12  Matthias Clasen  <mclasen@redhat.com>
3346
3347         Make builtin icons work in gtk_window_set_icon_name() 
3348         (#321046, Maxim Udushlivy)
3349
3350         * gtk/gtkicontheme.c (insert_theme): Always insert the default
3351         theme.
3352         (ensure_valid_themes): Call _gtk_icon_theme_ensure_builtin_cache()
3353         from here.
3354         (theme_lookup_icon, find_builtin_icon): ...and not from here.
3355         (gtk_icon_theme_lookup_icon): Remove an unncessary assert.
3356         (gtk_icon_theme_get_icon_sizes): Also check builtin icons.
3357
3358 2005-11-12  Tor Lillqvist  <tml@novell.com>
3359
3360         * gtk/gtkfilesystemwin32.c (filename_get_info): Don't hide
3361         dotfiles, no such convention on Win32. Just hide files with the
3362         hidden attribute. (#314627)
3363
3364 2005-11-11  Federico Mena Quintero  <federico@ximian.com>
3365
3366         * gtk/gtkfilechooserdefault.c (shortcuts_insert_path): Do not
3367         check whether the path is a folder.  It is useful to bookmark
3368         files as well (e.g. todo.txt), and this will also help
3369         performance.
3370         (shortcuts_add_bookmark_from_path): Likewise.
3371         (shortcuts_activate_iter): Change folders or select files, as
3372         appropriate.
3373
3374 2005-11-11  Federico Mena Quintero  <federico@ximian.com>
3375
3376         * tests/autotestfilechooser.c (main): Use
3377         g_log_set_default_handler() instead of explicitly setting a
3378         handler for each domain.
3379
3380         * gtk/gtkfilechooserdefault.c (shortcuts_add_volumes): Only get
3381         the base path of the volume if it is mounted.
3382
3383 2005-11-11  Michael Natterer  <mitch@imendio.com>
3384
3385         Added per-stepper API for GtkRange's stepper sensitivity as
3386         discussed in bug #321056:
3387
3388         * gtk/gtkenums.h: added GtkSensitivityType which can be
3389         { AUTO, ON, OFF }.
3390
3391         * gtk/gtkrange.[ch]: added properties "lower-stepper-sensitivity"
3392         and "upper-stepper-sensitivity" and public getters/setters for
3393         them. Changed stepper drawing to honor the new properties.
3394
3395         * gtk/gtk.symbols: added the new symbols.
3396
3397 2005-11-10  Matthias Clasen  <mclasen@redhat.com>
3398
3399         * gtk/gtkcombobox.c: Add show-popup and hide-popup signals and
3400         emit them when the popup is shown or hidden.  (#162531, Tommi
3401         Komulainen)
3402
3403         * tests/testcombo.c: Add an example of popuplating a combobox
3404         on click.
3405
3406         * gtk/gtktreeview.c (gtk_tree_view_motion_resize_column): Another
3407         erroneous semicolon.
3408
3409         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get): Remove an erroneous
3410         semicolon. 
3411
3412         Don't corrupt odd keymaps (#316638, Kean Johnston)
3413         
3414         * gdk/x11/gdkkeys-x11.c (set_symbol): Auxiliary function to
3415         handle frobbing keymaps with odd numbers of syms/code.
3416         
3417         * gdk/x11/gdkkeys-x11.c (update_keymaps): Use set_symbol() to 
3418         frob the keymap.
3419
3420         Improve navigation to parent folders.  (#318444, Andrei Yurkevich)
3421         
3422         * gtk/gtkpathbar.[hc]: Add a child_path argument to
3423         the path_clicked signal.
3424         * gtk/gtkfilechooserdefault.c (path_bar_clicked): Select the
3425         child_path, if it is provided.
3426         * gtk/marshalers.list (path_bar_clicked): Add the necessary
3427         glue.
3428
3429         * gtk/gtkmenu.c: Fix some compiler warnings. (#321141,
3430         Kjartan Maraas)
3431         
3432         * gtk/gtk.symbols: 
3433         * gtk/gtktreeview.h: 
3434         * gtk/gtktreeview.c: Implement a getter for headers-clickable.
3435         (#163851, Richard Hult)
3436
3437 2005-11-10  Michael Natterer  <mitch@imendio.com>
3438
3439         Applied patch from maemo-gtk that addresses many issues wrt
3440         display migration and display closing (bug #85715).
3441
3442         * gdk/gdkdisplay.c (gdk_display_dispose): don't just set the
3443         default display to NULL when it's closed. Instead set the most
3444         recently opened display as new default (if one exists).
3445
3446         * gdk/gdkpango.c (on_renderer_display_closed): fixed signature
3447         of this callback.
3448
3449         * gdk/gdkscreen.c (gdk_screen_dispose): check if the GCs still
3450         exist before unrefing them.
3451
3452         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): if the screen
3453         is closed, allow destruction of the root window.
3454
3455         * gdk/x11/gdkdisplay-x11.c: moved some stuff from finalize() to
3456         dispose(), free stuff that was leaked before.
3457
3458         * gdk/x11/gdkevents-x11.c (_gdk_x11_events_uninit_screen): check if
3459         the xsettings_client still exists before destroying it.
3460
3461         * gdk/x11/gdkkeys-x11.c: added finalization and free the allocated
3462         X resources.
3463
3464         * gdk/x11/gdkpixmap-x11.c: moved stuff from finalize() to new
3465         dispose() implementation.
3466
3467         * gdk/x11/gdkscreen-x11.c: moved stuff from finalize() to
3468         dispose() and check if it still exists before unrefing it. Set
3469         their pointers to NULL/None *after* upchaining in dispose(),
3470         because X11 implementations of members of the parent class still
3471         need them for their own destruction.
3472
3473         * gdk/x11/gdkvisual-x11.c: removed finalize() implementation which
3474         was g_error()ing when finalizing a visual.
3475
3476         * gtk/gtkclipboard.c (gtk_clipboard_finalize): don't use
3477         get_clipboard_widget() because it would create the widget if it
3478         doesn't exist. Use g_object_get_data() directly instead.
3479
3480         * gtk/gtktextdisplay.c (on_renderer_display_closed): fixed signature
3481         of this callback.
3482
3483 2005-11-10  Simos Xenitellis  <simos@gnome.org>
3484
3485         * configure.in: Added Tatar (tt) to ALL_LINGUAS.
3486
3487 Wed Nov  9 16:29:42 2005  Tim Janik  <timj@imendio.com>
3488
3489         * gtk/gtkrange.c: patch from maemo-gtk that changes GtkRange
3490         to render its arrows insensitive when the adjustment is in
3491         its min or max position. this makes range arrow behaviour 
3492         consistent with spin button behaviour. (#321056)
3493
3494 2005-11-09  Tor Lillqvist  <tml@novell.com>
3495
3496         * gdk/gdkinternals.h
3497         * gdk/gdk.c (gdk_debug_keys[]): Add new GDK_DEBUG_DRAW flag to
3498         the GdkDebugFlag enum.
3499
3500         * gdk/win32/gdkdrawable-win32.c: Use DRAW to trigger GDK_NOTEs in
3501         this file instead of MISC. Now asking for MISC will give mainly
3502         window manipulation debugging output with the Win32 backend.
3503
3504 2005-11-09  Tor Lillqvist  <tml@novell.com>
3505
3506         * gdk/win32/gdkwindow-win32.c: Remove unnecessary includes.
3507
3508         (_gdk_win32_get_adjusted_client_rect): Remove this two-line
3509         function which was used only in one place.
3510
3511         (get_outer_rect): Use _gdk_win32_adjust_client_rect().
3512
3513         (gdk_window_set_geometry_hints): If we have identical minimum and
3514         maximum size hints, remove the resize and maximize
3515         decorations/functions. (#104514)
3516
3517         If we have a maximum size hint, remove the maximize
3518         decoration/function but ensure the resize decoration/function is
3519         available. Otherwise ensure both resize and maximize
3520         decorations/functions are there.
3521
3522         (set_or_clear_style_bits): Factored out common code from
3523         gdk_window_set_decorations() and gdk_window_set_functions(). 
3524
3525         Hack the window style setting once more: Only touch the window
3526         style bits corresponding to the GdkWMDecoration or GdkWMFunction
3527         parameter bitmasks. Hopefully this finally is the correct thing to
3528         do. We used to clear all other bits than those that were being
3529         set, or set all other bits than those that were being cleared.
3530
3531         Take into account that adding or removing decorations leaves the
3532         window's outer size unchanged, i.e., the client area's size and
3533         position change. This is apparently not what we want, so change
3534         also the window's (outer) position and size appropriately so that
3535         the client area's position and size stay constant.
3536
3537         gtk-demo's color selector dialog is now non-resizable like on X11
3538         (I tested with metacity in GNOME). Torn off menus are shrinkable
3539         vertically but have a maximum size, and are not maximizable or
3540         minimizable, like on X11.
3541
3542         (gdk_window_set_decorations, gdk_window_set_functions): Let
3543         set_or_clear_decorations() do most of the job.
3544
3545         * gdk/win32/gdkprivate-win32.h: Remove declaration of
3546         _gdk_win32_get_adjusted_client_rect().
3547
3548 2005-11-09  Tor Lillqvist  <tml@novell.com>
3549
3550         * gdk/win32/gdkwindow-win32.h (struct _GdkWindowImplWin32)
3551         * gdk/win32/gdkwindow-win32.c (gdk_window_impl_win32_init,
3552         gdk_window_get_type_hint, gdk_window_get_type_hint): Store the
3553         type hint. Implement gdk_window_get_type_hint() by just returning
3554         the hint stored.
3555
3556 2005-11-09  Tor Lillqvist  <tml@novell.com>
3557
3558         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
3559         Remove code that has been permanently ifdeffed out for two years.
3560
3561 2005-11-08  Matthias Clasen  <mclasen@redhat.com>
3562
3563         * gdk/gdkgc.c (gdk_gc_finalize): Unref tile and stipple when
3564         finalizing a gc.  (#320789, Nickolay V. Shmyrev)
3565
3566         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Ignore
3567         icons if they would make the request large enough to cause
3568         Xlib to loose the connection.  (#320909, Claudio Saavedra)
3569
3570 2005-11-08  Michael Natterer  <mitch@imendio.com>
3571
3572         * gdk/gdk.symbols
3573         * gdk/gdkwindow.h
3574         * gdk/x11/gdkwindow-x11.c: added gdk_window_get_type_hint() (patch
3575         extracted from maemo-gtk). Fixes bug #320872.
3576
3577 2005-11-07  Matthias Clasen  <mclasen@redhat.com>
3578
3579         * gtk/gtkfilechooserdefault.c (shortcuts_reorder): Don't
3580         looks the bookmark label when reordering.  (#320720, Jeremy Cook)
3581
3582         * gtk/gtkpathbar.[hc]: Set focus-on-click to FALSE for all buttons.
3583         Don't grab focus when a slider button is pressed, instead, use
3584         a bit in the pathbar struct to determine whether to scroll up
3585         or down.  (#314486, Carlos Garnacho)
3586
3587         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): 
3588         Don't popup the completions if the focus has already been
3589         moved somewhere else.  (#319914, Christian Persch)
3590
3591         * gtk/gtktoolitem.c (_gtk_tool_item_toolbar_reconfigured): 
3592         Raise the drag_window after reconfiguring the 
3593         toolbar.  (#320803, Christian Persch)
3594
3595         * gtk/gtk.symbols: 
3596         * gtk/gtkfilechooserbutton.h: 
3597         * gtk/gtkfilechooserbutton.c: Add a focus-on-click property
3598         with setter and getter.  (#318945, Christian Persch)
3599         
3600 Mon Nov  7 16:15:16 2005  Tim Janik  <timj@imendio.com>
3601
3602         * configure.in: fixed missing $X_CFLAGS setup in case x11.pc is present.
3603
3604 2005-11-07  Matthias Clasen  <mclasen@redhat.com>
3605
3606         * configure.in: Adjust to the stock icon changes.
3607         
3608 2005-11-07  Tor Lillqvist  <tml@novell.com>
3609
3610         * gdk/win32/gdkcursor-win32.c (pixbuf_to_hbitmaps_normal):
3611         Correct the calculation of maskstride. (#320152, Peter Zelezny)
3612         
3613 2005-11-06  Michael Natterer  <mitch@imendio.com>
3614
3615         * gtk/Makefile.am (icons): fixed rule to actually create the
3616         symlinks, erroring out if anything goes wrong.
3617
3618 2005-11-06  Tor Lillqvist  <tml@novell.com>
3619
3620         * gtk/updateiconcache.c (build_cache): Can't rename a file if the
3621         target exists on Win32. First rename the target temporarily, then
3622         if the renaming of the source to target fails, restore the
3623         original name for the target.
3624
3625         * gtk/Makefile.am: Use EXEEXT in the dependency on gtk-update-icon-cache.
3626
3627 2005-11-06  Tor Lillqvist  <tml@novell.com>
3628
3629         (pixbuf_to_hbitmaps_alpha_winxp): Use an 1-bit mask bitmap,
3630         like pixbuf_to_hbitmaps_normal().
3631         (_gdk_win32_pixbuf_to_hicon_supports_alpha): Check
3632         G_WIN32_IS_NT_BASED() first, so we can pretend being on Win9x by
3633         setting the G_WIN32_PRETEND_WIN9X environment variable.
3634         
3635 2005-11-06  Tor Lillqvist  <tml@novell.com>
3636
3637         Make icon masks work on Win98 (#320152, Peter Zelezny)
3638
3639         * gdk/win32/gdkcursor-win32.c (create_color_bitmap): Take also a
3640         parameter for the depth of the bitmap, so that this function can
3641         be used to create 1-bit bitmaps, too.
3642         (pixbuf_to_hbitmaps_normal): Create an 1-bit bitmap for the mask,
3643         and initialize it properly.
3644
3645 2005-11-04  Matthias Clasen  <mclasen@redhat.com>
3646
3647         Store builtin stock icons in an icon cache, instead of
3648         populating a hash table with pixbufs at startup, to save both
3649         memory and startup time.
3650
3651         * gtk/stock-icons/*: Reorganize the icons in a directory structure
3652         suitable for gtk-update-icon-cache, and rename them to match the
3653         stock ids.
3654
3655         * gtk/gtkiconcache.[hc]: Support non-mmapped icon caches, and
3656         add _gtk_icon_cache_has_icon_in_directory().
3657
3658         * gtk/updateiconcache.c: Support a --source <VARIABLE> argument
3659         to store the contents of the icon cache in a C header.
3660
3661         * gtk/gtkbuiltincache.h: Generated private header which contains 
3662         the icon cache for the builtin icons.
3663
3664         * gtk/gtkicontheme.c: Create a GtkIconCache for the builtin
3665         icons, and use that in addition to the hash table whenever
3666         builtin icons are searched.
3667
3668         * gtk/gtkiconfactory.c: Add GTK_ICON_SOURCE_STATIC_ICON_NAME and
3669         use it for static stock ids. 
3670         (get_default_icons): Don't add the builtin
3671         icons to the icon theme, just register the stock ids.
3672         (render_fallback_image): Take the fallback image out of the
3673         builtin icon cache.
3674         
3675         * gtk/Makefile.am: Remove stock-icons from SUBDIRS and add 
3676         the necessary machinery to rebuild gtkbuiltincache.h.
3677
3678 2005-11-04  Michael Natterer  <mitch@imendio.com>
3679
3680         * gtk/gtkrc.c (gtk_rc_reparse_all_for_settings): applied patch
3681         from maemo-gtk that changes the mtime check for rc files from
3682         '>' to '!=', otherwise theme changes go unnoticed when turning
3683         back the clock (Tommi Komulainen).
3684
3685 2005-11-04  Tor Lillqvist  <tml@novell.com>
3686
3687         * gtk/gtkstatusicon.c (gtk_status_icon_set_tooltip): Plug memory
3688         leak on Win32.
3689
3690 2005-11-03  Tor Lillqvist  <tml@novell.com>
3691
3692         * gdk/win32/gdkcursor-win32.c: As there is only one GdkDisplay in
3693         the Win32 backend, check that GdkDisplay* parameters are equal to
3694         _gdk_display instead of using the unnecessarily general
3695         GDK_IS_DISPLAY().
3696
3697         (pixbuf_to_hbitmaps_alpha_winxp): Rename the variables for the
3698         color bitmap to have "color" in their name, for similarity with
3699         pixbuf_to_hbitmaps_normal(). Create a color bitmap for the mask,
3700         too, instead of creating a b&w bitmap with CreateBitmap(). Set up
3701         the mask bitmap's contents, ones for those pixels in the color
3702         bitmap where the alpha is zero, zero for other pixels. We used to
3703         use an uninitialized mask bitmap! This meant that icons and
3704         cursors created presumably worked more or less by accident.
3705         Totally blank icons with zero alpha everywhere (as used by
3706         gtktrayicon.c) definitely did not work as expected.
3707
3708         * gtk/Makefile.am: Include gtkstatusicon.c on all platforms.
3709
3710         * gtk/gtkstatusicon.c: Implement for Win32. Use code from
3711         gtktrayicon-win32.c as applicable. (gtktrayicon-win32.c is not
3712         necessary and can be removed from CVS. It has never been mentioned
3713         in gtk/Makefile.am.) No tray icon widget, GtkImage or GtkTooltips
3714         are used on Win32. One label widget is used (but never shown) as
3715         gtk_widget_render_icon() needs a widget.
3716
3717         Ifdefs used as necessary in several places. It might be cleaner to
3718         split out the backend-specific parts to separate files, or at
3719         least collect them into separate blocks in the file.
3720
3721         (wndproc): New function. Window procedure to monitor mouse events
3722         in the system tray icon. Call gtk_status_icon_button_press() as
3723         needed.
3724         (create_tray_observer): New function. Creates a hidden window that
3725         only serves as a tray icon message observer.
3726
3727         * tests/teststatusicon.c (icon_activated): Position the dialog
3728         with GTK_WIN_POS_CENTER.
3729         (do_quit): New function, hide and unref the GtkStatusIcon, and
3730         call gtk_main_quit().
3731         (popup_menu): Add a Quit menu item that calls do_quit().
3732         
3733 2005-11-02  Tor Lillqvist  <tml@novell.com>
3734
3735         * gdk/win32/gdkcolor-win32.c
3736         * gdk/win32/gdkscreen-win32.c
3737         * gdk/win32/gdkwindow-win32.c: Whitespace consistency
3738         fixes. Remove superfluous test for GdkWindow* parameters being
3739         non-NULL. Testing GDK_IS_WINDOW() is enough. As there is only one
3740         GdkScreen and one GdkDisplay in the Win32 backend, use those
3741         variables instead of the getter functions. For GdkDisplay* and
3742         GdkScreen* parameters, check that they are equal to the
3743         corresponding singleton variables instead of the more general
3744         GDK_IS_DISPLAY() or GDK_IS_SCREEN().
3745
3746 2005-11-02  Matthias Clasen  <mclasen@redhat.com>
3747
3748         * gtk/gtktextview.c: Remove some g_return_if_fail() from
3749         static functions, replace some others by g_assert().
3750         
3751         * gtk/gtktextview.c (selection_motion_event_handler) 
3752         (gtk_text_view_start_selection_drag): Keep track of the original
3753         selection boundaries during a drag selection, in order to correctly
3754         decide when to extend or shrink the selection.  (#320167,
3755         reported by Arvind S N, patch by Paolo Borelli)
3756
3757         * gtk/gtktextbtree.c (_gtk_text_line_char_to_byte_offsets): 
3758         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): Replace
3759         manual offset calculations by g_utf8_offset_to_pointer().
3760         (#320360, Paolo Borelli)
3761
3762 Tue Nov  1 16:18:24 2005  Tim Janik  <timj@imendio.com>
3763
3764         * gtk/gtkrbtree.[hc]: get rid of GAllocator usage, allocate and free 
3765         nodes via the g_slice_*() API.
3766         _gtk_rbtree_new(): fixed wrong node allocation via g_new().
3767
3768 2005-11-01  Tor Lillqvist  <tml@novell.com>
3769
3770         * gdk/win32/gdkprivate-win32.h
3771         * gdk/win32/gdkglobals-win32.c
3772         * gdk/win32/gdkmain-win32.c (_gdk_windowing_init): Add more
3773         pre-interned GdkAtoms and pre-registered clipboard formats. Sort
3774         their declarations, definitions and assignments into a more
3775         logical and consistent order.
3776
3777         * gdk/win32/gdkmain-win32.c (_gdk_win32_cf_to_string): Include the
3778         CF_ prefix for the predefined clipboard format names. Put quotes
3779         around registered format names to distinguish them.
3780         
3781         * gdk/win32/gdkproperty-win32.c (gdk_property_change): Return
3782         immediately with a warning if the property type is STRING, TEXT,
3783         COMPOUND_TEXT or SAVE_TARGETS, as these are X11-specific that we
3784         should never pretend to handle on Win32. Handle only UTF8_STRING
3785         here, other formats with delayed rendering. Use \uc1 instead of
3786         \uc0 when generating Rich Text Format for easier testability on
3787         XP, where WordPad misinterprets \uc0 encoded characters. Add more
3788         GDK_NOTE debugging output for Clipboard operations.
3789
3790         * gdk/win32/gdkselection-win32.c: Debugging printout improvements.
3791         (gdk_selection_convert): Don't pretent to handle STRING, just
3792         UTF8_STRING. Streamline error handling, don't unnecessarily have a
3793         GError which then isn't used for anything anyway if it gets set.
3794         (gdk_win32_selection_add_targets): Skip also STRING, TEXT,
3795         COMPOUND_TEXT and SAVE_TARGETS in addition to UTF8_STRING.
3796
3797         * config.h.win32.in: Sync with what configure produces.
3798
3799         * configure.in: Don't look for X_PACKAGES unless building for
3800         x11. (#313986, John Ehresman)
3801
3802 2005-10-28  Erdal Ronahi  <erdal.ronahi@gmail.com>
3803
3804         * configure.in: Added ku (Kurdish) to ALL_LINGUAS
3805                         Wondered why there was no ku there before??
3806
3807 2005-10-28  Matthias Clasen  <mclasen@redhat.com>
3808
3809         * gtk/gtkentrycompletion.c (_gtk_entry_completion_popup): Add the popup
3810         window to the toplevels window group.  (#319912, Christian Persch)
3811
3812 2005-10-28  Kristian Rietveld  <kris@gtk.org>
3813
3814         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_deleted): fix
3815         stupid thinko.
3816
3817 2005-10-28  Matthias Clasen  <mclasen@redhat.com>
3818
3819         * gtk/gtkdnd.c (gtk_drag_get_cursor): Fix the anchor of the default
3820         drag cursors.  (#319200, Federico Mena Quintero)
3821
3822         * gtk/gtktreeview.c (gtk_tree_view_search_key_press_event): Handle
3823         Shift-G to go to the previous match, like firefox.  (#320061, Christian 
3824         Neumair)
3825
3826         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_build_level): Fix a
3827         C99ism.  (#320000, Kazuki Iwamoto)
3828
3829         * gtk/gtkaboutdialog.c (gtk_about_dialog_init): Add the little 
3830         stars.  (#319985, Bastien Nocera)
3831
3832         * gtk/gtktreeview.c (gtk_tree_view_search_entry_flush_timeout): Return
3833         FALSE, so we don't flush repeatedly.  (#319151, Alexander Larsson)
3834
3835 2005-10-26  Michael Natterer  <mitch@imendio.com>
3836
3837         Fix bug #319974:
3838
3839         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
3840         make sure that setting any of pixbuf/stock-id/icon-name resets the
3841         others because they are mutually exclusive, and that unsetting any
3842         of them only resets the pixbuf and nothing else. Also added
3843         some missing g_object_notify().
3844
3845         (gtk_cell_renderer_pixbuf_get_property): simplified calls to
3846         g_value_set_object().
3847
3848         (gtk_cell_renderer_pixbuf_create_stock_pixbuf)
3849         (gtk_cell_renderer_pixbuf_create_named_icon_pixbuf): added
3850         g_object_notify ("pixbuf").
3851
3852 2005-10-27  Matthias Clasen  <mclasen@redhat.com>
3853
3854         * gtk/gtktreeview.c (gtk_tree_view_button_press): Be more 
3855         careful about initializing cell_area.  (#319382, Tommi
3856         Komulainen)
3857
3858         * gtk/gtkcombobox.c (gtk_combo_box_key_press): Don't eat
3859         Ctrl-PageUp/PageDown.  (#318670, Christian Neumair)
3860
3861         * demos/gtk-demo/clipboard.c (paste_received): Only set the
3862         text if it is not NULL.  (#319930, Thomas Klausner)
3863
3864         * gtk/gtkselection.c (gtk_selection_data_get_pixbuf): Close the
3865         loader before trying to get the pixbuf.  (#319930, Thomas Klausner)
3866
3867 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
3868
3869         * gtk/gtkfilesystem.c (gtk_file_system_module_load): 
3870         * gtk/gtkthemes.c (gtk_theme_engine_load): 
3871         * gtk/gtkimmodule.c (gtk_im_module_load): Use G_MODULE_BIND_LAZY
3872         when dlopening modules.  (#319557, Laszlo Peter)
3873
3874 2005-10-26  Matthias Clasen  <mclasen@redhat.com>
3875
3876         * gtk/gtktextbtree.c (gtk_text_btree_resolve_bidi): Only use text
3877         segments when determining text direction.  (#319065, Tommi Komulainen)
3878
3879         * gtk/gtktreeview.c (gtk_tree_view_destroy): Don't crash
3880         on duplicate destroy.  (#318953, Gustavo Carneiro)
3881
3882         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new_with_dialog): 
3883         Point out that destroy-with-parent is a bad idea for the dialog
3884         passed to this function.  (#318943, Christian Persch)
3885
3886         * */Makefile.am: use $(GLIB_MKENUMS) instead of 
3887         glib-mkenums.  (#318582, Damien Carbery)
3888
3889         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Clarify
3890         docs.  (#317682, Christian Neumair)
3891
3892         * gdk/x11/gdkdnd-x11.c: Remove an extra const which doesn't
3893         seem to affect the placement of the data in the readonly 
3894         section, and causes problems with some compilers.  (#317844)
3895
3896 2005-10-25  Matthias Clasen  <mclasen@redhat.com>
3897
3898         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
3899         Fix some issues with background drawing in RTL.  (#318781,
3900         Eric Cazeaux)
3901
3902         * tests/Makefile.am:
3903         * tests/testentrycompletion.c: Apply a patch by Christian
3904         Persch to add property editors.
3905
3906         * gtk/gtkstatusicon.c: Emit activate on single-click,
3907         not on double-click, change proposed by Milosz Derezynski.
3908
3909 2005-10-25  Kristian Rietveld  <kris@gtk.org>
3910
3911         Fixes #311955, reported by Markku Vire; and a lot more.
3912
3913         * gtk/gtktreemodelfilter.c: Made this thing work correctly.
3914         Levels can now have invisible nodes cached, functions have been
3915         rewritten/refactored to take this into account; also the logic in
3916         some functions has been corrected.
3917         
3918         Each referenced node now references all visible children or a single
3919         invisible child, in order to be able to monitor all changes in the
3920         child model required for correct operation.
3921
3922         When a virtual root is set, all nodes on the virtual root level are
3923         referenced.
3924
3925         At last, a bunch of random bug fixes and comment updates.
3926
3927 2005-10-25  Matthias Clasen  <mclasen@redhat.com>
3928
3929         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Add some
3930         more docs.  (#319722, Paolo Borelli)
3931
3932         * gdk/x11/gdkxftdefaults.c (init_xft_settings): Make the 
3933         initialization of screen_x11->xft_rgba more explicit.  (#319627,
3934         Bogdan Nicula)
3935
3936         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Fix whitespace
3937         in a blurb.  (#319499, Francisco Javier F. Serrador)
3938
3939 2005-10-24  Matthias Clasen  <mclasen@redhat.com>
3940
3941         Add settings to hide the input method and Unicode control character
3942         submenus in the context menus of GtkEntry and GtkTextView.  
3943         
3944         * gdk/x11/gdkevents-x11.c: Map GTK+ settings to X settings.
3945         
3946         * gtk/gtksettings.c (gtk_settings_class_init): Declare GTK+ settings here.
3947
3948         * gtk/gtktextview.c (popup_targets_received): 
3949         * gtk/gtkentry.c (popup_targets_received): Use the settings here.
3950
3951 2005-10-24  Kristian Rietveld  <kris@gtk.org>
3952
3953         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): emitting
3954         row-has-child-toggled when the level is not in the cache does not
3955         make sense.  (This bug probably crept in during the early stages
3956         of GtkTreeModelSort when there wasn't a correct row-has-child-toggled
3957         implementation yet),
3958         (gtk_tree_model_sort_real_unref_node): only get the child iter
3959         when we will actually also use it.
3960
3961 2005-10-22  Michael Natterer  <mitch@imendio.com>
3962
3963         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): check for the
3964         widget being realized, in addition to being visible, to avoid
3965         running into precondition check in gtk_tree_view_get_cell_area().
3966         (approved by Kris).
3967
3968 2005-10-22  Dom Lachowicz <cinamod@hotmail.com>
3969
3970         * modules/engines/ms-windows/msw_style.c (setup_msw_rc_style): 
3971         Experimentally, scrollbar steppers can shrink to 8 pixels on 
3972         Win32. Reflect that in the theme.
3973         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: Experimentally,
3974         there is a 1-pixel border between a scrollbar and its child
3975         in ScrolledWindows on Win32. Reflect that in the theme.
3976         
3977 2005-10-20  Matthias Clasen  <mclasen@redhat.com>
3978
3979         * gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD
3980         for the selection window.  (#318806, Alex Larsson)
3981
3982 2005-10-18  Federico Mena Quintero  <federico@ximian.com>
3983
3984         Fixes bug #317999:
3985
3986         * tests/autotestfilechooser.c
3987         (test_button_folder_states_for_action): Test that we have either
3988         $cwd or the explicitly-set folder.
3989         (test_reload_sequence): Likewise.
3990
3991         * gtk/gtkfilechooserdefault.c
3992         (gtk_file_chooser_default_get_current_folder): If our reload_state
3993         is RELOAD_EMPTY, return a GtkFilePath corresponding to $cwd.
3994
3995 2005-10-14  Tor Lillqvist  <tml@novell.com>
3996
3997         * gdk/win32/gdkdisplay-win32.c: Remove the clipboard viewer code.
3998         It didn't really do anything useful, and was just confusing and
3999         incomplete. Comments claimed we don't do delayed rendering, but in
4000         fact we do, for images. (The delayed rendering code has other
4001         problems, though, see #168173.) The clipboard viewer code was
4002         probably even buggy (the WM_CHANGECBCHAIN handled didn't propagate
4003         the message when necessary). It was just test code, it said so in
4004         a comment. Add something similar back later if necessary.
4005
4006         (_win32_on_clipboard_change,
4007         _gdk_win32_register_clipboard_notification): Remove.
4008
4009         (gdk_display_supports_selection_notification,
4010         gdk_display_request_selection_notification): Always just return
4011         FALSE. We didn't generate any GDK_OWNER_CHANGE events anywhere.
4012
4013 2005-10-13  Tor Lillqvist  <tml@novell.com>
4014
4015         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't treat
4016         Alt-Enter specially. It does not have any special meaning and
4017         should be passed on to the application. (#318378, Tim Evans)
4018
4019 2005-10-13  Tor Lillqvist  <tml@novell.com>
4020
4021         Set visual depth to 24 for 32 bits-per-pixel devices on
4022         Win32. This allows gdk_drawable_real_draw_pixbuf() to use the
4023         optimized composite_0888() function rather than the slower image
4024         dithering functions to draw pixbufs (#313993, John Ehresman)
4025
4026         * gdk/win32/gdkimage-win32.c (_gdk_win32_new_image): Use
4027         _gdk_windowing_get_bits_for_depth() to initialize
4028         GdkImage::bits_per_pixel.
4029         (_gdk_windowing_get_bits_for_depth): Return 32 bits for depth 24.
4030
4031         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use
4032         _gdk_windowing_get_bits_for_depth() to initialize
4033         BITMAPINFOHEADER::biBitCount.
4034
4035         * gdk/win32/gdkvisual-win32.c (_gdk_visual_init): Set
4036         GdkVisual::depth to 24 even if GetDeviceCaps(BITSPIXEL) returns
4037         32.
4038
4039 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
4040
4041         * demos/gtk-demo/appwindow.c: (about_cb):
4042           use PACKAGE_VERSION,bump year (#318654)
4043
4044 2005-10-11  Matthias Clasen  <mclasen@redhat.com>
4045
4046         * gtk/gtktextbtree.c (_gtk_text_btree_delete): Try to match an off 
4047         toggle here with the matching on toggle if it immediately follows. 
4048         This is a common case, and handling it here prevents quadratic blowup 
4049         in cleanup_line() below.  (#317125)
4050
4051         * gtk/gtktextsegment.h: 
4052         * gtk/gtktextsegment.c (_gtk_char_segment_new_from_two_strings): Pass
4053         the character counts into this function instead of computing them
4054         again.
4055
4056 2005-10-10  Tommi Komulainen  <tommi.komulainen@iki.fi>
4057
4058         * gtk/gtkfilechooser.h (GtkFileChooserError): Add ALREADY_EXISTS error
4059         code.
4060         * gtk/gtkfilechooserdefault.c
4061         (gtk_file_chooser_default_add_shortcut_folder): Return an error code
4062         when the shortcut already exists in the sidebar.  (#147521)
4063
4064 2005-10-09  Matthias Clasen  <mclasen@redhat.com>
4065
4066         * tests/testcombo.c: Demonstrate how to use custom widgets in
4067         a GtkComboBox.  
4068
4069 2005-10-07  Federico Mena Quintero  <federico@ximian.com>
4070
4071         Fixes bug #317999:
4072
4073         * tests/autotestfilechooser.c (test_reload_sequence): Ensure that
4074         the the result of gtk_file_chooser_get_folder() is NULL or
4075         non-NULL at the right times.  Log the tests.
4076         (test_button_folder_states): New test for the initial states of
4077         the current folder in GtkFileChooserButton.
4078         (main): Test that the number of warnings/errors/critical errors is
4079         zero.
4080
4081         * gtk/gtkfilechooser.c (gtk_file_chooser_get_current_folder):
4082         Clarify the documentation on when this can return NULL.
4083         (gtk_file_chooser_get_current_folder_uri): Likewise.
4084
4085         * gtk/gtkfilechooserbutton.c (struct
4086         _GtkFileChooserButtonPrivate): Added a folder_has_been_set flag;
4087         we use it to keep track of whether a folder has been set.
4088         (gtk_file_chooser_button_map):  Implement.  If no folder has been
4089         loaded before, we at least try to load $cwd here.
4090         (gtk_file_chooser_button_constructor): If the construct-time
4091         dialog already has a folder set, turn on our folder_has_been_set
4092         flag.
4093         (dialog_current_folder_changed_cb): Turn on our
4094         folder_has_been_set flag.
4095
4096 2005-10-07  Michael Natterer  <mitch@gimp.org>
4097
4098         * gtk/gtkfilechooserdefault.c: remove some explicit #defines of
4099         PROFILE_FILE_CHOOSER because they break compilation after the
4100         removal of <unistd.h>.
4101
4102 2005-10-07   Matthias Clasen  <mclasen@redhat.com>
4103
4104         * gtk/gtkfilechooserdefault.c: Properly fix the unistd.h include
4105         by moving it out of the profiling ifdef.
4106
4107         * gtk/gtkfilechooserdefault.c: Remove a redundant (and
4108         unconditional) include of unistd.h  (#318211, Kazuki Iwamoto)
4109
4110         * gtk/gtktexttag.c (gtk_text_attributes_ref): Use
4111         g_return_val_if_fail(), not g_return_if_fail().  (#318412,
4112         Kazuki Iwamoto)
4113
4114 2005-10-06  Matthias Clasen  <mclasen@redhat.com> 
4115                 
4116         * gtk/gtk.symbols:
4117         * gtk/gtktextbuffer.h:
4118         * gtk/gtktextbuffer.c: Add a readonly has-selection property
4119         with a getter.  (#318161, Paolo Borelli)
4120
4121 2005-10-05  Matthias Clasen  <mclasen@redhat.com>
4122
4123         * README.in: Start collecting release notes for 2.10.
4124
4125         * gtk/gtkrc.c (gtk_rc_clear_realized_style): Readd the memory
4126         leak fix, since the assertion failures were traced to 
4127         an xchat bug.  (#314696)
4128         
4129         * gtk/gtkstyle.c (gtk_style_detach):
4130         (gtk_style_attach):  Documentation improvements.
4131         (gtk_style_detach): Assert that the attach_count is > 0.
4132
4133 2005-10-04  Federico Mena Quintero  <federico@ximian.com>
4134
4135         * gtk/gtkfilechooserdefault.c (switch_to_shortcut): Take a
4136         shortcut position, not a ShortcutsIndex, to make the function more
4137         generic.
4138         (home_folder_handler): Pass the resolved index to
4139         switch_to_shortcut(), rather than just SHORTCUTS_HOME.
4140         (desktop_folder_handler): Likewise for SHORTCUTS_DESKTOP.
4141         (gtk_file_chooser_default_class_init): Add a "quick-bookmark"
4142         binding signal, and bind it to Alt-1, Alt-2. ..., Alt-0.  These
4143         make the respective key switch to the first, second, ..., tenth
4144         bookmark.
4145         (quick_bookmark_handler): Implement.
4146
4147 2005-10-04  Federico Mena Quintero  <federico@ximian.com>
4148
4149         * gtk/gtkpathbar.c (get_dir_name): Don't special-case Home and
4150         Desktop; just use their real names on the file system for the
4151         user-visible names.
4152
4153         * gtk/gtkfilechooserdefault.c
4154         (gtk_file_chooser_default_class_init): Add a "desktop-folder"
4155         binding signal, and bind it to M-d by default.
4156         (desktop_folder_handler): Implement the default handler.
4157         (home_folder_handler): Use a helper function.
4158         (switch_to_shortcut): New helper function.
4159         (shortcuts_append_home): Don't special-case the name of "Home";
4160         just use the folder name.
4161
4162 2005-10-04  Tor Lillqvist  <tml@novell.com>
4163
4164         * gtk/gtkcalendar.c (gtk_calendar_init): Make it compile without
4165         HAVE__NL_TIME_FIRST_WEEKDAY. (#317910, Mathias Hasselmann)
4166
4167 2005-10-04  Matthias Clasen  <mclasen@redhat.com>
4168
4169         * gtk/gtkrc.c (gtk_rc_clear_realized_style): Revert the change
4170         from yesterday, since it leads to assertion failures.  (#317879,
4171         Sebastian Bacher)
4172
4173 2005-10-03  Matthias Clasen  <mclasen@redhat.com>
4174
4175         * gtk/gtkcalendar.c (gtk_calendar_init): Call 
4176         calendar_compute_days() after setting priv->week_start.
4177
4178 2005-10-03  Matthias Clasen  <mclasen@redhat.com>
4179
4180         * gtk/gtkrc.c (gtk_rc_clear_realized_style): Unref the style when
4181         removing it from the hash table.  (#314696, Benjamin Berg)
4182
4183 2005-10-01  Tor Lillqvist  <tml@novell.com>
4184
4185         * gdk/win32/gdkdrawable-win32.c (blit_from_pixmap): In case
4186         BitBlt() fails with ERROR_INVALID_HANDLE, the most probable cause
4187         is that the the desktop isn't visible because the session has been
4188         switched, the screen is locked, or a terminal server session
4189         disconnected, so no error message necessary. (#137796)
4190
4191         It is of course remotely possible that BitBlt() failing with
4192         ERROR_INVALID_HANDLE might also be caused by some other
4193         problem. We could strive for perfection and track whether the
4194         desktop is visible by using WTSRegisterSessionNotification() and
4195         handling WM_WTSESSION_CHANGE. I think that's overdoing it just for
4196         this issue, though. If we would track desktop visibility, we
4197         should then avoid even trying to update the display at all while
4198         the desktop isn't visible.
4199
4200 2005-09-30  Matthias Clasen  <mclasen@redhat.com>
4201
4202         * gtk/gtkcalendar.c (gtk_calendar_init): Another attempt
4203         to correct the calculations for the first week day. We may
4204         just have to remove this code if too many locales turn out 
4205         to have broken data. 
4206
4207         * gtk/gtkimage.c (gtk_image_expose): Don't leak pixbuf in
4208         some cases.  (#317611, Tommi Komulainen)
4209
4210         * gtk/gtksocket-x11.c (_gtk_socket_windowing_size_request):
4211         Prevent overflow when storing size hints in an unsigned
4212         short variable. Tracked down by Ray Strode and Søren Sandmann.
4213
4214 2005-09-29  Matthias Clasen  <mclasen@redhat.com>
4215
4216         * gtk/gtkbutton.c (gtk_button_set_image): Check arguments.  (#317491,
4217         Paolo Borelli)
4218
4219         * gtk/gtkpaned.c (gtk_paned_grab_notify): Stop drags when being
4220         grab shadowed.  (#317332)
4221
4222 2005-09-29  Tor Lillqvist  <tml@novell.com>
4223
4224         * gtk-zip.sh.in: DLLs are always in bin nowadays, no need to test.
4225
4226 2005-09-28  Federico Mena Quintero  <federico@ximian.com>
4227
4228         * tests/autotestfilechooser.c (test_reload_sequence): Oops, return
4229         if the unmap test fails.
4230         (test_reload_sequence): Use gtk_widget_show_now() instead of
4231         gtk_widget_show() for the dialog.
4232         Thanks to Tim Janik for noticing these.
4233
4234 2005-09-28  Federico Mena Quintero  <federico@ximian.com>
4235
4236         * tests/testcellrenderertext.c: New file with a set of tests for
4237         GtkCellRendererText.  The idea is to run a text renderer through
4238         most of its interesting property values to see that it works
4239         correctly.
4240
4241         * tests/Makefile.am: Added testcellrenderertext.
4242
4243         * gtk/gtkfilechooserdefault.c (load_set_model): Mark the
4244         entry/exit of this function for profiling.
4245         (gtk_file_chooser_default_style_set): Mark the start/end of the
4246         calls to the parent class and the the signal emission for profiling.
4247
4248 2005-09-29  Tor Lillqvist  <tml@novell.com>
4249
4250         * gtk/gtkmain.c (_gtk_get_localedir): The locale directory is
4251         passed to bindtextdomain() which isn't UTF-8-aware, so convert to
4252         system codepage using g_win32_locale_filename_from_utf8().
4253         (#317457, Kazuki Iwamoto)
4254
4255 2005-09-28  Matthias Clasen  <mclasen@redhat.com>
4256
4257         * gtk/gtkselection.c (_gtk_selection_request): Free mult_atoms 
4258         here. (#317039, Paolo Borelli)
4259
4260         * gtk/gtktexttag.h: 
4261         * gtk/gtktexttag.c (gtk_text_attributes_ref): Return the attributes
4262         to make this function work as boxed copy function.  (#317455,
4263         Gustavo Carneiro)
4264
4265         * gtk/gtkclipboard.c (request_image_received_func): Don't unref
4266         NULL.  (#316828, Tor Lillqvist)
4267
4268 2005-09-28  Tor Lillqvist  <tml@novell.com>
4269
4270         * modules/input/imime.c: Include <config.h>. (#317444, Kazuki
4271         Iwamoto)
4272
4273 2005-09-27  Federico Mena Quintero  <federico@ximian.com>
4274
4275         Don't reload the current folder unnecessarily on ::map().
4276
4277         * gtk/gtkfilechooserprivate.h (ReloadState): New enum to represent
4278         the reloading state.
4279         (struct _GtkFileChooserDefault): Added a "reload_state" field.
4280
4281         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init):
4282         Initialize impl->reload_state.
4283         (gtk_file_chooser_default_map): Check the impl->reload_state; load
4284         a default folder if no folder has been set, or reload the current
4285         one only if we had been unmapped first.
4286         (gtk_file_chooser_default_update_current_folder): Set the
4287         reload_state to RELOAD_HAS_FOLDER.
4288         (gtk_file_chooser_default_unmap): Implement, and set the
4289         reload_state to RELOAD_WAS_UNMAPPED.
4290         (shortcuts_model_create): Don't call shortcuts_add_bookmarks()
4291         here; they'll get (re)loaded on ::map() anyway.
4292
4293         * gtk/gtkfilechooserwidget.c
4294         (gtk_file_chooser_widget_constructor): Don't set a default folder here.
4295
4296         * tests/autotestfilechooser.c (test_action_widgets): Don't take in
4297         a dialog; build it ourselves.
4298         (test_reload): New test to ensure that we don't load the default
4299         folder more than once, and that we reload it when
4300         unmapping/remapping.
4301         (get_impl_from_dialog): New utility function.
4302         (test_widgets_for_current_action): Use get_impl_from_dialog().
4303
4304 2005-09-27  Federico Mena Quintero  <federico@ximian.com>
4305
4306         * gtk/gtkfilechooserdefault.c
4307         (gtk_file_chooser_default_constructor): Mark the entry/exit of
4308         this function for profiling.
4309         (check_icon_theme): Likewise.
4310         (change_icon_theme): Likewise.
4311         (settings_notify_cb): Likewise.
4312         (gtk_file_chooser_default_screen_changed): Likewise.
4313         (update_chooser_entry): If the selection is empty, clear the file
4314         name entry only if we are in CREATE_FOLDER mode.  In SAVE mode,
4315         nothing will be selected when the user starts typeahead in the
4316         treeview, and we don't want to clear the file name entry in that
4317         case --- the user could be typing-ahead to look for a folder name.
4318         Fixes bug #308332, patch by Jürg Billeter.
4319
4320 2005-09-27  Matthias Clasen  <mclasen@redhat.com>
4321
4322         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
4323         Pop below the entry if there's more free space below the entry
4324         than above.  (#316948, Tommi Komulainen)
4325
4326 2005-09-26  Federico Mena Quintero  <federico@ximian.com>
4327
4328         Do not create the save mode-specific widgets in the open modes, so
4329         that we don't carry their baggage around.
4330
4331         * gtk/gtkfilechooserdefault.c
4332         (gtk_file_chooser_default_constructor): Don't create the
4333         save_widgets here.
4334         (save_widgets_create): Set the impl->save_widgets directly here,
4335         instead of passing the widgets back to the caller.  Also, pack
4336         them into the impl's box.
4337         (update_appearance): Create or destroy the save widgets as
4338         appropriate.  Set the action of the save_file_name_entry here.
4339         (shortcuts_add_current_folder): Set the active item in the
4340         save_folder_combo only if it exists.
4341         (gtk_file_chooser_default_set_property): Don't set the action of
4342         the save_file_name_entry here.
4343         (gtk_file_chooser_default_update_current_folder): Set the base
4344         folder of the save_file_name_entry only if the entry exists.
4345         (shortcuts_drag_data_received_cb): Cast the selection_data->data
4346         to (const char *) since that's what shortcuts_drop_uris() expects.
4347         (file_list_drag_data_received_cb): Likewise, for
4348         g_uri_list_extract_uris().
4349
4350 2005-09-26  Tor Lillqvist  <tml@novell.com>
4351
4352         * gdk/win32/gdkwindow-win32.c (gdk_window_shape_combine_mask): Set
4353         the shaped flag here, too. (#316871)
4354         (gdk_window_shape_combine_region): Currently unimplemented, so
4355         don't do anything to the shaped flag here.
4356
4357 2005-09-26  Matthias Clasen  <mclasen@redhat.com>
4358
4359         Fix #316871, reported by Dan Winship:
4360         
4361         * gdk/gdkwindow.h (struct _GdkWindowObject): Add a shaped flag.
4362
4363         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_mask) 
4364         (gdk_window_shape_combine_region): Set it here.
4365
4366         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Don't
4367         remove the child area for shaped windows.
4368
4369 2005-09-23  Matthias Clasen  <mclasen@redhat.com>
4370
4371         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_finalize):
4372         Don't leak expander pixbufs.  (#316946, Tommi Komulainen)
4373
4374 2005-09-22  Michael Natterer  <mitch@imendio.com>
4375
4376         Renamed GtkCellRendererKeys to GtkCellRendererAccel to be
4377         consistent with GTK+ terminology:
4378
4379         * gtk/gtkcellrendererkeys.[ch]
4380         * tests/testkeys.c: removed...
4381
4382         * gtk/gtkcellrendereraccel.[ch]
4383         * tests/testaccel.c: ...and added.
4384
4385         * gtk/Makefile.am
4386         * gtk/gtk.h
4387         * gtk/gtk.symbols
4388         * tests/Makefile.am: changed accordingly.
4389
4390 2005-09-22  Matthias Clasen  <mclasen@redhat.com>
4391
4392         * gtk/gtkwidget.c (gtk_widget_class_init): Fix the documentation
4393         for the grab-broken-event signal, noticed by Damon Chaplin.
4394
4395 2005-09-21  Tor Lillqvist  <tml@novell.com>
4396
4397         * gdk/win32/gdkselection-win32.c (gdk_selection_convert,
4398         gdk_text_property_to_text_list_for_display,
4399         gdk_text_property_to_utf8_list_for_display,
4400         gdk_win32_selection_add_targets,
4401         _gdk_win32_selection_convert_to_dib): Free return value from
4402         gdk_atom_name().
4403         (gdk_text_property_to_text_list_for_display): Drop GError variable
4404         that isn't actually used after being set.
4405
4406 2005-09-20  Johan Dahlin  <jdahlin@async.com.br>
4407
4408         * gtk/gtkentry.c (gtk_entry_set_completion): Mention NULL in 
4409         documentation.
4410
4411 2005-09-20  Tor Lillqvist  <tml@novell.com>
4412
4413         * gdk/win32/gdkselection-win32.c
4414         (gdk_selection_owner_get_for_display): Do return the correct owner
4415         for CLIPBOARD (i.e., the owner of the Windows Clipboard, if it is
4416         a window GDK knows about). The reason to return NULL seems to have
4417         gone when in the fix for bug #163702 the artificial
4418         GDK_SELECTION_CLEAR event generation was removed from
4419         gdk_selection_send_notify_for_display(). Fixes bug #316552.
4420
4421 2005-09-20  Matthias Clasen  <mclasen@redhat.com>
4422
4423         Avoid unnecessary XkbGetState() calls and XkbStateNotify
4424         events.  (#151555, Søren Sandmann)
4425
4426         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Use 
4427         XkbSelectEventDetails() to select XkbStateNotify events
4428         for only the state we care about.
4429
4430         * gdk/x11/gdkprivate-x11.h:
4431         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_state_changed): Pass
4432         the event into the function and update the keymap state from
4433         the state information contained in the event. Adjust all callers.
4434         
4435 2005-09-19  Matthias Clasen  <mclasen@redhat.com>
4436
4437         * gtk/gtkiconview.c: Use g_list_nth_data() instead of g_list_nth()->data
4438         in multiple places to avoid segfaults if the index is out of range.  
4439         (#316422, Guillaume Cottenceau)
4440         (gtk_icon_view_set_drag_dest_item): 
4441         (gtk_icon_view_scroll_to_path): Fix a typo in the docs.  (#316419,
4442         #316424, Guillaume Cottenceau)
4443
4444 2005-09-18  Hans Breuer  <hans@breuer.org>
4445
4446         * gtk/gtktrayicon-win32.c : now handling events by hard-coded 
4447         g_signal_emit_by_name() - will break when gtkstatusicon.c changes.
4448
4449 2005-09-18  Hans Breuer  <hans@breuer.org>
4450
4451         * gdk/gdk.symbols gdk/win32/gdkwin32.h gdk/win32/gdkcursorwin32.c : export
4452         _gdk_win32_pixbuf_to_hicon() as gdk_win32_pixbuf_to_hicon_libgtk_only()
4453         * gtk/gtktrayicon-win32.c : a lot of debug spew but it has started to show
4454         the icon and is blinking with teststatusicon. More to come ...
4455
4456 2005-09-18  Hans Breuer  <hans@breuer.org>
4457
4458         * gtk/makefile.msc.in : fix typo for GTK_VER; define HAVE_CONFIG_H
4459         cause gtkprogressbar.c has #include <config.h> conditionally; less
4460         noise from generated gtk.def
4461         * gtk/stock-icons/makefile.msc gdk/makefile.msc tests/makefile.msc : updated
4462         
4463         * gtk/gtktrayicon-win32.c : dummy implmentation to make gtk compile.
4464         For me it works as well as the *NIX implemenation, that is not at all.
4465
4466         * gdk/win32/gdkproperty-win32.c : implement gdk_atom_intern_static_string()
4467
4468         * gdk/win32/gdkwindow-win32.c(gdk_window_set_urgency_hint) : only use
4469         only use (WINVER >= 0x0500) when available from the SDK. Otherwise fall
4470         back to true dynamic linking of FlashWindowEx. Makes gtk+ work on NT4.0
4471         again - if compiled properly.
4472
4473         * tests/teststatusicon.c : don't use GNOME icons for testing, but icons
4474         already coming with Gtk+. Makes it compile on win32.
4475
4476 2005-09-18  Guilherme de S. Pastore  <gpastore@cvs.gnome.org>
4477
4478         * README.cvs-commits: fixed some tiny typos
4479
4480 2005-09-16  Tor Lillqvist  <tml@novell.com>
4481
4482         * modules/engines/ms-windows/msw_style.c (draw_extension,
4483         draw_box_gap): Check whether the widget actually is a GtkNotebook
4484         before treating it as such. Drop some unneeded local variables,
4485         use parameter with same information instead. (#316412)
4486
4487 2005-09-15  Federico Mena Quintero  <federico@ximian.com>
4488
4489         * tests/autotestfilechooser.c: Start a set of automated tests for
4490         the file chooser.  The only test in there right now doesn't pass
4491         yet.  It specifies the intended behavior of the first optimization
4492         of a series which I'll do on the file chooser (see
4493         http://primates.ximian.com/~federico/news-2005-09.html#14 for the
4494         details of this optimization).
4495
4496         * tests/Makefile.am: Added autotestfilechooser.c.
4497
4498         * gtk/gtkfilechooserprivate.h (struct
4499         _GtkFileChooserDialogPrivate): Move all the file chooser's private
4500         structures to here, so that they can be accessed by
4501         tests/autotestfilechooser.c:  _GtkFileChooserDialogPrivate,
4502         _GtkFileChooserWidgetPrivate, LoadState, _GtkFileChooserDefault.
4503
4504         * gtk/gtkfilechooserdialog.c: See above.
4505
4506         * gtk/gtkfilechooserwidget.c: See above.
4507
4508         * gtk/gtkfilechooserdefault.c: See above.
4509
4510 Thu Sep 15 15:27:55 2005  Tim Janik  <timj@imendio.com>
4511
4512         * gtk/gtkwindow.c: 
4513         gtk_window_map_event(): new function to work around lost unmap requests.
4514         fixes bug #316180.
4515
4516 2005-09-14  Federico Mena Quintero  <federico@ximian.com>
4517
4518         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_init): Add
4519         an easy-to-find profiling marker when starting to create a file
4520         chooser.
4521         (browse_files_model_finished_loading_cb): Likewise, for when the
4522         chooser is finished loading.
4523
4524 2005-09-14  Tristan Van Berkom <tvb@cvs.gnome.org>
4525
4526         * gtk/gtkcolorbutton.c: Check "color" argument in 
4527         gtk_color_button_set_color ()
4528
4529 2005-09-14  Matthias Clasen  <mclasen@redhat.com>
4530
4531         * gtk/gtklabel.c (gtk_label_get_type): 
4532         * gtk/gtkbutton.c (gtk_button_get_type): 
4533         * gtk/gtkwindow.c (gtk_window_group_get_type): No point in 
4534         using a mem chunk for window groups, buttons, labels.
4535
4536         * gtk/updateiconcache.c (foreach_remove_func): Fix
4537         a use-after-free bug.  (#316256, Alexander Nedotsukov)
4538
4539 2005-09-13  Matthias Clasen  <mclasen@redhat.com>
4540
4541         * gtk/*.c: Various cleanups.  (#315360, Kjartan Maraas)
4542
4543         * gdk/*.c: Various cleanups.  (#315359, Kjartan Maraas)
4544         
4545 2005-09-13  Matthias Clasen  <mclasen@redhat.com>
4546
4547         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
4548         Let GDK_Return pass through in some more cases.
4549
4550         * gtk/gtkentry.c (gtk_entry_key_press): Reset the im context before
4551         activating the entry. 
4552
4553         * gtk/gtkiconview.c (gtk_icon_view_class_init):
4554         (gtk_icon_view_get_dest_item_at_pos):  Fix typos in the 
4555         docs.  (#316008, #316027, #316121, Guillaume Cottenceau)
4556
4557         * gtk/gtkfilechooser.c (gtk_file_chooser_class_init): Add some docs.
4558         (#316001, Guillaume Cottenceau)
4559
4560         * gtk/gtkdnd.c (gtk_drag_set_icon_name): Fix a copy-and-paste
4561         mistake in the docs.  (#315993, Guillaume Cottenceau)
4562
4563         * tests/testentrycompletion.c (create_simple_completion_model): Add
4564         some strings containing multibyte characters.
4565
4566         * gtk/gtkentrycompletion.c (gtk_entry_completion_real_insert_prefix): 
4567         Fix prefix insertion for multibyte characters.  (#316095,
4568         Tommi Komulainen)
4569
4570         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): 
4571         * gtk/gtkiconview.c (gtk_icon_view_create_drag_icon): Silently
4572         return NULL if the widget is not realized.  (#316023,
4573         Guillaume Cottenceau)
4574
4575 2005-09-11  Matthias Clasen  <mclasen@redhat.com>
4576
4577         * gdk/gdk.symbols: 
4578         * gdk/gdkproperty.h: 
4579         * gdk/x11/gdkproperty-x11.c (gdk_atom_intern_static_string): 
4580         New function to avoid pointless strdups when creating atoms
4581         from static strings.  
4582
4583         * gdk/x11/*.c:
4584         * gtk/*.c:  Use gdk_atom_intern_static_string() where 
4585         appropriate.
4586
4587 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
4588
4589         * gtk/gtkcellrendererkeys.h: 
4590         * gtk/gtkcellrendererkeys.c: Add a cell renderer for displaying
4591         and editing accelerators, a port of EggCellRendererKeys .
4592
4593         * gtk/gtk.symbols:
4594         * gtk/gtk.h:
4595         * gtk/Makefile.am: Add the keys cell renderer.
4596
4597         * tests/Makefile.am: 
4598         * tests/testkeys.c: Test GtkCellRendererKeys
4599
4600 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
4601
4602         Make it possible to determine if a key event is for a
4603         modifier key:
4604         
4605         * gdk/x11/gdkprivate-x11.h: 
4606         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_key_is_modifier): 
4607         New function to determine if a keycode is mapped to a modifier.
4608         (get_xkb): Get the modmap.
4609
4610         * gdk/x11/gdkevents-x11.c (translate_key_event): Set the 
4611         is_modifier bit by calling _gdk_keymap_key_is_modifier().
4612
4613         * gdk/gdkevents.h (struct _GdkEventKey): Add an is_modifier
4614         bit.
4615
4616 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
4617
4618         * gdk/gdkpixbuf-drawable.c (convert_real_slow): Remove an 
4619         unused variable, noticed by Kjartan Maraas.
4620
4621 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
4622
4623         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_event): 
4624         Make drag reordering work properly for columns other than the
4625         first.  (#315054, Dan Winship)
4626         
4627         * gtk/gtkfontsel.c (gtk_font_selection_set_font_name): Handle 
4628         invalid fontnames better. (#136926, Michael R. Walton)
4629         
4630         Stop cursor blinking in non-editable regions of a text view.
4631         (#311508, Torbjörn Andersson)
4632         
4633         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): 
4634         (cursor_blinks): Take editability into account when deciding
4635         whether the cursor blinks.
4636         (gtk_text_view_button_release_event): 
4637         (gtk_text_view_move_cursor_internal): Update cursor blinking here.
4638
4639         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_start_editing): 
4640         Use connect_after to connect to the focus_out event. This
4641         ensures that the entry has already stopped blinking by the time
4642         we emit the edited signal.  (#315229, Thomas Leonard)
4643
4644         * tests/testgtk.c: Use GDK_MOD1_MASK, not GDK_ALT_MASK.
4645
4646         * gtk/gtkwindow.c (gtk_window_parse_geometry): Don't set
4647         unsigned ints to -1.  (#315481, Kjartan Maraas)
4648
4649         * gtk/gtkcalendar.c (gtk_calendar_init): first_weekday is relative
4650         to week_1stday, not to Sunday. Gotta love the ISO 14652 guys...
4651         (#314473, Stanislav Brabec)
4652
4653 2005-09-09  Matthias Clasen  <mclasen@redhat.com>
4654
4655         * gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Document
4656         memory handling.  (#314975, Torsten Schoenfeld)
4657
4658         * gtk/gtkiconview.c (gtk_icon_view_class_init): 
4659         * gtk/gtkfilesel.c (gtk_file_selection_class_init): 
4660         * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
4661         * gtk/gtklabel.c (gtk_label_class_init): 
4662         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): 
4663         Stylistic improvements and clarifications for some blurbs. 
4664         (#315520, Clytie Siddall)
4665
4666 2005-09-09  Tor Lillqvist  <tml@novell.com>
4667
4668         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_name): Cache the
4669         display name. There is only one GdkDisplay on Win32, and
4670         constructing the display name isn't entirely trivial, so cacheing
4671         is probably worth it. For instance GIMP calls this function a lot.
4672         (gdk_display_open): Call gdk_display_get_name() to prime the
4673         cached name.
4674         (gdk_display_get_n_screens, gdk_display_get_screen,
4675         gdk_display_get_default_screen): Verify parameter correctness like
4676         the X11 backend does.
4677
4678         * gdk/win32/gdkscreen-win32.c (gdk_screen_make_display_name):
4679         Return a freshly allocated string, as the API specifies. Fixes a
4680         heap corruption problem that caused random errors and crashes in
4681         GIMP, for instance.
4682
4683 2005-09-07  Matthias Clasen  <mclasen@redhat.com>
4684
4685         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
4686         Make C-u commit and restart hex input if we are already in a
4687         hex sequence.
4688
4689 2005-09-06  Matthias Clasen  <mclasen@redhat.com>
4690
4691         * gdk/x11/gdkkeys-x11.c (update_modmap): Make the modmap reflexive.
4692         (_gdk_keymap_add_virtual_modifiers): Don't add both Alt and Meta
4693         if they are mapped to the same modifier.
4694
4695         * gtk/Makefile.am: Rename gtkstatusicon-x11.c and gtktrayicon.c
4696         to gtkstatusicon.c and gtktrayicon-x11.c
4697
4698         * gtk/gtkaccelgroup.c: Include Super, Hyper and Meta in the
4699         default accel mod mask.
4700
4701         * gtk/gtkaccelgroup.c (gtk_accelerator_parse): 
4702         * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): 
4703         Don't use GDK_ALT_MASK.
4704
4705         * gdk/gdktypes.h: No need to introduce GDK_ALT_MASK
4706
4707 2005-09-06  Matthias Clasen  <mclasen@redhat.com>
4708
4709         Add support for extra virtual modifiers:  (#85780, Owen Taylor)
4710         
4711         * tests/testgtk.c (create_key_lookup): Add tests for extra virtual
4712         modifiers.
4713
4714         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Try to match both against
4715         Mod2 - Mod5 and against Super, Hyper, Meta.
4716
4717         * gtk/gtkaccellabel.c (_gtk_accel_label_class_get_accelerator_label): 
4718         * gtk/gtkaccelgroup.c (gtk_accelerator_parse) 
4719         (gtk_accelerator_name): Support Super, Hyper Meta and Mod2 - Mod5.
4720
4721         * gdk/x11/gdkkeys-x11.c (struct _GdkKeymapX11): Add a 
4722         modmap to maintain the information which X modifiers map to
4723         virtual modifiers.
4724         (get_xkb): Set up the modmap from the XKB tables.
4725         (update_keymaps): Set up the modmap from the information returned
4726         by XGetModifierMapping in the non-XKB case.
4727
4728         * gdk/x11/gdkprivate-x11.h: 
4729         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_add_virtual_modifiers): New 
4730         function to set the virtual modifiers in the state.
4731
4732         * gdk/x11/gdkevents-x11.c (translate_key_event): Call 
4733         _gdk_keymap_add_virtual_modifiers here.
4734
4735         * gdk/gdktypes.h (GdkModifierType): Add bits for virtual Super, 
4736         Hyper and Meta modifiers. Also add GDK_ALT_MASK as an alias
4737         for GDK_MOD1_MASK.
4738
4739 2005-09-05  Matthias Clasen  <mclasen@redhat.com>
4740
4741         * gtk/gtkaction.c (connect_proxy): Set the label of a button
4742         if it has no child.  (#315253, John Finlay)
4743
4744 2005-09-02  Matthias Clasen  <mclasen@redhat.com>
4745
4746         * gtkimcontextsimple.h: Add a modifiers_dropped bit
4747
4748 2005-09-02  Matthias Clasen  <mclasen@redhat.com>
4749
4750         * gtk/gtkentry.c (gtk_entry_destroy): Disconnect idle handlers
4751         on destroy to avoid problems when they are called on a destroyed
4752         widget.  (#315135, John Cupitt)
4753         
4754         * gtk/gtkentry.c (gtk_entry_class_init):
4755         * gtk/gtktextview.c (gtk_text_view_class_init): Add bindings
4756         for Ctrl-Shift-A to unselect all.  (#309301, Kathy Fernandes)
4757
4758         * gtk/gtkimcontextsimple.c: Rework the Unicode hex input
4759         code. Now we only steal a single key combination, Ctrl-Shift-U,
4760         instead of sixteen. 
4761         A hex Unicode sequence must be started with Ctrl-Shift-U, followed
4762         by a sequence of hex digits entered with Ctrl-Shift still held.
4763         Releasing one of the modifiers or pressing space while the modifiers
4764         are still held commits the character. It is possible to erase
4765         digits using backspace.
4766         As an extension to the above, we also allow to start the sequence
4767         with Ctrl-Shift-U, then release the modifiers before typing any
4768         digits, and enter the digits without modifiers.
4769         (#82011, Owen Taylor)
4770         
4771 2005-09-02  Matthias Clasen  <mclasen@redhat.com>
4772
4773         * gtk/gtkmain.c (gtk_get_event_widget): If the window is destroyed,
4774         we still need to deliver the destroy event.  (#314980, Chris Lahey)
4775
4776         * gtk/gtktextview.c (gtk_text_view_key_press_event): Reset 
4777         im context before committing \n or \t.
4778
4779 2005-09-02  Alexander Larsson  <alexl@redhat.com>
4780
4781         * gtk/gtkfilechooserdefault.c: (shortcuts_add_volumes),
4782         (shortcuts_activate_volume):
4783         Handle base_path being null in the rest of the cases (#310270)
4784
4785 2005-09-02  Tor Lillqvist  <tml@novell.com>
4786
4787         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Keep track of
4788         cursor position also in root window coordinates. Prune out
4789         superfluous WM_MOUSEMOVE events even earlier, based on root window
4790         coordinates. Windows sends WM_MOUSEMOVE messages after a new
4791         window has ben mapped below the cursor even if the mouse doesn't
4792         move. We used to generate GDK_MOTION_NOTIFY in these cases. This
4793         confused at least gtk_menu_motion_notify(). (#314995)
4794
4795         * gtk/gtkintl.h: No need to include config.h here. It caused
4796         warnings about GTK_LOCALEDIR being redefined on Win32 when
4797         compiling files where gtkintl.h is included after gtkprivate.h
4798         (which #undefines and re-#defines GTK_LOCALEDIR on Win32).
4799
4800         * gtk/gtkplug.c: Include config.h.
4801
4802 2005-09-01  Matthias Clasen  <mclasen@redhat.com>
4803
4804         * gtk/gtkfilesystemunix.c: Pass statbufs down to 
4805         xdg_mime_get_mime_type_for_file() where possible, to avoid
4806         useless re-stating.  
4807         
4808         * gtk/gtkaction.c (gtk_action_get_accel_closure): Fix doc
4809         typo.  (#314921, Guillaume Cottenceau)
4810
4811         * gdk/*.c: Intern some more strings.
4812         * gtk/gtkintl.h: 
4813         * gtk/*.c: Define an I_() macro and use it instead of the 
4814         bulky g_intern_static_string().
4815
4816 2005-08-31  Matthias Clasen  <mclasen@redhat.com>
4817
4818         * gtk/gtkbindings.c (binding_signal_new): Intern the signal name
4819         instead of copying it.
4820
4821         * gtk/gtktypeutils.c (gtk_identifier_get_type): Some more string interning.
4822
4823         * gtk/*.c: Also intern static strings passed to 
4824         g_object_set_data().
4825
4826         * gdk/Makefile.am: 
4827         * gtk/Makefile.am: Intern type names in code generated by 
4828         glib-mkenums, too.
4829
4830         * gtk/*.c: 
4831         * gdk/x11/*.c: 
4832         * gdk/*.c: Intern type names before registering the type to avoid 
4833         unnecessary copies.
4834
4835         * configure.in: Require GLib 2.9.0
4836
4837 2005-08-31  Matthias Clasen  <mclasen@redhat.com>
4838
4839         * gtk/gtktoolbar.c: Undeprecate gtk_toolbar_set_icon_size(),
4840         and add icon-size and icon-size-set properties.  (#314172)      
4841
4842         * gtk/gtkwindow.c (gtk_window_set_transient_for): Inherit window
4843         groups across transient parents.  (#312918, Christian Persch)
4844
4845         * gtk/gtktreemodel.c: Some documentation fixes.  (#314882,
4846         Guillaume Cottenceau)
4847
4848         * gtk/gtktextiter.c (gtk_text_iter_backward_visible_cursor_positions): 
4849         Fix a typo in the docs.  (#314878, Guillaume Cottenceau)
4850
4851 2005-08-30  Matthias Clasen  <mclasen@redhat.com>
4852
4853         * gtk/gtkentry.c (gtk_entry_class_init): Add key bindings to
4854         make C-/ select all and C-\ unselect all.  (#309301,
4855         Kathy Fernandez)
4856
4857         * gtk/gtkimcontextsimple.c: Change the compose sequence for
4858         soft hyphen to be multi_key-minus-minus-space, and add
4859         compose sequences multi_key-minus-minus-period and 
4860         multi_key-minus-minus-minus for en dash and em dash.
4861         (#172653, Christian Lohmaier)
4862
4863         * gtk/gtkentry.c (gtk_entry_draw_frame): Fix some unused
4864         code.  (#313946, Christian Persch)
4865
4866         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Another
4867         fix for the default value of the "ui" property.
4868
4869 2005-08-30  Matthias Clasen  <mclasen@redhat.com>
4870
4871         * gtk/gtk.symbols: 
4872         * gtk/gtkselection.h:
4873         * gtk/gtkselection.c: Add functions which look for text, image
4874         or uri targets in an array of atoms.   (#314089, Mark Wielaard)
4875
4876         * gtk/gtk.symbols: 
4877         * gtk/gtkselection.h:
4878         * gtk/gtkselection.c (gtk_selection_data_targets_include_uri): 
4879         Add a function to check wether targets include uri.  
4880         (#314092, Mark Wielaard)
4881         
4882         * gtk/gtk.symbols: 
4883         * gtk/gtkwindow.h: 
4884         * gtk/gtkwindow.c: Add a deletable property with getter
4885         and setter, to control the close button in the window 
4886         frame.  (#59718, Havoc Pennington)
4887
4888 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
4889
4890         * gtk/gtkrc.key.emacs: Add C-n/C-p/C-f/C-b as alternatives
4891         to the arrow keys for menu navigation.  (#162825, Carl Worth)
4892
4893         * gtk/gtkentry.c, gtk/gtktextview.c: More typo fixes
4894
4895         * gtk/gtksocket-x11.c, gtk/gtkstatusicon-x11.c: Fix typos.
4896
4897         * gtk/gtkstatusicon-x11.c (gtk_status_icon_new_from_stock): 
4898         * gtk/gtkimage.c (gtk_image_new_from_stock): Don't
4899         refer to nonexisting stock ids.
4900
4901         * gtk/gtktextview.c (popup_targets_received): 
4902         * gtk/gtkentry.c (popup_targets_received): Construct
4903         the "Select All" menuitem from stock.
4904
4905         * gtk/stock-icons/stock_select_all_{16,24}.png:
4906         * gtk/stock-icons/Makefile.am: 
4907         * gtk/gtkiconfactory.c:
4908         * gtk/gtkstock.h: 
4909         * gtk/gtkstock.c: Add a "Select All" stock item.  (#78545,
4910         Calum Benson)
4911
4912         * gtk/gtktrayicon.c: Add a pointer to the spec.
4913
4914         * gtk/gtkstatusicon-x11.c: Add docs.
4915
4916         * gtk/gtkstatusicon.h: Fix a typo.
4917
4918         Add a cross-platform "tray icon" API, by
4919         porting EggStatusIcon/EggTrayIcon (#105101)
4920         
4921         * gtk/gtkstatusicon.h: A GtkStatusIcon is an object which
4922         displays an icon in a notification area.
4923
4924         * gtk/gtkstatusicon-x11.c: GtkStatusIcon implementation for
4925         X11, using GtkTrayIcon.
4926
4927         * gtk/gtktrayicon.h: 
4928         * gtk/gtktrayicon.c: An implementation of the freedesktop.org
4929         system tray specification, not public API.
4930
4931         * gtk/gtk.symbols: Add new exported functions.
4932
4933         * gtk/gtk.h: Include gtkstatusicon.h.
4934
4935         * gtk/Makefile.am: Add new files.
4936
4937         * tests/Makefile.am:
4938         * tests/teststatusicon.c: Test for GtkStatusIcon.
4939
4940 2005-08-29  Christopher Aillon  <caillon@redhat.com>
4941
4942         * gtk/gtkstock.c: Add builtin GtkStockItems for GTK_STOCK_CONNECT
4943         and GTK_STOCK_DISCONNECT
4944         
4945 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
4946
4947         * gtk/gtksocket-x11.c (_gtk_socket_windowing_embed_notify): 
4948         Use XFixesChangeSaveSet if available.  (#314682)
4949
4950         * gtk/gtkmenu.c (gtk_menu_grab_notify):  Only cancel if the menu
4951         was active.  (#314298, Christian Persch, analysis by Mark McLoughlin)
4952
4953 2005-08-29  Matthias Clasen  <mclasen@redhat.com>
4954
4955         * gtk/gtkiconcache.c (_gtk_icon_cache_get_icon): Remove an
4956         accidentally leftover duplicate pixbuf creation.  (#314700,
4957         Kjartan Maraas)
4958
4959         * gtk/gtksettings.c (settings_update_cursor_theme): Don't 
4960         leak the cursor theme name.  (#314693, Kjartan Maraas)
4961
4962         * gdk/x11/gdkasync.c (_gdk_x11_get_window_child_info): Free 
4963         state.children in all cases.  (#313862, Kjartan Maraas)
4964
4965 2005-08-28  Matthias Clasen  <mclasen@redhat.com>
4966
4967         * po/POTFILES.in, po-properties/POTFILES.in:
4968         Add gdk/gdkscreen.c
4969
4970 2005-08-27  Matthias Clasen  <mclasen@redhat.com>
4971
4972         * gtk/gtkuimanager.c (gtk_ui_manager_class_init): Fix the default
4973         value of the ui property. (#314532, Yong Wang)
4974
4975         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Don't warn
4976         when G_MAXLONG is passed as length.  
4977
4978 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
4979
4980         * gtk/updateiconcache.c: Add a separate --ignore-theme-index option
4981         to avoid overloading --force.  (JP Rosevaar)
4982
4983 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
4984
4985         * configure.in: Bump version to 2.9.0
4986
4987         * gdk/gdk.symbols: 
4988         * gdk/gdkscreen.h: 
4989         * gdk/gdkscreen.c: Make the GdkScreen font options api
4990         public, and add properties GdkScreen::font-options and
4991         GdkScreen::resolution.  (#314004)
4992
4993         * gdk/gdkpango.c:
4994         * gtk/gtksettings.c:
4995         * gtk/gtkwidget.c: Adjust all callers.
4996         
4997         * gdk/gdkintl.h: Simplify and use glib/gi18n-lib.h.
4998         * gdk/gdkpango.c: Include gdkintl.h, not gtkintl.h.
4999         * gdk/gdkscreen.c: Include gdkintl.h.
5000
5001         * gtk/gtkicontheme.c (theme_lookup_icon): Avoid an uninitialized
5002         variable warning, pointed out by Colin Walters. (#314585)
5003
5004 2005-08-26  Tor Lillqvist  <tml@novell.com>
5005
5006         * gtk/gtkfilesystemwin32.c: Remove some ifdeffed out debugging
5007         printouts.
5008         (gtk_file_system_win32_parse): Don't mishandle UNC paths. (#314519)
5009
5010 2005-08-26  Matthias Clasen  <mclasen@redhat.com>
5011
5012         * gtk/gtkcalendar.c (gtk_calendar_init): Fix the calculation
5013         of week_start.  (#314473, JP Rosevaar)
5014
5015 2005-08-25  Thomas Fitzsimmons  <fitzsim@redhat.com>
5016
5017         * gtk/gtkfilesystemmodel.c (idle_finished_loading_cb): Acquire GDK
5018         lock.  (#314533, Thomas Fitzsimmons)
5019
5020 2005-08-25  Matthias Clasen  <mclasen@redhat.com>
5021
5022         * gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): Handle
5023         NULL gracefully.  (#314523, Ed Catmur)
5024
5025 2005-08-25  Owen Taylor  <otaylor@redhat.com>
5026
5027         * gdk/x11/gdkcursor-x11.c (gdk_x11_display_set_cursor_theme): 
5028         Handle theme == NULL.
5029
5030 2005-08-25  Matthias Clasen  <mclasen@redhat.com>
5031
5032         * gtk/gtkmenutoolbutton.c (menu_position_func): Take widget
5033         y offset into account when positioning the popup.  (#314470,
5034         Christian Persch)
5035
5036 2005-08-25  Owen Taylor  <otaylor@redhat.com>
5037
5038         * gdk/gdkscreen.c (gdk_screen_get_type): Use gdk_screen_init
5039         as instance_init, not base_init! (#314452, Fix from Frederic
5040         Crozat, reported by Joe Marcus Clarke). Trivial cleanup: use -1.
5041         rather than 1 for a negative flag value.
5042
5043 2005-08-24  Owen Taylor  <otaylor@redhat.com>
5044
5045         * gdk/gdkpango.c (draw_error_underline): Add a note about
5046         cut-and-paste between here and Pango.
5047
5048 2005-08-24  Matthias Clasen  <mclasen@redhat.com>
5049
5050         * === Released 2.8.2 ===
5051
5052         * gtk/gtkclipboard.c (request_image_received_func): Use the correct
5053         callback for image/gif, and also try image/bmp.  (#314086,  Mark 
5054         Wielaard)
5055
5056         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_volume_render_icon): 
5057         Use gnome-dev-harddisk for volumes, not gnome-fs-blockdev.  (#314382,
5058         Sebastien Bacher)
5059         
5060         * NEWS: Updates
5061
5062         * gtk/gtksettings.c (gtk_settings_get_for_screen): Make sure font
5063         and cursor settings get propagated down to the screen initially.
5064         Pointed out by Frederic Crozat.
5065
5066         * gtk/gtkicontheme.c (ensure_valid_themes): Don't try to send a client
5067         message if the screen is NULL. Noticed by Kjartan Maraas.
5068
5069 2005-08-24  Matthias Clasen  <mclasen@redhat.com>
5070
5071         * Bump version
5072
5073         * === Released 2.8.1 ===
5074
5075         * NEWS: Updates
5076         
5077 2005-08-24  Matthias Clasen  <mclasen@redhat.com>
5078
5079         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_visible): Protect
5080         against lazy filterers which return values other than TRUE or
5081         FALSE from their visible func.  (#314335)
5082
5083 2005-08-23  Owen Taylor  <otaylor@redhat.com>
5084
5085         Fix for #314004, reported by Michael Reinsch:
5086
5087         * gdk/gdk.symbols:
5088         * gdk/gdkscreen.[ch]: Add gdk_screen_get/set_font_options_libgtk_only()
5089         Add gdk_screen_get/set_resolution_libgtk_only()
5090
5091         * gdk/gdkpango.c (gdk_pango_context_get_for_screen): Set
5092         the options for the screen on the newly created context.
5093
5094         * gtk/gtksettings.c (settings_update_font_options/dpi) gtkwidget.c: 
5095         Move font options and dpi code from gtkwidget.c to gtksettings.c, set
5096         the font options on the screen.
5097
5098         * gtk/gtkwidget.c (gtk_widget_update_pango_context): Just get
5099         the font options from the screen and set them on the context.
5100
5101 2005-08-23  Kristian Rietveld  <kris@gtk.org>
5102
5103         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): don't
5104         bother inserting new rows in a level with a zero refcount and
5105         immediately free the level. (Fixes #312350, reported by Markku Vire).
5106
5107 2005-08-23  Matthias Clasen  <mclasen@redhat.com>
5108
5109         * gtk/updateiconcache.c: Complain when there is no index.theme file
5110         in the specified directory, unless --force is used. Also add an
5111         --index-only option to create caches without image data.
5112
5113         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Fix a
5114         C99ism.  (#314262, Robert Jeff Mitchell)
5115         
5116 2005-08-22  Manish Singh  <yosh@gimp.org>
5117
5118         * gtk/gtkicontheme.h: add declaration for _gtk_icon_theme_check_reload.
5119
5120         * gtk/gtkwindow.c: remove declaration of gtk_window_read_rcfiles.
5121
5122 2005-08-22  Matthias Clasen  <mclasen@redhat.com>
5123
5124         * gtk/gtkwindow.c (gtk_window_client_event): 
5125         * gtk/gtkicontheme.c (ensure_valid_themes) 
5126         (_gtk_icon_theme_check_reload): Implement a clientmessage based
5127         scheme for makeing sure that all GTK+ applications notice if an
5128         icon theme has been updated. This should prevent multiple versions
5129         of an icon theme cache to be mapped in memory at the same time,
5130         which can cause excessive memory consumption.  (#313156, Chris 
5131         Lahey)
5132
5133 2005-08-22  Matthias Clasen  <mclasen@redhat.com>
5134
5135         * gtk/gtkicontheme.c (gtk_icon_theme_load_icon): Add a note
5136         regarding icon theme changes.
5137
5138         * gtk/gtkiconcache.c (_gtk_icon_cache_get_icon): When returning
5139         pixbufs which are backed by the mmapped memory of an icon cache,
5140         increase the refcount of the icon cache, so that the memory is not
5141         munmapped away underneath the pixbuf upon icon theme changes.  
5142         (#314170, Kjartan Maraas)
5143
5144         * docs/tools/Makefile.am (LDADDS): Add GTK_DEP_LIBS, in order 
5145         to link against Xext.  (#314062)
5146
5147         * gtk/gtkhsv.c (paint_triangle): One more fix to prevent buffer
5148         overruns.  (#314081, Hans Breuer)
5149
5150 2005-08-20  Matthias Clasen  <mclasen@redhat.com>
5151
5152         * gtk/gtkentry.c (gtk_entry_get_layout): Clarify that the
5153         returned layout must not be modified.
5154
5155 Sat Aug 20 16:12:14 2005  Jonathan Blandford  <jrb@redhat.com>
5156
5157         * gtk/gtktreeview.c (gtk_tree_view_set_model): clear
5158         scroll_to_path if the model changes.
5159
5160         * gtk/gtkiconview.c: (gtk_icon_view_destroy),
5161         (gtk_icon_view_size_allocate), (gtk_icon_view_set_cursor),
5162         (gtk_icon_view_scroll_to_path): Handle scrolling to a path before
5163         we're realized, #312798
5164         (gtk_icon_view_set_model): clear scroll_to_path if the model
5165         changes.
5166
5167 2005-08-20  Matthias Clasen  <mclasen@redhat.com>
5168
5169         * gtk/gtkrange.c (gtk_range_adjustment_changed) 
5170         (gtk_range_adjustment_value_changed):  Don't queue a draw
5171         if the layout has not changed.  (#313991, Benjamin Berg)
5172
5173 2005-08-19  Matthias Clasen  <mclasen@redhat.com>
5174
5175         * gtk/gtktreeitem.c: Remove duplicate lines.  (#313344,
5176         Benoit Carpentier)
5177
5178         * modules/engines/ms-windows/msw_style.c (setup_system_styles): 
5179         Fix a typo. 
5180
5181         * gtk/gtkfilechooserbutton.c (change_icon_theme) 
5182         (model_add_special, model_add_special, model_add_volumes):
5183         Handle pixbuf being NULL without warnings. Also, don't
5184         leak pixbuf references when the icon theme is changed.
5185
5186         * gtk/gtkmain.c (gtk_get_event_widget): Don't access
5187         the user data on destroyed windows, since at best
5188         it can be a stale pointer.  (#313953, Robin Green)      
5189
5190 2005-08-19  Matthias Clasen  <mclasen@redhat.com>
5191
5192         * gtk/gtkhsv.c (paint_triangle): Avoid a buffer overrun.  
5193         (#313900, Sebastien Bacher)
5194
5195         * gtk/gtktreeview.c (gtk_tree_view_get_visible_range): Return
5196         FALSE if the tree is empty.  (#313891, Guillaume Cottenceau)
5197
5198         * gdk/x11/gdkdnd-x11.c (_gdk_drag_get_protocol_for_display) 
5199         (xdnd_read_actions, get_client_window_at_coords_recurse): 
5200         Free data returned from XGetWindowProperty. 
5201
5202         * gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window) 
5203         Free data returned from XGetWindowProperty.  (313867, Kjartan
5204         Maraas)
5205         
5206         * gdk/x11/gdkdnd-x11.c (get_client_window_at_coords_recurse): Free
5207         children in all cases.  (#313862, Kjartan Maraas)
5208
5209         * gtk/gtkicontheme.c (theme_lookup_icon): Store GtkIconData structs 
5210         in the per-directory hash, even if they come from the icon cache. 
5211         We tried to avoid that before, but as a result leaked icon data
5212         structs.  (#313852, Kjartan Maraas)
5213
5214 2005-08-18  Matthias Clasen  <mclasen@redhat.com>
5215
5216         * gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_destroy): Disconnect
5217         signal handlers on destroy, not on finalize.  (#313759, Brett Atoms)
5218
5219 2005-08-15  Owen Taylor  <otaylor@redhat.com>
5220
5221         * configure.in: Add -lXext to GDK_EXTRA_LIBS in absence of pkg-config
5222         files for x11/xext. (Jonas Bonn)
5223
5224 2005-08-15  Tor Lillqvist  <tml@novell.com>
5225
5226         * gtk/gtkicontheme.c (theme_lookup_icon): Put debugging printout
5227         inside GTK_NOTE.
5228
5229 2005-08-15  Owen Taylor  <otaylor@redhat.com>
5230
5231         * configure.in: Fix have_base_pc / have_base_x_pc typo.
5232
5233         * gdk/x11/gdkdrawable-x11.c gtk/gtksettings.c: Remove panoxft.h includes.
5234         (#313417, James Andrewartha)
5235
5236         * configure.in: Add fontconfig to X_PACKAGES, since we use it for
5237         FcNameConstant(). (More of #313417)
5238
5239 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
5240
5241         * gtk/gtkfilechooserdefault.c: When using gtk_dialog_run() for
5242         modal dialogs, make sure to inherit the window group from 
5243         the parent, since we don't inherit window groups across
5244         transient parents currently.  (#312918, Christian Persch)
5245
5246         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): 
5247         * gtk/gtkdialog.c (gtk_dialog_run): Slight update to the docs. 
5248
5249         * gtk/gtkiconview.c (gtk_icon_view_select_path) 
5250         (gtk_icon_view_scroll_to_path): Handle paths of depth 0
5251         gracefully.  (#312796, Jonathan Blandford)
5252
5253         * tests/testtoolbar.c: Add some more tests for menu placement.
5254
5255         * gtk/gtkmenutoolbutton.c (menu_position_func): 
5256         * gtk/gtktoolbar.c (menu_position_func): Improve positioning
5257         of toolbutton menus and of the overflow menu.  (#312937, 
5258         #153870, Christian Persch, Paolo Borelli)
5259
5260 2005-08-15  Tor Lillqvist  <tml@novell.com>
5261
5262         * gtk/updateiconcache.c: Use g_path_get_dirname() instead of
5263         the nonportable <libgen.h> and dirname().
5264
5265 2005-08-15  Matthias Clasen  <mclasen@redhat.com>
5266
5267         * gtk/gtksizegroup.c: Use object data to mark widgets and
5268         groups as visited, so that we avoid constant extra list
5269         traversals. Also allocate quarks in class_init.  (#311618,
5270         Michael Natterer)
5271
5272         * gtk/gtkicontheme.c (gtk_icon_theme_lookup_icon): Correct the 
5273         download location for the hicolor icon theme. (#313475, Olexiy 
5274         Avramchenko)
5275
5276         * gtk/gtkicontheme.c: Remove debug spew. 
5277
5278 2005-08-15  Owen Taylor  <otaylor@redhat.com>
5279
5280         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_set_back_pixmap): 
5281         * gdk/win32/gdkwindow-win32.c (gdk_window_set_back_pixmap): 
5282         * gdk/x11/gdkwindow-x11.c (gdk_window_set_back_pixmap):
5283         Handle pixmap == NULL when checking for a colormap.
5284         (Allin Cottrell).
5285
5286 2005-08-14  Matthias Clasen  <mclasen@redhat.com>
5287
5288         * gtk/updateiconcache.c: Store only one copy of the pixel data
5289         for symlinked icons. To achieve this, maintain a hashtable 
5290         mapping pathnames to pixel data, and share the pixel data for
5291         all symlinks resolving to the same pathname. When writing out
5292         the image data, write out the pixel data only the first time
5293         it is met, and store the offset pointing to the first copy
5294         for use in all later cases.
5295         This reduces the size of the Bluecurve icon cache from 40
5296         to 13MB. (#312972)
5297