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