]> Pileus Git - ~andy/gtk/blob - ChangeLog
stop any pending tooltip timeout. (Fixes #406110, Carlos Garnacho).
[~andy/gtk] / ChangeLog
1 2007-02-13  Kristian Rietveld  <kris@imendio.com>
2
3         * gtk/gtktooltip.c (gtk_tooltip_hide_tooltip): stop any
4         pending tooltip timeout. (Fixes #406110, Carlos Garnacho).
5
6 2007-02-10  Emmanuele Bassi  <ebassi@gnome.org>
7
8         * gtk/gtkrecentchoosermenu.c: Fix the english of the comment;
9         remove some type checking; use better variable naming for the
10         internal menu item markers.
11
12 2007-02-09  Emmanuele Bassi  <ebassi@gnome.org>
13
14         * gtk/gtkrecentchoosermenu.c: Add support for both prepending
15         and appending custom menu items.
16
17         (gtk_recent_chooser_menu_constructor): Add a placeholder menu
18         item for the empty menu case, and for giving us a starting
19         point for the recent items populating process.
20
21         (gtk_recent_chooser_menu_insert_item),
22         (gtk_recent_chooser_menu_dispose_items): Insert an item at
23         the position following the placeholder (and find that position
24         if needed).
25
26         (idle_populate_func), (idle_populate_clean_up): Show the
27         placeholder menu item, instead of creating one each time.
28
29         (gtk_recent_chooser_menu_populate): Kill some indirections
30         and hide the placeholder before populating the menu.
31
32         (set_recent_manager): Remember to remove the idle population
33         source if the manager changes.
34
35         * tests/testrecentchoosermenu.c: Test the appending and
36         prepending of the menu items to the recent chooser menu
37         widget.
38
39 2007-02-08  Emmanuele Bassi  <ebassi@gnome.org>
40
41         * gtk/gtkrecentchoosermenu.c (idle_populate_func): Keep count
42         of the displayed items to build the menu items mnemonic instead
43         of the overall item count. (#377164)
44
45         (idle_populate_clean_up): Append a menu item if all the items
46         got filtered in the idle populate function. (#405696)
47
48         * tests/Makefile.am:
49         * tests/testrecentchoosermenu.c: Add a test for the
50         GtkRecentChooserMenu widget.
51
52 Thu Feb  8 13:07:08 2007  Tim Janik  <timj@imendio.com>
53
54         * applied patch from Xan Lopez which adds GTK_BUTTONBOX_CENTER to
55         GtkButtonBox (bug #336159).
56
57         * gtk/gtkenums.h:
58         * gtk/gtkvbbox.c, gtk/gtkhbbox.c, gtk/gtkbbox.c:
59         support GTK_BUTTONBOX_CENTER.
60
61         * tests/testbbox.c: new button box test, which allows testing of 
62         the various button box properties.
63
64         * tests/testgtk.c: added GTK_BUTTONBOX_CENTER. to button box test.
65
66 2007-02-07  Cody Russell  <bratsche@gnome.org>
67
68         * gdk/gdk.symbols: Add gdk_event_request_motions
69
70 Wed Feb  7 19:03:28 2007  Tim Janik  <timj@gtk.org>
71
72         * gtk/gtkentry.c (gtk_entry_motion_notify): fixed motion request 
73         condition which was wrongly ported with my last commit.
74
75 Tue Feb  6 15:53:59 2007  Tim Janik  <timj@imendio.com>
76
77         * gtk/gtktextview.c (gtk_text_view_motion_event):
78         * gtk/gtkspinbutton.c (gtk_spin_button_motion_notify):
79         * gtk/gtkaboutdialog.c (credits_motion_notify_event):
80         * gtk/gtkhruler.c (gtk_hruler_motion_notify):
81         * gtk/gtkvruler.c (gtk_vruler_motion_notify): 
82         * gtk/gtkentry.c (gtk_entry_motion_notify):
83         * gtk/gtktooltip.c (_gtk_tooltip_handle_event):
84         * gtk/gtkhsv.c (gtk_hsv_motion): call gdk_event_request_motions()
85         for new motion events after receiving motion hints.
86
87         * gdk/gdkevents.[hc]: added gdk_event_request_motions().
88
89 2007-02-06  Kristian Rietveld  <kris@imendio.com>
90
91         * gtk/gtktooltip.c (find_topmost_widget_coords_from_event):
92         remove unused get of has_tooltip.
93
94         * tests/testtooltips.c (query_tooltip_tree_view_cb): use the
95         portable g_snprintf instead of snprintf.
96
97 2007-02-06  Michael Natterer  <mitch@imendio.com>
98
99         * gtk/gtktooltip.c (gtk_tooltip_finalize): chain up.
100
101         (gtk_tooltip_show_tooltip): move variables and code to local
102         scope. Fixes warnings about maybe uninitialized variables.
103
104 2007-02-06  Kristian Rietveld  <kris@imendio.com>
105
106         New tooltips API.
107
108         * gtk/Makefile.am
109         * gtk/gtk.h
110         * gtk/gtk.symbols: build system foo.
111
112         * gtk/gtkmain.c (gtk_main_do_event): call tooltip event handler
113         hook for appropriate events.
114
115         * gtk/gtkmarshalers.list: add BOOLEAN:INT,INT,BOOLEAN,OBJECT.
116
117         * gtk/gtkrc.c: add style for gtk-tooltip.
118
119         * gtk/gtksettings.c (gtk_settings_class_init): make the
120         different tooltip timeouts configurable.
121
122         * gtk/gtkwidget.[ch]: add new properties, signals, make sure
123         tooltips are hidden on unmap, destroy, update window event
124         mask on realize, hook into focus change and show help
125         handlers.
126
127         * gtk/gtkwindow.h: move GtkWindow typdef to gtkwidget.h ...
128
129         * gtk/gtktooltip.[ch]: new files.
130
131         * tests/Makefile.am
132         * tests/testtooltips.c: add test application.
133
134 2007-02-05  Dom Lachowicz <domlachowicz@gmail.com>
135
136         * modules/engines/ms-windows/msw_style.c: Fix bug 404506, caused
137         by prematurely releasing a DC. By Hiroyuki Yamamoto
138         * modules/engines/ms-windows/msw_style.c: Fix bug 403470 - leaking 
139         pixbufs when drawing rotated tabs. By Daniel Atallah
140         
141 2007-02-05  Michael Natterer  <mitch@imendio.com>
142
143         * gtk/gtksettings.c: add new boolean settings gtk-enable-accels
144         and gtk-enable-mnemonics which enable/disable accelerators and
145         mnemonics (bug #72375, based on a patch from Tommi Komulainen).
146
147         * gtk/gtkwindow.c (gtk_window_activate_key)
148         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): don't invoke them
149         if the resp. setting is FALSE.
150
151         * gtk/gtkaccellabel.c (gtk_accel_label_refetch)
152         * gtk/gtklabel.c (gtk_label_set_pattern_internal): don't display
153         them if the setting is FALSE.
154
155         * gtk/gtklabel.c: added signal connection to the screen's settings
156         object and traverse all widgets on the screen when the setting
157         changes. It's slightly ugly to also update GtkAccelLabels here,
158         but less ugly than connecting and traversing all widgets twice.
159
160 2007-02-05  Michael Natterer  <mitch@imendio.com>
161
162         * gtk/gtktextbuffer.h (enum GtkTextBufferTargetInfo): changed
163         values from G_MAXUINT-0, -1, -2 to -1, -2, -3 so we stay within
164         ansi C enum value limits. Fixes bug #46757.
165
166 2007-02-03  Soren Sandmann <sandmann@daimi.au.dk>
167
168         * gtk/gtksequence.[ch]: Remove these files since GSequence has
169         been moved into GLib.
170
171         * gtk/gtkliststore.c: Port to GSequence instead of GtkSequence.
172
173         * configure.in: Require glib-2.13.0
174         
175 2007-02-04  Tor Lillqvist  <tml@novell.com>
176
177         * gdk/win32/gdkcursor-win32.c: Don't define BITMAPV5HEADER on
178         mingw with w32api >= 3.8, which has it in wingdi.h. (#403896)
179
180 2007-02-02  Kristian Rietveld  <kris@gtk.org>
181
182         * gtk/gtktreeview.c (gtk_tree_view_row_changed): remove unused
183         style_get of vertical-separator. (#403165, Chris Wilson).
184
185 2007-02-02  Christian Persch  <chpe@svn.gnome.org>
186
187         * gtk/gtkfilechoosersettings.c: (get_config_filename),
188         (ensure_settings_read), (_gtk_file_chooser_settings_init),
189         (_gtk_file_chooser_settings_set_show_hidden),
190         (_gtk_file_chooser_settings_set_expand_folders),
191         (_gtk_file_chooser_settings_save): Use a simple key file instead of a
192         markup file. Bug #399592.
193
194 2007-02-02  Mariano Suárez-Alvarez  <mariano@gnome.org>
195
196         * gtk/gtkcellrenderertext.c(gtk_cell_renderer_text_class_init):
197         be a little more helpful with the docs on GtkCellRendererText:alignment.
198         Bug #403409.
199
200 2007-02-01  Michael Natterer  <mitch@imendio.com>
201
202         * gtk/gtkmenu.c (gtk_menu_paint): pass &event->area to
203         gtk_paint_box() calls.
204
205 2007-02-01  Michael Natterer  <mitch@imendio.com>
206
207         * gtk/gtkmenu.c (gtk_menu_button_press)
208         (gtk_menu_button_release)
209         (gtk_menu_button_scroll): remove redundant and confusing
210         if (GTK_IS_MENU (widget)) checks because "widget" is always a
211         GtkMenu here.
212
213 Thu Feb  1 12:22:06 2007  Tim Janik  <timj@imendio.com>
214
215         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): remove extra reference
216         that gtkcombobox keeps on priv->popup_widget if it's a tree view.
217
218 2007-01-31  Christian Persch  <chpe@svn.gnome.org>
219
220         * gtk/gtkaboutdialog.c: (update_credits_button_visibility),
221         (gtk_about_dialog_set_authors), (gtk_about_dialog_set_documenters),
222         (gtk_about_dialog_set_artists),
223         (gtk_about_dialog_set_translator_credits): Hide the Credits button iff
224         there are no credits to show. Bug #402806.
225
226 2007-01-31  Tor Lillqvist  <tml@novell.com>
227
228         * gdk/win32/gdkinput-win32.c (print_cursor): New debugging
229         function.
230         (_gdk_input_wintab_init_check): Call it when debugging output is
231         requested.
232         (_gdk_input_wintab_init_check): Skip duplicated cursors for Wacom
233         tablets. The Wacom driver reports duplicated cursors with
234         physid==0. Fix verified by Robert Ögren.
235
236 2007-01-30  Felix Riemann  <friemann@svn.gnome.org>
237
238         * modules/printbackends/file/gtkprintbackendfile.c:
239         (file_printer_get_options): Fix leaked string. Fixes bug #402565.
240
241 2007-01-30  Matthias Clasen  <mclasen@redhat.com>
242
243         * gdk/x11/gdkwindow-x11.c (gdk_x11_window_move_to_current_desktop):
244         (gdk_x11_window_set_user_time): Be more careful about toplevel
245         possibly being NULL.  (#402453, Sebastian Bacher)
246
247 Tue Jan 30 12:09:56 2007  Tim Janik  <timj@gtk.org>
248
249         * gtk/gtksettings.c: cleaned up ::color-hash registration to not abuse
250         class_n_properties and leave an uninitialized value array behind.
251
252 2007-01-29  Michael Natterer  <mitch@imendio.com>
253
254         * gtk/gtkmenuitem.c (gtk_menu_item_select)
255         (gtk_menu_item_deselect): queue a draw on the parent_menu_item of
256         this menu item's menu, to enable themeing menu items depending on
257         whether something is selected in their submenu (patch taken from
258         maemo-gtk).
259
260 2007-01-28  Matthias Clasen  <mclasen@redhat.com>
261
262         * gtk/gtktoolbar.c: Reinstate gtk_toolbar_content_new_compatibility()
263         that was mistakenly "cleaned up" a while ago. Also
264         revert a problematic change to the screen_changed
265         handler.  (#401598, Søren Sandmann)
266
267 2007-01-28  Matthias Clasen  <mclasen@redhat.com>
268
269         * gtk/gtkframe.c (gtk_frame_size_allocation): Fix a 
270         problem with large y thickness.  (#136592, Xan Lopez)
271
272 2007-01-28  Matthias Clasen  <mclasen@redhat.com>
273
274         * gtk/gtkaction.c (gtk_action_new): Use canonical
275         property names.  
276
277 2007-01-27  Matthias Clasen  <mclasen@redhat.com>
278
279         * gtk/gtknotebook.c (gtk_notebook_draw_arrow):
280         (gtk_notebook_draw_focus): Avoid some unnecessary 
281         gtk_widget_get_style() calls.
282
283 2007-01-27  Matthias Clasen  <mclasen@redhat.com>
284
285         * gtk/gtktoolbar.c:
286         * gtk/gtktoolitem.c:
287         * gtk/gtktoolbutton.c: Rearrange things so that setting
288         multiple properties causes not more than a single 
289         reconstruction of the contents.
290
291         * gtk/gtkaction.c (connect_proxy): Set all tool button 
292         properties in one go.
293
294 2007-01-27  Matthias Clasen  <mclasen@redhat.com>
295
296         * gtk/gtkstatusicon.c:
297         * gtk/gtktrayicon-x11.c: Fix GtkStatusIcon to not
298         take up space on the panel if it is invisible.  (340110, Christian
299         Persch)
300
301         * tests/teststatusicon.c:
302         * tests/Makefile.am: Updates
303
304 2007-01-27  Matthias Clasen  <mclasen@redhat.com>
305
306         * gtk/gtkfilesel.h:
307         * gtk/gtkrc.h:
308         * gtk/gtk.symbols: Add deprecation guards for gtk_rc_style_ref/unref
309         and the old file selector.  (#348256)
310
311 2007-01-26  Matthias Clasen  <mclasen@redhat.com>
312
313         * gtk/gtkiconview.c: Documentation fixes (#400530, Anders Brander)
314
315 2007-01-26  Matthias Clasen  <mclasen@redhat.com>
316
317         * gtk/updateiconcache.c: Check the mtime of all directories,
318         not just the toplevel, if ftw() is available.  (#331671, Behdad
319         Esfahbod)
320
321         * configure.in: Check for ftw.h.
322
323 2007-01-26  Michael Natterer  <mitch@imendio.com>
324
325         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_finalize):
326         destroy the XIM only if it exists. While the code does look safe
327         in general, there can be corner cases where the "reconnecting"
328         boolean being FALSE does not correspond to the XIM being
329         allocated (fixes #329450, fix taken from maemo-gtk).
330
331 Fri Jan 26 13:07:07 2007  Tim Janik  <timj@imendio.com>
332
333         * gtk/gtkstyle.c (draw_insertion_cursor): clamp cursor coordinates to
334         window bounds (fix from Maemo Gtk).
335
336 2007-01-26  Michael Natterer  <mitch@imendio.com>
337
338         * gtk/gtkentrycompletion.c (gtk_entry_completion_insert_prefix):
339         only block/unblock completion->priv->insert_text_id if it is
340         actually connected. While this can't happen the way GtkEntry
341         itself uses the completion, it's still public API and should not
342         blindly call functions that will spit warnings (fix taken from
343         maemo-gtk).
344
345 2007-01-25  Matthias Clasen  <mclasen@redhat.com>
346
347         * gdk/gdkwindow.c: Reduce locking overhead by not repeatedly getting
348         the paintable iface.  
349
350 2007-01-24  Michael Natterer  <mitch@imendio.com>
351
352         * gtk/gtkwidget.c (gtk_widget_set_state): revert generic disabling
353         of PRELIGHT state for the reasons given in bug #135666. Widget
354         states are sometimes abused or otherwise used wrongly for historic
355         reasons, causing this part of the patch to break e.g. menu items.
356
357 2007-01-24  Roozbeh Pournader  <roozbeh@farsiweb.info>
358
359         * README: Remove mention of no-longer-existing PATCH
360         keyword in bugzilla. (#396899)
361
362 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
363
364         * gtk/gtkpagesetup.c
365         (gtk_page_setup_set_paper_size_and_default_margins): Fix memory leak.
366         Fixes bug #399907. 
367
368 2007-01-22  Chris Wilson <chris@chris-wilson.co.uk>
369
370         Bug 399314 – Add G_GNUC_WARN_UNUSED_RESULT to gtk_style_attach
371
372         * gtk/gtkstyle.h:
373                 Cause gcc to issue a warning if the style returned from
374                 gtk_style_attach is not used. Failure to update
375                 widget->style causes some very difficult to reproduce bugs,
376                 eg Bug 353498 – crash in Terminal: changing icon theme.
377
378 2007-01-19  Michael Emmel  <mike.emmel@gmail.com>
379
380         * gdk/directfb/gdkevents-directfb.c: added fixes for window
381         crossing events frm Attilio Fiandrotti<attilio.fiandrotti@gmail.com>
382
383 2007-01-19  Matthias Clasen  <mclasen@redhat.com>
384
385         * gtk/gtkcalendar.c: Fix build breakage.
386
387 2007-01-19  Kristian Rietveld  <kris@imendio.com>
388
389         * gtk/gtktreeview.c (gtk_tree_view_motion_bin_window),
390         (add_scroll_timeout), (gtk_tree_view_drag_motion): factor out
391         add_scroll_timeout().  (taken from maemo-gtk).
392
393 2007-01-18  Matthias Clasen  <mclasen@redhat.com>
394
395         * gtk/gtkcalendar.c: Fix problems with the initial
396         focus in GtkCalendar.  (#397783, Vincent Untz)
397
398 2007-01-19  Robert Ögren  <gtk@roboros.com>
399
400         Fix for bug #143460 - missed tablet clicks on Windows
401
402         * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check):
403         Request absolute reporting of tablet button state, and cut down
404         the packet queue size a bit.
405         (_gdk_input_other_event): Change button state handling
406         accordingly. Also drop the no longer necessary code that detects
407         missed clicks/releases for button 1. The switch to absolute button
408         state should prevent missed events for all buttons. Additionally,
409         swap button 2 and 3.
410         (_gdk_input_grab_pointer): Don't reset button_state, that will only
411         cause a new press event as soon as the next tablet packet arrives.
412
413 2007-01-19  Tor Lillqvist  <tml@novell.com>
414
415         Build Wintab support always on Windows. Don't require the Wintab
416         SDK.
417
418         * configure.in: Drop the --with-wintab option. Drop the
419         HAVE_WINTAB feature test macro and Automake variable.
420
421         * acconfig.h
422         * config.h.win32.in: Drop HAVE_WINTAB.
423
424         * gdk/win32/gdkevents-win32.c
425         * gdk/win32/gdkinput.c
426         * gdk/win32/gdkinput-win32.h
427         * gdk/win32/gdkinput-win32.c
428         * gdk/win32/gdkmain-win32.c: Make HAVE_WINTAB ifdef blocks
429         unconditional.
430
431         * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Try
432         to load wintab32.dll dynamically here. If it is found look up the
433         handful Wintab functions we use.
434         (rest of file): Use these function pointers instead of calling the
435         functions from wntab32x.lib. The code in wntab32x.lib did the same
436         thing anyway: tried to load wintab32.dll, and looked up the
437         addresses of the actual functions from it.
438
439         * gdk/Makefile.am
440         * gdk/win32/Makefile.am: Drop the libwntab32x hacks.
441
442         * gdk/win32/wintab.h
443         * gdk/win32/pktdef.h: New files. Copied from the Wintab
444         SDK. Copyright blurb says: "The text and information contained in
445         this file may be freely used, copied, or distributed without
446         compensation or licensing restrictions."
447
448         * README.win32: Update a bit. Remove the text about the Wintab
449         SDK.
450
451 2007-01-18  Tor Lillqvist  <tml@novell.com>
452
453         * gdk-pixbuf/Makefile.am
454         * gdk/Makefile.am
455         * gdk/win32/Makefile.am
456         * gtk/Makefile.am: Fixes for building outside srcdir on
457         Win32. (#336819, #340113) Drop distributing the handmade .la
458         libtool wrapper for the wntab32x library. It's too much trouble
459         making it work when building outside srcdir. Just link to the
460         library direcly using -Wl,win32/libwntab32x.a.
461
462 2007-01-18  Michael Natterer  <mitch@imendio.com>
463
464         * gtk/gtkcheckbutton.c
465         * gtk/gtkdnd.c
466         * gtk/gtkentry.c
467         * gtk/gtkmenu.c
468         * gtk/gtktreeview.c
469         * gtk/gtkviewport.c: pass more clip rectangles to gtk_paint_foo()
470         functions. Based on a patch from maemo-gtk (bug #398023).
471
472 2007-01-17  Tor Lillqvist  <tml@novell.com>
473
474         * gtk-zip.sh.in: Include also the COPYING file.
475
476 2007-01-17  Matthias Clasen  <mclasen@redhat.com>
477
478         * modules/printbackends/cups/gtkprintbackendcups.c: Don't use
479         httpGetFd() when building against cups 1.1
480
481 2007-01-17  Tor Lillqvist  <tml@novell.com>
482
483         Proper fix for #396175:
484
485         * gtk/gtkimmulticontext.c: Revert change by Hans Breuer below: Do
486         include gtkprivate.h. On Win32 we do want to use the redefinition
487         of GTK_LOCALEDIR as a call to the function _gtk_get_localedir().
488
489         * gtk/gtkimmodule.c: Instead, correct the prefix also on
490         simple_context_info.domain_dirname. Do the prefix corrections
491         always on Win32, not just when GTK_LIBDIR is defined. i.e., until
492         now they were done only in the autoconfiscated gcc builds. Hans
493         needs to make sure GTK_LIBDIR and GTK_LOCALEDIR are defined also
494         in MSVC builds now.
495         (correct_localedir_prefix): New function, like
496         correct_libdir_prefix(), but for GTK_LOCALEDIR, in case
497         GTK_LOCALEDIR is not a descendant of GTK_LIBDIR.
498         (gtk_im_module_initialize): Thus call correct_localedir_prefix()
499         on the domain_dirname instead of correct_libdir_prefix().
500         (_gtk_im_module_list): Call correct_localedir_prefix() on
501         simple_context_info.domain_dirname.
502
503 2007-01-16  Matthias Clasen  <mclasen@redhat.com>
504
505         * gtk/gtkrange.c (range_grab_remove): Queue a redraw when the
506         grab changes.  (#396470, Benjamin Berg)
507
508 2007-01-15  Emmanuele Bassi  <ebassi@gnome.org>
509
510         * gtk/gtkrecentchoosermenu.c: Ellipsize the menu items label
511         if they grow too much. (#357303)
512
513 2007-01-14  Matthias Clasen  <mclasen@redhat.com>
514
515         * gtk/gtkicontheme.c (theme_lookup_icon): When finding a matching
516         non-scalable dir, keep going and look for a closer match.
517         (#395830, Luca Ferretti)
518
519 2007-01-14  Christian Persch  <chpe@svn.gnome.org>
520
521         * gtk/gtkclipboard.c: (gtk_clipboard_set_text),
522         (gtk_clipboard_set_image): Use gtk_target_table_new_from_list and
523         gtk_target_table_free instead of duplicating the code. Bug #396493.
524
525 2007-01-13  Matthias Clasen  <mclasen@redhat.com>
526
527         * gtk/gtkuimanager.c: Don't crash if menu or toolbar
528         positions can't be found.  (#396161, Hans Breuer)
529
530 2007-01-13  Matthias Clasen  <mclasen@redhat.com>
531
532         * gtk/gtkselection.c (_gtk_selection_request): Plug 
533         memory leaks.  (#396160, Carlos Garcia Campos)
534
535 2007-01-13  Matthias Clasen  <mclasen@redhat.com>
536
537         * configure.in: Link libgtk against Xfixes.  (#396074,
538         Tommi Komulainen)
539
540 2007-01-13  Matthias Clasen  <mclasen@redhat.com>
541
542         * gtk/gtkradiobutton.c (gtk_radio_button_focus): Avoid
543         a compiler warning.  (#395045, Chris Wilson)
544
545 2007-01-13  Hans Breuer <hans@breuer.org>
546
547         * gtk/gtkprintoperation-win32.c : take the custom tab label from
548         gtk_print_operation_set_custom_tab_label() into account (bug #390746).
549
550         * gtk/gtkimmulticontext.c : don't include "gtkprivate.h" to avoid
551         differing definitions of GTK_LOCALEDIR (bug #396175).
552
553         * gtk/gtktreeview.c : use g_snprintf instead of snprintf, which is
554         not available everywhere
555
556         * gtk/makefile.msc.in : updated
557
558 2007-01-12  Michael Natterer  <mitch@imendio.com>
559
560         * gtk/gtkentry.c (gtk_entry_button_press): don't add
561         entry->scroll_offset to entry->drag_start_y. Fixes the entry
562         starting drags after ridiculously small mouse movements.
563
564 2007-01-11  Richard Hult  <richard@imendio.com>
565
566         * demos/gtk-demo/main.c: (load_file): Close the file after it's
567         loaded (bug #395316).
568
569 2007-01-11  Kjartan Maraas  <kmaraas@gnome.org>
570
571         * gtk/gtkfilesystemunix.c: (expand_tilde):
572         Make a single tilde go to $HOME in the location entry.
573         Patch from Yevgen Muntyan. Closes the gtk+ part of
574         bug #334168.
575
576 2007-01-10  Behdad Esfahbod  <behdad@gnome.org>
577
578         * gdk/gdkpango.c (gdk_draw_layout_with_colors):
579         * gtk/gtklabel.c (gtk_label_size_request):
580         Use pango_matrix_transform_rectangle(). (#340141)
581
582         * configure.in: Bump pango requirement to 1.15.3.
583
584 2007-01-10  Kristian Rietveld  <kris@imendio.com>
585
586         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_init):
587         refactor to initialize indicator_size to TOGGLE_WIDTH instead
588         of the hardcoded value of 12.
589
590 2007-01-09  Matthias Clasen  <mclasen@redhat.com>
591
592         * configure.in: Fix the directfb cairo test. (#394855, 
593         Josselin Mouette)
594
595 2007-01-09  Behdad Esfahbod  <behdad@gnome.org>
596
597         * configure.in: Fix comment for --with-included-loaders.  That option
598         affects builds with module loading enabled too.
599
600 2006-01-08  Peter Teichman  <peter@novell.com>
601
602         * gtk/gtkfilechooserdefault.c:
603         * gtk/gtkfilechooserprivate.h:
604         * gtk/gtkfilechoosersettings.c:
605         * gtk/gtkfilechoosersettings.h:
606         Save the expanded state of the folder browser with the file
607         chooser settings.  Resolves the expander portions of (#153828,
608         Lemmit Kaplinski)
609
610 2007-01-08  Emmanuele Bassi  <ebassi@gnome.org>
611
612         * gtk/gtkrecentchoosermenu.c (gtk_recent_chooser_menu_create_item):
613         Don't leak the icon pixbuf after setting it to the image menu
614         item.  Found by Paolo Borelli.
615
616 2007-01-08  Matthias Clasen  <mclasen@redhat.com>
617
618         * gtk/gtktreemodel.c (gtk_tree_path_to_string): Don't 
619         corrupt memory when faced with paths with ridiculously
620         large indices. Found by the GTKVTS test suite.  
621
622 2007-01-08  Matthias Clasen  <mclasen@redhat.com>
623
624         * gtk/gtkmodules.c (_gtk_modules_init): Set 
625         default_display_opened before loading modules.  (#393102,
626         Brian Cameron)
627  
628 2007-01-07  Matthias Clasen  <mclasen@redhat.com>
629
630         * gtk/gtktextview.c (gtk_text_view_set_border_window_size):
631         Call text_window_realize() with the correct parameters.
632         (#393813, Yevgen Muntyan)
633
634 2007-01-07  Matthias Clasen  <mclasen@redhat.com>
635
636         * gtk/gtkstatusbar.c: Move docs inline, and expand them 
637         a bit.
638
639 2007-01-06  Matthias Clasen  <mclasen@redhat.com>
640
641         * gtk/gtklabel.c: Make line wrapping work with width-chars
642         and max-width-chars, and simplify the storage of wrap-width.
643         (#322580, Itai Bar-Haim)
644
645 2007-01-06  Tor Lillqvist  <tml@novell.com>
646
647         * gdk/win32/cursor.bdf: New file. Downloaded from
648         freedesktop.org's webcvs. Slighly edited cursors "crosshair",
649         "diamond_cross", "draft_large", "gobbler" and "target" to fix
650         #392504. It is possible that the same end result could have been
651         achieved by tweaking bdfcursor.c instead.
652         
653         * gdk/win32/bdfcursor.c: Add optional debugging output.
654
655         * gdk/win32/xcursors.h: Regenerated.
656
657 2007-01-05  Matthias Clasen  <mclasen@redhat.com>
658
659         * gtk/gtknotebook.c (gtk_notebook_set_menu_label_text): Left-align
660         menu labels.  (#393255, Michail Crayson)
661
662 2007-01-05  Kristian Rietveld  <kris@gtk.org>
663
664         * gtk/gtktreeview.c (gtk_tree_view_dy_to_top_row): handle tree
665         == NULL.  (Fixes #392685, reported by Yevgen Muntyan).
666
667 2007-01-05  Kristian Rietveld  <kris@gtk.org>
668
669         * gtk/gtktreeview.c (gtk_tree_view_row_changed): do allow to
670         invalidate nodes if the tree view is not realized. (#363147,
671         Carlos Garnacho, Miguel Cabrera).
672
673 2007-01-05  Matthias Clasen  <mclasen@redhat.com>
674
675         * gtk/gtkmenu.c (gtk_menu_paint): Take the scroll arrow into
676         account when drawing the background.  (#393166, Benjamin Berg)
677
678 2007-01-05  Behdad Esfahbod  <behdad@gnome.org>
679
680         * gtk/gtklabel.c (get_layout_location): Fix broken width computation,
681         again.
682
683 2007-01-05  Carlos Garnacho  <carlosg@gnome.org>
684
685         * gtk/gtknotebook.c (gtk_notebook_size_request): take into account
686         both scroll arrows when calculating size request in GTK_POS_LEFT or
687         GTK_POS_RIGHT notebooks. (#393124, reported by Christian Persch)
688
689 2007-01-05  Michael Natterer  <mitch@imendio.com>
690
691         * gtk/gtkwindow.c (gtk_window_key_release_event): chain up to
692         the right function (fix taken from maemo-gtk).
693
694 2007-01-05  Behdad Esfahbod  <behdad@gnome.org>
695
696         * gdk/gdkprivate.h:
697         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors),
698         (gdk_draw_layout_with_colors):
699         * gdk/gdkwindow.c (gdk_window_draw_glyphs_transformed):
700         Avoid overflow when converting coordinates to Pango units. (#332266,
701         Jody Goldberg)
702
703 2007-01-04  Matthias Clasen  <mclasen@redhat.com>
704
705         * gtk/gtkcombobox.c (gtk_combo_box_popup): move set_cursor
706         after realization of the popup window, so clamp node doesn't fail.
707         (#346616, Tommi Komulainen, patch by Kristian Rietveld).
708
709 2007-01-04  Behdad Esfahbod  <behdad@gnome.org>
710
711         * gtk/gtklabel.c (get_layout_location): Fix uninitialized width
712         variable.
713
714 2007-01-04  Matthias Clasen  <mclasen@redhat.com>
715
716         * gtk/Makefile.am:
717         * gdk-pixbuf/Makefile.am:
718         * configure.in:
719         * gdk/win32/rc/gdk.rc.in: Cross-compilation fixes.
720         (#392646, Yevgen Muntyan)
721
722 2007-01-04  Matthias Clasen  <mclasen@redhat.com>
723
724         * demos/gtk-demo/textscroll.c:
725         * gtk/gtkhandlebox.c:
726         * gtk/gtkcolorsel.c: Fix some compiler warnings.
727
728 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
729
730         * gtk/gtktextview.c: Rework the beep-on-uninserted-text
731         by calling the input method regardless of editability,
732         and beeping from the commit/preedit-changed handlers.
733         (#390514, Yevgen Muntyan)
734
735 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
736
737         Fix #332604, reported by Joe Wreschnig, patch
738         by Jan Arne Petersen and Behdad Esfahbod.
739
740         * gtk/gtklabel.c (gtk_label_size_allocate): Only
741         set the width of the layout when necessary.
742         (get_layout_location): Use pango_layout_get_pixel_extents()
743         instead of pango_layout_get_width().
744
745 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
746
747         * modules/printbackends/cups/gtkprintbackendcups.c 
748         (available_choices): Don't leak conflicts.
749
750         * gtk/gtkprintoperation.c (gtk_print_operation_finalize):
751         Don't leak the status string.
752
753 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
754
755         * gtk/gtkfilechooserdefault.c (update_chooser_entry):
756         Exit early if we can't get file info - this happens
757         if the iter points to the row where we are editing
758         the name for a newly created folder.  (#392191, Michael
759         Partridge, patch by Kristian Rietveld)
760
761 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
762
763         * gtk/*.c:
764         * gdk/x11/*.c: Apply a patch by Chris Wilson to
765         avoid spurious valgrind warnings from XSendEvent() 
766         calls.  (#392532)
767
768         * modules/printbackends/cups/gtkprintbackendcups.c: Close
769         the http connection after getting the PPD.
770
771         * gtk/gtkprinteroptionwidget.c (filesave_changed_cb):
772         Fix memory leaks.  
773
774 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
775
776         * gtk/gtkassistant.c (remove_page): If the current page
777         is removed, always pick a different one.  (#392457, 
778         Colin Watson)
779
780 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
781
782         * modules/printbackend/cups/*.c: Coding style cleanups.
783
784 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
785
786         * configure.in: Export SED to make sourcing of
787         libtool work. Tighten up the directfb pkgconfig check.
788
789 2007-01-03  Michael Natterer  <mitch@imendio.com>
790
791         * gtk/gtkstyle.c (option_menu_get_props)
792         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Use 
793         gtk_border_free when freeing borders.
794
795 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
796
797         * gtk/gtkentry.c (get_text_area_size): Work when the
798         entry is not realized.  (#392315, Yevgen Muntyan)
799
800         * gtk/gtkentry.c (gtk_entry_queue_draw): Use 
801         GTK_WIDGET_DRAWABLE() here.  (#392227, Chris Wilson)
802
803         * gtk/gtkentry.c (cursor_blinks): Don't get settings
804         unnecessarily.  (#392227)
805
806 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
807
808         * gtk/gtkwindow.c (gtk_window_move_resize): Only process
809         updates on the window at hand, not on all windows, to
810         avoid violating resize/redraw ordering constraints.
811         (#362406, Owen Taylor)
812         
813 2007-01-03  Kristian Rietveld  <kris@gtk.org>
814
815         * gtk/gtkcellrendererprogress.c
816         (gtk_cell_renderer_progress_class_init): fix docs.
817
818 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
819         
820         * gtk/updateiconcache.c: Include locale.h
821
822 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
823
824         * gtk/updateiconcache.c (main): Call setlocale().
825
826         * gtk/gtkfilesel.c:
827         * gtk/gtkfilesystemunix.c:
828         * gtk/gtkfilesystemwin32.c:
829         * gtk/gtkfilechoosersettings.c:
830         * gtk/updateiconcache.c: Consistently use folder instead of
831         directory in translated messages.  (#344584, Javier F. Serrador)
832
833 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
834
835         Try to fix #315732, reported by Luke Hutchinson:
836
837         * gdk/x11/xsettings-client.[hc]:
838         * gdk/x11/gdkdevents-x11.c: Don't assume that ref'ing a GdkWindow
839         will guarantee that it can be looked up in the xid hash later.
840         Also, use the nesting server grab function during the xsettings
841         client initialization. Finally, make xsettings client not
842         eat DestroyNotifys so that GDK can do its regular cleanup. 
843
844 2007-01-02  Michael Natterer  <mitch@imendio.com>
845
846         * gtk/gtkrange.c (gtk_range_scroll) (gtk_range_move_slider): beep
847         when a keybinding didn't change adjustment->value.
848
849 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
850
851         * gtk/gtktextbuffer.c (gtk_text_view_key_press_event):
852         Try harder not to beep on events which are not meant to
853         insert stuff in the buffer.  (#390514, Yevgen Muntyan) 
854
855 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
856
857         * gtk/gtktextbufferrichtext.c: Small documentation fixes.
858
859 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
860
861         * gtk/gtkentry.c (get_text_area_size): Center in the frame.  
862         (#304482, Rob Staudinger, patch by  Richard Stellingwerff)
863
864 2007-01-02  Michael Emmel  <mike.emmel@gmail.com>
865
866         * gdkwindow-directfb.c: fixed leak of dfb resource on destroy 
867
868 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
869
870         * gtk/gtkscrolledwindow.h:
871         * gtk/gtkscrolledwindow.c: Only handle key bindings
872         for scrolling if the scrollbars are visible.
873         (#340135, Christian Persch)
874
875 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
876
877         * gtk/gtktextview.c (gtk_text_view_scroll_hpages):
878         Don't segfault on horizontal scrolling.  
879
880 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
881
882         * gtk/gtknotebook.h:
883         * gtk/gtknotebook.c: Only handle key bindings for
884         tab reordering if the tabs are shown and reorderable. 
885         (#390468, Yevgen Muntyan)
886
887         * gtk/gtkmarshalers.list: Add required marshaler
888
889 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
890
891         * gtk/gtkcontainer.c (gtk_container_class_list_child_properties):
892         Mention in the docs that the return value is
893         NULL-terminated.  (#383373, Christian Neumair)
894
895 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
896
897         * gtk/gtkicontheme.c (load_themes): Waste less time
898         with non-directories.  (#391725, Chris Wilson)
899
900 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
901
902         * gtk/gtkcellrendererprogress.c: Implement activity mode
903         for GtkCellRendererProgress.  (#377851, Brad Taylor)
904
905 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
906
907         Fix some IPP compliance issues.  (#391523, Albrecht Dress)
908
909         * modules/printbackends/cups/gtkcupsutils.c
910         (gtk_cups_request_encode_option): Use IPP_TAG_JOB, not
911         IPP_TAG_OPERATION.
912         * modules/printbackends/cups/gtkprintbackendcups.c
913         (gtk_print_backend_cups_print_stream): Don't add the
914         requesting-user-name attribute a second time. 
915
916 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
917
918         * gtk/gtkimcontextsimple.c: Fix en/em dash confusion.  (#378462)
919
920 2006-12-31  Emmanuele Bassi  <ebassi@gnome.org>
921
922         * gtk/gtkrecentchoosermenu.c (set_recent_manager): Use the
923         right object when disconnecting from the GtkRecentManager::changed
924         signal; save us a few indirections using a variable.
925
926 2006-12-31  Emmanuele Bassi  <ebassi@gnome.org>
927
928         * gtk/gtkrecentchoosermenu.c: Move the signal and idle
929         disconnections into the dispose function, as well as the
930         object unrefs; reset every handler id and the
931         pointers. (suggested by Paolo Borelli, #390873)
932
933 2006-12-31  Matthias Clasen  <mclasen@redhat.com>
934
935         * gtk/gtkprintoperation-win32.c: Include windows.h (#391229,
936         Kazuki Iwamoto)
937
938 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
939
940         * gtk/gtktextview.c (gtk_text_view_destroy): Remove the
941         scroll timeout.  (#390872, Yevgen Muntyan)
942
943 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
944
945         * gtk/gtkprintoperation-unix.c:
946         * gtk/gtkprintbackend.c:
947         * gtk/gtkfilechooserdefault.c:
948         * gtk/gtksettings.c: Move a few settings to gtksettings.c
949         to make sure they show up in the docs.  (#365364, Christian
950         Persch)
951
952 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
953
954         * gtk/gtkassistant.c: Redraw assistant on reallocate
955         to avoid rendering glitches.  (#343956, Christian
956         Persch, Carlos Garnacho)
957
958 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
959
960         * gtk/gtkrange.c: Typo fix.  (#352121, Clytie Siddall)
961
962 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
963
964         * gtk/gtkaction.c: Improve the docs of the "label" 
965         property.  (#341730, Kristof Vansant)
966
967 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
968
969         * gtk/gtkwindow.c (gtk_window_compute_configure_request_size):
970         Correctly handle min size. (#320465, Philipp Langdale)
971
972 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
973
974         * gtk/prop-editor.c: Implement editing of flags.
975
976 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
977
978         * gtk/gtkentry.c:
979         * gtk/gtklabel.c:
980         * gtk/gtkpaned.c:
981         * gtk/gtkstatusbar.c:
982         * gtk/gtktextview.c: Don't install cursors on insensitive
983         widgets.  (#358864, Jan Schampera)
984
985 2006-12-29  Matthias Clasen  <mclasen@redhat.com>
986
987         * gtk/gtkrecentmanager.h:
988         * gtk/gtkprintoperation.c: Fix doc typos.  (#370909,
989         Shiino Yuki)
990
991         * gtk/gtkstyle.c (gtk_style_attach): Clarify docs.  (#353423,
992         Christian Persch)
993
994         * gtk/gtkentry.c (blink_cb):
995         * gtk/gtktextview.c (blink_cb): Don't die in an assertion
996         if focus went missing. Just warn, clean up and continue.
997         (#374378)
998
999 2006-12-29  Carlos Garnacho  <carlosg@gnome.org>
1000
1001         * gtk/gtknotebook.c (gtk_notebook_scroll): return if the widget that
1002         originally received the event is a notebook page. (#315440, reported
1003         by Mateusz Stefek)
1004
1005 2006-12-29  Matthias Clasen  <mclasen@redhat.com>
1006
1007         * gdk/gdkcolor.c (gdk_color_hash): Fix a typo. (#390613,
1008         Paolo Borelli)
1009
1010 2006-12-29  Matthias Clasen  <mclasen@redhat.com>
1011
1012         * tests/prop-editor.c: Display children of containers
1013         and cell renderers of cell layouts.
1014
1015         * gtk/gtk.symbols:
1016         * gtk/gtkcelllayout.[hc] (gtk_cell_layout_get_cells):
1017         New function to get the cell renderers of a cell layout.
1018
1019         * gtk/gtktreeviewcolumn.c:
1020         * gtk/gtkcellview.c:
1021         * gtk/gtkiconview.c: Implement get_cells.
1022
1023 2006-12-28  Matthias Clasen  <mclasen@redhat.com>
1024
1025         * gtk/gtkiconview.c: Use word wrapping by default, and
1026         center multiline labels.  (#318763, Ross Burton)
1027
1028         * gtk/gtkcellrenderertext.c (get_layout): Remove a special
1029         case for single-line layouts.
1030
1031 2006-12-28  Matthias Clasen  <mclasen@redhat.com>
1032
1033         * gtk/gtkarrow.c: Fix a typo in the docs.  (#390423,
1034         David Lodge)
1035
1036         * gtk/gtkuimanager.c (update_node): Only use the results
1037         of find_menu/toolbar_position() if they succeed. May fix
1038         bug #388041.
1039
1040 2006-12-28  Matthias Clasen  <mclasen@redhat.com>
1041
1042         * gdk/gdk.c: Fix some formatting errors in docs.  
1043
1044 2006-12-28  Tor Lillqvist  <tml@novell.com>
1045
1046         * gtk/gtkstatusicon.c (gtk_status_icon_finalize)
1047         (gtk_status_icon_update_image): Don't leak HICONs on
1048         Win32. (#364868, Hiroyuki Yamamoto)
1049
1050 2006-12-28  Carlos Garnacho  <carlosg@gnome.org>
1051
1052         Make GtkNotebook able to drop detached tabs anywhere. Bug #360225.
1053
1054         * gtk/gtkwidget.c (gtk_widget_class_init): add "drag-failed" signal.
1055         * gtk/gtkmarshalers.list: add new marshaler definition.
1056         * gtk/gtkenums.h: add GtkDragResult enum.
1057
1058         * gtk/gtkdnd.c (gtk_drag_drop_finished): emit "drag-failed" if DND
1059         operation wasn't successful.
1060         (_gtk_drag_source_handle_event) (gtk_drag_drop)
1061         (gtk_drag_selection_get) (gtk_drag_cancel) (gtk_drag_key_cb)
1062         (gtk_drag_grab_broken_event_cb) (gtk_drag_grab_notify_cb)
1063         (gtk_drag_button_release_cb) (gtk_drag_abort_timeout): tell
1064         gtk_drag_drop_finished() the operation result.
1065
1066         * gtk/gtknotebook.c (gtk_notebook_drag_failed): new function.
1067         (gtk_notebook_drag_data_get): do not call window creation hook here.
1068         (gtk_notebook_init): do not set "application/x-rootwindow-drop"
1069         target, instead connect to "drag-failed".
1070         (gtk_notebook_draw_focus): fix potential crasher if cur_page is NULL.
1071
1072 2006-12-28  Mikael Hallendal  <micke@imendio.com>
1073
1074         * gdk/quartz/gdkevents-quartz.c: Factored out the event loop 
1075         integration into gdkeventloop-quartz.c.
1076
1077         * gdk/quartz/Makefile.am: Added gdkeventloop-quartz.c
1078
1079         * gdk/quartz/gdkeventloop-quartz.c: New file containing the event loop 
1080         integration.
1081
1082 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
1083
1084         * modules/printbackends/lpr/gtkprintbackendlpr.c 
1085         (gtk_print_backend_lpr_print_stream): Close the io channel
1086         on unref.  (#390159, Joe Markus Clarke)
1087
1088 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
1089
1090         * gdk/gdk.h: Remove redundant declarations (#390097,
1091         Christian Persch)
1092
1093 2006-12-27  Kristian Rietveld  <kris@gtk.org>
1094
1095         Support inverting arrows via XSetting. (#377979, Yevgen Muntyan).
1096
1097         * gtk/gtksettings.c (gtk_settings_class_init): add new setting
1098         gtk-alternative-sort-arrows.
1099
1100         * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): add
1101         new setting.
1102
1103         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: set new
1104         gtk-alternative-sort-arrows setting to true.
1105
1106         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
1107         invert direction if gtk-alternative-sort-arrows is TRUE.
1108
1109 2006-12-27  Tor Lillqvist  <tml@novell.com>
1110
1111         * gtk/gtk.symbols: Add gtk_status_icon_get_screen and
1112         gtk_status_icon_set_screen.
1113
1114         * gtk/gtkstatusicon.c: Implement gtk_status_icon_position_menu()
1115         on Windows. Keep track of where the last button click on the
1116         taskbar icon took place, and return that. Obviously not correct if
1117         no button has ever been clicked on the icon, or if the geometry of
1118         the taskbar has changed since. But for most use cases where a menu
1119         is going to be displayed as a direct result of a button click on
1120         the status icon, works fine. (#377349)
1121
1122         Implement getting the orientation property on Windows.
1123
1124         (gtk_status_icon_embedded_changed)
1125         (gtk_status_icon_orientation_changed): Ifdefify these functions
1126         that are used only on X11.
1127
1128 2006-12-27  Tor Lillqvist  <tml@novell.com>
1129
1130         * gtk/gtkfilesystemwin32.c (execute_callbacks): Fix
1131         typo. (#390035, Kazuki Iwamoto)
1132
1133 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
1134
1135         * gtk/gtkcellview.c (gtk_cell_view_set_model): Accept NULL.
1136
1137         * gtk/gtkcombobox.c (gtk_combo_box_set_model):
1138         (gtk_combo_box_unset_model): Handle repeated unsetting
1139         of models without warnings.  (#367529, Robert Ancell)
1140
1141 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
1142
1143         * modules/printbackends/cups/gtkcupsutils.c: 
1144         * modules/printbackends/cups/gtkprintbackendcups.c: Use
1145         getters for http fields where available.  (#364866, 
1146         Björn Lindqvist)
1147
1148 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
1149
1150         * gtk/gtkwidget.c (gtk_widget_show): Add a g_return_if_fail.
1151         (#362614, Xan Lopez)
1152
1153 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
1154
1155         * gtk/gtkuimanager.c (update_node): If a required action
1156         is missing, don't recurse over the children.  (#349119,
1157         Chris Moller)
1158
1159 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
1160
1161         Fix a few problems with nested menus in comboboxes
1162         (#386694, Yevgen Muntyan)
1163
1164         * gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level): Always
1165         connect the activate callback.
1166         (gtk_combo_box_menu_item_activate): Do nothing if called on
1167         an item with a submenu.
1168         (gtk_combo_box_menu_row_deleted): Remove a submenu when it
1169         is empty.
1170
1171 2006-12-26  Mariano Suárez-Alvarez  <mariano@gnome.org>
1172
1173         * gtk/gtkfilechooserbuuton.[hc]: Add a file-set signal to the
1174         filechooser button. Bug 353196.
1175
1176 2006-12-26  Kristian Rietveld  <kris@gtk.org>
1177
1178         * gtk/gtktreeview.c (gtk_tree_view_search_init): fix typo causing
1179         the search dialog timeout never to be refreshed. (#389581,
1180         Andrzej Szombierski).
1181
1182 2006-12-26  Kristian Rietveld  <kris@gtk.org>
1183
1184         Lots of scrolling fixes.  Made scrolling work properly in not fully
1185         validated tree views; fixed a bunch of corner cases.
1186
1187         * gtk/gtktreeview.c (validate_visible_area): if a row's dy is past
1188         upper - page_size, we know it is located at the end so the test for
1189         dy + height has been dropped.
1190         In the same case if area_below < 0, we know this is the last node
1191         in the tree view so area_above is page_size - height of this row.
1192         (validate_visible_area): got rid of subtracting new_height -
1193         old_height from area_{below,above}, it didn't make any sense at
1194         all and the full height of the row should be subtracted instead.
1195         (validate_visible_area): when scrolling to a given path, set the
1196         top row directly together with the dy offset, then sync that top_row
1197         to the dy.
1198         (gtk_tree_view_set_top_row): new function to directly set a top_row.
1199         (gtk_tree_view_dy_to_top_row): refactored to use
1200         gtk_tree_view_set_top_row().
1201         (gtk_tree_view_top_row_to_dy): make sure dy >= 0 when done.
1202         (gtk_tree_view_adjustment_changed): only update our dy and
1203         top_row if the adjustment's dy actually changed.
1204
1205 2006-12-26  Christian Persch  <chpe@cvs.gnome.org>
1206
1207         * gtk/gtknotebook.c: (gtk_notebook_real_insert_page):
1208         Return the correct value from gtk_notebook_insert_page if the
1209         page-added handler reorders the tabs. Bug #345094.
1210
1211 2006-12-26  Carlos Garnacho  <carlosg@gnome.org>
1212
1213         Fix small regressions in GtkNotebook tab detaching. Bug #378852.
1214
1215         * gtk/gtknotebook.c (gtk_notebook_do_arrow): grab focus to allow tabs
1216         scrolling when hovering with a detached tab.
1217         (gtk_notebook_stop_reorder): Do not deparent the wrong tab if the
1218         focus tab has changed during a tab DND operation.
1219         (gtk_notebook_drag_end): ensure that the dropped tab gets focused.
1220         (gtk_notebook_paint): do not take cur_page as a reference to paint the
1221         box if it's detached.
1222         (gtk_notebook_calculate_tabs_allocation): focus_tab may be different
1223         to the detached tab if we hover the arrows during a tabs detaching 
1224         operation, do not allocate it unconditionally in 0,0.
1225
1226 2006-12-26  Carlos Garnacho  <carlosg@gnome.org>
1227
1228         Expose improvements for GtkNotebook. Bug #383435
1229
1230         * gtk/gtknotebook.c (gtk_notebook_expose): propagate the event to tab
1231         labels.
1232         (gtk_notebook_draw_focus): do not repaint the whole focused tab again.
1233         (gtk_notebook_draw_tab): do not send handmade expose events to tab
1234         labels.
1235
1236 2006-12-26  Matthias Clasen  <mclasen@redhat.com>
1237
1238         * gtk/gtkfilesystemunix.c (execute_callbacks): Return
1239         FALSE.  (#389623, Carlos Garnacho Parro)
1240
1241         * gtk/gtkrange.c (stop_scrolling): Avoid spurious
1242         redraws.
1243
1244 2006-12-25  Christian Persch  <chpe@cvs.gnome.org>
1245
1246         * gtk/gtkplug.c: (gtk_plug_construct_for_display),
1247         (gtk_plug_unrealize): Notify the "embedded" property also on
1248         normal construction and when destroying the socket window.
1249         Bug #388738.
1250
1251 2006-12-25  Christian Persch  <chpe@cvs.gnome.org>
1252
1253         * gtk/gtkaboutdialog.c: (gtk_about_dialog_class_init),
1254         (gtk_about_dialog_init), (display_credits_dialog),
1255         (display_license_dialog):
1256         * gtk/gtkfilechooserdialog.c: (gtk_file_chooser_dialog_class_init),
1257         (gtk_file_chooser_dialog_init),
1258         (gtk_file_chooser_dialog_constructor),
1259         (gtk_file_chooser_dialog_unmap):
1260         * gtk/gtkrecentchooserdefault.c:
1261         (_gtk_recent_chooser_default_init):
1262         * gtk/gtkrecentchooserdialog.c:
1263         (gtk_recent_chooser_dialog_class_init),
1264         (gtk_recent_chooser_dialog_init),
1265         (gtk_recent_chooser_dialog_constructor),
1266         (gtk_recent_chooser_dialog_unmap): Set the HIG spacings directly
1267         instead of using style-set handlers. Fix the filechooser's spacing
1268         between content and action area to 12px. Bug #372447.
1269
1270 2006-12-25  Christian Persch  <chpe@cvs.gnome.org>
1271
1272         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate):
1273         Don't assume statusbar->label is the statusbar's frame's child when
1274         shrinking the size allocation when the grip is shown. Bug #372452.
1275
1276 2006-12-25  Christian Persch  <chpe@cvs.gnome.org>
1277
1278         * gtk/gtkpagesetupunixdialog.c: (printer_status_cb),
1279         (add_custom_paper): Fix mem leaks. Bug #389194.
1280
1281 2006-12-24  Matthias Clasen  <mclasen@redhat.com>
1282
1283         * gtk/gtktextutil.c: Remove debug output.
1284
1285         * gtk/gtktextview.c: Improve the DND scrolling
1286         behaviour.  (#92387, Carlos Garnacho Parro)
1287
1288         * gtk/gtkaccellabel.c: Improve translators comments.  
1289         (#389298, Christian Persch)
1290
1291 2006-12-24  Bastien Nocera  <hadess@hadess.net>
1292
1293         * gtk/gtkrecentmanager.c: Fix typo (s/expansive/expensive)
1294         (#389183)
1295
1296 2006-12-24  Christian Persch  <chpe@cvs.gnome.org>
1297
1298         * docs/reference/gtk/gtk-sections.txt:
1299         * gtk/gtk.symbols:
1300         * gtk/gtkpagesetupunixdialog.c: (fill_paper_sizes_from_printer):
1301         * gtk/gtkprinter-private.h:
1302         * gtk/gtkprinter.c: (gtk_printer_list_papers):
1303         * gtk/gtkprinter.h: Make gtk_printer_list_papers public. Bug #345587.
1304
1305 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1306
1307         * gtk/gtkpagesetupunixdialog.c: Don't ignore reverse portrait option
1308         when is selected in page setup dialog. Fixes bug #365047.
1309
1310 2006-12-24  Behdad Esfahbod  <behdad@gnome.org>
1311
1312         * gtk/gtkentry.c (_gtk_entry_effective_inner_border):
1313         Use gtk_border_free when freeing border.
1314
1315 2006-12-24  Matthias Clasen  <mclasen@redhat.com>
1316
1317         * gtk/gtkentry.c (gtk_entry_button_press): When
1318         shift-clicking, keep the larger part of the selection
1319         selected.  (#353709, Benjamin Otte)
1320
1321         * gtk/gtkbutton.c (gtk_button_get_props): Use 
1322         gtk_border_free when freeing borders.
1323
1324         * gtk/gtkbutton.c (gtk_button_grab_notify): Be more
1325         careful when faking a button release.  (#323146,
1326         Travis Abbott)
1327
1328         * gtk/gtkhandlebox.c (draw_textured_frame): Draw the
1329         handle with the right orientation, depending on the
1330         position of the handlebox.  (#159764, Benjamin Berg)
1331
1332 2006-12-24  Behdad Esfahbod  <behdad@gnome.org>
1333
1334         * gtk/gtkstyle.c (gtk_border_copy), (gtk_border_free): Use gslice for
1335         GtkBorder (#383557).
1336
1337 2006-12-24  Behdad Esfahbod  <behdad@gnome.org>
1338
1339         Bug 340141 – Update to Pango 1.16 API
1340
1341         * gdk/gdkpango.c (layout_iter_get_line_clip_region),
1342         (gdk_pango_layout_line_get_clip_region):
1343         * gtk/gtkcalendar.c (gtk_calendar_size_request):
1344         * gtk/gtkentry.c (gtk_entry_get_pixel_ranges),
1345         (get_layout_position), (gtk_entry_find_position),
1346         (gtk_entry_adjust_scroll):
1347         * gtk/gtkiconview.c (get_pango_text_offsets):
1348         * gtk/gtklabel.c (get_cursor_direction):
1349         * gtk/gtkstyle.c (get_insensitive_layout):
1350         * gtk/gtktextdisplay.c (render_para):
1351         * gtk/gtktextlayout.c (allocate_child_widgets),
1352         (find_display_line_below), (find_display_line_above),
1353         (gtk_text_layout_move_iter_to_previous_line),
1354         (gtk_text_layout_move_iter_to_next_line),
1355         (gtk_text_layout_move_iter_to_line_end),
1356         (gtk_text_layout_iter_starts_line),
1357         (gtk_text_layout_move_iter_to_x):
1358         * gtk/gtktextutil.c (limit_layout_lines):
1359         Use the _readonly version of pango_layout_iter_get_line(),
1360         pango_layout_iter_get_run(), pango_layout_get_line(), and
1361         pango_layout_get_lines().
1362
1363         * gtk/gtkmain.c (gtk_get_default_language): Use
1364         pango_get_default_language().
1365
1366 2006-12-24  Matthias Clasen  <mclasen@redhat.com>
1367
1368         * gtk/gtkentry.c (gtk_entry_set_text): Emit changed
1369         and notify:text only once. The same fix was applied
1370         for replacing the selection via DND or copy-and-paste.
1371         (#64998, Damon Chaplin, Sven Herzberg)
1372
1373 2006-12-23  Matthias Clasen  <mclasen@redhat.com>
1374
1375         * gtk/gtkimmulticontext.c: Be careful to not override
1376         GTK+ translations with the translations of the input
1377         method.  (#317080, Tor Lillqvist)
1378
1379         * modules/input/imcedilla.c: Use standard macros
1380         for translation domain and locale dir.
1381
1382         * gtk/gtkimcontextsimple.c: Allow composing l with 
1383         stroke.  (#349638, Daniel Lublin)
1384
1385         * gtk/gen-paper-names.c: Fix a thinko in the suffix
1386         calculation.  (#382369, Christian Persch)
1387
1388         * gtk/paper_names_offsets.c: Regenerated.
1389
1390 2006-12-22  Matthias Clasen  <mclasen@redhat.com>
1391
1392         * modules/engines/pixbuf/pixbuf.h:
1393         * modules/engines/pixbuf/pixbuf-rc-style.h:
1394         * modules/engines/pixbuf/pixbuf-style.h: Move 
1395         G_GNUC_INTERNAL before function declarations.  (#352276,
1396         Damien Carbery)
1397
1398 2006-12-22  Matthias Clasen  <mclasen@redhat.com>
1399
1400         * demos/gtk-demo/*.c: Fix some leaks.  (#348108, Chris
1401         Wilson)
1402
1403 2006-12-22  Matthias Clasen  <mclasen@redhat.com>
1404
1405         * *.c: Replace a lot of idle and timeout calls by
1406         the new gdk_threads api. 
1407
1408         * gdk/gdk.symbols:
1409         * gdk/gdk.h:
1410         * gdk/gdk.c: Add functions to allow threadsafe handling
1411         of idles and timeouts wrt. to the GDK lock.  (#321886,
1412         Chris Wilson)
1413         
1414 2006-12-22  Matthias Clasen  <mclasen@redhat.com>
1415         
1416         * gdk/gdkpango.c: Use pango_cairo_show_error_underline.  
1417         (#340141, Behdad Esfahbod)
1418
1419         * configure.in: Check for getc_unlocked.
1420
1421         * gtk/xdgmime/xdgmimemagic.c: Use getc if getc_unlocked is
1422         unavailable.   (#381499)
1423
1424         * tests/teststatusicon.c: Fix a typo
1425
1426 2006-12-22  Matthias Clasen  <mclasen@redhat.com>
1427
1428         Make it possible to track the embeddedness of
1429         statusicon (#387215, Martyn Russell, patch by Christian
1430         Persch)
1431
1432         * gtk/gtkstatusicon.c: Add orientation and embedded properties.
1433         * gtk/gtkplug.c: 
1434         * gtk/gtkplug-x11.c: Add an embedded property.
1435         * tests/teststatusicon.c: Test the new properties.
1436
1437         * gtk/gtkwidget.c (gtk_widget_get_draw_rectangle): Don't
1438         leak draw_border.  (#387170, Kjartan Maraas)
1439
1440 2006-12-21  Matthias Clasen  <mclasen@redhat.com>
1441
1442          * gtk/gtkfilechooserembed.c (_gtk_file_chooser_embed_set_delegate()):
1443         Typo fix.  (#388123, Murray Cumming)
1444         
1445         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event):
1446         Generate double-click events.  (#380421, Tommi Komulainen)
1447
1448         * gdk/x1/gdkinput-xfree.c (_gdk_input_configure_event):
1449         (_gdk_input_enter_event): Correct return_if_fail checks.
1450         (#379803, Tommi Komulainen)
1451
1452         * gdk/gdkdisplay.c: Improve the docs of some functions operating
1453         on the default display.  (##353438, Mariano Suárez-Alvarez)
1454
1455 2006-12-21  Matthew Barnes  <mbarnes@redhat.com>
1456
1457         * docs/reference/gdk/gdk-sections.txt:
1458         * gdk/gdkcolor.[ch] (gdk_color_to_string): Add a function for
1459         converting a GdkColor to a string (#373856).
1460
1461         * configure.in: Bump pango requirement to 1.15.2.
1462
1463 2006-12-20  Matthias Clasen  <mclasen@redhat.com>
1464         
1465         * gdk/keynames.txt: Mark arrow keys as translatable.  (#369506,
1466         Bastian Nocera)
1467
1468         * gdk/keyname-table.h: Regenerated
1469
1470         * gtk/gtktextbuffer.c: Add signal documentation.  (#317064,
1471         Søren Wedel Nielsen)
1472
1473         * gtk/gtktextview.c (gtk_text_view_start_selection_drag):
1474         Silently return if a drag is already in progress, rather
1475         than asserting.  (#335622, Li Yuan, testcase by Erwann Chenede)
1476
1477         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new_with_dialog):
1478         Allow any GtkDialog that implements GtkFileChooser as
1479         dialog.  (#335473, Tommi Komulainen)
1480
1481 2006-12-20  Mikael Hallendal  <micke@imendio.com>
1482
1483         * gtk/gtkstatusicon.c: (gtk_status_icon_init): Fixed a last minute
1484         change in the quartz backend.
1485
1486 2006-12-20  Mikael Hallendal  <micke@imendio.com>
1487
1488         * gtk/Makefile.am: Added gtkstatusicon-quartz.c
1489         * gtk/gtkstatusicon-quartz.c: Implements the quartz backend for the
1490         status icon.
1491         * gtk/gtkstatusicon.c: Hooked in the new quartz backend. Bug #387874.
1492
1493 2006-12-19  Matthias Clasen  <mclasen@redhat.com>
1494
1495         * gtk/gtkprintunixdialog.c: Add a tooltip explaining the
1496         format of page ranges, and improve the page sequence icon
1497         for the case of n_copies == 1.
1498  
1499 2006-12-19  Mikael Hallendal  <micke@imendio.com>
1500
1501         * gdk/quartz/gdkcursor-quartz.c: Splitted out the GdkPixbuf to NSImage
1502         routine so that it can be used from libgtk as well (needed for
1503         upcoming GtkStatusIcon support in the Quartz port).
1504         * gdk/quartz/gdkevents-quartz.c: Don't assume that all NSWindows are
1505         created from GDK, this is not true for the status icon.
1506         * gdk/quartz/gdkprivate-quartz.h:
1507         * gdk/quartz/gdkquartz.h: Added 
1508         gdk_quartz_pixbuf_to_ns_image_libgtk_only so that it is available to 
1509         the status icon code.
1510
1511 2006-12-16  Tristan Van Berkom <tvb@gnome.org>
1512
1513         * gtk/gtkmessagedialog.c: Added return_if_fail (image) to
1514         gtk_message_dialog_set_image ()
1515
1516         * gtk/gtkscrolledwindow.c: Fixed a bug in set_property()
1517         (setting "window-placement-set" could result in a crash because
1518         of boolean/enum mixup)
1519
1520 2006-12-15  Federico Mena Quintero  <federico@novell.com>
1521
1522         Merged from gtk-2-10:
1523
1524         * gtk/gtkmenu.c (gtk_menu_set_title): Don't try to optimize for
1525         the case where the new title is the same as the old title, to
1526         preserve the behavior from GTK+ 2.8 (NULL and "" titles are not
1527         equivalent).  Handle the case where title == priv->title.  This
1528         was found by the LSB compatibility tests:
1529         https://bugzilla.novell.com/show_bug.cgi?id=223882
1530
1531 2006-12-15  Dom Lachowicz <domlachowicz@gmail.com>
1532
1533         * gtk/gtkcombobox.c: Make GtkComboBox in "appears-as-list" mode
1534         more closely resemble its Win32 counterpart. Bug #340204.
1535
1536 2006-12-14  Carlos Garnacho  <carlosg@gnome.org>
1537
1538         * gtk/gtkcalendar.c: draw arrows pointing to the right correctly
1539         placed inside their GdkWindow. Bug #385672.
1540
1541 2006-12-14  Christian Persch  <chpe@cvs.gnome.org>
1542
1543         * gtk/gtkiconview.c: Fix docs typo. Bug #385642.
1544
1545 2006-12-13  Dom Lachowicz <domlachowicz@gmail.com>
1546
1547         * src/modules/engines/ms-windows/msw_style.c: Bug 351679 - Notebooks 
1548         drawn with extra line below tab in MS-Windows theme. Patch by 
1549         Cody Russell
1550         
1551 2006-12-13  Matthias Clasen  <mclasen@redhat.com>
1552
1553         * gtk/Makefile.am: Add --unlink-tempfile to the evince call
1554         for print preview.  (#370041, Ghee Teo)
1555
1556 2006-12-11  Matthias Clasen  <mclasen@redhat.com>
1557
1558         * gtk/gtkprogressbar.c (gtk_progress_bar_paint_text): Be more
1559         careful when overdrawing antialiased text.  (#352435, Alex Jones,
1560         patch by Benjamin Otte)
1561
1562         * gtk/gtksettings.c: Change the way in which color scheme information
1563         is merged to correctly handle vanishing colors.  (#374420, 
1564         Benjamin Berg, patch by Callum McKenzie) 
1565         Also allow to separate entries in color schemes by ';' 
1566         instead of newline.  
1567
1568 2006-12-10  Matthias Clasen  <mclasen@redhat.com>
1569
1570         * modules/printbackends/cups/gtkcupsutils.c (gtk_cups_request_encode_option): 
1571         Properly pass multi-value options to cups.  (#355350, Jürg Billeter) 
1572
1573 2006-12-10  Kristian Rietveld  <kris@gtk.org>
1574
1575         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_focus_out_event):
1576         cancel editing (ie. don't accept changes) when the entry loses
1577         focus. (Fixes #164494, reported by Chris Rouch).
1578
1579 2006-12-10  Matthias Clasen  <mclasen@redhat.com>
1580
1581         * configure.in: Correct a misapplied patch. 
1582
1583 2006-12-10  Tor Lillqvist  <tml@novell.com>
1584
1585         * gtk-zip.sh.in: Put gdk-pixbuf-query-loaders.exe and
1586         gtk-query-immodules-2.0.exe in the runtime zipfile instead of
1587         developer zipfile. Users might add pixbuf loaders or immodules
1588         even if they are not interested in developing gtk+-using software.
1589
1590 2006-12-10  Matthias Clasen  <mclasen@redhat.com>
1591
1592         * configure.in: Check for crt_extern.h and _NSGetEnviron.
1593         * gdk/x11/gdkspawn-x11.c: Fix compilation on Darwin where
1594         environ is not available.  (#384168, Min Sik Kim)
1595
1596 2006-12-07  Paolo Maggi  <paolo@gnome.org>
1597
1598         Fixes bug #383407
1599         
1600         * gtk/gtkentry.c (gtk_entry_set_text): check for
1601         completion->priv->changed_id > 0 before calling 
1602         g_signal_handler_[un]block.
1603         (gtk_entry_completion_key_press): does not block/unblock the "changed"
1604         signal before calling gtk_entry_set_text.
1605         
1606 2006-12-07  Carlos Garnacho  <carlosg@gnome.org>
1607
1608         * gtk/gtkcellrendererprogress (compute_dimensions): do not use
1609         xthickness/ythickness, they aren't used any longer for drawing.
1610
1611 2006-12-07  Matthias Clasen  <mclasen@redhat.com>
1612
1613         * gtk/gtkrc.c (_gtk_rc_init): Fix clipping of accelerator
1614         underlines by giving labels a small draw-border.
1615
1616 2006-12-06  Kristian Rietveld  <kris@gtk.org>
1617
1618         * gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_render):
1619         draw progress bar through theme engine instead of using our own
1620         custom cairo drawing code (#377244, patch from Carlos Garnacho).
1621
1622 2006-12-06  Matthias Clasen  <mclasen@redhat.com>
1623
1624         * gtk/gtkprintunixdialog.c (update_dialog_from_capabilities):
1625         Update the sensitivity of the collate checkbutton more frequently,
1626         proposed by Tim Waugh.
1627
1628 2006-12-04  Matthias Clasen  <mclasen@redhat.com>
1629
1630         * gtk/gtkmessagedialog.c (setup_type): Set a11y name and role
1631         since we no longer set window titles.
1632
1633 2006-12-04  Christian Persch  <chpe@cvs.gnome.org>
1634
1635         * gtk/gtkpagesetup.c: (gtk_page_setup_get_paper_size),
1636         (gtk_page_setup_set_paper_size): Don't leak the old page size when
1637         setting a new one. Bug #382314.
1638
1639 2006-12-03  Michael Natterer  <mitch@gimp.org>
1640
1641         * gtk/gtktextview.c: remove FIXME #include that is no longer needed.
1642
1643 2006-12-03  Kristian Rietveld  <kris@gtk.org>
1644
1645         Make sure [xy]_offset are always being initialized, fix pixbuf
1646         renderer padding.  (#108235, Sven Neumann).
1647
1648         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_get_size),
1649         (gtk_cell_renderer_pixbuf_render): add padding in _render instead
1650         of _get_size.
1651
1652         * gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_get_size):
1653         always initialize [xy]_offset.
1654         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): ditto.
1655         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
1656         ditto.
1657
1658 2006-12-03  Kristian Rietveld  <kris@gtk.org>
1659
1660         * gtk/gtktreeview.c (validate_visible_area): when not using an
1661         explicit alignment, use the full area of the row (not just dy)
1662         to determine how to implicitly align it.  (Fixes #363191, reported
1663         by Federico Mena Quintero).
1664
1665 2006-12-02  Matthias Clasen  <mclasen@redhat.com>
1666
1667         * gtk/gtkicontheme.c (insert_theme): Properly clean up
1668         if an icon theme index file has no directories.  (#381236)
1669
1670 2006-12-02  Dom Lachowicz <domlachowicz@gmail.com>
1671
1672         * src/modules/engines/ms-windows/msw_style.c: Bug 351678 - Notebooks 
1673         not with PositionType.Top drawn incorrectly. Patch by Cody Russell
1674         
1675 2006-11-28  Behdad Esfahbod  <behdad@gnome.org>
1676
1677         Remove the broken Thai input method and add a functional Thai and Lao
1678         input method by Theppitak Karoonboonyanan. (#81031)
1679
1680         * modules/input/imthai.c:
1681         * modules/input/gtkimcontextthai.c:
1682         * modules/input/gtkimcontextthai.h:
1683         * modules/input/thai-charprop.c:
1684         * modules/input/thai-charprop.h:
1685         Added.
1686
1687         * modules/input/imthai-broken.c:
1688         Removed.
1689         
1690         * modules/input/Makefile.am:
1691         Updated.
1692
1693 2006-11-27  Christian Persch  <chpe@cvs.gnome.org>
1694
1695         * gtk/gtkstatusicon.c: Notify when the screen changes. Bug #379793.
1696
1697 Mon Nov 27 12:27:06 2006  Tim Janik  <timj@imendio.com>
1698
1699         * gtk/gtktextview.c: applied patch by  Colin Leroy for
1700         Control+GDK_KP_Left to move one word to the left, #356255.
1701
1702 2006-11-26  Benjamin Berg  <benjamin@sipsolutions.net>
1703
1704         * gtk/gtkstyle.c: (gtk_default_draw_flat_box): Protect against NULL
1705           widget. (#379503)
1706
1707 2006-11-25  Matthias Clasen  <mclasen@redhat.com>
1708
1709         * modules/printbackends/cups/gtkprintbackendcups.c: Make
1710         print dialog work when 'BrowseShortNames Off' is specified
1711         in cups configuration. Patch by Tim Waugh.
1712
1713 2006-11-24  Michael Natterer  <mitch@imendio.com>
1714
1715         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): if we
1716         can't go up/down, consult gtk_widget_keynav_failed() and leave the
1717         widget if it returns FALSE (bug #322640).
1718
1719 2006-11-23  Behdad Esfahbod  <behdad@gnome.org>
1720
1721         * gtk/gtkmain.c: Fix minor typo in docs. (#378632, Hannes Mueller)
1722
1723 2006-11-22  Emmanuele Bassi  <ebassi@gnome.org>
1724
1725         * gtk/gtkrecentmanager.c:
1726         (get_uri_shortname_for_display): g_filename_from_uri() might
1727         fail; catch the failure and fall back to the non-local URI
1728         case. (#363437)
1729
1730 2006-11-19  Mark McLoughlin  <mark@skynet.ie>
1731
1732         Fixes bug #376502 - multi-screen support for GtkStatusIcon
1733
1734         * gtk/gtkstatusicon.[ch]:
1735         (gtk_status_icon_set_screen),
1736         (gtk_status_icon_get_screen): add multi-screen API. Allows
1737         an app to display an icon on a non-default screen
1738         (gtk_status_icon_class_init),
1739         (gtk_status_icon_set_property),
1740         (gtk_status_icon_get_property): add a "screen" property
1741         
1742         * tests/teststatusicon.c: update to test on multiple screens
1743
1744 2006-11-17  Matthias Clasen  <mclasen@redhat.com>
1745
1746         Fix problems with drag cancellation. (#376535, Michael Natterer)
1747         
1748         * gtk/gtkdnd.c (gtk_drag_source_info_destroy): Disconnect signal
1749         handlers before emitting drag-end.
1750         (gtk_drag_end): Disconnect signal handlers before removing
1751         the grab.  
1752
1753 2006-11-16  Mariano Suárez-Alvarez <mariano@gnome.org>
1754
1755         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
1756         add gtk-doc blurb on GtkCellRendererText::edited (#376094)
1757
1758 2006-11-16  Michael Natterer  <mitch@imendio.com>
1759
1760         * gtk/gtkradiobutton.c (gtk_radio_button_focus): don't use
1761         gtk_widget_keynav_failed(). Instead, look at gtk-keynav-cursor-only
1762         and gtk-keynav-wrap-around and wrap around, beep or continue outside
1763         the group manually (bug #322640).
1764
1765 2006-11-16  Michael Natterer  <mitch@imendio.com>
1766
1767         Add new infrastructure for notifications of failed keyboard
1768         navigation and navigation with restricted set of keys.
1769
1770         The patch handles configurable beeping, navigating the GUI with
1771         cursor keys only (as in phone environments), and configurable
1772         wrap-around. Fixes bugs #322640, #70986, #318827, #334726, #334742
1773         and #309291.
1774
1775         * gtk/gtksettings.c: added properties gtk-keynav-cursor-only,
1776         gtk-keynav-wrap-around and gtk-error-bell.
1777
1778         * gtk/gtkwidget.[ch]: added new signal "keynav-failed" and public
1779         API to emit it. Added New function gtk_widget_error_bell() which
1780         looks at the gtk-error-bell setting and calls gdk_window_beep()
1781         accordingly.
1782
1783         * gtk/gtk.symbols: add the new widget symbols.
1784
1785         * gtk/gtkcellrendereraccel.c
1786         * gtk/gtkimcontextsimple.c
1787         * gtk/gtkmenu.c
1788         * gtk/gtknotebook.c: use gtk_widget_error_bell() or look at the
1789         gtk-error-bell setting instead of calling gdk_display_beep()
1790         unconditionally.
1791
1792         * gtk/gtkcombobox.c
1793         * gtk/gtkentry.c
1794         * gtk/gtkiconview.c
1795         * gtk/gtklabel.c
1796         * gtk/gtkmenushell.c
1797         * gtk/gtkspinbutton.c
1798         * gtk/gtktextview.c
1799         * gtk/gtktreeview.c: call gtk_widget_error_bell() on failed keynav.
1800
1801         * gtk/gtkentry.c
1802         * gtk/gtklabel.c
1803         * gtk/gtkrange.c
1804         * gtk/gtktextview.c: consult gtk_widget_keynav_failed() on failed
1805         cursor navigation and leave the widget if it returns FALSE.
1806
1807         * gtk/gtkmenushell.c
1808         * gtk/gtknotebook.c: only wrap around if gtk-keynav-wrap-around
1809         is TRUE.
1810
1811         * gtk/gtkradiobutton.c: ask gtk_widget_keynav_failed() to decide
1812         whether to to wrap-around, and don't select active items on cursor
1813         navigation if gtk-keynav-cursor-only is TRUE. Should look at
1814         gtk-keynav-wrap-around too, will look into that.
1815
1816 2006-11-16  Emmanuele Bassi  <ebassi@gnome.org>
1817
1818         * gtk/gtkrecentmanager.c:
1819         (gtk_recent_info_get_uri_display): Return the URI
1820         of the GtkRecentInfo object (upgraded to UTF-8 if
1821         needed) in case of non-local file. (#351945)
1822
1823 2006-11-16  Emmanuele Bassi  <ebassi@gnome.org>
1824         
1825         * gtk/gtkrecentchoosermenu.c:
1826         (gtk_recent_chooser_menu_add_tip): Apply the tip only
1827         if we have a displayable name for the item. (#365031,
1828         patch by padraig.obriain(at)sun.com)
1829
1830 2006-11-16  Emmanuele Bassi  <ebassi@gnome.org>
1831
1832         * gtk/gtkrecentmanager.c: Provide a fast path returning
1833         NULL when the limit is set to 0.
1834
1835         * gtk/gtkrecentchooserdefault.c:
1836         * gtk/gtkrecentchoosermenu.c: Add the same fast path
1837         inside the RecentChooser implementation; add a check
1838         in the list clamping code. (#373466 and duplicates)
1839
1840 2006-11-15  Matthias Clasen  <mclasen@redhat.com>
1841
1842         * modules/printbackends/cups/gtkprintbackendcups.c (cups_printer_get_options): 
1843         Don't pass NULL to strncpy.  (#359537, patch by  Carlos Garcia Campos)
1844
1845 2006-11-15  Michael Natterer  <mitch@imendio.com>
1846
1847         * gtk/gtkrange.[ch]: added properties "fill-level",
1848         "show-fill-level" and "restrict-to-fill-level" and getters/setters
1849         for them. The "fill level" is an additional marker on the range's
1850         trough than can be e.g. used to indicate the amount of
1851         pre-buffering in a range showing the play position of streamed
1852         media. See the embedded API docs for details. Made GtkRangeLayout
1853         a GTypeInstance private struct and removed finalize()
1854         implementation. Fixes bug #349808
1855
1856         * gtk/gtk.symbols: added the new symbols.
1857
1858 2006-11-14  Behdad Esfahbod  <behdad@gnome.org>
1859
1860         * configure.in: Make libtool magic robust. (#352795)
1861
1862 2006-11-13  Paolo Borelli  <pborelli@katamail.com>
1863
1864         * gtk/gtkrc.c (gtk_rc_parse_icon_source): plug small memory
1865         leak (#370395)
1866
1867 2006-11-09  Kristian Rietveld  <kris@imendio.com>
1868
1869         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): disable
1870         don't move cursor case for SELECTION_NONE. (#371756, John Ellis).
1871
1872 2006-11-09  Carlos Garnacho  <carlosg@gnome.org>
1873
1874         * gtk/gtkpathbar.c (on_slider_unmap): Fix parenthesis confusion.
1875
1876 2006-11-08  Carlos Garnacho  <carlosg@gnome.org>
1877
1878         * gtk/gtkpathbar.c (on_slider_unmap): added, do not leave the scroll
1879         timeout running if the slider buttons are hidden. (#372527)
1880
1881 2006-11-08  Christian Persch  <chpe@cvs.gnome.org>
1882
1883         * gtk/gtkfilechooserdefault.c (browse_widgets_create): Don't make
1884         the "Location" label bold. Bug #372449.
1885
1886 2006-11-07  Carlos Garnacho  <carlosg@gnome.org>
1887
1888         * gtk/gtknotebook.c (gtk_notebook_calculate_tabs_allocation): make
1889         non-focused tabs xthickness/ythickness thinner. (#353962)
1890
1891 2006-11-07  Paolo Borelli  <pborelli@katamail.com>
1892
1893         * gtk/gtktextbtree.c (_gtk_text_btree_delete): avoid memory
1894         corruption (#357050).
1895
1896 2006-11-06  Alexander Larsson  <alexl@redhat.com>
1897
1898         * gtk/gtkdnd.c: (gtk_drag_begin_internal),
1899         (gtk_drag_source_info_destroy), (gtk_drag_end),
1900         (gtk_drag_grab_notify_cb):
1901         Cancel drag when the grab is shadowed. (#122688)
1902
1903 2006-11-01  Kristian Rietveld  <kris@imendio.com>
1904
1905         * gtk/gtkcombobox.c (gtk_combo_box_class_init),
1906         (gtk_combo_box_size_request): add arrow-size property to control
1907         the minimum size of the arrow, have the arrow scale up with the
1908         font by default. (#357950).
1909
1910 2006-10-30  Kristian Rietveld  <kris@gtk.org>
1911
1912         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): don't
1913         forget to queue a draw for the new cursor node. (Fixes #366548,
1914         reported by Sven Herzberg).
1915
1916 2006-10-30  Michael Natterer  <mitch@imendio.com>
1917
1918         * gtk/gtkrange.c (gtk_range_key_press): consume the Escape key
1919         only if we actually cancel a drag. Fixes bug #58389.
1920
1921 2006-10-30  Kristian Rietveld  <kris@gtk.org>
1922
1923         * gtk/gtktreeview.c (gtk_tree_view_class_init): change left/right
1924         keybindings to collapse/expand rows instead of moving the focus
1925         cursor. (#105895, Brian Bober and others).
1926
1927 2006-10-29  Kristian Rietveld  <kris@gtk.org>
1928
1929         * gtk/gtktreeview.c (gtk_tree_view_real_expand_row): guard against
1930         child removal in row-expanded callback. (#366782, John Ellis).
1931
1932 2006-10-29  Tor Lillqvist  <tml@novell.com>
1933
1934         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Improve handling
1935         of the small icon of the window class. (#152620, Kazuki Iwamoto)
1936
1937 2006-10-29  Tor Lillqvist  <tml@novell.com>
1938
1939         * gdk/win32/gdkcursor-win32.c
1940         (gdk_win32_icon_to_pixbuf_libgtk_only): Implement for B&W cursors,
1941         for instance the built-in GDK ones.
1942
1943 2006-10-27  Kristian Rietveld  <kris@gtk.org>
1944
1945         * gtk/gtktreeview.c (validate_visible_area): rework the area_above == 0
1946         case to not overwrite the variables in the lower scope (which are
1947         used later on ...), get the path correctly and bail out when there
1948         isn't a node above us. (#359231).
1949
1950 2006-10-26  Christian Persch  <chpe@cvs.gnome.org>
1951
1952         * gtk/gtkaboutdialog.c: Put initial focus on Close button (#337261).
1953
1954 2006-10-25  Johan Dahlin  <jdahlin@async.com.br>
1955
1956         * gtk/gtk.symbols: Add missing symbols to so make check can pass
1957
1958 2006-10-23  Dom Lachowicz <domlachowicz@gmail.com>
1959
1960         * src/modules/engines/ms-windows/msw_style.c (draw_expander): Remember
1961         to free GDI Pen resources, introduced by bug 340201.(#364514)
1962         
1963 2006-10-18  Kristian Rietveld  <kris@imendio.com>
1964
1965         * tests/testcombo.c (main): connect to notify::popup-shown instead of
1966         popup-show (the latter does not exist).
1967
1968 2006-10-15  Paolo Borelli  <pborelli@katamail.com>
1969
1970         * gtk/gtkicontheme.c (pixbuf_supports_svg): plug memory leak.
1971         Fixes bug #362439.
1972
1973 2006-10-12  Michael Natterer  <mitch@imendio.com>
1974
1975         * gtk/gtkcombobox.c (gtk_combo_box_class_init): fix commit below
1976         (committed the wrong patch).
1977
1978 2006-10-12  Michael Natterer  <mitch@imendio.com>
1979
1980         * gtk/gtkcombobox.c: added "move-active" and "popup" signals and
1981         bindings to trigger them. Removed gtk_combo_box_key_press(), it's
1982         obsolete now. Fixes bug #358293.
1983
1984 2006-10-11  Michael Emmel  <mike.emmel@gmail.com>
1985
1986         * gdkpixmap-directfb.c: add missing RGB24 case (#361176) 
1987
1988 2006-10-11  Tor Lillqvist  <tml@novell.com>
1989
1990         * configure.in: Enable having some gdk-pixbuf loaders built-in
1991         even if loading the others dynamically. Define Automake
1992         conditional INCLUDE_FOO for each loader as TRUE if that loader is
1993         built-in. See also gdk-pixbuf/ChangeLog.
1994
1995 Wed Oct 11 14:31:30 2006  Tim Janik  <timj@imendio.com>
1996
1997         * docs/reference/gtk/gtk-sections.txt:
1998         * gtk/gtkbindings.c: document gtk_binding_entry_skip().
1999
2000 2006-10-11  Tor Lillqvist  <tml@novell.com>
2001
2002         * gtk/gtk.symbols: Remove gtk_combo_string_key, which is a static
2003         variable.
2004
2005 2006-10-11  Tor Lillqvist  <tml@novell.com>
2006
2007         Merge from 2.10 branch:
2008
2009         * gtk/gtkmain.c (do_pre_parse_initialization): On Win32, if
2010         environment variable LC_ALL or LANG is set, set the Win32 thread
2011         locale to the corresponding locale. Then call the C library
2012         setlocale() to set the C library locale accordingly. The
2013         inconsistency mentioned below is gone. (#339756) Do some special
2014         casing for Serbia and Montenegro. Handle the Latin and Cyrillic
2015         scripts for Azeri, Uzbek and Serbian.
2016         (enum_locale_proc): Helper function for the above functionality.
2017
2018         * gtk/gtkcalendar.c (gtk_calendar_init): No longer need to check
2019         if the environment variables are set here, as they have already
2020         been taken into account and the Win32 thread locale has been
2021         set.
2022
2023 Tue Oct 10 16:38:23 2006  Tim Janik  <timj@imendio.com>
2024
2025         * gtk/tmpl/gtkbindings.sgml: 
2026         * gtk/gtkbindings.c: applied patch from Michael Natterer to move to 
2027         inline docs. applied wording fixes suggested by Martyn Russell.
2028
2029 2006-10-09  Matthias Clasen  <mclasen@redhat.com>
2030
2031         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state):
2032         Update the docs to state which out parameters may be NULL.
2033         (#360870, Attilio Fiandrotti)
2034
2035 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
2036
2037         * gtk/gtkprintunixdialog.c (update_dialog_from_capabilities): Fix
2038         a typo.  (#359542, Ghee Teo)
2039
2040 2006-10-08 Matthias Clasen <mclasen@redhat.com>
2041
2042         * gtk/gtknotebook.c (gtk_notebook_reorder_tab): Only
2043         reorder tabs if the focus is in the tab.  (#350342, Carlos
2044         Garnacho Parro)
2045
2046 2006-10-08 Michael Emmel <mike.emmel@gmail.com>
2047
2048         * gdk/directfb/gdkproperty-directfb.c strdup atom name (#357611) 
2049
2050 2006-10-08  Kristian Rietveld  <kris@gtk.org>
2051
2052         * gtk/gtktreeview.[ch] (gtk_tree_view_set_property),
2053         (gtk_tree_view_set_show_expanders),
2054         (gtk_tree_view_get_show_expanders): add getter/setter for
2055         show-expanders property, queue a redraw when this property
2056         is toggled (#351167, Martin Ejdestig),
2057         (gtk_tree_view_set_level_indentation),
2058         (gtk_tree_view_get_level_indentation): also add getter/setter
2059         and docs for level-indentation property.
2060
2061 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
2062
2063         * gtk/gtkradiobutton.c (gtk_radio_button_focus): Don't 
2064         leak a list.  (#360350, Benjamin Berg)
2065
2066         * Apply a cleanup patch by Kjartan Maraas  (#341812)
2067
2068 2006-10-07  Tor Lillqvist  <tml@novell.com>
2069
2070         * gtk/gtkcalendar.c (gtk_calendar_init): Use the Win32 thread
2071         locale's first day of week setting on Win32. (#339752, Bogdan
2072         Nicula) Don't do this if one of the environment variables that
2073         affect gettext is set, though. In that case use the week start day
2074         from the corresponding message catalog.
2075
2076         Unfortunately the same logic isn't possible in the weekday and
2077         month name lookup; there even if you have set one of the
2078         aforementioned environment variables, you still get the weekday
2079         and month names from the Win32 thread locale. Yes, this is
2080         inconsistent.
2081
2082         Use only wide-character API in the Win32 code in this file, too.
2083
2084 2006-10-06  Matthias Clasen  <mclasen@redhat.com>
2085
2086         * gtk/gtkfilechooser.c (gtk_file_chooser_set_select_multiple):
2087         Fix the docs.  (#360112)
2088
2089         * gtk/gtkcellview.c: Don't set the background of the
2090         window in a no-window widget.  (#359581, Xan Lopez)
2091
2092
2093 2006-10-05  Behdad Esfahbod  <behdad@gnome.org>
2094
2095         * gtk/Makefile.am, gtk/aliasfilescheck.sh:  Propagate srcdir into the
2096         test correctly. (#359845)
2097
2098 2006-10-05  Michael Natterer  <mitch@imendio.com>
2099
2100         * gtk/gtkrc.[ch]: added new scanner token "unbind" which gets
2101         rid of a key binding (in fact, it only lets it appear unbound).
2102
2103         * gtk/gtkbindings.[ch] (struct GtkBindingEntry): added
2104         "guint marks_unbound : 1"
2105
2106         (gtk_binding_entry_skip): new API which marks the entry as unbound.
2107
2108         Changed code so it returns FALSE when "marks_unbound == TRUE" is
2109         encountered while activating bindings, effectively letting the
2110         binding appear unbound (regardless of still existing bindings in
2111         lower binding priority levels). Fixes bug #358329.
2112
2113         (gtk_binding_entry_add)
2114         (gtk_binding_entry_clear)
2115         (gtk_binding_entry_add_signall)
2116         (gtk_binding_parse_binding): deprected these functions.
2117
2118         (_gtk_binding_parse_binding)
2119         (_gtk_binding_entry_add_signall): new internal API.
2120
2121         * gtk/gtk.symbols: changed accordingly.
2122
2123 2006-10-03  Matthias Clasen  <mclasen@redhat.com>
2124
2125         Fix interaction of GtkEntryCompletion with input
2126         methods.  (#354495, Diego Escalante Urrelo)
2127
2128         * gtk/gtkentry.c (gtk_entry_completion_key_press): Only reset
2129         the im context if we actually handle the key event.
2130
2131         * gtk/gtkentrycompletion.c: Also propagate key release events
2132         to the entry.
2133
2134 2006-10-03  Matthias Clasen  <mclasen@redhat.com>
2135
2136         * gtk/gtkprintsettings.c (gtk_print_settings_get_duplex):
2137         Fix a typo.  (#359052, Ghee Teo)
2138
2139         * gtk/*.c, gdk/*.c: Apply a patch by Behdad Esfahbod to
2140         reduce relocations. (#359053)
2141
2142 2006-10-03  Matthias Clasen  <mclasen@redhat.com>
2143
2144         * modules/printbackends/cups/gtkcupsutils.c:
2145         * modules/printbackends/cups/gtkprintbackendcups.c: Complete
2146         the fix for bug 357280.
2147
2148 2006-10-02  Behdad Esfahbod  <behdad@gnome.org>
2149
2150         * gdk-pixbuf/Makefile.am:
2151         * gdk/Makefile.am:
2152         * gtk/Makefile.am:
2153         Include pltcheck.sh in EXTRA_DIST.
2154
2155 2006-10-02  Behdad Esfahbod  <behdad@gnome.org>
2156
2157         * gdk/x11/gdkevents-x11.c: Move all includes before including
2158         gdkalias.h.
2159
2160 2006-10-02  Behdad Esfahbod  <behdad@gnome.org>
2161
2162         * gtk/Makefile.am: Fix typo in file name.  (#358931)
2163
2164 2006-10-02  Matthias Clasen  <mclasen@redhat.com>
2165
2166         * modules/printbackends/cups/gtkprintbackendcups.c (available_choices): 
2167         Only use the group name field if cups is new enough.  (#357280)
2168
2169         * gtk/gtksizegroup.c: Make sure that the quarks are 
2170         initialized before using them.  (#353736)
2171
2172         * gtk/Makefile.am (stamp-icons): Use rm instead of ln -f to
2173         replace existing links.  (#354849, James Evans)
2174
2175 2006-10-01  Matthias Clasen  <mclasen@redhat.com>
2176
2177         * gtk/gtkexpander.c (gtk_expander_realize) 
2178         (gtk_expander_size_allocate): Make the event_window large
2179         enough to cover the full height of the label_widget.  (#358351,
2180         Scott Horowitz)
2181
2182 2006-10-01  Tor Lillqvist  <tml@novell.com>
2183
2184         * gtk/gtkfilesystemwin32.c: Same change as to gtkfilesystemunix.c.
2185
2186 2006-09-30  Matthias Clasen  <mclasen@redhat.com>
2187
2188         * gtk/gtkfilechooserbutton.c (update_combo_box): Protect
2189         against base_path being NULL.  (#358405, many reporters)
2190
2191 2006-09-29  Matthias Clasen  <mclasen@redhat.com>
2192
2193         * gtk/gtkfilesystemunix.c: Apply a patch by Padraig O'Briain
2194         to avoid a deadlock.
2195
2196 2006-09-27  Kristian Rietveld  <kris@imendio.com>
2197
2198         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_free_level),
2199         (gtk_tree_model_filter_ref_node),
2200         (gtk_tree_model_filter_real_unref_node): bring zero ref count loops
2201         in sync with each other and the sort model.
2202
2203 2006-09-27  Kristian Rietveld  <kris@imendio.com>
2204
2205         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_init),
2206         (gtk_tree_model_filter_finalize), (gtk_tree_model_filter_row_deleted),
2207         (gtk_tree_model_filter_new): unref the virtual root path once that
2208         node (or one if its ancestors) is deleted, set virtual_root_deleted
2209         so we only unref it once.
2210
2211 2006-09-27  Kristian Rietveld  <kris@imendio.com>
2212
2213         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_changed),
2214         (gtk_tree_model_sort_sort_level): ref count nodes the proper way,
2215         (gtk_tree_model_sort_ref_node), (gtk_tree_model_sort_real_unref_node),
2216         (gtk_tree_model_sort_free_level): bring zero ref count loops in
2217         sync,
2218         (gtk_tree_model_sort_free_level): free child levels before
2219         decreasing the zero ref count of the current level,
2220         (gtk_tree_model_sort_clear_cache): only clear cache if zero_ref_count
2221         is > 0.
2222
2223 2006-09-25  Matthias Clasen  <mclasen@redhat.com>
2224
2225         * demos/gtk-demo/*.c:
2226         * gtk/gtkeventbox.c:
2227         * gtk/gtkprintoperation.c: Fix typos. String change.
2228
2229 2006-09-25  Kristian Rietveld  <kris@gtk.org>
2230
2231         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): if the tree view
2232         has already been realized; scroll to background area instead of
2233         cell area. (Fixes #330683, Johan Dahlin, Tommi Komulainen).
2234
2235 2006-09-25  Kristian Rietveld  <kris@gtk.org>
2236
2237         * gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): only attempt
2238         to create the GCs if the widget is realized. (Fixes #357578).
2239
2240 2006-09-25  Matthias Clasen  <mclasen@redhat.com>
2241
2242         * gtk/gtkuimanager.c (_gtk_menu_is_empty): Don't leak
2243         the list of children (#357454, Paolo Borelli)
2244
2245 2006-09-25  Michael Natterer  <mitch@imendio.com>
2246
2247         * gdk/x11/gdkdisplay-x11.c (gdk_display_x11_finalize): free
2248         display->input_windows with g_free(), not g_object_unref()
2249         (#357566, Tommi Komulainen).
2250
2251 2006-09-24  Kristian Rietveld  <kris@gtk.org>
2252
2253         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
2254         (gtk_cell_renderer_text_[sg]et_property): actually add align-set
2255         property to the API (left-over patch from #157439).
2256
2257 2006-09-24  Kristian Rietveld  <kris@gtk.org>
2258
2259         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button): draw
2260         the indicator if the column has a sort column id (and the model is
2261         sortable) or if the user explicitly requested the indicator
2262         to be shown.  (Fixes #352738, Chris Vine).
2263
2264 2006-09-23  Tor Lillqvist  <tml@novell.com>
2265
2266         * gtk/Makefile.am: Use EXEEXT.
2267
2268 2006-09-22  Michael Natterer  <mitch@imendio.com>
2269
2270         * gtk/gtkstyle.c (gtk_style_real_copy): also copy icon factories
2271         and color hashes. Fixes bug #357132.
2272
2273 2006-09-22  Matthias Clasen  <mclasen@redhat.com>
2274
2275         Make remote bookmarks work better (#354887)
2276         
2277         * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): 
2278         (shortcuts_insert_path): 
2279         * gtk/gtkfilechooserbutton.c (change_icon_theme): 
2280         (model_add_bookmarks): 
2281         (model_update_current_folder): 
2282         (update_label_and_image): 
2283         If the bookmark points to a remote file, don't call get_info(), 
2284         since that may a) take a long time and b) pop up an auth dialog.
2285         Instead, just use a folder icon and create a display name
2286         from the uri.
2287
2288         * gtk/gtkfilechooserdefault.c (_gtk_file_chooser_label_for_uri): 
2289         New function to create a suitable display name for a remote
2290         uri. This should really be done in GtkFileSystem.
2291         
2292 2006-09-21  Michael Natterer  <mitch@imendio.com>
2293
2294        Implement lots of value setters for GdkGC, based on a heavily
2295        modified patch from Thomas Broyer (bug #328853):
2296
2297         * gdk/quartz/gdkcolor-quartz.c: removed functions which set colors
2298         on the CGContext. Instead, added gdk_quartz_get_rgba_from_pixel()
2299         which simply returns RGBA values from a GdkColor's pixel value.
2300         See gdk_quartz_update_context_from_gc() below.
2301
2302         * gdk/quartz/gdkprivate-quartz.h (struct GdkGCQuartz): added lots
2303         of members for the newly suppored GC values. Added enum
2304         GdkQuartzContextValuesMask which is used for setting up the
2305         CGContext for filling and/or stroking.
2306
2307         * gdk/quartz/gdkgc-quartz.c (gdk_quartz_gc_get_values)
2308         (gdk_quartz_gc_set_values)
2309         (_gdk_windowing_gc_copy): support a lot more GC values.
2310
2311         (gdk_quartz_update_context_from_gc): added
2312         GdkQuartzContextValuesMask parameter and set filling/stroking
2313         parameters accordingly. This function also gained full control
2314         over the FG and BG colors (they can't be set separately any more).
2315
2316         The stipple mask part of the patch doesn't work but seems to take
2317         the right approach and doesn't make things worse, so I applied it.
2318
2319         Did *not* apply the clipping part of the patch since I don't
2320         understand it (I don't understand the version in CVS either, but
2321         it at least works :-)
2322
2323         * gdk/quartz/gdkdrawable-quartz.c: pass the right masks to
2324         gdk_quartz_update_context_from_gc() and removed separate color
2325         setting calls. Some minor fixes.
2326
2327         * gdk/quartz/gdkwindow-quartz.c
2328         (gdk_window_impl_quartz_begin_paint_region): set the CGContext's
2329         fill color manually. We don't have/need a GC here.
2330
2331 2006-09-21  Michael Natterer  <mitch@imendio.com>
2332
2333         * gdk/quartz/gdkwindow-quartz.c
2334         (gdk_window_impl_quartz_begin_paint_region): fix cast: it's
2335         drawable_impl->wrapper that is the GdkWindow, not the
2336         drawable_impl itself.
2337
2338 2006-09-20  Behnam Esfahbod <behnam@zwnj.org>
2339
2340         * gdk/x11/gdkkeys-x11.c:
2341           (get_direction): just check the first shift-level of keyboard
2342         layout for RTL and LTR keysyms() (compliment to #116626)
2343
2344 Wed Sep 20 16:59:38 2006  Tim Janik  <timj@imendio.com>
2345
2346         * gtk/gtkviewport.c: always update the bin_window position and size
2347         in size_allocate, even if we don't have a visible child. this fixes
2348         expose artefacts as described in #313508.
2349
2350         * gtk/gtkscrolledwindow.c: make hiding of automatic scrollbars when we
2351         have no visible child explicit.
2352
2353 2006-09-19  Ryan Lortie  <desrt@desrt.ca>
2354
2355         * docs/reference/gdk/gdk-sections.txt:
2356         * gdk/gdk.symbols:
2357         * gdk/gdkpango.h:
2358         * gdk/gdkpango.c: Bug 355343.  Add a GdkPangoAttrEmbossColor.
2359           (gdk_pango_layout_get_clip_region): Remove an unused variable.
2360           (gdk_pango_attr_embossed_new): Fix documentation.
2361
2362 Tue Sep 19 17:00:04 2006  Tim Janik  <timj@imendio.com>
2363
2364         * gtk/gtkarrow.c: added GtkArrow::arrow-scaling style property to 
2365         control the arrow/border ratio within the allocation.
2366
2367         * tests/testgtk.c: added a GtkArrow to handle box test.
2368
2369         * tests/testgtkrc: test ::arrow-scaling property.
2370
2371 2006-09-19  Matthias Clasen  <mclasen@redhat.com>
2372
2373         * gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
2374         Display an error when we come to the root.  
2375
2376 2006-09-16  Matthias Clasen  <mclasen@redhat.com>
2377
2378         * gtk/gtkfilechooserbutton.c: Use bookmark labels in 
2379         the combobox. 
2380
2381         * gtk/gtkfilechooserbutton.c: Don't add remote volumes and 
2382         bookmarks to the model in local-only mode, to avoid 
2383         authentication dialogs pop up for invisible bookmarks, and
2384         to fix issues with separators not being hidden when
2385         they should.  (#354887, Dennis Cranston)
2386
2387 2006-09-16  Matthias Clasen  <mclasen@redhat.com>
2388
2389         * gtk/gtkcombobox.c (gtk_combo_box_finalize): Unref the
2390         treeview use in list mode.  (#355732, Richard Hult)
2391
2392         * gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): Send
2393         change notification for the right property.  (#355308,
2394         Torsten Schoenfeld)
2395
2396 2006-09-15  Michael Natterer  <mitch@imendio.com>
2397
2398         * gtk/gtktreeview.c (gtk_tree_view_key_press): refactored column
2399         header navigation/resizing/reordering to be more readable and lose
2400         one level of nesting.
2401
2402 2006-09-15  Kristian Rietveld  <kris@imendio.com>
2403
2404         * gtk/gtktreeview.c (gtk_tree_view_key_press): actually directly
2405         return after handling column button focus; we disable wrap around
2406         with this (which actually happened via a really weird code path).
2407         (Michael Natterer)
2408
2409 2006-09-15  Kristian Rietveld  <kris@imendio.com>
2410
2411         * gtk/gtktreeview.c (gtk_tree_view_key_press): make column resizing
2412         code RTL aware, also break from the loops after we have seen the
2413         focussed column button (Michael Natterer).
2414
2415 Thu Sep 14 12:28:51 2006  Tim Janik  <timj@imendio.com>
2416
2417         * tests/testrichtext.c (main): intialize random number generator state
2418         upon program start, to enable truely random testing.
2419
2420 2006-09-13 Michael Emmel <mike.emmel@gmail.com>
2421
2422         * gdk/directfb/gdkcolor-directfb.c small clean ups include order
2423         * gdk/directfb/gdkwindow-directfb.c fixed beep compile error
2424         * gdk/directfb/Makefile.am removed GDK_PIXBUF_DISABLE_DEPRECATED
2425                 GDK_DISABLE_DEPRECATED to allow compile per Behdad
2426         * gdk/quartz/Makefile.am same change as directfb Makefile
2427         * gtk/Makefile.am fixed typo that cause socket stubs not to compile
2428
2429 2006-09-13 Matthias Clasen <mclasen@redhat.com>
2430
2431         * gtk/gtkcolorsel.c: Use a GtkWindow instead of a GtkInvisible
2432         for the grab widget, to make the color picker work with window
2433         groups.  
2434
2435 2006-09-12 Hong Jen Yee <pcman.tw@gmail.com>
2436
2437         signed off by: Dom Lachowicz
2438         
2439         * modules/engines/ms-windows/msw_style.c: Bug 340201. This contains
2440         a large number of improvements to the Microsoft Windows theme engine
2441         which are fully described in the bug report.
2442         
2443 Mon Sep 11 14:22:39 2006  Tim Janik  <timj@imendio.com>
2444
2445         * tests/testgtk.c: fixed compiler warnings.
2446
2447 2006-09-10  Matthias Clasen  <mclasen@redhat.com>
2448
2449         * gtk/gtkfilechooserbutton.c (model_add_special): Request
2450         the display name too, otherwise "Desktop" does not appear
2451         in the file chooser button. 
2452
2453 2006-09-10  Tor Lillqvist  <tml@novell.com>
2454
2455         * gdk/win32/gdkprivate-win32.h
2456         * gdk/win32/gdkmain-win32.c
2457         * gdk/win32/gdkwindow-win32.c: Define WINVER and _WIN32_WINNT as
2458         0x0500 in gdkprivate-win32.h instead of doing it in two source
2459         files. (#355212, Mike Edenfield)
2460
2461         * gdk/win32/gdkwindow-win32.c: We can also remove the ersatz
2462         GetAncestor() for the _MSC_VER && WINVER < 0x0500 case, I hope.
2463
2464 2006-09-10  Matthias Clasen  <mclasen@redhat.com>
2465
2466         * Commit a patch by Behdad to fix typos, omissions and other
2467         errors in the symbol aliasing, and add checks for local PLT
2468         entries.  (#354687, Behdad Esfahbod)
2469
2470         * gtk/gtktreeview.c (gtk_tree_view_search_scroll_event): Renew
2471         the flush timeout.  (#354043, Nelson Benitez)
2472         
2473         * gtk/gtkfilechoosersettings.c (set_unexpected_element_end_error): 
2474         Improve wording. String change!  (#355126, David Lodge)
2475
2476         * gtk/updateiconcache.c: Improve wording. String change!  (#355128,
2477         David Lodge)
2478
2479         * gtk/paper_names_offsets.c: Fix a typo. String change!  (#355134,
2480         David Lodge)
2481
2482 2006-09-09  Matthias Clasen <mclasen@redhat.com>
2483
2484         * gdk/x11/gdkfonts-x11.c: Fix small theoretical memory leaks.
2485         (#353916, Chris Wilson)
2486
2487         * gtk/gtksettings.c (_gtk_settings_reset_rc_values):
2488         Don't leak the to_reset list.  (#353914, Chris Wilson)
2489
2490         * gtk/gtkwidget.c: Add docs for the parent-set signal.
2491         (#353772, Mariano Suárez-Alvarez)
2492
2493 2006-09-08  Matthias Clasen <mclasen@redhat.com>
2494
2495         * gtk/gtktextbuffer.c (remove_all_selection_clipboards):
2496         Don't clear clipboards here, since we are called from finalize
2497         and can't emit signals.
2498
2499         * configure.in: Set version to 2.11.0
2500
2501 2006-09-06  Richard Hult  <richard@imendio.com>
2502
2503         * gdk/quartz/gdkkeys-quartz.c: (maybe_update_keymap): Special-case 
2504         shift-tab and map it to GDK_ISO_Left_Tab, fixes bug #350806.
2505
2506 2006-09-04  Kristian Rietveld  <kris@imendio.com>
2507
2508         * gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
2509         if setting the given folder failed, try setting the parent folder
2510         until we succeed; display an error box at the end.
2511
2512 2006-09-04  Kristian Rietveld  <kris@imendio.com>
2513
2514         * gtk/gtkpathbar.c (gtk_path_bar_dispose): don't cancel the
2515         operations spawned by buttons here,
2516         (set_button_image_get_info_cb): bail out if button is NULL, but
2517         do free button_data,
2518         (button_data_free): only free the data if non NULL (since this
2519         function can be called multiple times for the same data), cancel
2520         handle if pending but don't free button_data in this case (will
2521         happen in the callback).
2522
2523 2006-09-04  Michael Natterer  <mitch@imendio.com>
2524
2525         * gtk/gtkrc.c (rc_parse_token_or_compound)
2526         (gtk_rc_parse_assignment): serialize floating point values using
2527         locale-independent functions. (#346751, Frederic Crozat)
2528
2529 2006-09-04  Tor Lillqvist  <tml@novell.com>
2530
2531         * gdk/win32/gdkevents-win32.c
2532         * gdk/win32/gdkwindow-win32.c: Use wide-char API for message and
2533         window handling (PeekMessage, PostMessage, SendMessage,
2534         DispatchMessage, DefWindowProc, RegisterClassEx,
2535         CreateWindowEx). (#321597)
2536
2537 2006-09-03  Kristian Rietveld  <kris@imendio.com>
2538
2539         * gtk/gtkfilechooserdefault.c (save_entry_get_info_cb),
2540         (file_exists_get_info_cb), (gtk_file_chooser_default_should_respond):
2541         change file_exists_and_is_not_folder checks to get the file info
2542         for the path directly instead of querying the current file folder
2543         of the save entry.
2544
2545         * gtk/gtkfilechooserprivate.h (struct _GtkFileChooserDefault): add
2546         new field.
2547
2548         * tests/autotestfilechooser.c (wait_for_idle_idle), (wait_for_idle),
2549         (test_reload_sequence), (test_button_folder_states_for_action): wait
2550         for idle after setting a folder to ensure the async operations to load
2551         the folder are finished,
2552         (test_confirm_overwrite), (test_confirm_overwrite_for_path):
2553         factor out test_confirm_overwrite code so we can add tests for more
2554         paths more easily.
2555
2556 2006-09-03  Richard Hult  <richard@imendio.com>
2557
2558         * gdk/quartz/GdkQuartzView.c (drawRect): Don't do anything if
2559         exposure isn't in the event mask, plug a leak, and check that the
2560         window isn't destroyed.
2561         (isOpaque): Check that the window isn't destroyed, fixes bug 
2562         #353028.
2563
2564 2006-09-03  Matthias Clasen  <mclasen@redhat.com>
2565
2566         * gtk/gtkwidget.c (gtk_widget_class_init): Fix a typo.  
2567         (#354035, Mariano Suárez-Alvarez)
2568
2569         * gtk/gtkmain.c (post_parse_hook): 
2570         * gdk/gdk.c (gdk_init): Handle display_name being NULL.
2571         (#354004, Chris Wilson)
2572
2573 2006-09-03  Tor Lillqvist  <tml@novell.com>
2574
2575         * gdk/win32/gdkwindow-win32.c (gdk_window_beep): No
2576         GDK_WINDOW_DISPLAY in the Win32 backend.
2577
2578         * gtk/gtkfilesystemwin32.c: Copy what Kris did to
2579         gtkfilesystemunix.c
2580
2581 2006-09-02  Kristian Rietveld  <kris@imendio.com>
2582
2583         First part of file chooser fixes.
2584
2585         * gtk/gtkfilechooserbutton.c (model_add_special): also set the
2586         handle in the model for the desktopdir case.
2587
2588         * gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder): free
2589         volume in case we retrieved it but don't pass it on to insert_path,
2590         (shortcuts_model_create): change the column type for the handles
2591         to pointer instead of GObject so our handle ref counting is not
2592         disturbed,
2593         (show_and_select_paths_finished_loading): don't forget to unref
2594         the dialog.
2595
2596         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_class_init),
2597         (gtk_file_system_unix_init), (gtk_file_system_unix_dispose):
2598         remove pending execute_callbacks_idle during dispose, also
2599         execute all callbacks waiting to be run in the next idle,
2600         (queue_*callback), (execute_callbacks_idle): refactor to maintain
2601         a list of callbacks to call per file system instead of globally,
2602         guard the file system during callback invocation,
2603         (gtk_file_system_unix_get_folder): only add load folder idle if
2604         none has been added yet.
2605
2606 2006-09-01  Matthias Clasen  <mclasen@redhat.com>
2607
2608         * gtk/gtkentry.c: Don't unnecessarily reset the im context
2609         when deleting the selection.  (#353803, Alex Larsson)
2610
2611 2006-09-01  Abel Cheung  <abel@oaka.org>
2612
2613         * configure.in: Added 'ang' 'dz' to ALL_LINGUAS.
2614
2615 2006-08-31  Matthias Clasen  <mclasen@redhat.com>
2616
2617         Stop cursor blinking after a configurable timeout.
2618         (#353670, #352442, Arjan van de Ven, Manu Cornet)
2619         
2620         * gtk/gtksettings.c (gtk_settings_class_init): Add a 
2621         gtk-cursor-blink-timeout setting, which specifies the number
2622         of seconds that the cursor should blink after a user interaction.
2623         The default value is G_MAXINT to preserve the current behaviour.
2624
2625         * gtk/gtkentry.c (blink_cb): Stop blinking after blink-timeout
2626         seconds.
2627
2628         * gtk/gtkentry.c (gtk_entry_completion_key_press) 
2629         (gtk_entry_button_press, gtk_entry_focus_in): Reset the
2630         blink timer.
2631
2632         * gtk/gtktextview.c (blink_cb): Stop blinking after blink-timeout
2633         seconds. 
2634
2635         * gtk/gtktextview.c (gtk_text_view_key_press_event) 
2636         (gtk_text_view_button_press_event, gtk_text_view_focus_in_event): 
2637         Reset the blink timer.
2638         
2639 2006-08-31  Matthias Clasen  <mclasen@redhat.com>
2640
2641         * gtk/gtkprintoperation-unix.c (get_print_dialog): Don't specify
2642         explicit format capabilities.  (#346505, Christian Persch)
2643
2644         * modules/printbackends/cups/gtkprintbackendcups.c (cups_request_printer_list_cb): Send printer-list-done on error. 
2645
2646 2006-08-31  Michael Natterer  <mitch@imendio.com>
2647
2648         * gdk/x11/gdkwindow-x11.c (gdk_window_beep): Fix build.
2649
2650 2006-08-30  Richard Hult  <richard@imendio.com>
2651
2652         * gdk/quartz/gdkwindow-quartz.c (gdk_window_beep): Fix build.
2653
2654 2006-08-30  Matthias Clasen  <mclasen@redhat.com>
2655
2656         * gdk/x11/gdkwindow-x11.c (gdk_window_beep): Only use XKB
2657         for beeping if we are using XKB.  
2658
2659 2006-08-29  Matthias Clasen  <mclasen@redhat.com>
2660
2661         * gdk/gdkwindow.h: 
2662         * gdk/gdk.symbols: 
2663         * gdk/directfb/gdkwindow-directfb.c (gdk_window_beep): 
2664         * gdk/win32/gdkwindow-win32.c (gdk_window_beep): 
2665         * gdk/quartz/gdkwindow-quartz.c (gdk_window_beep): 
2666         * gdk/x11/gdkwindow-x11.c (gdk_window_beep): Add a function
2667         to beep on a window. For X11, implement this with
2668         XkbBell.  (#353455, Mariano Suárez-Alvarez)
2669         
2670 2006-08-29  Tor Lillqvist  <tml@novell.com>
2671
2672         Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x
2673         since 2.6 or 2.8. It's pointless to keep the Win9x code in here as
2674         it isn't being maintained anyway. If somebody is interested, it
2675         can always be found in older GTK+ versions, and in CVS.
2676
2677         * configure.in
2678         * acconfig.h
2679         * gdk/Makefile.am
2680         * gdk/win32/Makefile.am
2681         * gdk/win32/libie55uid.la
2682         * gdk/win32/gdkevents-win32.c: Remove the --with-ie55 configure
2683         switch and associated stuff. Active IMM and the <dimm.h> header
2684         was used for IM support on NT4 and Win9x. Win2k and later have IM
2685         support built-in.
2686
2687         * gdk/win32/gdkcursor-win32.c
2688         * gdk/win32/gdkdnd-win32.c
2689         * gdk/win32/gdkdrawable-win32.c
2690         * gdk/win32/gdkevents-win32.c
2691         * gdk/win32/gdkgc-win32.c
2692         * gdk/win32/gdkglobals-win32.c
2693         * gdk/win32/gdkkeys-win32.c
2694         * gdk/win32/gdkmain-win32.c
2695         * gdk/win32/gdkproperty-win32.c
2696         * gdk/win32/gdkselection-win32.c
2697         * gdk/win32/gdkwindow-win32.c: Remove the G_WIN32_IS_NT_BASED()
2698         and G_WIN32_HAVE_WIDECHAR_API() tests and their false (Win9x)
2699         branches, and any variables or static functions used only by the
2700         Win9x branches.
2701
2702         * gdk/win32/gdkprivate-win32.h: Remove backup definitions for
2703         constants that aren't missing from current mingw and MSVC6
2704         headers.
2705
2706         * gdk/win32/gdkmain-win32.c
2707         * gdk/win32/gdkprivate-win32.h: Remove the _gdk_win32_gdi_failed()
2708         function. On NT-based Windows GetLastError() returns error codes
2709         also for failed GDI calls, so we can use _gdk_win32_api_failed()
2710         always.
2711
2712 2006-08-29  Emmanuele Bassi  <ebassi@gnome.org>
2713
2714         * gtk/gtkrecentchoosermenu.c
2715         (gtk_recent_chooser_menu_set_current_uri): Break when an item
2716         is found and activated. (#353449, based on a patch by Jan Arne
2717         Petersen)
2718
2719 Fri Jul 14 16:13:37 2006  Tim Janik  <timj@gtk.org>
2720
2721         * gtk/gtkprogressbar.c: introduced ::xspacing and ::yspacing style 
2722         properties which make all hardcoded padding and spacing values
2723         configurable. properly swap ::text-xalign treatment for RTL widgets.
2724
2725         * gtk/gtkprogress.c: fixed style property blurbs. made alignment 
2726         proeprty more consistent with GtkMisc alignment blurbs. mention
2727         RTL treatment for text-xalign.
2728
2729 Tue Aug 29 11:57:40 2006  Tim Janik  <timj@imendio.com>
2730
2731         * tests/testgtk.c: allow (most) windows to be resizable.
2732         added ellipsization settings to progress bars. 
2733
2734 2006-08-28  Matthias Clasen   <mclasen@redhat.com>
2735
2736         * modules/printbackend/cups/gtkprintbackendcups.c: Use a
2737         resonable timeout of 3 seconds when polling for printer
2738         list updates, instead of 300000 seconds...
2739
2740 2006-08-28  Michael Natterer  <mitch@imendio.com>
2741
2742         * gtk/gtktextbufferserialize.c (serialize_text): don't write out
2743         </apply_tag> for tags that have already been closed by the logic
2744         which turns overlapping spans into XML-able trees. Fixes broken
2745         XML when there are overlapping tags in the buffer. Also free two
2746         leaked GLists and did some cleanup.
2747
2748         * tests/Makefile.am
2749         * tests/testrichtext.c: new test which creates randomly tagged
2750         GtkTextBuffers and serializes/deserializes them.
2751
2752 2006-08-26  Matthias Clasen  <mclasen@redhat.com>
2753
2754         * gtk/gtkstatusicon.c (gtk_status_icon_reset_image_data): 
2755         Don't leak pixbufs.  (#352264, Ross Burton)
2756
2757         * gtk/gtklinkbutton.c (set_link_underline): Don't leak
2758         PangoAttributes.  (#352391, Paolo Borelli)
2759
2760 2006-08-25  Matthias Clasen  <mclasen@redhat.com>
2761
2762         * demos/gtk-demo/Makefile.am:
2763         * demos/gtk-demo/textscroll.c: Add an example of automatic
2764         scrolling, thanks to Yevgen Muntyan.  (#351206)
2765         
2766         * gtk/gtkmodules.c (find_module): Use local binding when
2767         loading modules.  (#351868)
2768
2769 2006-08-24  Michael Natterer  <mitch@imendio.com>
2770
2771         * gdk/quartz/gdkdisplay-quartz.c (gdk_display_get_name): return
2772         the hostname instead of NULL.
2773
2774 2006-08-23  Matthias Clasen  <mclasen@redhat.com>
2775
2776         * gtk/gtkprinteroptionwidget.[hc]: Fix confusion about
2777         names and values in comboboxes, and clean up some
2778         coding style issues.
2779
2780 2006-08-23  Tor Lillqvist  <tml@novell.com>
2781
2782         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_make_path):
2783         Revert unintended translatable string addition. Use same string
2784         in GError as in gtkfilesystemunix.c.
2785
2786         * gtk/gtkfilesystemwin32.c (_gtk_file_system_win32_path_compare):
2787         Fix logic at the end of strings. 
2788
2789         * gtk/gtkfilesystemwin32.c: Maintain a hash table of live
2790         handles and check that we have no outstanding handles at
2791         finalization time. (Copying what Matthias did for
2792         gtkfilesystemunix.c)
2793
2794 2006-08-23  Matthias Clasen  <mclasen@redhat.com>
2795
2796         * gtk/gtkfilesystemunix.c: Maintain a hash table
2797         of live handles and check that we have no outstanding
2798         handles at finalization time. (Copying what
2799         Federico did for gtkfilesystemgnomevfs.c)
2800
2801 2007-08-22  Matthias Clasen  <mclasen@redhat.com> 
2802
2803         * Branch for 2.10
2804