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