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