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