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