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