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