]> Pileus Git - ~andy/gtk/blob - ChangeLog
57878bb6e3ff38339986bf06bdae7a664556fc1d
[~andy/gtk] / ChangeLog
1 2007-10-16  Matthias Clasen <mclasen@redhat.com>
2
3         * NEWS: Updates
4
5 2007-10-15  Loïc Minier  <lool@dooz.org>
6
7         * gtk/gtkmain.c: (gtk_init): Fix "cannot open display" error message
8         when display is set by the DISPLAY env var. (#486636, Mike Hommey)
9
10 2007-10-13  Johan Dahlin  <jdahlin@async.com.br>
11
12         * gtk/gtk-builder-convert 
13         (GtkBuilderConverter._add_action_from_menuitem): signal_name instead
14         of signal. (#486360, Xavier Claessens)
15
16 2007-10-12  Matthias Clasen  <mclasen@redhat.com> 
17
18         * gtk/updateiconcache.c: Avoid double-free problems by not
19         freeing data that may be cached elsewhere.
20
21 2007-10-10  Emmanuele Bassi  <ebassi@gnome.org>
22
23         * gtk/gtkrecentmanager.c (gtk_recent_info_get_icon): Document
24         that you need to unref the returned GdkPixbuf. (#484132,
25         Christian Persch)
26
27         (build_recent_info): Use g_slist_prepend() when building
28         the applications list.
29
30 2007-10-10  Emmanuele Bassi  <ebassi@gnome.org>
31
32         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Convert
33         the format to the current locale before passing it to
34         strtime(). Fixes corrupt dates with non-UTF8 encodings on
35         OpenSolaris. (#465380, Takao Fujiwara)
36
37 2007-10-10  Emmanuele Bassi  <ebassi@gnome.org>
38
39         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Fix the
40         time_t typecasting on OpenSolaris. (#465380, Takao Fujiwara)
41
42 2007-10-09  Matthias Clasen  <mclasen@redhat.com>
43
44         * configure.in: Make the previous change work
45
46 2007-10-09  Kristian Rietveld  <kris@imendio.com>
47
48         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): make
49         sure the new cursor node is visible when we are done. (Fixes #472965,
50         Carlos Garnacho).
51
52 2007-10-09  Kristian Rietveld  <kris@imendio.com>
53
54         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): we should
55         only "don't move the cursor, but just select the current node" if the
56         cursor node is actually selectable.  (Fixes #483730, reported by
57         Geoff Bache).
58
59 2007-10-08  Richard Hult  <richard@imendio.com>
60
61         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_focus): Implement,
62         patch from Paul Davis.
63
64 2007-10-08  Richard Hult  <richard@imendio.com>
65
66         * gdk/quartz/gdkwindow-quartz.c: (move_resize_window_internal):
67         Ignore if there are no changes, fixes bug #467269. Patch from
68         Jonathan Dempsey.
69
70 2007-10-08  Richard Hult  <richard@imendio.com>
71
72         * gdk/quartz/gdkwindow-quartz.c: (move_resize_window_internal):
73         Patch from Paul Davis to implement this in terms of scrollRect,
74         fixes bug #478377.
75
76 2007-10-08  Cody Russell  <bratsche@gnome.org>
77         * modules/engines/ms-windows/msw_style.c:
78         (draw_tab): Fix memory leak, and fix two instances where
79         a GtkRequisition and a GtkBorder were being freed with
80         g_free() rather than gtk_requisition_free() and
81         gtk_border_free(). (#484730, Daniel Atallah)
82         
83 2007-10-08  Cody Russell  <bratsche@gnome.org>
84         * docs/reference/gdk/tmpl/event_structs.sgml:
85         Fix a typo in GdkEventGrabBroken where it said
86         "@grab_window id NULL" and should say
87         "@grab_window is NULL". (#484650, Chris Lord)
88         
89 2007-10-08  Kristian Rietveld  <kris@imendio.com>
90
91         * gtk/gtkfilesystemmodel.c (got_root_folder_cb),
92         (get_children_get_folder_cb): don't "corrupt" all iterators by
93         reversing the list after adding the items.  Reversing the list isn't
94         needed anyway as the order of the items in the model does not matter.
95         (Fixes #327243, comment 10).
96
97 2007-10-08  Kristian Rietveld  <kris@imendio.com>
98
99         Fix #482841, patch by Karl Tomlinson.
100
101         * gtk/gtktooltip.c (gtk_tooltip_display_closed): use g_object_set_data
102         instead of g_object_set ...
103         (_gtk_tooltip_toggle_keyboard_mode),
104         (_gtk_tooltip_handle_event): connect to GdkDisplay::closed after
105         creating tooltip.
106
107 2007-10-07  Matthias Clasen  <mclasen@redhat.com>
108
109         * configure.in: Don't hardcode use of echo -n.  (#484008)
110
111 2007-10-07  Matthias Clasen  <mclasen@redhat.com>
112
113         * modules/input/gtkimcontextxim.c: Clean up issues around
114         with life cycle handling.  (#483223, Karl Tomlinson)
115
116 2007-10-05  Murray Cumming  <murrayc@murrayc.com>
117
118         * gtk/gtkprintoperation.c: (print_pages_idle):
119         Revert the change on 2007-04-29 ("Also check
120         the default handler when deciding whether to emit the
121         paginate signal.  (#345345, Yevgen Muntyan)").
122         This stopped printing from working in gtkmm, and is apparently 
123         not appropriate anyway. Bug #482089.
124
125 2007-10-05  Hiroyuki Ikezoe  <poincare@ikezoe.net>
126
127         * gtk/gtkdnd.c: Use g_object_ref() instead of gtk_widget_ref().
128         (#483563)
129
130 2007-10-04  Emmanuele Bassi  <ebassi@gnome.org>
131
132         * gtk/gtkrecentaction.c:
133         (gtk_recent_action_set_sort_func), (set_current_filter): Iterate
134         on the proxies we hold when we change the sorting function and
135         the filter.
136
137         (gtk_recent_action_connect_proxy),
138         (gtk_recent_action_create_menu): Set the GtkRecentChooser:filter
139         property when we create/connect a proxy chooser. Thanks to
140         Jonh Wendell for pointing this bug out on gtk-list.
141
142         (gtk_recent_chooser_set_property): Bail out without iterating
143         over the proxies when there's no need to.
144
145 2007-10-04  Matthias Clasen  <mclasen@redhat.com>
146
147         * tests/testvolumebutton.c: Add a second volume button.
148
149         * gtk/gtkscalebutton.c: Doh, don't release grabs we don't hold.
150         (#478371, reported by Bill Nottingham)
151
152 2007-10-04  Loïc Minier  <lool@dooz.org>
153
154         * gtk/gtkfilechooserdefault.c: (list_mtime_data_func): Fix warnings
155         and display of modified date / time in filechooser for some locales as
156         it was missing a locale to UTF-8 conversion. Fixes #482504.
157
158 2007-10-03  Xan Lopez  <xan@gnome.org>
159
160         * gtk/gtknotebook.c: remove duplicated declaration of
161         gtk_notebook_create_window. Patch by Hiroyuki Ikezoe (#482837)
162
163 2007-10-02  Richard Hult  <richard@imendio.com>
164
165         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_move),
166         (gdk_window_resize): Don't do anything while in fullscreen mode.
167         (gdk_window_set_decorations): Update the size of the window after
168         showing/hiding the title bar so the size of the content area
169         doesn't change.
170         (gdk_window_get_decorations): NSBorderlessWindowMask is 0, so
171         don't try to check it as a bit being set.
172         (gdk_window_fullscreen), (gdk_window_unfullscreen): Implement.
173
174 2007-10-02  Federico Mena Quintero  <federico@novell.com>
175
176         Fix http://bugzilla.gnome.org/show_bug.cgi?id=455284 - In the file
177         chooser, Ctrl-L should switch to the location entry.  If we are
178         already on the location entry, turn it off.  Based on a patch by
179         Jaap A. Haitsma <jaap@haitsma.org> and an idea by Wouter
180         Bolsterlee.
181
182         * gtk/gtkfilechooserdefault.c (location_button_toggled_cb): Call
183         location_mode_set() directly instead of using toggle_location_mode().
184         (toggle_location_mode): Removed.
185         (location_toggle_popup_handler): If the file entry is not visible,
186         show it.  If it is visible, turn it off only if it is focused.
187         Otherwise, switch to the entry.
188
189 2007-10-01  Kristian Rietveld  <kris@imendio.com>
190
191         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
192         fix up if-condition to only set the true arrow type if
193         show_sort_indicator is TRUE.  (#448343, reported by Emil Nowak).
194
195 2007-09-25  Emmanuele Bassi  <ebassi@gnome.org>
196
197         Fixes for bug #480123.
198
199         * gtk/gtksearchenginesimple.c:
200         (gtk_search_engine_simple_dispose), (search_thread_done_idle): Cancel
201         the file tree walking thread when disposing the search engine
202         implementation.
203
204         * gtk/gtkfilechooserdefault.c (search_stop_searching): Forcibly
205         stop the search engine implementation when stopping the search,
206         instead of just unreffing the object.
207
208 2007-09-24  Kristian Rietveld  <kris@imendio.com>
209
210         * gtk/gtktooltips.c (gtk_tooltips_set_tip): add extra NULL check
211         for tooltipsdata to avoid code fiddling with active_tips_data
212         from crashing.  (Fixes #460194, Peter Wright, Matthijs De Smedt).
213
214 2007-09-24  Matthias Clasen <mclasen@redhat.com>
215
216         * modules/printbackends/file/gtkprintbackendfile.c: Correct a comment.
217
218 2007-09-24  Tor Lillqvist  <tml@novell.com>
219
220         * gtk/gtkprintoperation-win32.c (pageDlgProc): Set the
221         GtkWin32EmbedWidget we create here as modal. Fixes #389358.
222
223 2007-09-21  Manish Singh  <yosh@gimp.org>
224
225         * gtk/gtkstyle.c (option_menu_get_props)
226         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): use
227         gtk_requisition_free() instead of g_free() for freeing
228         requisitions.
229
230 2007-09-21  Matthias Clasen <mclasen@redhat.com>
231
232         * gtk/gtkprintoperation.c (print_pages_idle): Some more
233         fixed to prevent segfaults with missing or nonsensical ranges.
234
235 2007-09-21  Jean Brefort  <jean.brefort@normalesup.org>
236
237         * gtk/gtkprintoperation.c: (print_pages_idle): abort printing 
238         when the range is NULL. (#478803)
239
240 2007-09-21  Michael Natterer  <mitch@imendio.com>
241
242         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal)
243         (gtk_text_view_move_viewport): merged patch from maemo-gtk which
244         handles failed keynav correctly also when the cursor is invisible.
245         (Tommi Komulainen)
246
247 2007-09-21  Matthias Clasen <mclasen@redhat.com>
248
249         * gtk/gtktoolbar.c: Remove trailing commas from enumerations.
250
251 2007-09-20  Cody Russell  <bratsche@gnome.org>
252
253         * modules/engines/ms-windows/msw_style.c: Override draw_layout
254         method in GtkStyle in order to adjust by 2 pixels any labels
255         that are in GtkNotebook tabs using XP theme, so that they appear
256         correctly centered. (#478637)
257
258 2007-09-18  Emmanuele Bassi  <ebassi@gnome.org>
259
260         * gtk/gtksearchenginetracker.c: Search libtrackerclient.so.0
261         as libtracker changed the shared library name. (#478173,
262         Michael Kuhn)
263
264 2007-09-17  Hans Breuer  <hans@breuer.org>
265
266         * gtk/makefile.msc.in : updated msvc build
267         * gtk/gtkbuilderparser.c : fixed gccism - stack allocated variable 
268         size array
269         
270         * gtk/gtkselection.c(547) : error C4033: 'gtk_target_list_find' 
271         must return a value
272
273         * test/makefile.msc : added some more tests
274         * tests/autotestfilesystem.c : HAVE_UNISTD_H, _rmdir
275
276 2007-09-17  Amitakhya Phukan  <amitakhya@svn.gnome.org>
277
278         * configure.in: Added as to ALL_LINGUAS.
279
280 2007-09-15  Michael Natterer  <mitch@imendio.com>
281
282         * gtk/gtkselection.c (gtk_target_list_find): don't simply crash if
283         any of the pointer args are NULL. Instead, g_return_if_fail() on
284         "list != NULL" and allow to pass NULL as return location for "info".
285
286 2007-09-14  Emmanuele Bassi  <ebassi@gnome.org>
287
288         * gtk/gtkrecentaction.c:
289         * gtk/gtkrecentchoosermenu.c: Remove the warning for the
290         "select-multiple" property getter. (#476686, Christian Persch)
291
292 2007-09-14  Michael Natterer  <mitch@imendio.com>
293
294         * gtk/gtkmenubar.c (remove_from_window): no need to get the list
295         of menubars twice.
296
297         Some minor stylistic and indentation fixes.
298
299 2007-09-13  Matthias Clasen  <mclasen@redhat.com>
300
301         * gtk/gtkiconcache.c: Turn off icon cache validation unless
302         icon theme debugging is turned on.  (#476342, Federico Mena Quintero)
303
304 2007-09-13  Matthias Clasen  <mclasen@redhat.com>
305         
306         * configure.in: Bump version to 2.12.1
307
308         * === Released 2.12.0 ===
309
310 2007-09-14  Kristian Rietveld  <kris@gtk.org>
311
312         * gtk/gtktreeview.c (gtk_tree_view_get_property): the tooltip-column
313         property getter needs to set an integer, not a boolean. (#476689,
314         spotted and patch by Christian Persch).
315
316 2007-09-14  Kristian Rietveld  <kris@gtk.org>
317
318         * gtk/gtkcellrendereraccel.c (gtk_cell_renderer_accel_get_property):
319         implement getter for keycode property.  (#476665, patch by
320         Christian Persch).
321
322 2007-09-13  Matthias Clasen  <mclasen@redhat.com>
323
324         * gtk/gtkscalebutton.c: Use the right value type when setting
325         the value.  (#476688, Christian Persch)
326
327         * configure.in: Bump version to 2.12.0
328
329         * NEWS: Updates
330
331 2007-09-13  Kristian Rietveld  <kris@imendio.com>
332
333         * gtk/gtktreeview.c (gtk_tree_view_set_toooltip_cell): if cell
334         is set, always pass in path to gtk_tree_view_get_cell_area() whether
335         it is NULL or set.  Added explanatory comment and added this
336         side case to the API documentation.
337
338 2007-09-12  Emmanuele Bassi  <ebassi@gnome.org>
339
340         * gtk/gtkfilechooserdefault.c (render_recent_icon): Use the
341         "document-open-recent" icon for the the Recently Used shortcut
342         in the file chooser. (#306445)
343
344         * gtk/Makefile.am:
345         * gtk/stock-icons/16/document-open-recent.png:
346         * gtk/stock-icons/16/document-open-recent.svg:
347         * gtk/stock-icons/24/document-open-recent.png:
348         * gtk/stock-icons/24/document-open-recent.svg: Add the
349         "document-open-recent" icon to the builtin theme we provide
350         as a fallback.
351
352 2007-09-12  Kristian Rietveld  <kris@imendio.com>
353
354         Fixes #426246.
355
356         * gdk/gdk.symbols:
357         * gdk/gdkwindow.[ch]
358         (gdk_window_freeze_toplevel_updates_libgtk_only),
359         (gdk_window_thaw_toplevel_updates_libgtk_only): new functions
360         to freeze a toplevel window and all its descendants.  To be made
361         public in 2.14,
362         (gdk_window_schedule_update): return if toplevel is frozen,
363         (gdk_window_process_all_updates): defer processing updates if toplevel
364         is frozen.
365
366         * gtk/gtkwindow.c (gtk_window_configure_event): directly size
367         allocate for override redirect windows, freeze toplevel and
368         descendants otherwise and wait until resizing is done.
369
370 2007-09-11  Michael Natterer  <mitch@imendio.com>
371
372         * gtk/gtkfilechooserbutton.c: remove useless member "has_title"
373         from the private struct and simply set the default title in
374         constructor() whenever we create a dialog or the supplied one has
375         no title. Also accept RESPONSE_ACCEPT *and* RESPONSE_OK as
376         affirmative responses and document that accordingly. Fixes bug
377         #436576. Fixed all compiler warnings in the file.
378
379 2007-09-11  Michael Natterer  <mitch@imendio.com>
380
381         * gtk/gtkmenu.c (gtk_menu_button_release): Make sure
382         menu_shell->button gets reset to 0 when we bail out early here
383         instead of chaining up, so it is in a consistent state for the
384         next press/release in GtkMenuShell. Fixes bug #449371.
385
386 2007-09-10  Kjartan Maraas  <kmaraas@gnome.org>
387
388         * gtk/gtkentry.c: Fix some typos. Closes bug #475400.
389
390 2007-09-10  Behdad Esfahbod  <behdad@gnome.org>
391
392         * gdk/x11/gdkgeometry-x11.c (gdk_window_queue),
393         (_gdk_window_process_expose): Fix serial number comparison regression
394         introduced recently. (#474897)
395
396 2007-09-10  Matthias Clasen  <mclasen@redhat.com>
397
398         * NEWS: Updates
399
400 2007-09-10  Richard Hult  <richard@imendio.com>
401
402         * gtk/gtksearchenginesimple.h: Build fix, correct a typo in the
403         G_BEGIN_DECLS fix below.
404
405 2007-09-10  Matthias Clasen  <mclasen@redhat.com>
406
407         * gtk/gtksearchenginesimple.h: Replace a duplicate G_END_DECLS by
408         G_BEGIN_DECLS.  (#475439, Nigel Tao)
409
410 2007-09-10  Kristian Rietveld  <kris@imendio.com>
411
412         * gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_construct_contents):
413         when creating a new box, be sure to transfer a possible tooltip from
414         the old to the new box. (Fixes #458283, reported by Christian Persch).
415
416 2007-09-10  Kristian Rietveld  <kris@imendio.com>
417
418         * gtk/gtktreeview.c (gtk_tree_view_key_press): only start
419         typeahead search if tree_view has focus (and not one of the column
420         buttons).
421
422 2007-09-09  Matthias Clasen  <mclasen@redhat.com>
423
424         * gtk/gtkdnd.c (gtk_drag_source_info_destroy): Remove
425         update_idle here. Might fix #383003.
426
427 2007-09-09  Matthias Clasen  <mclasen@redhat.com>
428
429         * gtk/gtkiconview.c (gtk_icon_view_item_hit_test): Add a 
430         bounding box test that will avoid getting the individual cell
431         boxes if they haven't been calculated yet.  (#404541)
432
433 2007-09-09  Matthias Clasen  <mclasen@redhat.com>
434
435         * gtk/gtkaction.c:
436         * gtk/gtkradioaction.c:
437         * gtk/gtkrecentaction.c:
438         * gtk/gtktoggleaction.c: Update the documentation to mark
439         the optional constructors parameters. The GtkAction::name
440         property is required, instead, as it is used by GtkUIManager
441         to find the action object from the XML. (#450032, Murray Cumming,
442         patch by Emmanuele Bassi)
443
444 2007-09-09  Matthias Clasen  <mclasen@redhat.com>
445
446         * modules/printbackends/lpr/gtkprintbackendlpr.c:
447         * modules/printbackends/cups/gtkcupsutils.c:
448         * modules/printbackends/cups/gtkprintbackendcups.c: Include
449         config.h first.  (#467719)
450
451 2007-09-09  Matthias Clasen  <mclasen@redhat.com>
452
453         * gtk/gtklinkbutton.c:
454         * gtk/gtkrecentfilter.c:
455         * gtk/gtkprinteroptionwidget.c: Remove trailing commas from
456         enumerations, since some compilers don't like them.  (#467717)
457
458 2007-09-09  Matthias Clasen  <mclasen@redhat.com>
459
460         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered):
461         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): Don't
462         assume that a path of depth 0 has no indices.  (#467324, Szilard
463         Pfeiffer)
464
465 2007-09-09 18:22:28  Tim Janik  <timj@gtk.org>
466
467         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose): fix invalid
468         list node accesses, spotted by Benjamin Berg, bug #475158.
469
470 2007-09-09  Kristian Rietveld  <kris@gtk.org>
471
472         Reverted r16699:
473
474         2006-10-30  Kristian Rietveld  <kris@gtk.org>
475
476         * gtk/gtktreeview.c (gtk_tree_view_class_init): change left/right
477         keybindings to collapse/expand rows instead of moving the focus
478         cursor. (#105895, Brian Bober and others).
479
480 2007-09-09  Matthias Clasen  <mclasen@redhat.com>
481
482         * NEWS: Updates
483
484         * README.in: Add a note about bug 463773.
485
486 2007-09-08  Matthias Clasen  <mclasen@redhat.com>
487
488         * gtk/gtkstyle.c (draw_insertion_cursor): Revert the clamping
489         of cursor coordinates, since it causes really ugly drawing
490         artifacts with horizontal scrolling.  (#471215, Yevgen Muntyan)
491
492 2007-09-08  Matthias Clasen  <mclasen@redhat.com>
493
494         * gtk/gtkentrycompletion.c:
495         * gtk/gtkentry.c: Apply a number of patches by Xan Lopez 
496         to improve the interaction between actions and inline
497         selection.  (#471132)
498
499 2007-09-07  Matthias Clasen  <mclasen@redhat.com>
500
501         * gtk/gtktoolbar.c: Use g_slice for ToolbarContent.  
502         (#474696, Christian Persch)
503
504 2007-09-07  Matthias Clasen  <mclasen@redhat.com>
505
506         * gtk/gtkprintunixdialog.c: Add an internal child name for
507         the notebook, so that GtkBuilder can be used to add custom tabs.
508         (#472951, Christian Persch)
509
510 2007-09-07  Matthias Clasen  <mclasen@redhat.com>
511
512         * gtk/updateiconcache.c (get_image_meta_data_size): Don't
513         use image->attach_points where image->n_attach_points was meant.
514         Pointed out by Albert Chin.
515
516 2007-09-07  Wouter Bolsterlee  <wbolster@svn.gnome.org>
517
518         * modules/printbackends/cups/gtkcupsutils.c:
519         (_post_send): Fix typo that broke the build.
520
521 2007-09-07  Matthias Clasen  <mclasen@redhat.com>
522
523         * configure.in: Check for the cups function httpGetAuthString().
524
525         * modules/printbackends/cups/gtkcupsutils.c: Use httpGetAuthString()
526         if available.  (#467414, Claudio Saavedra)
527
528 2007-09-07  Kristian Rietveld  <kris@gtk.org>
529
530         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_init),
531         (gtk_combo_box_cell_layout_get_cells): implement missing get_cells
532         method.  (Spotted by Paolo Borelli).
533
534 2007-09-06  Matthias Clasen  <mclasen@redhat.com>
535
536         * configure.in: Check for cups.h.  (#459732, Guillaume Cottenceau)
537
538 2007-09-06  Matthias Clasen  <mclasen@redhat.com>
539
540         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Allow
541         dest to be NULL.  (#464528, Xan Lopez)
542
543 2007-09-06  Matthias Clasen  <mclasen@redhat.com>
544
545         * gtk/gtkmisc.c (gtk_misc_set_alignment, gtk_misc_set_padding): 
546         Actually emit change notification here.  (#474282, Thomas Rydzynski)
547
548 2007-09-06  Matthias Clasen  <mclasen@redhat.com>
549
550         * gtk/gtkfilechooserdefault.c (shortcuts_drop_uris): Initialize
551         error to NULL before calling g_set_error(). Should fix #473954, 
552         reported by Sebastien Bacher.
553
554 2007-09-06 13:37:28  Tim Janik  <timj@imendio.com>
555
556         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): removed code
557         that forced range repaints upon every motion event, because these tend
558         to stall other repaints on busy CPUs.
559         added a timer to still force repaints every once in a while (roughly
560         5Hz atm) to avoid leaving the user without feedback on the range.
561         fixes bug #460534.
562
563 2007-09-06  Michael Natterer  <mitch@imendio.com>
564
565         * demos/gtk-demo/panes.c: s/gtk_widget_[un]ref/g_object_[un]ref/g
566
567 2007-09-06  Richard Hult  <richard@imendio.com>
568
569         * gdk/quartz/gdkwindow-quartz.c (_gdk_windowing_window_destroy):
570         Patch from William Pitcock: Ungrab windows if necessary when they
571         are destroyed, fixes bug #473441.
572
573 Wed Sep  5 14:15:17 2007  Tim Janik  <timj@imendio.com>
574
575         * gtk/gtknotebook.c (gtk_notebook_class_init): fix wrong default value
576         in ::tab-expand param spec constructor.
577
578 2007-09-04  Fernando Herrera  <fherrera@onirica.com>
579
580         * gtk/gtkbuilder.c: (gtk_builder_finalize),
581         (gtk_builder_add_from_file): copy filename to builder->priv instead of
582         holding a reference to it. Bug #472643
583
584 2007-09-04  Michael Natterer  <mitch@imendio.com>
585
586         * gtk/gtkmodules.c: added missing \n to g_print() in GTK_NOTE().
587
588 2007-09-04  Johan Dahlin  <jdahlin@async.com.br>
589
590         * gtk/gtk-builder-convert (GtkBuilderConverter._parse): Do not remove 
591         empty properties, since we do not know the default GParamSpec values.
592         #472981 (Carlos Garnacho)
593
594         * gtk/gtk-builder-convert (GtkBuilder._packing_prop_to_child_attr):
595         Do not iterate recursively over all child nodes.
596         (GtkBuilderConverter._default_widget_converter): Use a more efficient
597         way of iterating over all property nodes
598         #472974 (Carlos Garnacho)
599
600 2007-09-03  Emmanuele Bassi  <ebassi@gnome.org>
601
602         * gtk/gtkrecentmanager.c
603         (gtk_recent_manager_poll_timeout): Remove the stat() time barrier,
604         as it seems to cause bug #463907 (thanks to Sebastien Bacher).
605
606 2007-08-31  Richard Hult  <richard@imendio.com>
607
608         * configure.in: Revert the previous change as it broke the build
609         (missing po file in po-properties).
610
611 2007-08-31  Pramod Raghavendra <pramodleo@yahoo.co.uk>
612
613         * configure.in: Added kn to ALL_LINGUAS
614
615 2007-08-30  Richard Hult  <richard@imendio.com>
616
617         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_decorations,
618         gdk_window_get_decorations): Implement those. Based on patch from
619         Stefan Gehn, bug #459459.
620
621 2007-08-30  Richard Hult  <richard@imendio.com>
622
623         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_keep_above,
624         gdk_window_set_keep_below): Patch from Stefan Gehn to implement
625         those, bug #459667.
626
627 2007-08-30  Richard Hult  <richard@imendio.com>
628
629         * gdk/quartz/gdkimage-quartz.c: (_gdk_quartz_image_copy_to_image):
630         Patch from Stefan Gehn to implement copying from a pixmap, bug
631         #348493.
632
633 2007-08-29  Kristian Rietveld  <kris@imendio.com>
634
635         * gtk/gtksettings.c: lower the default timeout values for
636         gtk-tooltip-timeout and gtk-tooltip-browse-timeout. (#451202,
637         Richard Hult).
638
639 Thu Aug 23 15:32:09 2007  Tim Janik  <timj@imendio.com>
640
641         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose): fix
642         X serial handling to cope with wraparounds and maintain referential
643         integrity when removing list nodes. based on a patch by Hui Wang,
644         fixes #461648.
645
646 2007-08-27  Stefan Kost  <ensonic@users.sf.net>
647
648         * gtk/gtkwindow.c: Update menu accelerators, when adding/removing
649         AccelGroups dynamically. (#469374)
650
651 2007-08-27  Cody Russell  <bratsche@gnome.org>
652
653         * modules/engines/ms-windows/msw_style.c: Correct draw_box()
654         function to check detail for "notebook".  This fixes a problem
655         where notebooks without visible headers were not styling
656         correctly. (#470033, Daniel Atallah and Cody Russell)
657
658 2007-08-23  Cody Russell  <bratsche@gnome.org>
659
660         * gtk/gtkwindow.c (gtk_window_group_remove_window: Use the
661         correct type check on `window'.  We now check GTK_IS_WINDOW
662         rather than GTK_IS_WIDGET. (#461483, Josselin Mouette)
663
664 2007-08-23  Cody Russell  <bratsche@gnome.org>
665
666         * Makefile.am: Fix make dist failure by changing 
667         README.cvs-commits to README.commits. (#469395, Frederic Peters)
668
669 2007-08-23  Cody Russell  <bratsche@gnome.org>
670
671         * HACKING: Change references to README.cvs-commits so they say
672         README.commits.
673
674 2007-08-23  Jan Arne Petersen  <jpetersen@jpetersen.org>
675
676         * gtk/gtkbuilderparser.c: (text): Duplicate the string returned by
677         d[n]gettext before it is potentially freed. (#461945)
678
679 2007-08-23  Emmanuele Bassi  <ebassi@gnome.org>
680
681         * gtkfilechooserdefault.c:
682         (search_hit_get_info_cb), (recent_item_get_info_cb): Check if
683         we are still holding the model before updating it; removes a
684         set of critical warnings when switching to the browse mode from
685         a loading search or recent files list.
686
687         (recent_clear_model), (recent_sort_model),
688         (recent_idle_cleanup): When in recent files mode, set the
689         model for the files list view when we have completed the loading
690         of the recently used files list. This makes switching between
691         modes fast again and reduces the amount of redraws needed
692         to display the list. (#469214)
693
694 2007-08-22  Emmanuele Bassi  <ebassi@gnome.org>
695
696         * configure.in: Remove oc (Occitane) from LINGUAS and unbreak
697         the build.
698
699 2007-08-22  Kristian Rietveld  <kris@imendio.com>
700
701         Do not allow the cursor to go to a separator row.  Fixes #441219,
702         modified patch by Carlos Garnacho.
703
704         * gtk/gtktreeview.c (row_is_separator): new inline function
705         for calling the row-separator-func, made all of gtktreeview.c use
706         this function instead of calling the func themselves,
707         (gtk_tree_view_button_press): treat a click on a separator like
708         a click on empty space,
709         (gtk_tree_view_update_rubber_band_selection_rage): skip
710         non-selectable rows,
711         (search_first_focusable_path),
712         (gtk_tree_view_focus_to_cursor),
713         (gtk_tree_view_move_cursor_up_down),
714         (gtk_tree_view_move_cursor_page_up_down),
715         (gtk_tree_view_move_cursor_start_end): skip separators,
716         (gtk_tree_view_real_set_cursor): do not allow setting the cursor
717         on a separator.
718
719 2007-08-22  Tristan Van Berkom  <tvb@gnome.org>
720
721         * gtk/gtkframe.c: Corrected the published default value of
722         GtkFrame::label-xalign (bug 460272).
723
724 2007-08-21  Kristian Rietveld  <kris@imendio.com>
725
726         * gtk/gtktooltip.c (gtk_tooltip_init),
727         (gtk_tooltip_window_style_set): update alignment padding after
728         theme changes. (Fixes #467003, patch by Benjamin Berg).
729
730 2007-08-21  Kristian Rietveld  <kris@imendio.com>
731
732         * gtk/gtktooltip.c (_gtk_tooltip_handle_event): always set
733         hide_tooltip to TRUE if we are handling a leave notify event. (Fixes
734         #468245, reported by Dennis Jacobfeuerborn).
735
736 2007-08-21  Michael Natterer  <mitch@imendio.com>
737
738         * gtk/gtkpaned.c (gtk_paned_class_init): applied patch from Mikael
739         Hallendal which documents GtkPaned's keybinding signals (#467117).
740
741 2007-08-21  Kristian Rietveld  <kris@imendio.com>
742
743         Fix #457642, reported by Christian Persch.
744
745         * gtk/gtktooltip.c: added debugging output which can be compiled
746         in with a #define, annotated all coordinate translations in the
747         source code,
748         (find_widget_under_pointer): remove the "no-window correction";
749         always convert the coordinates from window relative to allocation
750         relative; after recursing through a container, translate the
751         coordinates from container allocation relative to child widget
752         allocation relative;
753         (find_topmost_widget_from_event): now we get allocation relative
754         coordinates here we do not have to distinguish no-window and window
755         widgets.
756
757 2007-08-18  Cody Russell  <bratsche@gnome.org>
758
759         * gtk/gtkimcontextsimple.c: Fixed incorrect compose mapping
760         for capital U with macron. (#468055, Aaron Crane)
761
762 2007-08-17  Cody Russell  <bratsche@gnome.org>
763
764         * Renamed README.cvs-commits to README.commits
765
766 2007-08-17  Cody Russell  <bratsche@gnome.org>
767
768         * HACKING
769         * README.cvs-commits: Updated documentation about SVN, and
770         updated dependency information.  (#447883, Yesudeep Mangalapilly)
771
772 Fri Aug 17 11:36:29 2007  Tim Janik  <timj@imendio.com>
773
774         * gtk/gtkmenu.c (gtk_menu_popup): Clarified activate_time docs.
775
776 2007-08-16  Cody Russell  <bratsche@gnome.org>
777
778         * gdk/win32/cursor.bdf: Committing changes to the source
779         bdf font file that I forgot to commit yesterday for #458088.
780
781 2007-08-15  Cody Russell  <bratsche@gnome.org>
782
783         * gdk/win32/xcursors.h: Modified the sb_h_double_arrow and
784         sb_v_double_arrow mouse cursors to match the ones that Windows
785         uses for split container controls.  This allows our paned
786         widgets to be more easily identified as paned widgets on
787         Windows, since we don't have any prelighting on the draggable
788         pane part.  (#458088)
789
790 2007-08-15  Cody Russell  <bratsche@gnome.org>
791
792         * gtk/gtkcontainer.c: Another documentation fix that I forgot to
793         commit yesterday.  (#459340, Guillaume Cottenceau)
794
795 2007-08-14  Cody Russell  <bratsche@gnome.org>
796
797         * gtk/gtkwidget.c
798         * gtk/gtkscrolledwindow.c
799         * gtk/gtklabel.c: Correct documentation that refers to the
800         deprecated gtk_widget_set_usize() API.  Refer instead to
801         gtk_widget_set_size_request().  (#459340, Guillaume Cottenceau)
802
803 2007-08-14  Kristian Rietveld  <kris@imendio.com>
804
805         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): make
806         sure we fail keynav if the only item in the list is already selected.
807         (Fixes #465039, reported by Fernando Herrera).
808
809 2007-08-09  Sven Neumann  <sven@gimp.org>
810
811         * modules/printbackends/file/gtkprintbackendfile.c: change the
812         file extension when the file format is changed in the Print dialog
813         (#356630).
814
815 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
816
817         * docs/reference/gtk/tmpl/gtkruler.sgml:
818         * gtk/gtkruler.c:
819         Move documentation of gtk_ruler_set_range() to source and fix nonsense.
820
821 2007-08-08  Mikael Hallendal  <micke@imendio.com>
822
823         * gtk/gtkcombobox.c (gtk_combo_box_class_init): 
824         Document the new signals popup, popdown and move-active.
825
826 2007-08-07  Matthias Clasen  <mclasen@redhat.com>
827         
828         * MAINTAINERS: Follow new format regulations.
829
830 2007-08-07  Johan Dahlin  <jdahlin@async.com.br>
831
832         * gtk/gtkbuilderparser.c (text): 
833         * gtk/gtkcelllayout.c (attributes_text_element): 
834         * gtk/gtkliststore.c (list_store_text): 
835         Do not assume that text is null-terminated as pointed out by
836         Christopher Fergeau
837         
838         * gtk/gtkbuilderparser.c (text): Use g_strdup on the translated
839         string instead of g_strndup() + the length of the untranslated
840         string. (#461945, Claude Paroz)
841
842 2007-08-07  Kristian Rietveld  <kris@imendio.com>
843
844         * gtk/gtktooltips.c (gtk_tooltips_init),
845         (gtk_tooltips_destroy), (gtk_tooltips_force_window): create a dummy
846         tip_window and tip_label, so old applications with code accessing
847         those fields won't crash.
848
849 2007-08-07  Kristian Rietveld  <kris@imendio.com>
850
851         * gtk/gtktooltip.c (_gtk_tooltip_handle_event): Disable tooltips
852         in touchscreen mode.
853
854 2007-07-31  Richard Hult  <richard@imendio.com>
855
856         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_get_geometry):
857         Implement, fixes bug #405868. Based on patch from metz81@web.de.
858
859 2007-07-31  Xan Lopez  <xan@gnome.org>
860
861         * gtk/gtkentry.c (gtk_entry_completion_key_press): reset the
862         completion prefix on Enter too, plug potential leak.
863         Follow-up to #458298
864
865 2007-07-31  Matthias Clasen  <mclasen@redhat.com>
866
867         * gtk/gtktooltip.c (gtk_tooltip_init): Make the label
868         wrap, for compatibility with the old tooltips code. This
869         fixes absurdly long tooltips in the color selector.
870
871 2007-07-30  Kristian Rietveld  <kris@imendio.com>
872
873         * gtk/gtktreeview.c (gtk_tree_view_set_tooltip_cell): Fix
874         documentation. (#461225, Murray Cumming).
875
876 2007-07-29  Emmanuele Bassi  <ebassi@gnome.org>
877
878         * gtk/gtkrecentchooser.c: Add documentation for properties
879         and fix the deprecation marker for the show-numbers
880         accessor functions (Murray Cumming).
881
882         * gtk/gtkrecentchooser.h: Add deprecation guards around
883         gtk_recent_chooser_set_show_numbers() and
884         gtk_recent_chooser_get_show_numbers(), as promised during
885         last development cycle.
886
887 2007-07-27  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
888
889         * gdk/directfb/gdkcursor-directfb.c: Attempts to load
890           stock X cursors no longer results in annoying error
891           messages under DirectFB
892
893 2007-07-27  Michael Natterer  <mitch@imendio.com>
894
895         Fix check/radio indicator drawing mess (bug #452225):
896
897         * gtk/gtkstyle.c (gtk_default_draw_check): really decrease the
898         indicator size by one to ensure odd size (don't say -= -1).
899
900         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
901         removed -1 adjustment from calls to gtk_paint_option(). Theme
902         engines now get the actually configured size passed, not one pixel
903         less.
904
905         * gtk/gtkcellrenderertoggle.c
906         * gtk/gtkcheckmenuitem.c: changed default indicator size from 12
907         to 13 so all widgets which draw check/option indicators have the
908         same default size now (and render the same size after above
909         changes).
910
911         * README.in: mention above changes in the release notes.
912
913 2007-07-27  Wouter Bolsterlee  <wbolster@svn.gnome.org>
914
915         * Makefile.am: Include ChangeLog.pre-2-10 in tarballs as
916         well (seems to be forgotten).
917
918 2007-07-25  Matthias Clasen  <mclasen@redhat.com>
919
920         * gtk/gtktooltip.c (_gtk_tooltip_handle_event): Call
921         gtk_tooltip_hide_tooltip() even if the tooltip is not
922         visible yet. This fixes annoying dangling tooltips
923         on systray icons.  
924
925 2007-07-24  Matthias Clasen  <mclasen@redhat.com>
926
927         * gtk/gtkiconcachevalidator.c: Silence the validator.
928
929 2007-07-24  Matthias Clasen  <mclasen@redhat.com>
930
931         * gtk/gtkmenutoolbutton.c: Remove obsolete set-tooltip 
932         handler.  (#458280, Christian Persch)
933
934 2007-07-24  Matthias Clasen  <mclasen@redhat.com>
935
936         * gtk/gtkcolorsel.c:
937         * gtk/gtkfilechooserdefault.c:
938         * gtk/gtkpagesetupunixdialog.c:
939         * gtk/gtkprintunixdialog.c: Port to use new tooltips API.  
940         (#451397, Jan Arne Petersen)
941
942 2007-07-24  Tor Lillqvist  <tml@novell.com>
943
944         * gdk/win32/gdkkeys-win32.c (update_keymap): Cosmetic changes.
945
946 2007-07-24  Matthias Clasen  <mclasen@redhat.com>
947
948         * gtk/gtkmenubar.c (window_key_press_handler):
949         * gtk/gtkmenu.c (gtk_menu_key_press): Restructure the code
950         to make sense, and don't leak an empty accel.  (#459515, Owen Taylor)
951
952 2007-07-23  Matthias Clasen  <mclasen@redhat.com>
953
954         * gtk/gtktooltip.c (gtk_tooltip_set_custom): Protect against
955         recursion via gtk_container_remove().  (#459561, Christian Persch)
956         (gtk_tooltip_window_hide): Simplify.
957
958         * tests/testtooltips.c: Add code to test gtk_tooltip_set_custom()
959
960 2007-07-23  Christian Persch  <chpe@gnome.org>
961
962         * tests/testtooltips.c: (query_tooltip_tree_view_cb): Remove obsolete
963         code. Bug #459566.
964
965 2007-07-23  Matthias Clasen  <mclasen@redhat.com>
966
967         * gtk/gtktreeview.c:
968         * gtk/gtkiconview.c:
969         * gtk/gtkscalebutton.c: Fix some doc formatting errors.
970         (#459313, Gian Mario Tagliaretti)
971
972 2007-07-23  Matthias Clasen  <mclasen@redhat.com>
973
974         * configure.in: Dectect if cups allows access to the http_t
975         authstring field.  
976
977         * modules/printbackends/cups/gtkcupsutils.c: Rely on the
978         HAVE_HTTP_AUTHSTRING define done by configure.
979
980 2007-07-23  Emmanuele Bassi  <ebassi@gnome.org>
981
982         * gtk/gtkrecentchooserdefault.c: Port the GtkRecentChooser default
983         implementation widget to the new tooltips API, and make it look
984         like the GtkFileChooser widget in recent files mode (move the
985         full path from the widget to a tooltip on the row) to improve
986         consistency.
987
988         * gtk/gtkrecentchoosermenu.c: Port the GtkRecentChooserMenu widget
989         to the new tooltips API.
990
991         * tests/testrecentchooser.c:
992         * tests/testrecentchoosermenu.c: Exercise the tooltips code paths.
993
994 2007-07-22  Ross Burton  <ross@openedhand.com>
995
996         * gtk/gtkscrolledwindow.c:
997         Correctly redraw when gtk-scrolled-window-placement is changed
998         after the widget is realised (#458102)
999
1000 2007-07-22  Matthias Clasen  <mclasen@redhat.com>
1001
1002         * gdk/x11/gdkkeys-x11.c: Some documentation fixes.
1003
1004 2007-07-21  Matthias Clasen  <mclasen@redhat.com>
1005
1006         * gtk/gtktooltips.[hc]: Rename the tips_data_list field
1007         back.  (#447214)
1008
1009 2007-07-21  Matthias Clasen  <mclasen@redhat.com>
1010
1011         * configure.in: Bump version
1012
1013         * === Released 2.11.6 ===
1014
1015 2007-07-20  Matthias Clasen  <mclasen@redhat.com>
1016
1017         * gtk/gtktooltip.c (gtk_tooltip_position): Don't pop up
1018         under the cursor.  This fixes tooltip-induced flickering 
1019         in the tasklist in a bottom panel.
1020
1021 2007-07-20  Matthias Clasen  <mclasen@redhat.com>
1022
1023         * gtk/gtkpathbar.c (make_directory_button): Don't leak
1024         a label.  (#455901, Christian Persch, Vincent Geddes)
1025
1026 2007-07-20  Matthias Clasen  <mclasen@redhat.com>
1027
1028         Apply a patch by Emmanuele Bassi to limit the number
1029         of shown recent files.  (#439715)
1030
1031         * gtk/gtksettings.c: Add a setting for the number
1032         of recent files to display by default.
1033
1034         * gtk/gtkrecentchooserdefault.c: 
1035         * gtk/gtkfilechooserdefault.c: Respect the limit.
1036
1037         * gtk/gtkrecentmanager.c: Remove the poll timeout in 
1038         dispose, and do not stat more often than every 5 seconds.
1039
1040         * gtk/gtkrecentchooserutils.c:
1041         * gtk/gtkrecentchoosermenu.c: Cleanups
1042
1043         * tests/testrecentchoosermenu.c: Test limits.
1044
1045 2007-07-20  Matthias Clasen  <mclasen@redhat.com>
1046
1047         * gtk/gtkfilechooserdefault.c: Apply a patch by Emmanuele
1048         Bassi to add tooltips to the file lists in recent files and
1049         search modes.
1050
1051 2007-07-20  Ryan Lortie  <desrt@desrt.ca>
1052
1053         * gtk/gtkwidget.c (gtk_widget_is_composited): add note that the
1054         semantics of this call, when mixed with the new
1055         gdk_window_set_composited(), will change in the future.
1056
1057         * gdk/x11/gdkevents-x11.c (gdk_event_translate): only grab Damage
1058         events that belong to us.
1059
1060 2007-07-19  Matthias Clasen  <mclasen@redhat.com>
1061
1062         * gtk/gtkentry.c (gtk_entry_completion_key_press): Handle
1063         keypresses better when there is no completion.  (#458298,
1064         Christian Persch, patch by Xan Lopez)
1065
1066         * gtk/gtkentrycompletion.c
1067         (gtk_entry_completion_insert_completion_text): Small cleanup.
1068
1069 2007-07-19  Matthias Clasen  <mclasen@redhat.com>
1070
1071         * gtk/gtksettings.c (apply_queued_setting): Merge color
1072         scheme before sending notification.  
1073
1074 2007-07-19  Matthias Clasen  <mclasen@redhat.com>
1075
1076         * gtk/gtktreeview.c (gtk_tree_view_set_tooltip_column):
1077         Only connect/disconnect signals when necessary, emit
1078         change notification.
1079
1080 2007-07-19  Kristian Rietveld  <kris@imendio.com>
1081
1082         * gtk/gtktooltip.c (find_topmost_widget_coords_from_event): handle
1083         no-window and regular widgets seperately.
1084
1085         * gtk/gtktreeview.c (gkt_tree_view_set_tooltip_cell): rect.x should
1086         be zero.
1087
1088 2007-07-19  Matthias Clasen  <mclasen@redhat.com>
1089
1090         * gtk/gtk.symbols:
1091         * gtk/gtkiconview.h:
1092         * gtk/gtkiconview.c (gtk_icon_view_get_tooltip_context):
1093         (gtk_icon_view_[sg]et_tooltip_column: Add more convenience
1094         API parallel to the treeview convenience API.
1095
1096 2007-07-19  Matthias Clasen  <mclasen@redhat.com>
1097
1098         * gtk/gtktextview.c (gtk_text_view_compat_move_focus): 
1099         Initialized GValues before unsetting them.  (#457720)
1100
1101 2007-07-19  Kristian Rietveld  <kris@imendio.com>
1102
1103         * gtk/gtk.symbols:
1104         * gtk/gtktreeprivate.h:
1105         * gtk/gtktreeview.[ch] (gtk_tree_view_get_tooltip_context),
1106         (gtk_tree_view_[sg]et_tooltip_column): add more convenience API.
1107
1108         * tests/testtooltip.c (query_tooltip_tree_view_cb): use
1109         gtk_tree_view_get_tooltip_context().
1110
1111         * demos/gtk-demo/demo.ui: add a tooltip column to the list store,
1112         set tooltip-column on the tree view.
1113
1114 2007-07-18  Richard Hult  <richard@imendio.com>
1115
1116         * gdk/quartz/gdkcursor-quartz.c (gdk_cursor_new_for_display): Ref
1117         the cursor in the cached case.
1118
1119 2007-07-18  Matthias Clasen  <mclasen@redhat.com>
1120
1121         * gtk/gtktreeview.c: Correct some mistakes in the 
1122         documentation of the test-expand/collapse-row signals.  
1123         (#457774, Olivier Andrieu)
1124
1125 2007-07-18  Matthias Clasen  <mclasen@redhat.com>
1126
1127         * gtk/gtkicontheme.c: Small cleanups
1128
1129 2007-07-17  Kristian Rietveld  <kris@imendio.com>
1130
1131         * gtk/gtktooltip.c (find_widget_under_pointer): only do the
1132         coordinate check if tmp is not NULL.
1133
1134 2007-07-16  Kristian Rietveld  <kris@imendio.com>
1135
1136         * gtk/gtktooltip.c (find_topmost_widget_coords_from_event): check
1137         if the pointer is really over the returned widget, since the
1138         coordinate check may not always be hit in find_widget_under_pointer().
1139
1140 2007-07-16  Matthias Clasen <mclasen@redhat.com>
1141
1142         Fix some issues with some combinations of inline-selection
1143         and inline-completion.  (#457384, Christian Persch)
1144
1145         * gtk/gtkentry.c (gtk_entry_completion_key_press): Don't store
1146         the completion_prefix here, and be careful when using 
1147         completion_prefix, because it may be NULL.
1148         * gtk/gtkentrycompletion.c (gtk_entry_completion_finalize):
1149         Free completion_prefix here.
1150         * gtk/gtkentrycompletion.c (gtk_entry_completion_real_insert_prefix):
1151         (gtk_entry_completion_insert_completion_text): Store the
1152         completion_prefix here.
1153
1154 2007-07-16  Matthias Clasen <mclasen@redhat.com>
1155
1156         * gtk/gtkfilechooserbutton.c (model_add_special_get_info_cb):
1157         Plug a memleak. (#455721, Christian Persch)
1158
1159 2007-07-16  Matthias Clasen <mclasen@redhat.com>
1160
1161         * gtk/gtkscalebutton.c: Apply a patch by Guillaume Cottenceau
1162         to improve the signal docs.  (#456258)
1163
1164 2007-07-16  Matthias Clasen <mclasen@redhat.com>
1165
1166         * gtk/gtkwidget.c: Apply a patch by Xan Lopez to document
1167         a lot of GtkWidget signals.  (#172424)
1168
1169 2007-07-16  Matthias Clasen <mclasen@redhat.com>
1170
1171         * gtk/gtk.symbols:
1172         * gtk/gtkiconview.h:
1173         * gtk/gtkiconview.c (gtk_icon_view_set_tooltip_item):
1174         (gtk_icon_view_set_tooltip_cell): Convenience functions to
1175         position tooltips on icon view items or cells.
1176
1177 2007-07-14  Richard Hult  <richard@imendio.com>
1178
1179         * gdk/quartz/gdkevents-quartz.c:
1180         (_gdk_quartz_events_update_cursor): Plug leak.
1181
1182 2007-07-13  Richard Hult  <richard@imendio.com>
1183
1184         * gdk/quartz/gdkprivate-quartz.h:
1185         * gdk/quartz/gdkevents-quartz.c: (gdk_window_is_ancestor): Move
1186         from here...
1187         * gdk/quartz/gdkwindow-quartz.c: (_gdk_quartz_window_is_ancestor):
1188         ...to here.
1189         (_gdk_windowing_window_destroy): Update the mouse window if the
1190         destroyed window is an ancestor of the current one, not only if
1191         they are the same.
1192         (gdk_window_hide): Update the mouse window here too.
1193
1194 2007-07-13  Richard Hult  <richard@imendio.com>
1195
1196         * gdk/quartz/gdkcolor-quartz.c: (gdk_colors_alloc),
1197         (gdk_colors_free): Add stubs.
1198
1199 2007-07-13  Matthias Clasen  <mclasen@redhat.com>
1200
1201         * gtk/gtkrecentmanager.c (get_uri_shortname_for_display): Avoid
1202         gratitious use of g_strdup_printf().
1203
1204         * gtk/gtkrecentchooserdefault.c:
1205         * gtk/gtkrecentchoosermenu.c: Mark some strings for 
1206         translation.  (#439480, Murray Cumming)
1207
1208 2007-07-13  Kristian Rietveld  <kris@imendio.com>
1209
1210         #408327, improve tooltip positioning.
1211
1212         * gtk/gtk.symbols: updated.
1213
1214         * gtk/gtktooltip.[ch] (gtk_tooltip_position): factor out
1215         positioning code in here,
1216         (gtk_tooltip_set_tip_area): new function to set the tooltip
1217         area,
1218         (gtk_tooltip_reset), (_gtk_tooltip_handle_event): hide tooltip
1219         once the pointer leaves the tip area.
1220
1221         * gtk/gtktreeview.[ch] (gtk_tree_view_set_tooltip_row),
1222         (gtk_tree_view_set_tooltip_cell): convenience functions to set
1223         tip area for row/column/cell.
1224
1225         * tests/testtooltips.c (query_tooltip_tree_view_cb): use
1226         gtk_tree_view_set_tooltip_row.
1227
1228 2007-07-12  Cody Russell  <bratsche@gnome.org>
1229
1230         * gdk/win32/gdkevents-win32.c
1231         * gdk/win32/gdkwindow-win32.[ch]: Fix transient windows on Win32
1232         so that when a transient child window is closed (particularly when
1233         there are 3 or more levels of transient windows), the correct window
1234         receives focus rather than a seemingly random window. (#112404)
1235
1236 2007-07-12  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
1237
1238         * gdk/directfb/gdkevents-directfb.c:
1239         * gdk/directfb/gdkwindow-directfb.c:
1240         * gdk/directfb/gdkprivate-directfb.h: Fixed memory leak at window closing,
1241         patch provided by Simon Lanzmich
1242
1243 Thu Jul 12 18:03:02 2007  Tim Janik  <timj@gtk.org>
1244
1245         * gdk/gdk.c (gdk_threads_add_idle_full): clarified documentation example.
1246
1247 2007-07-12  Matthias Clasen  <mclasen@redhat.com>
1248
1249         * gtk/gtktextivew.c: 
1250         * gtk/gtkclipboard.c: Add documentation.
1251
1252 2007-07-11  Matthias Clasen  <mclasen@redhat.com>
1253
1254         * gtk/gtkcelleditable.c:
1255         * gtk/gtkcellrenderer.c:
1256         * gtk/gtkcellrenderercombo.c:
1257         * gtk/gtkcellrenderertext.c: Add more documentation.
1258
1259 2007-07-11  Matthias Clasen  <mclasen@redhat.com>
1260
1261         * gtk/gtktreeview.c:
1262         * gtk/gtktoolitem.[hc]: Make parameter naming consistent.
1263
1264 2007-07-11  Matthias Clasen  <mclasen@redhat.com>
1265
1266         * gtk/gtkrange.c:
1267         * gtk/gtkbindings.c: 
1268         * gtk/gtkscalebutton.c: Small doc fixes.
1269
1270 2007-07-11  Matthias Clasen  <mclasen@redhat.com>
1271
1272         * gtk/gtkplug.c:
1273         * gtk/gtksocket.c: Move docs inline, and add some missing
1274         docs.  
1275
1276 2007-07-11  Kristian Rietveld  <kris@imendio.com>
1277
1278         * gtk/gtktreeview.c (gtk_tree_view_*_to_*_coords): x should be
1279         changed when converting widget <=> bin_window coordinates, not
1280         when bin_window <=> tree_window.
1281
1282 2007-07-11  Matthias Clasen  <mclasen@redhat.com>
1283
1284         * gtk/gtk.symbols:
1285         * gtk/gtkiconview.[hc]
1286         (gtk_icon_view_convert_widget_to_bin_window_coords): New
1287         function to convert widget coords to what is expected by
1288         the at_pos functions.  (#455984)
1289
1290 2007-07-11  Matthias Clasen  <mclasen@redhat.com>
1291
1292         * gtk/gtkwiget.c: Don't include gtktooltips.h, it is
1293         not needed anymore.
1294
1295 2007-07-11  Christian Persch  <chpe@gnome.org>
1296
1297         * gtk/gtkaction.c: (gtk_action_buildable_set_name),
1298         (gtk_action_finalize), (gtk_action_set_property),
1299         (gtk_action_get_property):
1300         * gtk/gtkactiongroup.c: (gtk_action_group_init),
1301         (gtk_action_group_add_action),
1302         (gtk_action_group_add_action_with_accel),
1303         (gtk_action_group_remove_action): Intern the action's name. Saves two
1304         string duplicates of it per action; bug #455645.
1305
1306 2007-07-10  Richard Hult  <richard@imendio.com>
1307
1308         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_new),
1309         (show_window_internal), (gdk_window_show), (gdk_window_hide): Add
1310         hack to workaround the broken tracking rect implementation in
1311         quartz, that doesn't seem to produce events if the window shows up
1312         under the mouse.
1313
1314 2007-07-10  Kristian Rietveld  <kris@imendio.com>
1315
1316         * gtk/gtk.symbols:
1317         * gtk/gtkwidget.[ch] (gtk_widget_{get,set}_has_tooltip): add
1318         getter/setter pair, slight addition to has-tooltip property
1319         documentation,
1320         (gtk_widget_real_set_has_tooltip): renamed internal function.
1321
1322 2007-07-10  Christian Persch  <chpe@gnome.org>
1323
1324         * gtk/gtkaction.c: (gtk_action_sync_tooltip),
1325         (gtk_action_set_tooltip):
1326         * gtk/gtkuimanager.c: (update_node): Remove work-around for the old
1327         tooltips code, and just set the action tooltip immediately on the
1328         proxy widget. Bug #455482.
1329
1330 2007-07-10  Kristian Rietveld  <kris@imendio.com>
1331
1332         * gtk/gtktooltip.c (find_widget_under_pointer),
1333         (child_location_foreach): use gtk_container_forall, instead of
1334         gtk_container_foreach().  Makes tooltips on notebook tabs work. (Fixes
1335         bug reported by Christian Persch).
1336
1337 2007-07-10  Kristian Rietveld  <kris@imendio.com>
1338
1339         * gtk/gtktooltip.c (child_location_foreach): ignore invisible
1340         (!drawable) widgets.  (Fixes bug reported by Paolo Borelli).
1341
1342 2007-07-10  Matthias Clasen  <mclasen@redhat.com>
1343
1344         * README.in: Make sure all deprecations are mentioned.
1345
1346 2007-07-10  Matthias Clasen  <mclasen@redhat.com>
1347
1348         * gtk/gtkrecentmanager.c: Fix some doc formatting
1349
1350 2007-07-10  Matthias Clasen  <mclasen@redhat.com>
1351
1352         * gtk/gtk-builder-convert: Fix a typo
1353
1354 2007-07-10  Matthias Clasen  <mclasen@redhat.com>
1355
1356         * NEWS: Updates
1357
1358 2007-07-09  Matthias Clasen  <mclasen@redhat.com>
1359
1360         * gtklabel.[ch]: Use a bit of the GtkLabel structure to
1361         remember that a pattern has been set.
1362         (gtk_label_set_pattern_internal): Don't do anything if 
1363         a specific pattern has been set.
1364         (gtk_label_set_pattern): set the new bit to TRUE when 
1365         setting a pattern, and recalculate everything if the 
1366         pattern is unset. Fix gtk_label_set_pattern() not working 
1367         anymore.  (#452861, Vincent Untz)
1368
1369 2007-07-09  Claude Paroz  <claude@2xlibre.net>
1370
1371         * configure.in: Changed uz to uz@cyrillic and uz@Latn to uz.
1372         See bug #451164.
1373
1374 2007-07-09  Matthias Clasen  <mclasen@redhat.com>
1375
1376         * gtk/gtkvolumebutton.c: Remove deprecated tooltips,
1377         use new tooltips API.  (#449311, Jan Arne Petersen)
1378
1379 2007-07-09  Matthias Clasen  <mclasen@redhat.com>
1380
1381         * gtk/gtkselection.c (normalize_to_crlf): Don't ignore
1382         the passed-in len parameter.  (#430049, Yevgen Muntyan)
1383
1384 2007-07-09  Matthias Clasen  <mclasen@redhat.com>
1385
1386         * gtk/gtkframe.c (gtk_frame_size_allocate): Improve the
1387         handling of broken situations.  (#427899, Francesco Montorsi)
1388
1389 2007-07-09  Matthias Clasen  <mclasen@redhat.com>
1390
1391         * gtk/gtkviewport.c (gtk_viewport_size_request): Changed size 
1392         requisition so the viewport does not add the border thickness 
1393         if it has GTK_SHADOW_NONE selected.  (#361781, Miguel Gomez)
1394
1395 2007-07-09  Matthias Clasen  <mclasen@redhat.com>
1396
1397         * gtk/gtktooltip.c (gtk_tooltip_trigger_tooltip_query): 
1398         Fix a typo in the docs.  (#453930, Guillaume Cottenceau)
1399
1400 2007-07-09  Kristian Rietveld  <kris@imendio.com>
1401
1402         Replace non-deprecated API using old tooltips API, deprecate
1403         old tooltips API for real. (#451575).
1404
1405         * gtk/gtk.symbols: updated.
1406
1407         * gtk/gtkwidget.c (gtk_widget_real_show_help): don't call
1408         _gtk_tooltips_toggle_keyboard_mode() anymore.
1409
1410         * gtk/gtkmenutoolbutton.[ch] (gtk_menu_tool_button_set_arrow_tooltip):
1411         deprecated,
1412         (gtk_menu_tool_button_set_arrow_tooltip_{text,markup}): replacements.
1413
1414         * gtk/gtktoolitem.[ch] (gtk_tool_item_real_set_tooltip): use
1415         new API,
1416         (gtk_tool_item_set_tooltip): deprecated,
1417         (gtk_tool_item_set_tooltip_{text,markup): replacements.
1418         (GtkToolItemClass:set_tooltip): deprecated.
1419
1420         * gtk/gtktooltips.[ch]: strip out all unused parts, made
1421         gtk_tooltips_set_tip() call gtk_widget_set_tooltip_text(),
1422         deprecate all of gtk_tooltips_*.
1423
1424         * gtk/gtktoolbar.[ch] (gtk_toolbar_get_tooltips): always return
1425         TRUE,
1426         (GtkToolbar:tooltips): deprecated, renamed.
1427
1428         * gtk/gtkaction.c (gtk_action_sync_tooltip): use new API to
1429         set the tooltip text.
1430
1431         * tests/autotestfilechooser.c: #undef GTK_DISABLE_DEPRECATED for now,
1432         will be removed GtkFileChooserDefault has been converted.
1433
1434 2007-07-09  Matthias Clasen  <mclasen@redhat.com>
1435
1436         * gtk/gtktreeview.c
1437         (gtk_tree_view_convert_bin_window_to_widget_coords:
1438         Fix a typo in the docs.  (#453673, Guillaume Cottenceau)
1439
1440 2007-07-09  Matthias Clasen  <mclasen@redhat.com>
1441
1442         * gtk/gtkcombobox.c (gtk_combo_box_model_row_deleted): Emit 
1443         ::changed when removing the active row.  (#452056, Paul Pogonyshev)
1444
1445 2007-07-09  Matthias Clasen  <mclasen@redhat.com>
1446
1447         * gtk/gtksearchenginesimple.c: Address some thread-safety
1448         issues.  (#452598)
1449
1450 2007-07-09  Matthias Clasen  <mclasen@redhat.com>
1451
1452         * modules/printbackends/*/Makefile.am: Fix build problems
1453         on Cygwin.  (#448604)
1454
1455 2007-07-09  Jaap Haitsma  <jaap@haitsma.org>
1456
1457         * gtk/gtkstatusicon.c: Remove usage of deprecated GtkTooltips API. Use
1458         gtk_widget_set_tooltip_text instead
1459
1460 2007-07-09  Johan Dahlin  <jdahlin@async.com.br>
1461
1462         * gtk/gtktooltip.c:
1463         * gtk/gtktooltip.h: Make the GTK_TOOLTIP and GTK_IS_TOOLTIP macros public.
1464
1465 2007-07-09  Johan Dahlin,,,  <jdahlin@lozenge>
1466
1467         * demos/gtk-demo/demo.ui:
1468         * gtk/gtk-builder-convert:
1469         * gtk/gtkactiongroup.c: (gtk_action_group_buildable_init),
1470         (gtk_action_group_buildable_add_child),
1471         (accelerator_start_element),
1472         (gtk_action_group_buildable_custom_tag_start),
1473         (gtk_action_group_buildable_custom_tag_end):
1474         * gtk/gtkuimanager.c: (child_hierarchy_changed_cb),
1475         (gtk_ui_manager_buildable_construct_child):
1476         * tests/buildertest.c: (test_uimanager_simple):
1477
1478         Add actiongroup/action accelerator support for builder. #454654
1479
1480 2007-07-08  Matthias Clasen  <mclasen@redhat.com>
1481
1482         * gtk/gtkbuilderparser.c (pgettext): Support old-style
1483         message contexts, too. 
1484
1485 2007-07-08  Johan Dahlin  <jdahlin@async.com.br>
1486
1487         * gtk/gtk-builder-convert: Improve the way properties
1488         are copied over from a menuitem to an action.
1489         
1490 2007-07-08  Johan Dahlin  <jdahlin@async.com.br>
1491
1492         * gtk/gtk-builder-convert (GtkBuilderConverter._convert_menuitem): Convert
1493         GtkMenus which are not part of a GtkMenuBar. Also move over activate signals
1494         when converting a GtkMenuItem subclass to an action. 
1495         (#454830, Bastien Nocera)
1496
1497         * gtk/gtkbuilderparser.c (parse_signal): Parse last_modification_time
1498         attribute in <signal> tag
1499
1500 2007-07-07  Matthias Clasen <mclasen@redhat.com>
1501
1502         * gtk/gtkbuilderprivate.h:
1503         * gtk/gtkbuilderparser.c: Support context and comments
1504         for properties.
1505
1506 2007-07-07  Matthias Clasen <mclasen@redhat.com>
1507
1508         * gtk/gtkwidget.c: Fix some typos, and a memory management bug.  
1509
1510 2007-07-08  Johan Dahlin  <jdahlin@async.com.br>
1511
1512         * gtk/gtkwidget.c (gtk_widget_buildable_custom_tag_start): 
1513         Parse <accessibility> but don't do anything yet.
1514         * gtk/gtk-builder-convert (GtkBuilderConverter._parse): 
1515         Do not strip atk/accessibility tags
1516         * tests/buildertest.c (test_widget): 
1517         Test this
1518         
1519 Sun Jul  8 01:33:45 2007  Tim Janik  <timj@gtk.org>
1520
1521         * gdk/gdkwindow.c: docu fixup by Bjoern Lindqvist, #454703.
1522
1523 2007-07-07  Richard Hult  <richard@imendio.com>
1524
1525         * gdk/quartz/GdkQuartzWindow.c ([GdkQuartzWindow -windowDidResignMain:]) 
1526         ([GdkQuartzWindow -windowDidBecomeMain:]): 
1527         * gdk/quartz/gdkwindow-quartz.c (_gdk_quartz_window_did_resign_main)
1528         (_gdk_quartz_window_did_become_main, gdk_window_hide)
1529         (_gdk_windowing_window_destroy): Keep a stack of main windows and
1530         select the most recent one when hiding/closing the current one.
1531
1532 2007-07-07  Johan Dahlin  <jdahlin@async.com.br>
1533
1534         * gtk/gtk-builder-convert (GtkBuilderConverter._convert_textview_text): 
1535         Convert GtkTextView::text properties
1536         (GtkBuilderConverter): Refactor; Optimize widget lookups by not
1537         traversing the whole tree.
1538         Use a common api to create sizegroups, actiongroups and uimanagers
1539         to avoid name conflicts.
1540         Output newly created objects sorted by id before the old roots under
1541         <interface>
1542         (GtkBuilderConverter._parse): Remove unsupported atkrelation and atkproperty
1543         tags
1544         (GtkBuilderConverter._convert_menuitem): Add support for CheckMenuItems
1545         and do not set name and action on separators
1546         (GtkBuilderConverter._add_action_from_menuitem): Only set stock_id
1547         on the action if the menuitem had a stock or label property set
1548
1549 2007-07-06  Richard Hult  <richard@imendio.com>
1550
1551         * gdk/quartz/gdkprivate-quartz.h:
1552         * gdk/quartz/gdkwindow-quartz.c:
1553         * gdk/quartz/GdkQuartzWindow.c: Fix (de)miniaturizing transient
1554         windows, by (un)setting the parent before and after miniaturizing.
1555
1556 2007-07-06  Richard Hult  <richard@imendio.com>
1557
1558         * gdk/quartz/gdkkeys-quartz.c (gdk_keymap_have_bidi_layouts): Add
1559         stub.
1560
1561 2007-07-06  Johan Dahlin  <jdahlin@async.com.br>
1562
1563         * gtk/gtkbuilder.c (gtk_builder_get_type_from_name): Add a missing
1564         semi-colon in the doc string, spotted by Johannes Sasonko
1565
1566 2007-07-05  Matthias Clasen  <mclasen@redhat.com>
1567
1568         * gtk/gtkbuilder.c: Support pixbuf properties by specifying
1569         a filename as the property value.  (#447966)
1570
1571 Wed Jul  4 12:20:23 2007  Tim Janik  <timj@imendio.com>
1572
1573         * gdk/gdkevents.c (gdk_event_request_motions): added usage example
1574         to gdk_event_request_motions() docs.
1575
1576 2007-07-04  Tor Lillqvist  <tml@novell.com>
1577
1578         * gtk/gtkstatusicon.c: On Win32 call
1579         gtk_status_icon_button_press() in an idle callback and not
1580         directly from the window procedure to avoid "g_main_loop_run():
1581         called recursively from within a source's check() or prepare()
1582         member, iteration not possible" warnings.
1583
1584 2007-07-04  Chris Wilson  <chris@chris-wilson.co.uk>
1585
1586         * gtk/gtkrecentchoosermenu.c (idle_populate_func),
1587         (idle_populate_clean_up), (gtk_recent_chooser_menu_populate):
1588         Remove a surplus GDK_THREADS_LEAVE() and avoid a potential use after
1589         free in the source destroy notify. (#453033)
1590
1591 2007-07-04  Johan Dahlin  <jdahlin@async.com.br>
1592
1593         * gtk/gtkcelllayout.c (_gtk_cell_layout_buildable_add_child): 
1594         pack children from the start instead of the end, this should
1595         probably be made configurable at some point.
1596
1597         * gtk/gtk-builder-convert:
1598         Add support for converting GtkComboBox items, also make sure
1599         that we support more than one GtkAdjustment in a file
1600
1601 2007-07-03  Richard Hult  <richard@imendio.com>
1602
1603         * gdk/quartz/gdkevents-quartz.c: Keep track of button state and
1604         include it in key events. Needed for gimp's selection tools and
1605         fixes bug #453411.
1606
1607 2007-07-03  Matthias Clasen  <mclasen@redhat.com>
1608
1609         * gtk/gtkbuilder.c: Fix some typos in docs.  (#452278,
1610         Adam Schreiber)
1611
1612 2007-07-03  Richard Hult  <richard@imendio.com>
1613
1614         * gdk/quartz/gdkevents-quartz.c (create_key_event): Include
1615         modifier state in key release events. Fixes bug #453413.
1616
1617 2007-07-03  Matthias Clasen  <mclasen@redhat.com>
1618
1619         * gtk/gtkcelllayout.c (attributes_text_element): Report
1620         errors about integer parsing back up.  (#452988)
1621
1622         * tests/buildertest.c: Add an extra check.
1623
1624 2007-07-03  Matthias Clasen  <mclasen@redhat.com>
1625
1626         * gtk/gtkbutton.c (gtk_button_construct_child): Don't leave
1627         priv->image dangling when use-stock is set to FALSE.  (#437281,
1628         Jochen Baier)
1629
1630 2007-07-03  Tor Lillqvist  <tml@novell.com>
1631
1632         * configure.in: Handle GDK_PIXBUF_EXTRA_LIBS like GDK_EXTRA_LIBS,
1633         i.e. clear it if enable_explicit_deps isn't on. If we build with
1634         --with-included-loaders and --enable-explicit-deps=no we don't
1635         want -ltiff -ljpeg etc in the gdk-pixbuf-2.0.pc file.
1636
1637 2007-07-03  Tor Lillqvist  <tml@novell.com>
1638
1639         * gdk/win32/gdkkeys-win32.c (gdk_keymap_have_bidi_layouts):
1640         Implement. Just return FALSE for now. What should this function
1641         actually do? Does keyboards layouts being "in use" mean that such
1642         layouts can be switched to on the fly using some extra-GTK+
1643         mechanism? If so we need to actually check that.
1644
1645 2007-07-03  Tristan Van Berkom  <tvb@gnome.org>
1646
1647         * gtk/gtkwidget.c: Fixed assertions from setting "tooltip-text" to NULL
1648         (bug 452425)
1649
1650 2007-07-03  Johan Dahlin  <jdahlin@async.com.br>
1651
1652         * gtk/gtk-builder-convert (GtkBuilderConverter._strip_root): Add a
1653         --root option. Filter empty properties. Convert GtkAdjustments.
1654
1655         * gtk/gtkdialog.c (gtk_dialog_buildable_custom_finished): Mimic the behavior
1656         of gtk_dialog_add_action_widget closer, to make clicking on the buttons
1657         actually work.
1658
1659 2007-07-02  Matthias Clasen  <mclasen@redhat.com>
1660
1661         * configure.in: Bump version
1662
1663         * === Released 2.11.5 ===
1664
1665         * tests/autotestkeywords.cc: Make platform includes
1666         conditional.
1667
1668         * gtk/Makefile.am: File list fixes
1669
1670         * NEWS: Updates
1671
1672 2007-07-02  Kristian Rietveld  <kris@gtk.org>
1673
1674         * gtk/gtk.symbols:
1675         * gtk/gtktreeview.[ch] (gtk_tree_view_is_rubber_banding_active): new
1676         function to check whether a rubber banding operation is currently
1677         active.  (#393579, Christian Neumair).
1678
1679 2007-07-02  Matthias Clasen  <mclasen@redhat.com>
1680
1681         * NEWS: Updates
1682
1683 2007-07-02  Jan Arne Petersen  <jpetersen@jpetersen.org>
1684
1685         * gtk/gtkscalebutton.c: (gtk_scale_button_update_icon): Add
1686         parentheses to fix the operator order in the icon selection.
1687
1688 2007-07-01  Johan Dahlin  <jdahlin@async.com.br>
1689
1690         * gtk/gtk-builder-convert (GtkBuilderConverter): 
1691         Convert to getopt, improved documentation, change
1692         the script to require two arguments
1693
1694 2007-06-30  Richard Hult  <richard@imendio.com>
1695
1696         Continue the event handling cleanup:
1697
1698         * gdk/quartz/gdkevents-quartz.c: (synthesize_crossing_events):
1699         Don't do anything if the old and new windows are the same,
1700         simplifies the callers.
1701         (find_mouse_window_for_ns_event): Always return a window (root
1702         instead of NULL). Remove unneccessary check for the current mouse
1703         window being NULL, that was a workaround for a now fixed
1704         bug. Convert to root coordinates if we don't find a window.
1705         (synthesize_crossing_events_for_ns_event): Simplify and add
1706         comment.
1707
1708 2007-06-30  Richard Hult  <richard@imendio.com>
1709
1710         * gdk/quartz/gdkevents-quartz.c:
1711         (synthesize_crossing_events_for_ns_event): Simplify (get the
1712         origin directly from the window).
1713
1714 2007-06-30  Richard Hult  <richard@imendio.com>
1715
1716         * gdk/quartz/gdkevents-quartz.c: (create_crossing_event),
1717         (synthesize_crossing_events), (find_mouse_window_for_ns_event),
1718         (synthesize_crossing_events_for_ns_event): No need to special case
1719         the root window now that it has the right size.
1720
1721 2007-06-30  Richard Hult  <richard@imendio.com>
1722
1723         * gdk/quartz/gdkwindow-quartz.c:
1724         * gdk/quartz/gdkevents-quartz.c: Improve comments in those
1725         files. Add a debugging helper to print out information about a
1726         window.
1727
1728 2007-06-30  Johan Dahlin  <jdahlin@async.com.br>
1729
1730         * gtk/gtkbuilder.c:
1731         * gtk/gtkbuilder.h:
1732         * gtk/gtkbuilderparser.c:
1733         * gtk/gtkbuilderprivate.h:
1734         * gtk/gtkwidget.c: 
1735         * tests/buildertest.c:
1736
1737         Improve error handling for enum/flags, rename the converter functions
1738         to be consistent. Add tests. Fixes #452465
1739
1740 2007-06-30  Richard Hult  <richard@imendio.com>
1741
1742         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_get_origin): Make
1743         this work properly for the root window.
1744
1745 2007-06-30  Richard Hult  <richard@imendio.com>
1746
1747         * gdk/quartz/GdkQuartzView.c: Improve the tracking rect updating:
1748         - No need to override setFrame.
1749         - Use our own size instead of the bounds from the view as it's not
1750         always updated before the tracking rect.
1751         - Only reset the tracking rect if the new window is nil).
1752         
1753         * gdk/quartz/GdkQuartzWindow.c: Update the bounds of the content
1754         view when the window size changes.
1755
1756 2007-06-30  Matthias Clasen  <mclasen@redhat.com>
1757
1758         * gtk/gtkbuilderparser.c (_gtk_builder_parse_boolean): 
1759         Use g_ascii_strdown() instead of a rolling our own.
1760
1761 2007-06-30  Johan Dahlin  <jdahlin@async.com.br>
1762
1763         * gtk/gtkbuilderparser.c: (_get_type_by_symbol), (parse_object),
1764         (parse_child):
1765         * tests/buildertest.c: (test_types):
1766         Move type-func to <object> instead of <child>, add a test to
1767         make sure that it works as desired, #452463
1768
1769         * gtk/gtkbuilder.c: (gtk_builder_value_from_string_type):
1770         * gtk/gtkbuilderparser.c: (_gtk_builder_parse_boolean),
1771         (parse_property), (parse_signal):
1772         * gtk/gtkbuilderprivate.h:
1773         * tests/buildertest.c: (test_value_from_string):
1774         Make boolean string parsing consistent, #452464
1775
1776 2007-06-30  Matthias Clasen  <mclasen@redhat.com>
1777
1778         * gtk/gtkbuilder.c:
1779         * gtk/gtkbuildable.c: Documentation updates.
1780
1781 2007-06-29  Matthias Clasen  <mclasen@redhat.com>
1782
1783         * gdk/gdk.symbols:
1784         * gdk/gdkkeys.h:
1785         * gdk/x11/gdkkeys-x11.c (gdk_keymap_have_bidi_layouts): New
1786         function to determine if keyboard layouts for both LTR and LTR 
1787         languages are in use. Refactor the direction caching code to
1788         make this information available.  (#353805, Behnam Esfahbod)
1789
1790 2007-06-29  Matthias Clasen  <mclasen@redhat.com>
1791
1792         * modules/printbackend/cups/gtkcupsutils.c (_post_check):
1793         (_get_check): Enable SSL support.  (#451070, Vince Busam)
1794
1795 2007-06-29  Johan Dahlin  <jdahlin@async.com.br>
1796
1797         * gtk/gtkbuilder.c: (gtk_builder_finalize),
1798         (gtk_builder_get_parameters), (_gtk_builder_construct):
1799         * tests/buildertest.c:
1800
1801         Improve reference counting, #447967
1802
1803 2007-06-29  Ryan Lortie  <desrt@desrt.ca>
1804
1805         * tests/testgtk.c (create_composited_window): Connect the "destroy"
1806         signal so that the 'window' pointer is set back to NULL (like for the
1807         other examples).
1808
1809         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_finalize): Don't
1810         destroy the Damage here.  By finalize() XDestroyWindow has already
1811         been called (and took the Damage with it).
1812
1813         Bug #452046.
1814
1815 2007-06-29  Emmanuele Bassi  <ebassi@gnome.org>
1816
1817         * gtk/gtkrecentchooserdefault.c (recent_meta_data_func): Escape
1818         markup entities in the name and URI before displaying them.
1819
1820 2007-06-29  Emmanuele Bassi  <ebassi@gnome.org>
1821
1822         * gtk/gtkrecentmanager.c (get_icon_for_mime_type): Do not
1823         cache the icon pixbufs but rely on the GtkIconTheme not to
1824         hit the disk cache too much (should tentatively fix #426987).
1825
1826 2007-06-28  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
1827
1828         * modules/engines/ms-windows/msw_style.c: Draw no bevel
1829         when "GtkToolbar::shadow-type" is "none" (#450469).
1830
1831 2007-06-28  Johan Dahlin  <jdahlin@async.com.br>
1832
1833         * gtk/gtk-builder-convert (_indent): Prettify the output by
1834         running it through xmllint --format if xmllint is available 
1835         which also requires the subprocess module only available 
1836         in python 2.4 or later
1837
1838 2007-06-28  Christian Persch  <chpe@gnome.org>
1839
1840         * gtk/gtkvolumebutton.c: (gtk_volume_button_class_init),
1841         (gtk_volume_button_init), (gtk_volume_button_dispose),
1842         (gtk_volume_button_update_tooltip): Make the volume button use range
1843         0.0 to 1.0 by default, and fix tooltips code to cope with different ranges.
1844         Bug #451866.
1845
1846 2007-06-28  Yevgen Muntyan  <muntyan@tamu.edu>
1847
1848         * gtk/gtktextutil.c (_gtk_text_util_get_block_cursor_location):
1849         do right thing in one-character lines and at paragraph end (#448313).
1850
1851         * configure.in: require pango-1.17.3 to get fixed pango_layout_index_to_line_x()
1852         (pango #448342).
1853
1854 2007-06-27  Johan Dahlin  <jdahlin@async.com.br>
1855
1856         * gtk/gtkbuilderparser.c (parse_property): Use
1857         the attribute name in the error message instead of
1858         the value.
1859         
1860         * demos/gtk-demo/demo.ui: Set name of Help menu
1861         to HelpMenu
1862
1863         * gtk/gtkbuilder.c (apply_delayed_properties): 
1864         Print out the name of the right object in the warning
1865         (#451314, Philip Withnall)
1866
1867         * gtk/gtk-builder-convert (GtkBuilderConverter._parse): Remove
1868         glade-interface doctype if found.
1869         (GtkBuilderConverter._convert): 
1870         Make sure that we can convert Gazpacho files too.
1871
1872 2007-06-27  Cody Russell  <bratsche@gnome.org>
1873
1874         * modules/engines/ms-windows/msw_style.c (draw_themed_tab_button):
1875         Fixed, very hackishly, a one pixel error that occurs using the
1876         XP theme engine only on the left-most tab, if it is active, when
1877         the notebook is bottom-oriented. (#392283)
1878
1879 2007-06-27  Johan Dahlin  <jdahlin@async.com.br>
1880
1881         * tests/buildertest.c: (test_value_from_string): 
1882         Check the code and domain of GErrors instead of the string values
1883         
1884         * gtk/gtkbuilder.c: (gtk_builder_get_parameters),
1885         (gtk_builder_value_from_string),
1886         (gtk_builder_value_from_string_type):
1887         * gtk/gtkbuilder.h:
1888         * gtk/gtkcontainer.c: (gtk_container_buildable_set_child_property),
1889         (attributes_text_element):
1890         * gtk/gtkliststore.c: (list_store_text):
1891         * tests/buildertest.c: (test_value_from_string):
1892
1893         Add GtkBuilder and GError arguments to gtk_builder_value_from_string
1894         and gtk_builder_value_from_string_type. (#451428)
1895
1896 2007-06-27  Xan Lopez  <xan@gnome.org>
1897
1898         * gtk/gtkvbbox.c (gtk_vbutton_box_size_allocate):
1899         * gtk/gtkhbbox.c (gtk_hbutton_box_size_allocate):
1900
1901         Do not add border_width to the first button initial
1902         coordinate, since it's already taken into account in
1903         the allocation value. (#451484)
1904
1905 2007-06-27  Michael Natterer  <mitch@imendio.com>
1906
1907         Merged from maemo-gtk:
1908
1909         * gtk/gtkmenu.c (gtk_menu_handle_scrolling): when updating the
1910         scroll arrows' state, make sure we don't overwrite the insensitive
1911         state that might have been set by the first scroll step hitting
1912         the top/bottom border of the menu.
1913
1914 Wed Jun 27 13:27:21 2007  Tim Janik  <timj@gtk.org>
1915
1916         * gtk/gtkradiobutton.[hc]: applied patch to improve variable names, 
1917         by Olivier Delhomme, #451527.
1918
1919 Wed Jun 27 11:57:41 2007  Tim Janik  <timj@imendio.com>
1920
1921         * gtk/gtkstatusicon.c (gtk_status_icon_position_menu): fixed
1922         push_in description.
1923
1924 2007-06-27  Johan Dahlin  <jdahlin@async.com.br>
1925
1926         * gtk/gtkbuilderparser.c: Plug leaks in error code paths
1927
1928 2007-06-26  Johan Dahlin  <jdahlin@async.com.br>
1929
1930         * tests/buildertest.c (test_object_properties): 
1931         Add a test to check object properties
1932
1933         * gtk/gtkbuilder.h (enum): 
1934         * gtk/gtkbuilderparser.c (end_element): 
1935         * tests/buildertest.c (test_parser): 
1936         Set an error if we encounter properties without values set
1937         (#451303, Philip Withnall)
1938         (test_object_properties): Add a test
1939
1940         * demos/gtk-demo/builder.c (do_builder): Connect the
1941         destroy signal in the example instead of the ui file.
1942         Also set the screen and title of the window.
1943         (#451345, Thomas Rydzynski)
1944
1945 2007-06-26  Richard Hult  <richard@imendio.com>
1946
1947         * gtk/gtkbuilder.c: (gtk_builder_value_from_string_type): Fix a
1948         bunch of small bugs when parsing property values
1949         (boolean/int/uint/long/ulong/float/double). Bug #451353.
1950
1951         * tests/buildertest.c: Add tests for the above.
1952
1953 2007-06-26  Emmanuele Bassi  <ebassi@gnome.org>
1954
1955         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Fix
1956         a typo in the previous commit.
1957
1958         (shortcuts_append_desktop): Remove unused variable and
1959         hush the compiler warning.
1960
1961 2007-06-26  Emmanuele Bassi  <ebassi@gnome.org>
1962
1963         * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Show
1964         the time of last change in the file chooser, for files
1965         modified today or yesterday. (#324543)
1966
1967         * configure.in: Check for localtime_r().
1968
1969 2007-06-26  Cody Russell  <bratsche@gnome.org>
1970
1971         * modules/engines/ms-windows/xp_theme.[ch]
1972         * modules/engines/ms-windows/msw_style.c: Add support for 
1973         drawing checkboxes with inconsistent states. (Tor, #164809)
1974
1975 2007-06-26  Johan Dahlin  <jdahlin@async.com.br>
1976
1977         * gtk/gtk-builder-convert (GtkBuilderConverter.to_xml): Encode 
1978         the output in utf-8 as suggested by Bogdan Nicula
1979
1980 2007-06-22  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
1981  
1982         * configure.in, tests/Makefile.am, tests/autotestkeywords.cc,
1983         tests/dummy-headers/*: Extend the C++ keyword test
1984         to include internal GDK headers (#449016).
1985
1986 2007-06-26  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
1987
1988         * ChangeLog, configure.in, tests/Makefile.am, 
1989         tests/autotestkeywords.cc: Create test for finding
1990         C++ keywords in public header files (#449016).
1991
1992 2007-06-26  Kristian Rietveld  <kris@imendio.com>
1993
1994         * gtk/gtktooltips.h: remove the deprecation macros for now to fix
1995         the build and give us a chance to fix widgets which use GtkTooltips
1996         in their API.
1997
1998 2007-06-26  Kristian Rietveld  <kris@imendio.com>
1999
2000         * gtk/gtk.symbols:
2001         * gtk/gtktooltips.[ch]:
2002         * docs/reference/gtk/tmpl/gtktooltips.sgml: deprecate GtkTooltips.
2003
2004 2007-06-25  Johan Dahlin  <jdahlin@async.com.br>
2005
2006         * gtk/gtk-builder-convert: Add a script to convert libglade files
2007         to something gtkbuilder can parse.
2008         Fixes #447995
2009
2010 2007-06-25  Richard Hult  <richard@imendio.com>
2011
2012         * gdk/quartz/gdkevents-quartz.c (gdk_event_translate): Don't steal
2013         menu events while the keyboard is grabbed.
2014
2015 2007-06-25  Richard Hult  <richard@imendio.com>
2016
2017         * gdk/quartz/Makefile.am:
2018         * gdk/quartz/xcursors.h:
2019         * gdk/quartz/gdkcursor-quartz.c: Fallback to X cursors for the
2020         ones that OS X doesn't provide. Fixes bug #327912.
2021
2022 2007-06-25  Emmanuele Bassi  <ebassi@gnome.org>
2023
2024         * gtk/gtkrecentmanager.c:
2025         (build_recent_info): building a GtkRecentInfo can never fail.
2026
2027         (gtk_recent_manager_get_items): Clamp the list while building
2028         it so we don't need to traverse it more than once. (#446532,
2029         Philip Withnall)
2030
2031 2007-06-25  Tor Lillqvist  <tml@novell.com>
2032
2033         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): Revert my
2034         attempted overly simple fix for #445284, as it causes a
2035         regression. (For instance, in GIMP the tool cursor gets used also
2036         for the right-click menu in image windows.) A more complex fix is
2037         needed to more completely emulate X11 behaviour.
2038
2039 2007-06-24  Kristian Rietveld  <kris@gtk.org>
2040
2041         * Makefile.am: fix little mistake in my last commit ...
2042
2043 2007-06-24  Kristian Rietveld  <kris@gtk.org>
2044
2045         * gtk/gtksearchenginequartz.[ch]: Add a search engine which queries
2046         the Spotlight database on MacOS X (only available in 10.4 and
2047         higher).
2048
2049         * gtk/gtksearchengine.c (_gtk_search_engine_new): try creating
2050         quartz search engine if we are on OS X.
2051
2052         * Makefile.am: added use_quartz_sources section with new file.
2053
2054 2007-06-22  Emmanuele Bassi  <ebassi@gnome.org>
2055
2056         * gtk/gtksearchenginebeagle.c:
2057         * gtk/gtksearchenginesimple.c:
2058         * gtk/gtksearchenginetracker.c: Remove the MIME type calls and
2059         queries from the search engine implementations, since we use our
2060         own GtkFileSystem to filter out basing on MIME types and we cannot
2061         query MIME types anyway. The GtkQuery private object still has
2062         MIME type, as well as location, support for future expansion.
2063
2064 Fri Jun 22 12:13:39 2007  Tim Janik  <timj@imendio.com>
2065
2066         * gtk/gtkframe.c (gtk_frame_paint): applied patch from Xan Lopez
2067         to eliminate gap in painted frame for yaling=0.0 or yalign=1.0.
2068
2069         * tests/testframe.c: added test application from Xan Lopez to
2070         test xalign/yalign interactions with xthickness/ythickness.
2071
2072 Fri Jun 22 00:34:34 2007  Tim Janik  <timj@gtk.org>
2073
2074         * gdk/x11/gdkdisplay-x11.c (gdk_x11_display_get_xdisplay): applied
2075         patch from Mark Tiefenbruck to add missing return_if_fail, #449862.
2076
2077 2007-06-21  Matthias Clasen  <mclasen@redhat.com>
2078
2079         * gtk/gtktoolbar.c: Remove debug spew.  (#449492, Christian Persch)
2080
2081 2007-06-21  Matthias Clasen  <mclasen@redhat.com>
2082
2083         * gtk/gtkmain.c (gtk_main_do_event): Remove faulty and irrelevant
2084         enter-leave compression code.  (#449167, patch by Tim Janik)
2085
2086 2007-06-19  Johan Dahlin  <jdahlin@async.com.br>
2087
2088         * gdk/quartz/GdkQuartzView.c ([GdkQuartzView -updateTrackingRect]): Fix a typo
2089         in a comment
2090
2091 2007-06-20  Richard Hult  <richard@imendio.com>
2092
2093         * gdk/quartz/gdkwindow-quartz.c (gdk_window_new): 
2094         * gdk/quartz/GdkQuartzWindow.c (windowDidResize): Don't create or
2095         update the tracking rect in the window, move it to the view where
2096         it belongs.
2097
2098         * gdk/quartz/GdkQuartzView.c (updateTrackingRect)
2099         (viewDidMoveToWindow, viewWillMoveToWindow)
2100         (setFrame, setBounds): Create and update the tracking rect here.
2101
2102 2007-06-19  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
2103
2104         * gdk/gdkinternals.h: Restore G_BEGIN_DECLS at the
2105         top of this file to make C++ compilers happy.
2106
2107 2007-06-19  Matthias Clasen <mclasen@redhat.com>
2108
2109         * configure.in: Bump version
2110
2111         * === Released 2.11.4 ===
2112
2113         * NEWS: Updates
2114
2115 2007-06-19  Sven Neumann  <sven@gimp.org>
2116
2117         * gtk/gtkicontheme.c (gtk_icon_info_copy): use g_slice_dup().
2118
2119 2007-06-19  Sven Neumann  <sven@gimp.org>
2120
2121         * gtk/gtktooltips.[ch]: mark the GtkTooltips struct as private.
2122         Keep the tooltips in a hash table instead of a linked list.
2123         Improves performance when using large amounts of tooltips (#447214).
2124
2125         * README.in: document the GtkTooltips changes.
2126
2127 2007-06-19  Johan Dahlin  <jdahlin@async.com.br>
2128
2129         * gtk/*: Rename buildable methods to not clash with widget 
2130         methods. (#448928, Torsten Schoenfeld)
2131
2132 2007-06-19  Emmanuele Bassi  <ebassi@gnome.org>
2133
2134         * gtk/gtkrecentmanager.c: Use g_timeout_add_seconds_full() for
2135         the timed poll of the storage file, since we are using multiple
2136         seconds intervals and we don't actually care about millisecond
2137         precision.
2138
2139         (threads_dispatch), (threads_free), (gtk_recent_manager_init),
2140         (gtk_recent_manager_set_filename): Roll our own version of
2141         gdk_threads_add_timeout() using g_timeout_add_seconds_full()
2142         while holding the GDK main lock.
2143
2144         * configure.in: Bump up the required GLib version, in order
2145         to use g_timeout_add_seconds_full().
2146
2147 2007-06-19  Emmanuele Bassi  <ebassi@gnome.org>
2148
2149         * gtk/gtkrecentmanager.c: Use a static variable to hold the
2150         singleton and remove the code that binds a recent manager to
2151         a GdkScreen.
2152
2153         (gtk_recent_manager_set_screen): Make it a NOOP.
2154         (gtk_recent_manager_get_for_screen): Proxy for
2155         gtk_recent_manager_get_default().
2156
2157         * gtk/gtk.symbols:
2158         * gtk/gtkrecentmanager.h: Deprecate gtk_recent_manager_set_screen()
2159         and gtk_recent_manager_get_for_screen().
2160
2161         * gtk/gtkmain.c: Force a synchronisation of the GtkRecentManager
2162         singleton (if any) when reaching main loop depth of 0.
2163
2164         * gtk/gtkrecentchooserdefault.c:
2165         (gtk_recent_chooser_default_dispose): Disconnect the changed
2166         signal only if we have a manager and we are connected to it.
2167
2168         (set_recent_manager): Ditto.
2169
2170         * README.in: Document the deprecations.
2171
2172 2007-06-18  Matthias Clasen <mclasen@redhat.com>
2173
2174         * gtk/gtkcellrendererspin.c: Fix some issues with refcounting
2175         of the adjustment.  (#448544, Carlos Garnacho)
2176
2177 2007-06-18  Gustavo J. A. M. Carneiro  <gjc@gnome.org>
2178
2179         reviewed by: Matthias Clasen
2180
2181         * gtk/gtkaccelgroup.c (gtk_accel_group_finalize): Remove closure
2182         invalidate notifiers. (#448484)
2183
2184 2007-06-17  Matthias Clasen <mclasen@redhat.com>
2185
2186         * README.in: Updates
2187
2188         * gtk/gtkmenushell.c: Make GtkMenuShell as an abstract type.
2189         It was already documented as such.  (#412357, Vincent Geddes)
2190
2191 2007-06-17  Matthias Clasen <mclasen@redhat.com>
2192
2193         * gtk/gtkcontainer.c: Fix a doc typo.
2194
2195 2007-06-17  Richard Hult  <richard@imendio.com>
2196
2197         * gdk/quartz/gdkevents-quartz.c (gdk_event_translate): Forward
2198         Mac OS menu shortcut events to the right menu.
2199
2200 2007-06-17  Richard Hult  <richard@imendio.com>
2201
2202         * gdk/quartz/gdkevents-quartz.c (gdk_event_translate)
2203         (synthesize_crossing_events_for_ns_event)
2204         (find_window_for_ns_event): More refactoring of the event
2205         handling: Extract synthesizing of crossing events from
2206         find_window_for_ns_event so that it doesn't have any side effects,
2207         and call the new function from gdk_event_translate instead.
2208
2209 2007-06-16  Richard Hult  <richard@imendio.com>
2210
2211         * gdk/quartz/gdkevents-quartz.c: (find_window_for_ns_event),
2212         (gdk_event_translate): Remove pointless logging for unhandled events.
2213         Activate the application on non-left clicks, since that is only done
2214         for left clicks and we depend on it to get events routed properly for
2215         context menus and other popup windows.
2216
2217 2006-09-22  Dennis Cranston  <dennis_cranston@yahoo.com>
2218
2219         * gtk/gtkfilechooserbutton.c: (change_icon_theme),
2220         (model_add_bookmarks), (model_update_current_folder):
2221         * gtk/gtkfilechooserdefault.c: (shortcuts_reload_icons),
2222         (shortcuts_insert_path):  Use the remote folder icon when
2223         appropriate.
2224
2225         Follow up to #354887
2226
2227 2007-06-17  Christian Persch  <chpe@gnome.org>
2228
2229         * gtk/Makefile.am: Pass the print settings to the preview programme.
2230         Bug #403717, patch by Carlos Garcia Campos.
2231
2232 2007-06-17  Xan Lopez  <xan@gnome.org>
2233
2234         * gdk/x11/gdkgeometry-x11.c: replace GDK_WINDOW calls by cast to
2235         GdkWindow. Patch by Tilman Sauerbeck from #63820.
2236
2237 2007-06-17  Daniel Elstner  <danielk@openismus.com>
2238         
2239         * modules/input/gtkimcontextmultipress.c (vfunc_filter_keypress):
2240         Change input method behavior to act on key presses instead of
2241         key releases, matching normal text input behavior.  This change
2242         alleviates the need to take special action for control keys not
2243         handled by the input module itself.
2244
2245 2007-06-17  Behdad Esfahbod  <behdad@gnome.org>
2246
2247         * gtk/gtkfontsel.c: List font sizes 6 and 7pt too. (#440450,
2248         Sebastien Bacher, Alex "weej" Jones)
2249
2250 2007-06-16  Yevgen Muntyan  <muntyan@tamu.edu>
2251
2252         * gtk/gtktextdisplay.c (render_para): fixed couple of drawing
2253         problems with block cursor (#448321).
2254
2255 2007-06-16  Richard Hult  <richard@imendio.com>
2256
2257         * gdk/quartz/gdkevents-quartz.c: (gdk_event_translate): Ignore
2258         events and break any grabs while the window is being dragged.
2259
2260 2007-06-16  Richard Hult  <richard@imendio.com>
2261
2262         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_transient_for):
2263         Defer setting the parent until the window is shown, otherwise it
2264         gets unconditionally shown here.
2265
2266 2007-06-16  Johan Dahlin  <jdahlin@async.com.br>
2267
2268         * gtk/gtkbuilderparser.c (text): Swap argument order to dgettext
2269         (#448299, Jan Arne Petersen)
2270
2271 2007-06-16  Richard Hult  <richard@imendio.com>
2272
2273         * gdk/quartz/gdkevents-quartz.c (find_mouse_window_for_ns_event):
2274         Move the checks for no window or a non-GDK window from here...
2275         (gdk_event_translate): ...to here. Reorder the code so that we
2276         detect the cases where we need to break grabs before bailing
2277         out.
2278
2279 2007-06-16  Richard Hult  <richard@imendio.com>
2280
2281         * gdk/quartz/gdkevents-quartz.c (gdk_event_translate) 
2282         (break_all_grabs): Break out into a separate function.
2283
2284 2007-06-16  Richard Hult  <richard@imendio.com>
2285
2286         * gdk/quartz/GdkQuartzWindow.c: (isInMove): Implement, to be used
2287         to detect if the window is currently being moved with the mouse.
2288
2289 2007-06-16  Richard Hult  <richard@imendio.com>
2290
2291         * gdk/quartz/gdkwindow-quartz.c (gdk_window_set_transient_for):
2292         Don't set parent/child relationship for tooltip windows since that
2293         moves the parent window to the front, due to the tooltip having a
2294         high window level.
2295
2296 2007-06-16  Christian Persch  <chpe@gnome.org>
2297
2298         * gtk/gtkbuilder.c: (gtk_builder_real_get_type_from_name),
2299         (gtk_builder_get_type_from_name):
2300         * gtk/gtkbuilder.h: Don't use "typename" C++ keyword as parameter
2301         name. Bug #448193.
2302
2303 2007-06-15  Matthias Clasen  <mclasen@redhat.com>
2304         
2305         * configure.in: Bump version
2306
2307         * === Released 2.11.3 ===
2308
2309 2007-06-15  Johan Dahlin  <jdahlin@async.com.br>
2310
2311         * gtk/gtkuimanager.c: Base class should be GObject, not GtkObject.
2312
2313 2007-06-15  Matthias Clasen  <mclasen@redhat.com>
2314
2315         * gtk/gtkbuildable.c:
2316         * gtk/gtkbuilder.c: Documentation fixes
2317
2318         * gtk/gtktreeview.c: Fix up cross-references in docs.
2319         
2320         * gtk/Makefile.am: Don't install gtkbuilderprivate.h
2321
2322         * gtk/gtk.h: Include gtkbuilder.h
2323
2324         * NEWS: Updates
2325
2326 2007-06-15  Johan Dahlin  <jdahlin@async.com.br>
2327
2328         * gtk/gtkbuilder.c (gtk_builder_add_from_file): 
2329         (gtk_builder_value_from_string_type): 
2330         Use gsize instead of unsigned and gulong instead of long,
2331         fixes complation on OSX, fixes #447987
2332
2333 2007-06-15  Matthias Clasen  <mclasen@redhat.com>
2334         
2335         * gtk/gtkmenushell.[ch]: add move_selected signal to allow 
2336         overriding the default internal behaviour.  (#446833, Ryan Lortie)
2337
2338 2007-06-15  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
2339
2340         * gtk/gtkwidget.c: Forgot to free the unescaped tooltip text.
2341
2342 2007-06-15  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
2343
2344         * gtk/gtkwidget.c: Improving handling of tooltip-text property.
2345         * tests/testtooltips.c: Also check result of tooltip getters.
2346
2347 2007-06-15  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
2348
2349         * docs/reference/gtk/gtk-sections.txt, gtk/gtk.symbols,
2350         gtk/gtkwidget.c, gtk/gtkwidget.h, tests/testtooltips.c: Introduce
2351         convenience property "GtkWidget:tooltip-text" taking care of escaping
2352         it for unwanted markup entities. Add functions to set tooltip text:
2353         gtk_widget_set_tooltip_text(), gtk_widget_set_tooltip_markup(),
2354         gtk_widget_get_tooltip_text(), gtk_widget_get_tooltip_markup().
2355
2356         * gtk/gtktooltip.c, gtk/gtktooltip.h: Add gtk_tooltip_set_text()
2357         to set the tooltip text without using markup.
2358
2359         Patches from Emmanuele Bassi (#447643).
2360
2361 2007-06-15  Johan Dahlin  <jdahlin@async.com.br>
2362
2363         reviewed by: Matthias Clasen
2364
2365         * demos/gtk-demo/Makefile.am:
2366         * demos/gtk-demo/builder.c: (quit_activate), (about_activate),
2367         (do_builder):
2368         * demos/gtk-demo/demo.ui:
2369         * docs/reference/gtk/gtk-docs.sgml:
2370         * docs/reference/gtk/gtk-sections.txt:
2371         * docs/reference/gtk/gtk.types:
2372         * docs/reference/gtk/tmpl/gtkbuildable.sgml:
2373         * docs/reference/gtk/tmpl/gtkbuilder.sgml:
2374         * gtk/Makefile.am:
2375         * gtk/gtk.h:
2376         * gtk/gtk.symbols:
2377         * gtk/gtkaction.c: (gtk_action_buildable_init),
2378         (gtk_action_buildable_set_name), (gtk_action_buildable_get_name):
2379         * gtk/gtkactiongroup.c: (gtk_action_group_get_type),
2380         (gtk_action_group_buildable_init),
2381         (gtk_action_group_buildable_add),
2382         (gtk_action_group_buildable_set_name),
2383         (gtk_action_group_buildable_get_name):
2384         * gtk/gtkbuildable.c: (gtk_buildable_get_type),
2385         (gtk_buildable_set_name), (gtk_buildable_get_name),
2386         (gtk_buildable_add), (gtk_buildable_set_property),
2387         (gtk_buildable_parser_finished), (gtk_buildable_construct_child),
2388         (gtk_buildable_custom_tag_start), (gtk_buildable_custom_tag_end),
2389         (gtk_buildable_custom_finished),
2390         (gtk_buildable_get_internal_child):
2391         * gtk/gtkbuildable.h:
2392         * gtk/gtkbuilder.c: (gtk_builder_class_init), (gtk_builder_init),
2393         (gtk_builder_finalize), (gtk_builder_set_property),
2394         (gtk_builder_get_property), (_gtk_builder_resolve_type_lazily),
2395         (gtk_builder_real_get_type_from_name),
2396         (gtk_builder_get_parameters), (gtk_builder_get_internal_child),
2397         (_gtk_builder_construct), (_gtk_builder_add),
2398         (apply_delayed_properties), (_gtk_builder_finish),
2399         (gtk_builder_new), (gtk_builder_add_from_file),
2400         (gtk_builder_add_from_string), (gtk_builder_get_object),
2401         (object_add_to_list), (gtk_builder_get_objects),
2402         (gtk_builder_set_translation_domain),
2403         (gtk_builder_get_translation_domain),
2404         (gtk_builder_connect_signals_default),
2405         (gtk_builder_connect_signals), (gtk_builder_connect_signals_full),
2406         (gtk_builder_value_from_string),
2407         (gtk_builder_value_from_string_type),
2408         (_gtk_builder_enum_from_string), (_gtk_builder_flags_from_string),
2409         (gtk_builder_get_type_from_name), (gtk_builder_error_quark):
2410         * gtk/gtkbuilder.h:
2411         * gtk/gtkbuilderparser.c: (state_push), (state_peek), (state_pop),
2412         (error_missing_attribute), (error_invalid_attribute),
2413         (error_invalid_tag), (builder_construct), (parse_object),
2414         (free_object_info), (_get_type_by_symbol), (parse_child),
2415         (free_child_info), (parse_property), (free_property_info),
2416         (parse_signal), (_free_signal_info), (parse_interface),
2417         (create_subparser), (free_subparser), (subparser_start),
2418         (subparser_end), (parse_custom), (start_element), (end_element),
2419         (text), (_gtk_builder_parser_parse_buffer):
2420         * gtk/gtkbuilderprivate.h:
2421         * gtk/gtkcelllayout.c: (attributes_start_element),
2422         (attributes_text_element),
2423         (_gtk_cell_layout_buildable_custom_tag_start),
2424         (_gtk_cell_layout_buildable_custom_tag_end),
2425         (_gtk_cell_layout_buildable_add):
2426         * gtk/gtkcelllayout.h:
2427         * gtk/gtkcellview.c: (gtk_cell_view_buildable_init),
2428         (gtk_cell_view_buildable_custom_tag_start),
2429         (gtk_cell_view_buildable_custom_tag_end):
2430         * gtk/gtkcolorseldialog.c:
2431         (gtk_color_selection_dialog_buildable_interface_init),
2432         (gtk_color_selection_dialog_buildable_get_internal_child):
2433         * gtk/gtkcombobox.c: (gtk_combo_box_buildable_init),
2434         (gtk_combo_box_buildable_custom_tag_start),
2435         (gtk_combo_box_buildable_custom_tag_end):
2436         * gtk/gtkcomboboxentry.c:
2437         (gtk_combo_box_entry_buildable_interface_init),
2438         (gtk_combo_box_entry_buildable_get_internal_child):
2439         * gtk/gtkcontainer.c: (gtk_container_get_type),
2440         (gtk_container_buildable_init), (gtk_container_buildable_add),
2441         (gtk_container_buildable_set_child_property),
2442         (attributes_start_element), (attributes_text_element),
2443         (gtk_container_buildable_custom_tag_start),
2444         (gtk_container_buildable_custom_tag_end):
2445         * gtk/gtkdebug.h:
2446         * gtk/gtkdialog.c: (gtk_dialog_buildable_interface_init),
2447         (gtk_dialog_buildable_get_internal_child),
2448         (attributes_start_element), (attributes_text_element),
2449         (gtk_dialog_buildable_custom_tag_start),
2450         (gtk_dialog_buildable_custom_finished):
2451         * gtk/gtkentrycompletion.c: (gtk_entry_completion_buildable_init):
2452         * gtk/gtkexpander.c: (gtk_expander_buildable_add),
2453         (gtk_expander_buildable_init):
2454         * gtk/gtkfontsel.c:
2455         (gtk_font_selection_dialog_buildable_interface_init),
2456         (gtk_font_selection_dialog_buildable_get_internal_child):
2457         * gtk/gtkframe.c: (gtk_frame_buildable_init),
2458         (gtk_frame_buildable_add):
2459         * gtk/gtkiconview.c: (gtk_icon_view_buildable_init),
2460         (gtk_icon_view_buildable_custom_tag_start),
2461         (gtk_icon_view_buildable_custom_tag_end):
2462         * gtk/gtkliststore.c: (gtk_list_store_buildable_init),
2463         (list_store_start_element), (list_store_end_element),
2464         (list_store_text), (gtk_list_store_buildable_custom_tag_start),
2465         (gtk_list_store_buildable_custom_tag_end):
2466         * gtk/gtkmain.c:
2467         * gtk/gtknotebook.c: (gtk_notebook_buildable_init),
2468         (gtk_notebook_buildable_add):
2469         * gtk/gtksizegroup.c: (gtk_size_group_buildable_init),
2470         (size_group_start_element),
2471         (gtk_size_group_buildable_custom_tag_start),
2472         (gtk_size_group_buildable_custom_finished):
2473         * gtk/gtktreestore.c: (gtk_tree_store_buildable_init),
2474         (tree_model_start_element),
2475         (gtk_tree_store_buildable_custom_tag_start),
2476         (gtk_tree_store_buildable_custom_finished):
2477         * gtk/gtktreeview.c: (gtk_tree_view_buildable_init),
2478         (gtk_tree_view_buildable_add):
2479         * gtk/gtktreeviewcolumn.c: (gtk_tree_view_column_buildable_init):
2480         * gtk/gtkuimanager.c: (gtk_ui_manager_buildable_init),
2481         (gtk_ui_manager_buildable_add),
2482         (gtk_ui_manager_buildable_construct_child),
2483         (gtk_ui_manager_buildable_custom_tag_start),
2484         (gtk_ui_manager_buildable_custom_tag_end):
2485         * gtk/gtkwidget.c: (gtk_widget_get_type),
2486         (gtk_widget_buildable_interface_init),
2487         (gtk_widget_buildable_set_name), (gtk_widget_buildable_get_name),
2488         (gtk_widget_buildable_set_property),
2489         (gtk_widget_buildable_parser_finshed), (accel_group_start_element),
2490         (gtk_widget_buildable_custom_tag_start),
2491         (gtk_widget_buildable_custom_finshed):
2492         * gtk/gtkwindow.c: (gtk_window_buildable_interface_init),
2493         (gtk_window_buildable_set_property),
2494         (gtk_window_buildable_parser_finished):
2495         * tests/Makefile.am:
2496         * tests/buildertest.c: (builder_new_from_string), (test_parser),
2497         (signal_normal), (signal_after), (signal_object),
2498         (signal_object_after), (signal_first), (signal_second),
2499         (signal_extra), (signal_extra2), (test_connect_signals),
2500         (test_uimanager_simple), (test_domain), (test_translation),
2501         (test_sizegroup), (test_list_store), (test_tree_store),
2502         (test_types), (test_spin_button), (test_notebook),
2503         (test_construct_only_property), (test_children),
2504         (test_child_properties), (test_treeview_column), (test_icon_view),
2505         (test_combo_box), (test_combo_box_entry), (test_cell_view),
2506         (test_dialog), (test_accelerators), (test_widget), (main):
2507
2508         Add GtkBuilder, fixes #172535
2509         
2510 2007-06-15  Hans Breuer <hans@breuer.org>
2511
2512         * gtk/makefile.msc.in tests/makefile.msc : updated
2513         * gdk/win32/gdkwindow-win32.c : explicit usage of RegisterClassExW
2514         to match the WNDCLASSEXW. 
2515         True dynamic linking of SetLayeredWindowAttributes
2516         * tests/testprint.c tests/testnouiprint.c : use G_PI
2517
2518 2007-06-14  Johan Dahlin  <jdahlin@async.com.br>
2519
2520         * gtk/gtk.symbols: Add missing symbol 
2521         gtk_text_layout_set_overwrite_mode
2522
2523 2007-06-14  Behdad Esfahbod  <behdad@gnome.org>
2524
2525         * gtk/gtknotebook.c (gtk_notebook_get_group_id): Fix compiler
2526         warning. (#447586, Kazuki IWAMOTO)
2527
2528 2007-06-14  Tor Lillqvist  <tml@novell.com>
2529
2530         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Use
2531         g_win32_get_windows_version() instead of _winver so that this
2532         compiles on Cygwin, too. Not that I know if it makes sense to
2533         build GTK+ with the Win32 backend for Cygwin, but some people want
2534         to.
2535
2536 2007-06-13  Matthias Clasen  <mclasen@redhat.com>
2537
2538         * NEWS: Updates
2539
2540         * NEWS, README.in: Move the combobox note to the README,
2541         where it seems more appropriate.
2542
2543 2007-06-13  Matthias Clasen  <mclasen@redhat.com>
2544
2545         * gtk/gtkwidget.c (gtk_widget_modify_cursor): Improve docs.
2546         (#447396, Masatake YAMATO)
2547
2548 2007-06-14  Carlos Garnacho  <carlos@imendio.com>
2549
2550         * gtk/gtkcombobox.c: removed unused and hardly visible GtkFrame from
2551         the menu widget hierarchy when ::appears-as-list is TRUE. (#435471)
2552         * NEWS: add a note about repercussions of this change to RC files.
2553
2554 2007-06-13  Behdad Esfahbod  <behdad@gnome.org>
2555
2556         * gdk/directfb/gdkgc-directfb.c: #undef GDK_DISABLE_DEPRECATED to
2557         get prototype for gdk_font_ref(). (#447163, Dann Frazier, Loïc Minier)
2558
2559 2007-06-13  Michael Natterer  <mitch@imendio.com>
2560
2561         * gtk/gtkmenuitem.[ch]: add "submenu" property. Fix
2562         gtk_menu_item_set_submenu() to accept NULL submenus and deprecate
2563         gtk_menu_item_remove_submenu() because we have a properly working
2564         setter now (bug #447065).
2565
2566         * gtk/gtk.symbols: deprecate gtk_menu_item_remove_submenu().
2567
2568         * gtk/gtkcombobox.c: use gtk_menu_item_set_submenu() instead of
2569         gtk_menu_item_remove_submenu().
2570
2571 2007-06-13  Cody Russell  <bratsche@gnome.org>
2572
2573         * gtk/gtkwidget.c: Fix inconsistency in GTK_WIDGET_SAVED_STATE
2574         (#435840, Xan Lopez)
2575
2576 2007-06-13  Kristian Rietveld  <kris@imendio.com>
2577
2578         * gtk/gtk.symbols
2579         * gtk/gtkfilesystem.[ch]: rename _gtk_file_system_create to
2580         gtk_file_system_create to make it public and bring trunk back
2581         in sync with gtk-2-10.
2582
2583         * gtk/gtkfilechooserdefault.c (set_file_system_backend): updated.
2584
2585 2007-06-13  Michael Natterer  <mitch@imendio.com>
2586
2587         * gtk/gtklabel.c (gtk_label_set_label): added calls to
2588         g_object_freeze/thaw_notify() so gtk_label_get_text() doesn't
2589         return the old text when called from a "notify::label" callback.
2590
2591 2007-06-13  Kristian Rietveld  <kris@imendio.com>
2592
2593         Audit of GtkTreeView coordinate system usage. (#142494).
2594
2595         * gtk/gtktreeview.[ch]: general documentation updates,
2596         (gtk_tree_view_scroll_to_cell), (gtk_tree_view_get_dest_row_at_pos):
2597         update coordinate translations,
2598         (gtk_tree_view_tree_to_widget_coords),
2599         (gtk_tree_view_widget_to_tree_coords): Deprecated,
2600         (gtk_tree_view_convert_.*_coords): 6 new functions for doing
2601         transformations between coordinate systems.
2602
2603         * gtk/gtk.symbols: updated.
2604
2605         * tests/testtooltips.c (query_tooltip_tree_view_cb): fix testcase
2606         with new gtk_tree_view_convert_widget_to_bin_window_coords().
2607
2608         * docs/reference/gtk/Makefile.am
2609         * docs/reference/gtk/images/tree-view-coordinates.png: add new image.
2610
2611         * docs/reference/gtk/tmpl/gtktreeview.sgml: eloborate on the
2612         different coordinate systems.
2613
2614 2007-06-13  Kristian Rietveld  <kris@imendio.com>
2615
2616         * gtk/gtkcellrendererprogress.c
2617         (gtk_cell_renderer_progress_class_init),
2618         (gtk_cell_renderer_progress_init),
2619         (gtk_cell_renderer_progress_[gs]et_property),
2620         (gtk_cell_renderer_progress_render): Add orientation property and some
2621         slight refactoring here and there.  (Fixes #344836, reported by
2622         Benjamin Montgomery).
2623
2624 2007-06-12  Matthias Clasen  <mclasen@redhat.com>
2625
2626         * gdk/Makefile.am: Remove linux-fb from DIST_SUBDIRS
2627
2628         * configure.in: Remove linux-fb parts.
2629
2630 2007-06-12  Michael Natterer  <mitch@imendio.com>
2631
2632         * gtk/gtkiconview.c (update_text_cell): use PANGO_BREAK_WORD_CHAR
2633         instead of PANGO_BREAK_WORD so the text cell doesn't overflow the
2634         wrap-width if there is no whitespace found to break at.
2635         Fixes bug #446107.
2636
2637 2007-06-12  Kristian Rietveld  <kris@imendio.com>
2638
2639         Fix #410815, reported by Lucas Rocha.
2640
2641         * gtk/gtkiconview.c (gtk_icon_view_layout): determine a suitable
2642         wrap-width with the first icon, if it exists,
2643         (adjust_wrap_width): try to use icon_view->priv->item_width
2644         if available,
2645         (gtk_icon_view_set_cell_data): don't call adjust_wrap_width here,
2646         which caused changes in wrap-width during the layouting process and
2647         resulted in layouting artefacts,
2648         (update_text_cell): don't set the wrap-width property, this should
2649         be handled by adjust_wrap_width.
2650
2651 2007-06-12  Behdad Esfahbod  <behdad@gnome.org>
2652
2653         * gdk/gdkwindow.c (gdk_window_get_pointer): Improve docs.
2654         (#446138, Björn Lindqvist)
2655
2656 2007-06-12  Yevgen Muntyan  <muntyan@tamu.edu>
2657
2658         * gtk/gtkentry.c (gtk_entry_expose), (gtk_entry_toggle_overwrite),
2659         (gtk_entry_draw_cursor):
2660         * gtk/gtkstyle.c (_gtk_widget_get_cursor_gc),
2661         (_gtk_widget_get_cursor_color):
2662         * gtk/gtkstyle.h:
2663         * gtk/gtktextdisplay.c (gtk_text_renderer_prepare_run),
2664         (gtk_text_renderer_draw_shape), (text_renderer_set_state),
2665         (render_para):
2666         * gtk/gtktextlayout.c (gtk_text_layout_set_overwrite_mode),
2667         (gtk_text_layout_invalidate_cache), (get_block_cursor),
2668         (add_cursor), (gtk_text_layout_get_line_display),
2669         (_gtk_text_layout_get_block_cursor):
2670         * gtk/gtktextlayout.h:
2671         * gtk/gtktextutil.c (layout_get_char_width),
2672         (_gtk_text_util_get_block_cursor_location):
2673         * gtk/gtktextutil.h:
2674         * gtk/gtktextview.c (gtk_text_view_set_editable),
2675         (gtk_text_view_toggle_overwrite), (gtk_text_view_set_overwrite),
2676         (gtk_text_view_ensure_layout), (text_window_invalidate_cursors):
2677         Implement block-cursor for overwrite mode.  (#80378)
2678
2679 2007-06-11  Matthias Clasen  <mclasen@redhat.com>
2680
2681         * configure.in: Bump GLib requirement to 2.13.3 (#446616, Behdad
2682         Esfahbod)
2683
2684 2007-06-11  Matthias Clasen  <mclasen@redhat.com>
2685
2686         * modules/printbackends/cups/gtkprintbackendfile.c:
2687         * modules/printbackends/cups/gtkprintbackendcups.c: Fix some
2688         locking issues.  (#420249, Christian Persch)
2689
2690 2007-06-11  Matthias Clasen  <mclasen@redhat.com>
2691
2692         * configure.in: When debugging is turned on, use error-checking
2693         mutexes.
2694
2695 2007-06-11  Emmanuele Bassi  <ebassi@gnome.org>
2696
2697         * gtk/gtknotebook.h: Fix declaration of the create_window()
2698         vfunc inside GtkNotebookClass. (#446513, Kazuki Iwamoto)
2699
2700 2007-06-11  Matthias Clasen  <mclasen@redhat.com>
2701         
2702         * tests/testiconview.c: Use icons of varying size.
2703         
2704 2007-06-10  Matthias Clasen  <mclasen@redhat.com>
2705
2706         * gtk/gtkrc.c (gtk_rc_parse_style): Accept class names starting
2707         with lowercase letters for style property assignments, since 
2708         GType accepts these too, and gtkmm uses such class names.  (#343012,
2709         Murray Cumming, Johannes Schmid)
2710
2711 2007-06-10  Matthias Clasen  <mclasen@redhat.com>
2712
2713         * gtk/gtkentry.c (gtk_entry_finalize): Don't leak cursor_hadjustment.
2714         Store cursor_hadjustment as object data rather than in the private
2715         struct.
2716
2717 2007-06-10  Matthias Clasen  <mclasen@redhat.com>
2718
2719         * gdk/x11/gdkspawn-x11.c (set_environment): Handle child_setup
2720         being NULL.  (#445691, Christopher Taylor)
2721
2722 2007-06-10  Emmanuele Bassi  <ebassi@gnome.org>
2723
2724         * gtk/gtksearchenginesimple.c: Unconditionally define _GNU_SOURCE
2725         and XOPEN_SOURCE, in order to make the simple search engine backend
2726         build on really ancient GNU libc. (#444097)
2727
2728 2007-06-10  Michael Natterer  <mitch@imendio.com>
2729
2730         * gdk/quartz/gdkdrawable-quartz.c (gdk_quartz_draw_arc): fix
2731         angles by flipping the coordinate system back to its original y
2732         direction. The implementation is still broken for ellipses, will
2733         have to simulate them using bezier curves.
2734
2735 2007-06-10  Cody Russell  <bratsche@gnome.org>
2736
2737         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab):
2738         Don't revert the mouse cursor to the built-in one when
2739         the user holds the mouse button down. (#445284, Tor Lillqvist)
2740
2741 2007-06-10  Emmanuele Bassi  <ebassi@gnome.org>
2742
2743         * gtk/gtkscalebutton.[ch]: Fix some coding style bits.
2744
2745         (gtk_scale_button_dispose), (gtk_scale_button_class_init),
2746         (gtk_scale_button_init): Use the GObject private data API instead
2747         of allocating the private structure ourselves.
2748
2749         (gtk_scale_button_dispose), (gtk_scale_button_finalize): Free
2750         the icons string vector inside ::finalize and not in ::dispose.
2751
2752         (gtk_scale_button_update_icon): Use g_strv_length() instead
2753         of an empty for loop.
2754
2755 2007-06-09  Matthias Clasen  <mclasen@redhat.com>
2756
2757         * gtk/gtkwidget.c:
2758         * gtk/gtkscrolledwindow.c: Update docs
2759         * gtk/gtkwidget.h: Deprecate gtk_widget_{ref,unref}
2760
2761         * gtk/gtkbox.c: Move docs inline.
2762
2763         * gtk/gtkrange.c:
2764         * gtk/gtkscale.c: Doc formatting improvements.
2765
2766 2007-06-09  Matthias Clasen  <mclasen@redhat.com>
2767
2768         * gtk/gtkscalebutton.c: Add an icons property, make 
2769         gtk_scale_button_new() a convenience function.  (#445855,
2770         Murray Cumming)
2771
2772 2007-06-09  Matthias Clasen  <mclasen@redhat.com>
2773
2774         * gtk/gtkhscale.c (gtk_hscale_new):
2775         * gtk/gtkvscale.c (gtk_vscale_new): Cosmetic change to make
2776         it more obvious that this is a convenience function.
2777
2778 2007-06-09  Matthias Clasen  <mclasen@redhat.com>
2779
2780         * gtk/gtkcalendar.c (gtk_calendar_init): Handle return values
2781         from nl_langinfo() more correctly. 
2782
2783 2007-06-09  Carlos Garnacho  <carlos@imendio.com>
2784
2785         * gtk/gtkrc.c (gtk_rc_parse_engine): initialize rc_priv in the else
2786         branch too. (#445539)
2787
2788 2007-06-08  Benjamin Berg  <benjamin@sipsolutions.net>
2789
2790         * gtk/gtkscrolledwindow.c: (gtk_scrolled_window_paint):
2791         Fix shadow painting if the scrollbars-within-bevel style property is
2792         set and border_width is nozero. (#445054)
2793
2794 2007-06-08  Matthias Clasen  <mclasen@redhat.com>
2795
2796         Make it possible for theme engines to support symbolic 
2797         colors.  (#426192, Andrea Cimitan, patch by Olivier Samyn)
2798
2799         * gtk/gtk.symbols:
2800         * gtk/gtkrc.h:
2801         * gtk/gtkrc.c (gtk_rc_parse_color_full): Export this function
2802
2803         * gtk/gtkrc.c (gtk_rc_parse_engine): Copy color hashes
2804         to new style before parsing engine section.
2805
2806 2007-06-08  Michael Natterer  <mitch@imendio.com>
2807
2808         * gdk/quartz/gdkdrawable-quartz.c: add utility function
2809         gdk_quartz_fix_cap_not_last_line() which fixes the coordinates for
2810         GDK_CAP_NOT_LAST lines at least for horizontal and vertical lines.
2811
2812         (gdk_quartz_draw_segments)
2813         (gdk_quartz_draw_lines): use it here.
2814
2815 2007-06-07  Michael Natterer  <mitch@imendio.com>
2816
2817         * gdk/quartz/gdkgc-quartz.c: add gdk_gc_quartz_init() and set
2818         some values to the defaults used by X11.
2819
2820         (gdk_quartz_gc_set_values): really set cap_style when
2821         GDK_GC_CAP_STYLE is in the mask, not line_style.
2822
2823 2007-06-07  Michael Natterer  <mitch@imendio.com>
2824
2825         * gdk/quartz/gdkgc-quartz.c (_gdk_quartz_gc_update_cg_context):
2826         use the same code for GDK_XOR as for GDK_INVERT. Xor with an
2827         arbitrary color is impossible to implement with quartz.
2828
2829 2007-06-07  Matthias Clasen  <mclasen@redhat.com>
2830
2831         * gtk/gtksettings.c: Fix a typo in the docs.
2832
2833 2007-06-07  Christian Neumair  <cneumair@gnome.org>
2834
2835         * gtk/gtkstock.[ch]: Add GTK_STOCK_DISCARD, #158008.
2836
2837 2007-06-07  Matthias Clasen  <mclasen@redhat.com>
2838
2839         * gtk/gtktreeview.c: Documentation additions.
2840
2841         * gtk/gtknotebook.c: Add a doc comment.
2842
2843 2007-06-06  Matthias Clasen  <mclasen@redhat.com>
2844
2845         * gtk/gtkfilechooserbutton.c (model_add_special):
2846         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop):
2847         * gtk/gtkfilesystemunix.c (get_icon_name_for_directory):
2848         * gtk/gtkpathbar.c (_gtk_path_bar_set_file_system):
2849         Use g_get_user_special_dir() to obtain the path for the
2850         DESKTOP directory.  
2851
2852 2007-06-06  Matthias Clasen  <mclasen@redhat.com>
2853
2854         * gtk/Makefile.am: Add the 16x16 version of gtk-select-color.png
2855         to the list of stock icons.  (#444786)
2856
2857 2007-06-06  Kristian Rietveld  <kris@imendio.com>
2858
2859         * gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_init),
2860         (gtk_cell_renderer_progress_class_init),
2861         (gtk_cell_renderer_progress_[gs]et_property),
2862         (gtk_cell_renderer_progress_render): add text-[xy]align properties
2863         for aligning the text label of the progress bar.  (#334576,
2864         suggestion from Steven Sheehy).
2865
2866 2007-06-06  Yevgen Muntyan  <muntyan@tamu.edu>
2867
2868         * gtk/gtkwidget.c:
2869         * gtk/gtkwidget.h: new method, gtk_widget_modify_cursor() (#79585).
2870         
2871         * gtkrc.c:
2872         * gtkrc.h: new functions _gtk_rc_style_set_rc_property() and 
2873         _gtk_rc_style_unset_rc_property().
2874         
2875         * gtk/gtk.symbols: added gtk_widget_modify_cursor.
2876         
2877         * tests/testtext.c (do_cursor_visible_changed):
2878         * tests/testgtk.c (create_styles): test it.
2879
2880 2007-06-06  Richard Hult  <richard@imendio.com>
2881
2882         * gdk/quartz/gdkevents-quartz.c (find_mouse_window_for_ns_event)
2883         (find_window_for_ns_event): Rework how we get the event window:
2884         don't get the window from the NSEvent, always use the mouse window
2885         instead. Fix mouse window tracking by only using MouseExited for
2886         non-gdk windows, and to always use the NSEvent window to get the
2887         right gdk window in MouseEntered. Add comments to the code. Fixes bug
2888         #350460.
2889
2890 2007-06-06  Richard Hult  <richard@imendio.com>
2891
2892         * gdk/quartz/gdkevents-quartz.c (get_converted_window_coordinates):
2893         Don't do anything if the two windows are the same.
2894         (find_window_for_ns_event): Translate coordinates to be relative
2895         the grab window when appropriate.
2896
2897 2007-06-06  Emmanuele Bassi  <ebassi@gnome.org>
2898
2899         * gtk/gtkfilechooserdefault.c:
2900         (get_file_info_finished), (shortcuts_insert_path),
2901         (shortcuts_add_bookmarks), (shortcuts_add_current_folder): Factor
2902         out the search shortcut, the recently used shortcut and the separator
2903         from the shortcut selection combo. (#444734)
2904
2905         (recent_idle_load): Remove the idle source that lazily loads the
2906         recently used files, if the GtkRecentManager returns an empty
2907         list. (#443913)
2908
2909 2007-06-06  Ross Burton  <ross@openedhand.com>
2910
2911         * gdk/x11/gdkspawn-x11.c:
2912         Set DISPLAY in the child process using g_setenv() instead of
2913         constructing a new envp, which lets callers use child setup
2914         functions which call putenv (#442617).
2915
2916 2007-06-06  Johan Dahlin  <jdahlin@async.com.br>
2917
2918         reviewed by: Matthias Clasen <mclasen@redhat.com>
2919         
2920         * gtk/gtkassistant.c (gtk_assistant_update_buttons_state): 
2921         Check if the wizard is empty before trying to access the first page.
2922         (#444310, Johan Dahlin)
2923
2924 2007-06-06  Matthias Clasen  <mclasen@redhat.com>
2925
2926         * configure.in: Bump version
2927
2928         * === Released 2.11.2 ===
2929
2930         * NEWS: Updates
2931
2932 2007-06-06  Kristian Rietveld  <kris@imendio.com>
2933
2934         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_queue_resize): use
2935         GTK_IS_TREE_VIEW_COLUMN() in g_return_if_fail here.
2936
2937 2007-06-06  Kristian Rietveld  <kris@imendio.com>
2938
2939         * gtk/gtktreeviewcolumn.[ch] (gtk_tree_view_column_get_tree_view): new
2940         function.  (#342471, Lorenzo Gil Sanchez).
2941
2942         * gtk/gtk.symbols: updated.
2943
2944 2007-06-06  Kristian Rietveld  <kris@imendio.com>
2945
2946         * gtk/gtktooltip.c (gtk_tooltip_paint_window): remove unused
2947         call to gtk_widget_size_request().  (Reported by Carlos
2948         Garnacho).
2949
2950 2007-06-06  Kristian Rietveld  <kris@imendio.com>
2951
2952         * gtk/gtktooltip.c (gtk_tooltip_show_tooltip): bail out if
2953         last_window is not a GdkWindow anymore. (Fixes #434021, several
2954         reporters).
2955
2956 2007-06-06  Matthias Clasen <mclasen@redhat.com>
2957
2958         * gdk/Makefile.am: Remove leftover reference to medialib_h_sources.
2959
2960 2007-06-06  Brian Cameron  <brian.cameron@sun.com>
2961
2962         * gdk/Makefile.am: Add gdkmedialib.h to EXTRA_DIST so this header
2963           file gets included with the distribution, as needed.  Fixes bug
2964           #442888.  Reviewed by Matthias Clasen.
2965
2966 2007-06-06  Richard Hult  <richard@imendio.com>
2967
2968         * gdk/quartz/gdkevents-quartz.c
2969         (_gdk_quartz_events_update_mouse_window): Ignore if the old and new
2970         windows are the same.
2971
2972 2007-06-06  Kristian Rietveld  <kris@imendio.com>
2973
2974         * gtk/gtktreeview.c (gtk_tree_view_unrealize): also remove the
2975         auto expand timeout if it exists.
2976
2977 2007-06-06  Richard Hult  <richard@imendio.com>
2978
2979         * gdk/quartz/gdkevents-quartz.c (synthesize_crossing_events):
2980         Update comment to be more clear and print a warning if we try to
2981         create a crossing event without knowing what the current mouse
2982         window is, to help track down focus bugs.
2983
2984         * gdk/quartz/gdkevents-quartz.c
2985         (_gdk_quartz_events_update_focus_window): Fix indentation.
2986
2987 2007-06-06  Richard Hult  <richard@imendio.com>
2988
2989         * gdk/quartz/GdkQuartzWindow.c: Don't let temp windows become key
2990         window.
2991
2992 2007-06-06  Tor Lillqvist  <tml@novell.com>
2993
2994         * gdk/x11/gdkwindow-x11.c (gdk_window_set_opacity): Fix
2995         embarrassing crash. (#444457, Torsten Schoenfeld)
2996
2997 2007-06-05  Yevgen Muntyan  <muntyan@tamu.edu>
2998
2999         * demos/gtk-demo/textview.c (insert_text): Drop the phrase
3000         saying invisible text doesn't work (#444236).
3001
3002 2007-06-05  Matthias Clasen <mclasen@redhat.com>
3003
3004         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Check that
3005         window_private is not NULL before using it.  (#444351, David Ronis)
3006
3007 2007-06-05  Jakub Steiner <jimmac@ximian.com>
3008
3009         * gtk/stock-icons/{16,24}/gtk-find*: drop the paper sheet.
3010                 gtk-find is used for search, rather than find within a document
3011                 (file dialog).
3012
3013 2007-06-05  Kristian Rietveld  <kris@gtk.org>
3014
3015         Fix #399071, suggestion from Benoit Dejean.
3016
3017         * gtk/gtkliststore.[ch] (gtk_list_store_set_vector_internal): new
3018         function, factored out code iterating (columns, values) vectors from
3019         gtk_list_store_new_with_valuesv to here,
3020         (gtk_list_store_set_valuesv): new public function to set list store
3021         values using (columns, values) vectors,
3022         (gtk_list_store_new_with_valuesv): call new _set_vector_internal
3023         instead.
3024
3025         * gtk/gtktreestore.[ch] (gtk_tree_store_set_vector_internal),
3026         (gtk_tree_store_set_valuesv), (gtk_tree_store_new_with_valuesv):
3027         likewise.
3028
3029         * gtk/gtk.symbols: updated.
3030
3031 2007-06-04  Richard Hult  <richard@imendio.com>
3032
3033         * gdk/quartz/gdkwindow-quartz.c:
3034         (show_window_internal): Don't try to make temp windows key
3035         windows, fixes problem introduced below.
3036
3037 2007-06-04  Richard Hult  <richard@imendio.com>
3038
3039         * gdk/quartz/GdkQuartzWindow.c: 
3040         * gdk/quartz/gdkwindow-quartz.c: Implement simple versions of
3041         gdk_window_set_accept_focus and gdk_window_set_focus_on_map.
3042
3043 2007-06-04  Richard Hult  <richard@imendio.com>
3044
3045         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_raise),
3046         (gdk_window_lower): Implement.
3047
3048 2007-06-04  Richard Hult  <richard@imendio.com>
3049
3050         * gdk/quartz/gdkwindow-quartz.c:
3051         * gdk/quartz/gdkwindow-quartz.h: Implement 
3052         gdk_window_set_transient_for.
3053
3054 2007-06-04  Cody Russell  <bratsche@gnome.org>
3055
3056         * gtk/gtklinkbutton.h
3057         * gtk/gtkaboutdialog.h: Change function argument "link"
3058         to "link_" to fix warnings for applications compiling
3059         with -Wshadow. (#379213)
3060
3061 2007-06-04  Cody Russell  <bratsche@gnome.org>
3062
3063         * gtk/gtkpathbar.c (gtk_path_bar_scroll_down): Check
3064         if down_button is NULL.  This happens when the pathbar button
3065         for the current directory is too large to fit in the
3066         space, e.g. on Windows for directories named something like
3067         "My Documents and Settings".  (#389603)
3068
3069 2007-06-04  Matthias Clasen  <mclasen@redhat.com>
3070
3071         * configure.in: Bump version
3072
3073         * === Released 2.11.1 ===
3074
3075         * gdk/gdkwindow.c (gdk_window_set_composited): Improve docs.
3076
3077         * NEWS:
3078         * README.in: Updates
3079
3080 2007-06-04  Michael Natterer  <mitch@imendio.com>
3081
3082         Move "move-focus" signals from several widgets to GtkWidget to
3083         enable more flexible costomization of keyboard navigation via
3084         bindings. Fixes bug #414947.
3085
3086         * gtk/gtkwidget.c: add "move-focus" binding signal, default to
3087         calling the toplevel GtkWindow's "move-focus" vfunc.
3088
3089         * gtk/gtktextview.[ch]
3090         * gtk/gtkwindow.[ch]: remove "move-focus" signals and add compat
3091         code that makes sure that both emitting the signal on the widget
3092         and overriding the virtual functions keeps working as before.
3093
3094         * gtk/gtktoolbar.c: remove "move-focus" signal here too and use
3095         GtkWidget's signal. This change slightly changes keyboard
3096         navigation in toolbars. I'll fix the behavior if somebody can
3097         explain me if and how exactly the new behavior is broken.
3098
3099 2007-06-04  Matthias Clasen  <mclasen@redhat.com>
3100
3101         * gtk/gtkmarshalers.list:
3102         * gtk/gtknotebook.[hc]: Add a create-window signal that allows
3103         to override the global create-window-hook on a per-notebook
3104         basis. The default handler falls back to the global hook.
3105         (#386935, Christian Hammond)
3106         
3107 2007-06-04  Emmanuele Bassi  <ebassi@gnome.org>
3108
3109         * gtk/gtkradiobutton.[ch]:
3110         * gtk/gtk.symbols:
3111         * tests/testgtk.c: Revert previous commit; the API is not yet
3112         finalized - see bug #166995.
3113
3114 2007-06-04  Emmanuele Bassi  <ebassi@gnome.org>
3115
3116         * gtk/gtkradiobutton.h:
3117         * gtk/gtkradiobutton.c:
3118         * gtk/gtk.symbols: Add gtk_radio_button_set_value(),
3119         gtk_radio_button_get_current_value() and gtk_radio_button_get_value().
3120         Use these functions to set and get an arbitrary integer associated to
3121         a GtkRadioButton in a group, like the value associated to a
3122         GtkRadioAction.
3123
3124         * tests/testgtk.c:
3125         (create_radio_buttons), (radio_toggled_cb): Exercise the new API.
3126
3127 2007-06-03  Torsten Schoenfeld  <kaffeetisch@gmx.de>
3128
3129         * gtk/gtkicontheme.c (choose_icon): Initialize unthemed_icon to NULL
3130         to avoid accessing uninitialized memory when
3131         gtk_icon_theme_choose_icon() is called with an empty names list.
3132
3133 2007-06-03  Richard Hult  <richard@imendio.com>
3134
3135         * gdk/quartz/gdkevents-quartz.c: (create_crossing_event): Set the key
3136         modifier state.
3137
3138 2007-06-03  Richard Hult  <richard@imendio.com>
3139
3140         * gdk/quartz/gdkevents-quartz.c: Make pointer grab emulation work a bit
3141         better:
3142         (gdk_display_pointer_is_grabbed): Do what the docs say and don't
3143         consider implicit grabs here.
3144         (gdk_pointer_grab): Overriding a grab by the same app should always be
3145         succesful.
3146         (gdk_event_translate): Implicit grabs should not be owner events.
3147
3148 2007-06-03  Matthias Clasen  <mclasen@redhat.com>
3149
3150         * NEWS: Updates
3151
3152 2007-06-03  Matthias Clasen  <mclasen@redhat.com>
3153
3154         * docs/tools/widgets.c: Add a volume button
3155
3156 2007-06-03  Matthias Clasen  <mclasen@redhat.com>
3157
3158         * gtk/gtkradiobutton.c:
3159         * gtk/gtkradiomenuitem.c: Fix doc typos.  
3160
3161 2007-06-03  Matthias Clasen  <mclasen@redhat.com>
3162
3163         * configure.in: Allow to disable Xinerama.  (#348065, Diego Pettenò)
3164
3165 2007-06-03  Xan Lopez  <xan@gnome.org>
3166
3167         * gtk/gtknotebook.c: remove index parameter in gtk_notebook_switch_page
3168         and remove g_return_if checks in private functions. (#443247)
3169
3170 2007-06-01  Richard Hult  <richard@imendio.com>
3171
3172         * gdk/quartz/gdkevents-quartz.c:
3173         (get_converted_window_coordinates), (create_crossing_event): Fix the
3174         coordinates in crossing events so they are relative to the right
3175         window.
3176
3177 2007-06-01  Richard Hult  <richard@imendio.com>
3178
3179         * gdk/quartz/gdkevents-quartz.[ch]: Make function naming
3180         consistent for the various functions that retrieve data from an
3181         event.
3182
3183         * gdk/quartz/gdkprivate-quartz.h: 
3184         * gdk/quartz/gdkwindow-quartz.[ch]: Remove the now unused
3185         _gdk_quartz_window_find_child_by_point() function.
3186
3187 2007-06-01  Matthias Clasen  <mclasen@redhat.com>
3188
3189         Add support for composited child windows.  (#412882, Ryan Lortie)
3190
3191         * gdk/gdk.symbols:
3192         * gdk/gdkdisplay.h:
3193         * gdk/gdkinternals.h:
3194         * gdk/gdkwindow.[hc]: Add gdk_display_supports_composite() and
3195         gdk_window_set_composited().
3196
3197         * gdk/x11/gdkevents-x11.c:
3198         * gdk/x11/gdkdisplay-x11.[hc]:
3199         * gdk/x11/gdkwindow-x11.[hc]: X11 implementation.
3200
3201         * gdk/win32/gdkdisplay-win32.c:
3202         * gdk/win32/gdkwindow-win32.c: Dummy win32 implementration.
3203
3204         * gdk/quartz/gdkdisplay-quartz.c:
3205         * gdk/quartz/gdkwindow-quartz.c: Dummy Quartz implementation.
3206
3207         * gdk/directfb/gdkdisplay-directfb.c:
3208         * gdk/directfb/gdkwindow-directfb.c: Dummy DirectFB implementation.
3209
3210         * tests/testgtk.c: Add a "composited window" test.
3211
3212 2007-06-01  Michael Natterer  <mitch@imendio.com>
3213
3214         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): don't switch
3215         submenu opening direction for overlapping reasons if there is even
3216         less space on the other side (bug #441863, Tommi Komulainen).
3217
3218 2007-06-01  Michael Natterer  <mitch@imendio.com>
3219
3220         * gtk/gtkfilechooserdialog.c (response_cb): change fix for #347883
3221         to not obfuscate the code.
3222
3223 2007-06-01  Yevgen Muntyan  <muntyan@tamu.edu>
3224
3225         Avoid recreating pangolayouts in GtkTextView on cursor movement
3226         (#435405, Behdad Esfahbod).
3227
3228         * gtk/gtktextlayout.c:
3229         * gtk/gtktextlayout.h: new GtkTextLayout method invalidate_cursors(),
3230         and functions gtk_text_layout_invalidate_cursors() and
3231         gtk_text_layout_cursors_changed(), to use when invalidation is due
3232         to moved marks or changed selection.
3233
3234         * gtk/gtktextbtree.c:
3235         * gtk/gtktextbtree.h: use what's appropriate when invalidating layout.
3236
3237         * gtk/gtk.symbols: add new functions.
3238
3239         * README.in: added a note about changed GtkTextLayout API.
3240
3241 2007-06-01  Alp Toker  <alp.toker@collabora.co.uk>
3242
3243         * gdk/gdkcairo.c (gdk_cairo_set_source_pixmap): Fix doc typos.
3244
3245 2007-05-31  Yevgen Muntyan  <muntyan@tamu.edu>
3246
3247         * gtk/gtkstyle.c (get_insertion_cursor_gc): use text colors from
3248         widget style to draw cursor instead of hardcoded black and grey
3249         (#79585, comment #30).
3250
3251 2007-06-01  Kristian Rietveld  <kris@gtk.org>
3252
3253         * gtk/gtkcellrenderertext.c (get_size): transform the ink_rect using
3254         pango_extents_to_pixels to avoid rounding errors.  (Fixes #430218,
3255         Shlomi Israel).
3256
3257 2007-05-31  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3258
3259         * tests/autotestfilechooser.c: Reactivate the other file-chooser
3260         tests. Forgot that before commiting revision 17994.
3261
3262 2007-05-31  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3263
3264         * gtk/gtkfilechooserdialog.c, tests/autotestfilechooser.c: Reset
3265         the internal response_requested flag, once the response triggered by
3266         file_chooser_widget_response_requested has been processed (#347883).
3267
3268 2007-05-30  Richard Hult  <richard@imendio.com>
3269
3270         * gdk/quartz/gdkselection-quartz.c (gdk_free_text_list): Add this
3271         function, bug #438440.
3272
3273 2007-05-30  Tor Lillqvist  <tml@novell.com>
3274
3275         * gdk/win32/gdkevents-win32.c (gdk_pointer_grab): Subtract the
3276         multi-monitor offset from x and y before setting up the rectangle
3277         for ClipCursor(). Fixes #442326.
3278
3279 2007-05-30  Matthias Clasen  <mclasen@redhat.com>
3280
3281         * gtk/gtkiconview.c (gtk_icon_view_layout): Queue a resize
3282         if the size changed.  (#418047, Alex Graveley)
3283
3284 2007-05-30  Simos Xenitellis  <simos@gnome.org>
3285
3286         * gdk/gdkkeysyms-update.pl: Updated script to new upstream 
3287         location of keysymdef.h (#442183)
3288
3289 2007-05-30  Emmanuele Bassi  <ebassi@gnome.org>
3290
3291         * gtk/gtkfilechooserdefault.c (update_chooser_entry): Return
3292         after setting the file chooser entry with the current selection.
3293
3294 2007-05-30  Matthias Clasen  <mclasen@redhat.com>
3295
3296         * gtk/gtkiconcachevalidator.c: Correct the handling
3297         of display names.  (#441767, Marcin Bachry)
3298
3299 2007-05-30  Xan Lopez  <xan@gnome.org>
3300
3301         * gtk/gtknotebook.c (gtk_notebook_set_current_page): Small cleanup.
3302         Fixes #442172.
3303
3304 2007-05-28  Cody Russell  <bratsche@gnome.org>
3305
3306         * gdk/win32/xcursors.h: Fix initialization of last item. (#440511)
3307
3308 2007-05-28  Richard Hult  <richard@imendio.com>
3309
3310         * gdk/quartz/gdkevents-quartz.c (get_child_coordinates_from_ancestor)
3311         (get_ancestor_coordinates_from_child): Break out code that was
3312         repeated into separate functions and call them instead.
3313         (find_window_for_mouse_nsevent): Break out this from
3314         find_window_for_nsevent to make the code clearer.
3315         (find_window_for_nsevent): Use the above and fix the returned
3316         coordinates in the process so that they are always relative the
3317         found window, both for the normal case and during grabs. Still
3318         needs fixing for the case where we get nsevents for a window other
3319         than than grab window during grabs.
3320
3321 2007-05-28  Richard Hult  <richard@imendio.com>
3322
3323         * gdk/quartz/gdkevents-quartz.c (gdk_event_translate): Fix typo,
3324         we need both press and release in the mask to trigger implicit
3325         grabs.
3326
3327 2007-05-28  Richard Hult  <richard@imendio.com>
3328
3329         * gdk/quartz/gdkevents-quartz.c (pointer_ungrab_internal): Reset
3330         all the grab state, to help debugging.
3331         (gdk_event_translate): Use pointer_ungrab_internal instead of
3332         duplicating the code here.
3333
3334 2007-05-28  Richard Hult  <richard@imendio.com>
3335
3336         * gdk/quartz/gdkprivate-quartz.h:
3337         * gdk/quartz/gdkwindow-quartz.c (find_child_window_helper)
3338         (_gdk_quartz_window_find_child): Refactored version of
3339         _gdk_quartz_window_find_child_by_point, that doesn't return any
3340         coordinates as the users of this function already have the
3341         coordinates and need to translate them differently.
3342         (_gdk_windowing_window_get_pointer): Fixup coordinate translation.
3343         (_gdk_windowing_window_at_pointer): Likewise.
3344
3345 2007-05-28  Richard Hult  <richard@imendio.com>
3346
3347         * gdk/quartz/gdkevents-quartz.c
3348         (find_window_interested_in_event_mask): Don't traverse beyond the
3349         toplevel of the passed in window.
3350
3351 2007-05-28  Richard Hult  <richard@imendio.com>
3352
3353         * gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_init): Set
3354         a size for the root window.
3355
3356 2007-05-28  Richard Hult  <richard@imendio.com>
3357
3358         * gdk/quartz/gdkwindow-quartz.c: Add comments about what various
3359         coordinates are relative to.
3360
3361 2007-05-28  Carlos Garnacho  <carlos@imendio.com>
3362
3363         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed_recurse):
3364         Add back variable declaration removed in r17958.
3365
3366 2007-05-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3367
3368         * gtk/gtkprinter.[ch]: Add new capability
3369         GTK_PRINT_CAPABILITY_NUMBER_UP.
3370         * docs/reference/gtk/tmpl/gtkprintunixdialog.sgml: 
3371         * gtk/gtkprintunixdialog.c: (update_dialog_from_capabilities):
3372         * modules/printbackends/file/gtkprintbackendfile.c:
3373         (file_printer_get_options), (file_printer_get_settings_from_options):
3374         * modules/printbackends/cups/gtkprintbackendcups.c:
3375         (cups_printer_get_capabilities): Add a new print capability to specify
3376         whether print dialog will offer printing multiple pages per sheet. (#398414)
3377         
3378 2007-05-28  Matthias Clasen  <mclasen@redhat.com>
3379
3380         * gtk/gtktoolbar.h: Actually undeprecate 
3381         gtk_toolbar_[un]set_icon_size.  (#314172. Yevgen Muntyan)
3382
3383 2007-05-28  Matthias Clasen  <mclasen@redhat.com>
3384
3385         * gtk/gtkwidget.c: Document some more signals
3386
3387         * gtk/gtktextview.c: Improve docs
3388
3389 2007-05-27  Tor Lillqvist  <tml@novell.com>
3390
3391         * configure.in (GDK_EXTRA_LISB): Drop bogus -user32 switch. Was
3392         supposed to be -luser32, but he "l" was missing. But nobody has
3393         noticed, so presumably unnecessary.
3394
3395 2007-05-26  Matthias Clasen  <mclasen@redhat.com>
3396
3397         * gtk/gtkprintoperationpreview.c: Improve docs
3398
3399 2007-05-26  Matthias Clasen  <mclasen@redhat.com>
3400
3401         * gtk/gtkentry.c: Move docs inline.
3402
3403 2007-05-26  Matthias Clasen  <mclasen@redhat.com>
3404
3405         * gdk/directfb/gdkkeys-directfb.c: Remove duplicate doc comments
3406         that cause problems when building the docs.
3407
3408 2007-05-26  Matthias Clasen  <mclasen@redhat.com>
3409         
3410         * gdk/x11/gdkdisplay-x11.c: Update docs
3411         * gdk/gdk.c: Update docs
3412         * gdk/directfb/gdkwindow-directfb.c: Remove duplicate doc comments.
3413         * gdk/x11/gdkwindow-x11.c: Fix doc formatting
3414
3415 2007-05-26  Matthias Clasen  <mclasen@redhat.com>
3416
3417         * gtk/gtktooltip.c:
3418         * gtk/gtkstatusicon.c:
3419         * gtk/gtkscalebutton.c:
3420         * gtk/gtkrecentaction.c:
3421         * gtk/gtkrange.c:
3422         * gtk/gtkprinter.c:
3423         * gtk/gtkprintsettings.c:
3424         * gtk/gtkpapersize.c:
3425         * gtk/gtkpagesetup.c:
3426         * gtk/gtknotebook.c:
3427         * gtk/gtkentrycompletion.c: Document new api
3428
3429 2007-05-26  Richard Hult  <richard@imendio.com>
3430
3431         * gtk/gtkprinter.c: (gtk_printer_set_location): Fix typo to get the
3432         build working.
3433
3434 2007-05-26  Matthias Clasen  <mclasen@redhat.com>
3435
3436         * configure.in: Require gtk-doc 1.6, for signal and property links.
3437         * gtk/gtkbox.c:
3438         * gtk/gtkbutton.c:
3439         * gtk/gtkcontainer.c:
3440         * gtk/gtkdialog.c:
3441         * gtk/gtkentry.c:
3442         * gtk/gtkimage.c:
3443         * gtk/gtklabel.c:
3444         * gtk/gtkmisc.c:
3445         * gtk/gtksettings.c:
3446         * gtk/gtkwidget.c: Documentation improvements, link signals
3447         and properties where it makes sense.
3448
3449 2007-05-25  Matthias Clasen  <mclasen@redhat.com>
3450
3451         * gtk/gtktextmark.c:
3452         * gtk/gtktextbuffer.c: Formatting fixes.
3453
3454 2007-05-25  Matthias Clasen  <mclasen@redhat.com>
3455
3456         Allow to separate GtkTextMark creation from buffer insertion.
3457         (#132818, Gustavo Giráldez, patch by Yevgen Muntyan)
3458
3459         * gtk/gtktextmarkprivate.h:
3460         * gtk/gtktextmark.[hc] (gtk_text_mark_new): New function to 
3461         create a GtkTextMark.
3462
3463         * gtk/gtktextbuffer.[hc] (gtk_text_buffer_add_mark): New 
3464         function to add an existing mark to a buffer. 
3465
3466         * gtk/gtktextbtree.c: Allow adding existing marks.
3467
3468         * gtk/gtk.symbols: Add new functions.
3469
3470         * tests/testtextbuffer.c: Add some tests for new mark 
3471         functionality.
3472
3473 2007-05-25  Xan Lopez  <xan@gnome.org>
3474
3475         * gtk/gtkaction.c: (gtk_action_set_short_label):
3476         Use private->data->short_label to update the proxies. (#440780)
3477
3478 2007-05-25  Richard Hult  <richard@imendio.com>
3479
3480         * gdk/quartz/gdkimage-quartz.c: (_gdk_quartz_image_copy_to_image):
3481         Implement copying from a window, part of bug #348493.
3482
3483 2007-05-25  Matthias Clasen  <mclasen@redhat.com>
3484
3485         * gtk/gtkprintoperation-unix.c (unix_end_run): Hold a 
3486         refence on the print operation until gtk_print_job_send()
3487         is done.  (#440040, Chris Vine)
3488
3489 2007-05-25  Matthias Clasen  <mclasen@redhat.com>
3490
3491         * gtk/gtkiconview.c (gtk_icon_view_accessible_ref_child):
3492         Don't crash and don't leak.  (#439565, Pedro Villavicencio)
3493
3494 2007-05-25  Matthias Clasen  <mclasen@redhat.com>
3495
3496         * gtk/gtkiconfactory.c: Improve a warning
3497         * gtk/gtkicontheme.c (gtk_icon_info_load_icon): Always
3498         set the error when returning NULL.  (#440982, Carlos Garcia
3499         Campos)
3500
3501 2007-05-25  Michael Natterer  <mitch@imendio.com>
3502
3503         Merge fix from maemo-gtk:
3504
3505         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): open submenus
3506         also if the menu item we're entering is already selected. Also, it
3507         makes no sense to forward the event to the parent menu shell if we
3508         are entering a menu item of *this* menu shell.
3509
3510 2007-05-24  Matthias Clasen  <mclasen@redhat.com>
3511
3512         * gtk/stock-icons/*: Make sure all svg icons are added
3513         as pngs.
3514
3515 2007-05-24  Matthias Clasen  <mclasen@redhat.com>
3516
3517         * modules/input/Makefile.am: Fix broken DESTDIR support
3518
3519 2007-05-24  Michael Natterer  <mitch@imendio.com>
3520
3521         * gtk/gtktooltip.c (find_widget_under_pointer): apply patch from
3522         Bogdan Nicula which fixes a crash on GdkWindows which have no
3523         GtkWidget as user_data (bug #440890).
3524
3525 2007-05-24  Matthias Clasen  <mclasen@redhat.com>
3526
3527         * configure.in: Bump version
3528
3529         * === Released 2.11.0 ===
3530
3531         * NEWS: Updates
3532
3533 2007-05-23  Matthias Clasen  <mclasen@redhat.com>
3534
3535         * gtk/gtk.symbols: 
3536         * gdk/x11/xsettings-common.h: 
3537         * gdk/gdk.symbols: Add some missing symbols.
3538
3539         * gtk/paper_names_offsets.c:
3540         * gtk/gen-paper-names.c: Make variables static.
3541
3542         * gtk/gtktooltip.[hc]:
3543         * gtk/gtkvolumebutton.c:
3544         * gtk/gtkscalebutton.c:  Fix up symbol aliasing.
3545
3546 2007-05-23  Yevgen Muntyan  <muntyan@tamu.edu>
3547
3548         * gtk/gtkprintunixdialog.c: missing #include <ctype.h>.
3549
3550         * gtk/gtkhandlebox.c (gtk_handle_box_paint):
3551         * gtk/gtkpagesetupunixdialog.c (_gtk_load_custom_papers):
3552         * gtk/gtkstatusbar.c (gtk_statusbar_get_context_id):
3553         * gtk/gtkiconcache.c (_gtk_icon_cache_new_for_path):
3554         * gtk/gtktrayicon-x11.c (gtk_tray_icon_send_dock_request):
3555         * gtk/gtkpreview.c (gtk_preview_finalize):
3556         * gtk/gtknotebook.c (gtk_notebook_set_group_id):
3557         * tests/testnotebookdnd.c (window_creation_function):
3558         * tests/testiconview.c (do_popup_menu):
3559         Fixed some compiler warnings (#440689).
3560
3561 2007-05-23  Kristian Rietveld  <kris@imendio.com>
3562
3563         * gtk/gtktooltip.c (find_widget_under_pointer): translate coordinates
3564         from the window they were received on to the event widget's window;
3565         correct for no-window widgets after that, bail out on failure.  This
3566         makes the coordinates given by GtkWidget::query-tooltip truly relative
3567         to widget->window.  (#435188).
3568
3569         * gtk/gtkwidget.c (gtk_widget_class_init): update docs for
3570         GtkWidget::query-tooltip.
3571
3572 2007-05-22  Behdad Esfahbod  <behdad@gnome.org>
3573
3574         * gtk/gtkprintcontext.c (gtk_print_context_finalize),
3575         (_gtk_print_context_new), (_gtk_print_context_get_fontmap),
3576         (gtk_print_context_set_cairo_context),
3577         (gtk_print_context_get_pango_fontmap),
3578         (gtk_print_context_create_pango_context):
3579         Don't create new pango fontmaps.  Use the default pangocairo
3580         fontmap and set resolution on PangoContext instead. (#417707)
3581
3582 2007-05-21  Richard Hult  <richard@imendio.com>
3583
3584         * gdk/quartz/gdkdisplay-quartz.c: (gdk_display_open): Set the
3585         resolution.
3586         
3587         * gdk/quartz/gdkscreen-quartz.c: Use the autorelease pool macros.
3588
3589 2007-05-21  Michael Natterer  <mitch@imendio.com>
3590
3591         * gtk/gtkcombobox.c (gtk_combo_box_set_model): revert last change.
3592
3593 Mon May 21 13:58:32 2007  Tim Janik  <timj@imendio.com>
3594
3595         * gtk/gtkcombobox.c (gtk_combo_box_set_model): removed redundant check.
3596
3597 2007-05-21  Tor Lillqvist  <tml@novell.com>
3598
3599         * gtk/gtkscalebutton.c (gtk_scale_popup): Make it work better with
3600         multiple monitors.
3601
3602 2007-05-20  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
3603
3604         * gdk/directfb/gdkwindow-directfb.c:
3605         * gdk/directfb/gdkdirectfb.h: Updated minimum DirectFB version
3606         required to enable gdk_directfb_create_child_window.
3607         (Closes: #437379)
3608
3609 2007-05-20  Bastien Nocera  <hadess@hadess.net>
3610
3611         * gtk/Makefile.am:
3612         * gtk/gtk.h:
3613         * gtk/gtk.symbols:
3614         * gtk/gtkvolumebutton.[ch]: Add the GtkVolumeButton widget,
3615         a button that pops up a scale when clicked (Closes: #415775)
3616         * tests/Makefile.am:
3617         * tests/testvolumebutton.c: Add a test program for the
3618         volume button
3619
3620 2007-05-19  Bastien Nocera  <hadess@hadess.net>
3621
3622         reviewed by: Matthias Clasen <mclasen@redhat.com>
3623
3624         * gtk/Makefile.am:
3625         * gtk/gtk.h:
3626         * gtk/gtk.symbols:
3627         * gtk/gtkscalebutton.[ch]: Add the GtkScaleButton widget,
3628         a button that pops up a scale when pressed
3629
3630 2007-05-19  Matthias Clasen  <mclasen@redhat.com>
3631
3632         * gtk/gtk.symbols:
3633         * gtk/gtknotebook.[hc]: Deprecate gtk_notebook_[gs]et_group_id
3634         in favour of new functions gtk_notebook_[gs]et_group, which
3635         takes a pointer as group identifier and makes it easier to
3636         avoid group id collisions.  (#386930, Christian Hammond)
3637                 
3638         * tests/testnotebookdnd.c: Use new grouping api.
3639
3640 2007-05-18  Matthias Clasen  <mclasen@redhat.com>
3641
3642         * gtk/gtkactiongroup.c: Warn and refuse to add actions with
3643         duplicate names.  (#150877, Tommi Komulainen, patch by Kalle
3644         Vahlman)
3645
3646 2007-05-18  Matthias Clasen  <mclasen@redhat.com>
3647
3648         * gtk/gtk.symbols:
3649         * gtk/gtkentry.[hc]: Add gtk_entry_[gs]et_cursor_hadjustment()
3650         to allow automatic scrolling in response to cursor movements
3651         in the entry.  (#438651, Nate Nielsen)
3652
3653 2007-05-18  Matthias Clasen  <mclasen@redhat.com>
3654
3655         * gtk/gtktextview.c: Add a toggle-cursor-visibility keybinding
3656         signal, and bind F7 to it.  (#380048, Tim Miao)
3657
3658 2007-05-18  Matthias Clasen  <mclasen@redhat.com>
3659
3660         * gtk/gtk.symbols:
3661         * gtk/gtkicontheme.h:
3662         * gtk/gtkicontheme.c: Add a function to look up an icon from
3663         a list of icon names.  (#396901, Luca Ferretti)
3664
3665 2007-05-18  Emmanuele Bassi  <ebassi@gnome.org>
3666
3667         * gtk/gtkrecentchooserdefault.c:
3668         (gtk_recent_chooser_default_dispose): Reset the state on dispose.
3669
3670         (cleanup_after_load): load_id != 0 && load_state == LOAD_EMPTY
3671         is a valid state, if the main loop never had the chance to
3672         properly spin at least once. (#438671)
3673
3674 2007-05-18  Emmanuele Bassi  <ebassi@gnome.org>
3675
3676         * gtk/gtkrecentchooserdefault.c (recent_meta_data_func): Mark
3677         string for translation. (#439437)
3678
3679 2007-05-18  Matthias Clasen  <mclasen@redhat.com>
3680
3681         * gtk/gtkwindow.c (gtk_window_set_transient_for): Fix
3682         doc typo.  (#438100, Vincent Untz)
3683
3684 2007-05-18  Michael J. Chudobiak  <mjc@cvs.gnome.org>
3685
3686         * INSTALL.in:
3687         * README.in:
3688         * configure.in: Bump libtiff requirement to 3.6.0, by requiring
3689           presence of TIFFReadRGBAImageOriented.
3690
3691         * gdk-pixbuf-scaled-anim.c: (get_scaled_pixbuf):
3692         Preserve pixbuf options when generating a new scaled pixbuf.
3693
3694         * io-jpeg.c: (get_orientation), (gdk_pixbuf__jpeg_image_load),
3695         (gdk_pixbuf__jpeg_image_load_increment): Read the exif
3696         orientation tag and associate it with the "orientation" pixbuf
3697         option. Renders libexif unnecessary in some applications.
3698
3699         * io-tiff.c: (tiff_image_parse): Read the tiff orientation tag,
3700         compensate for the partial rotations performed by libtiff,
3701         and generate an "orientation" option for the pixbuf.
3702
3703 2007-05-18  Carlos Garnacho  <carlos@imendio.com>
3704
3705         * gtk/gtkexpander.c: remove c++ style comment.
3706
3707 2007-05-18  Carlos Garnacho  <carlos@imendio.com>
3708
3709         Make combobox menu popdown keybindable (#433593)
3710
3711         * gtk/gtkcombobox.c (gtk_combo_box_class_init): Add "popdown" binding
3712         signal and keybindings.
3713         (gtk_combo_box_real_popdown): Added, "popdown" keybinding signal
3714         handler.
3715         (gtk_combo_box_menu_key_press):
3716         (gtk_combo_box_list_key_press): forward the event to the combobox if
3717         it wasn't handled by the menu.
3718
3719 2007-05-18  Carlos Garnacho  <carlos@imendio.com>
3720
3721         * gtk/gtknotebook.c (gtk_notebook_init) (gtk_notebook_drag_motion)
3722         (gtk_notebook_drag_drop): Allow widgets up in the hierarchy to run
3723         their DnD handlers if the target doesn't match with anything the
3724         notebook manages. (#350665, Joakim Lundborg).
3725
3726 2007-05-18  Carlos Garnacho  <carlos@imendio.com>
3727
3728         Refactor GtkFileChooserDialog sizing.
3729
3730         * gtkfilechooserembed.[ch] (delegate_get_resizable_hints)
3731         (_gtk_file_chooser_embed_get_resizable_hints):
3732         s/resizable_hints/resizable/, return just one boolean value to
3733         determine whether the filechooser should be resizable or not.
3734
3735         * gtkfilechooserprivate.h (struct GtkFileChooserDialogPrivate): remove
3736         variables related to the GtkFileChooserEmbed get_default_size() and
3737         get_resizable() implementations.
3738         (struct GtkFileChooserDefault): Move default size management here.
3739
3740         * gtkfilechooserdefault.c (gtk_file_chooser_default_size_allocate):
3741         Added, store currently allocated size to calculate default size later.
3742         (gtk_file_chooser_default_get_resizable_hints):
3743         s/resizable_hints/resizable/.
3744         (gtk_file_chooser_default_set_property): Reload settings if the file
3745         chooser action changes, this way the save expander state will be known
3746         before mapping the window, avoiding wrong window positioning and
3747         flickering. (#424299, #424309)
3748         (find_good_size_from_style): Only get size from style if it wasn't set
3749         previously.
3750         (gtk_file_chooser_default_get_default_size): return default size based
3751         on stored default size and preview/extra widget sizes.
3752
3753         * gtkfilechooserdialog.c (file_chooser_widget_update_hints)
3754         (file_chooser_widget_realized_size_changed)
3755         (file_chooser_widget_unrealized_size_changed): simplified to
3756         (file_chooser_widget_size_changed): set window size and resizability
3757         based on the GtkFileChooserEmbed interface implementation. (Bug
3758         #420285, Tomeu Vizoso)
3759         (gtk_file_chooser_dialog_map): force a dialog size change, so it's
3760         clamped for sure to the 75% of the screen size.
3761
3762 2007-05-18  Carlos Garnacho  <carlos@imendio.com>
3763
3764         * gtk/gtknotebook.c (gtk_notebook_real_insert_page): Do not unset
3765         the brand new current page if there was none set previously. Fixes
3766         #425138 (Reported by Michail Crayson). Some code simplifications.
3767         (gtk_notebook_draw_arrow): code style fix.
3768
3769 2007-05-16  Matthias Clasen  <mclasen@redhat.com>
3770
3771         * gtk/gtkpathbar.c: Add ATK names to the Up, Down, and Root
3772         buttons. Keep the focus from vanishing when Up or Down arrows
3773         become insensitive or invisible.  (#357005, Patrick Wade)
3774
3775 2007-05-16  Brian Cameron  <brian.cameron@sun.com>
3776
3777         * acconfig.h, configure.in, gdk/Makefile.am, gdkprivate.h, gdkrgb.c,
3778           gdkdraw.c, gdk-pixbuf/gdk-pixbuf-scale.c,
3779           gdk-pixbuf/pixops/Makefile.am, gdk-pixbuf/pixops/pixops.[ch],
3780           gdk-pixbuf/pixops/timescale.c:  Add Sun mediaLib support so that
3781           hardware acceleration via mediaLib is enabled if mediaLib is
3782           detected via configure.  Enhancement request #344813.  I was given
3783           permission to commit in the bug report by Matthias Clasen.
3784         * gdk/medialib.[ch]: New files added for mediaLib support.
3785         * docs/reference/gdk-pixbuf/tmpl/scaling.sgml,
3786           docs/reference/gdk/tmpl/rgb.sgml, gdk/gdkdraw.c:  Add docs for
3787           mediaLib support.
3788
3789 2007-05-15  Torsten Schoenfeld  <kaffeetisch@gmx.de>
3790
3791         * gtk/gtkprintoperation.c (pdf_end_run): Unset priv->platform_data and
3792         priv->free_platform_data to prevent gtk_print_operation_finalize()
3793         from freeing the cairo surface a second time.
3794
3795 2007-05-14  Kristian Rietveld  <kris@gtk.org>
3796
3797         * gtk/gtkfilechooserdefault.c (recent_column_path_sort_func): remove
3798         dangling semicolon, fixes the segfault ebassi was seeing earlier today
3799         ;)
3800
3801 2007-05-14  Tristan Van Berkom  <tvb@gnome.org>
3802
3803         * gtk/gtkaboutdialog.c: Functions: gtk_about_dialog_get/set_name() 
3804         were deprecated in favour of gtk_about_dialog_get/set_program_name(), 
3805         the GtkAboutDialog now uses the "program-name" property instead of 
3806         the conflicting "name" property (fixes bug 345822).
3807
3808 2007-05-14  Emmanuele Bassi  <ebassi@gnome.org>
3809
3810         * configure.in: Add check for GNU extensions to ftw()/nftw().
3811
3812         * gtk/gtksearchenginesimple.c: Fix compilation on systems with
3813         only POSIX-compliant ftw(). (#435797, based on a patch by
3814         Richard Hult)
3815
3816 2007-05-14  Emmanuele Bassi  <ebassi@gnome.org>
3817
3818         * gtk/gtkfilechooserdefault.c:
3819         Convert the GtkTreeIter inside the sorting functions for the
3820         search and recent modes. This doesn't yet fix the segfault when
3821         clicking the 'Name' column in recent mode, though.
3822
3823 2007-05-14  Behdad Esfahbod  <behdad@gnome.org>
3824
3825         * modules/input/gtkimcontextthai.c
3826         (gtk_im_context_thai_filter_keypress):
3827         Fix check for modifier keys. (#438261, Theppitak Karoonboonyanan)
3828
3829 2007-05-14  Matthias Clasen  <mclasen@redhat.com>
3830
3831         * gtk/gtkscrolledwindow.c: Document scrollbars-within-bevel
3832         as 2.12 addition.  (#438131, Mart Raudsepp)
3833
3834 2007-05-14  Matthias Clasen  <mclasen@redhat.com>
3835
3836         * gtk/gtkvseparator.c (gtk_vseparator_size_request): Fix
3837         size requisition for wide vertical separators.  (#438113, 
3838         Benjamin Berg)
3839
3840 2007-05-13  Emmanuele Bassi  <ebassi@gnome.org>
3841
3842         * gtk/gtksearchenginesimple.c: Include <ftw.h> and use nftw() and
3843         all the symbols defined in <ftw.h> conditionally.
3844
3845 2007-05-13  Cody Russell  <bratsche@gnome.org>
3846
3847         * gdk/win32/gdkevents-win32.c: Only do the configure event context
3848         iteration under WM_WINDOWPOSCHANGED instead of inside
3849         handle_configure_event().  This fixes a bug that prevented window
3850         contents from being redrawn after gtk_window_resize(). (#436721)
3851
3852 2007-05-12  Behdad Esfahbod  <behdad@gnome.org>
3853
3854         * gdk/gdkdraw.c (gdk_draw_trapezoids): Fix wrong cairo path
3855         generation.  (#437879, Eddie C. Dost)
3856
3857 2007-05-11  Emmanuele Bassi  <ebassi@gnome.org>
3858
3859         GtkFileChooser search fixes and recent files support.  (#435342)
3860         
3861         * gtk/gtkfilechooserdefault.c: Support drag and drop for
3862         adding shortcuts of folders when in search or recent files
3863         mode.
3864
3865 2007-05-11  Emmanuele Bassi  <ebassi@gnome.org>
3866
3867         GtkFileChooser search fixes and recent files support.  (#435342)
3868
3869         * gtk/gtkfilechooserprivate.h:
3870         * gtk/gtkfilechooserdefault.c: Follow the sorting order of
3871         the GtkTreeView displaying the files list.
3872
3873         (shortcuts_get_index), (shortcuts_insert_separator),
3874         (shortcuts_model_create), (shortcuts_combo_filter_func): Remove
3875         the separator between the Search and the Recently Used shortcuts.
3876
3877         (list_select_func), (list_icon_data_func), (list_name_data_func),
3878         (list_mtime_data_func): Update the sensitivity of the row
3879         depending on the GtkFileChooserAction used.
3880
3881 2007-05-11  Emmanuele Bassi  <ebassi@gnome.org>
3882
3883         GtkFileChooser search fixes and recent files support.  (#435342)
3884
3885         * gtk/gtkfilechooserprivate.h:
3886         * gtk/gtkfilechooserdefault.c: Update the contents of the
3887         files list when changing the filter of the GtkFileChooserDefault
3888         widget.
3889
3890 2007-05-11  Emmanuele Bassi  <ebassi@gnome.org>
3891
3892         GtkFileChooser search fixes and recent files support.  (#435342)
3893
3894         * gtk/gtkfilechooserdefault.c: Update the add bookmark button
3895         sensitivity when in search or recent files mode, and allow
3896         adding a bookmark for a folder.
3897
3898 2007-05-11  Emmanuele Bassi  <ebassi@gnome.org>
3899
3900         GtkFileChooser search fixes and recent files support.  (#435342)
3901
3902         * gtk/gtkfilechooserdefault.c: UI fixes in the Search mode: add
3903         a mnemonic to the label, de-boldify the label's text and assign
3904         focus to the search entry when switching to the search mode.
3905
3906         (list_name_data_func): Split the text in both search and recent
3907         files mode: on the first line use the short name and on the
3908         second line use the full path.
3909
3910 2007-05-11  Emmanuele Bassi  <ebassi@gnome.org>
3911
3912         GtkFileChooser search fixes and recent files support.  (#435342)
3913
3914         * gtk/gtkfilechooserprivate.h:
3915         * gtk/gtkfilechooserdefault.c: Add support for showing the
3916         recently used files list as a special shortcut item.
3917
3918 2007-05-11  Emmanuele Bassi  <ebassi@gnome.org>
3919         
3920         GtkFileChooser search fixes and recent files support.  (#435342)
3921
3922         * gtk/gtkfilechooserdefault.c: Overall whitespace fixes and
3923         indentation style consistency.
3924
3925         (list_row_activated): If the search hit is a folder, follow it
3926         when activating the row, and switch back to browse mode.
3927
3928         (search_clear_model), (search_start_query),
3929         (search_entry_activate_cb), (search_setup_widgets): Remember
3930         the last query when switching between modes.
3931
3932 2007-05-11  Emmanuele Bassi  <ebassi@gnome.org>
3933
3934         GtkFileChooser search fixes and recent files support.  (#435342)
3935
3936         * gtk/gtkfilechooserdefault.c:
3937         (_gtk_file_chooser_default_class_init): Add key binding for
3938         the Search shortcut; default to MOD1+S.
3939
3940         (search_shortcut_handler): Handle the key binding.
3941
3942         (search_hit_get_info_cb), (search_add_hit), (search_clear_model),
3943         (search_setup_model): Retrieve informations on the search hits
3944         when adding them to the model.
3945
3946         (list_icon_data_func): Show the search hit icon.
3947
3948 2007-05-11  Michael Natterer  <mitch@imendio.com>
3949
3950         * gtk/gtktextview.c (selection_motion_event_handler): call
3951         gdk_event_request_motions(event) so selecting works with
3952         XInput devices too. Spotted by Tommi Komulainen.
3953
3954 2007-05-11  Emmanuele Bassi  <ebassi@gnome.org>
3955
3956         * gtk/gtksearchengine.c (_gtk_search_engine_new): Fall back
3957         to GtkSearchEngineSimple only if gthread has already been
3958         initialiased; otherwise, disable search support in the file
3959         chooser widget.  (#435847)
3960
3961 2007-05-10  Matthias Clasen <mclasen@redhat.com>
3962
3963         * gtk/gtkbutton.c (gtk_button_set_image): Unparent the old
3964         image before overwriting priv->image.  (#437281, Jochen Baier)
3965
3966 2007-05-10  Matthias Clasen <mclasen@redhat.com>
3967
3968         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_child):
3969         Correct a confusing warning.  (#437284, Björn Lindqvist)
3970
3971 2007-05-10  Matthias Clasen <mclasen@redhat.com>
3972
3973         * gdk/gdkdraw.c (gdk_draw_pixbuf): Don't call into
3974         the backend if the region is empty.  (#437081, Sven Neumann)
3975
3976 2007-05-10  Matthias Clasen <mclasen@redhat.com>
3977
3978         * gtk/gtksearchenginesimple.c (search_visit_func);
3979         Assume Posix nftw behaviour. 
3980
3981 2007-05-09  Dom Lachowicz <domlachowicz@gmail.com>
3982
3983         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: GtkTreeView doesn't 
3984         expand/collapse with Right/Left cursor keys on Windows
3985         (#436269, Daniel Atallah)
3986
3987 2007-05-09  Cody Russell  <bratsche@gnome.org>
3988
3989         * gtk/gtkmenu.c:
3990         (get_arrows_border): New function to calculate the border sizes needed 
3991         for the scroll arrows.
3992         (get_arrows_visible_area): New function to calculate the arrows visible 
3993         area.
3994         (get_arrows_sensitive_area): New function to calculate the arrows
3995         sensitive area.
3996         (gtk_menu_paint): Refactored code to calculate the border sizes needed
3997         for the scroll arrows into get_arrows_border and the code to calculate 
3998         the visible area into get_arrows_visible_area.
3999         (gtk_menu_handle_scrolling): Refactored arrow sensitive calculations
4000         to get_arrows_sensitive_area.
4001         (gtk_menu_realize, gtk_menu_size_allocate, gtk_menu_scroll_by,
4002         gtk_menu_position, gtk_menu_scroll_to, gtk_menu_scroll_item_visible,
4003         get_visible_size, get_menu_height, gtk_menu_real_move_scroll): Update
4004         callers.  (From #436533, Tommi Komulainen)
4005
4006 2007-05-09  Kristian Rietveld  <kris@imendio.com>
4007
4008         * gtk/gtktreeview.c (gtk_tree_view_key_press),
4009         (gtk_tree_view_key_release):
4010         * gtk/gtkiconview.c (gtk_icon_view_class_init),
4011         (gtk_icon_view_key_press),
4012         (gtk_icon_view_key_release): Disable key bindings during rubber
4013         banding, make pressing Esc stop rubber banding.  (#405027).
4014
4015 2007-05-09  Emmanuele Bassi  <ebassi@gnome.org>
4016
4017         * gtk/gtkrecentmanager.c:
4018         (gtk_recent_info_get_icon): Return GTK_STOCK_DIRECTORY for entries
4019         with MIME type "x-directory/normal", instead of GTK_STOCK_FILE.
4020
4021 2007-05-05  Richard Hult  <richard@imendio.com>
4022
4023         * gdk/quartz/gdkdrawable-quartz.c:
4024         (gdk_quartz_drawable_get_context),
4025         (gdk_quartz_drawable_release_context): Fix bugs #428733 and #433301.
4026         Turns out the lockFocus logic was flawed, now we only lock/unlock 
4027         when called outside a real expose event and never flush manually.
4028
4029 2007-05-03  Behdad Esfahbod  <behdad@gnome.org>
4030
4031         * gtk/gtklabel.c (gtk_label_ensure_layout):
4032         * gtk/gtktextlayout.c (set_para_values): Make GTK_JUSTIFY_FILL work,
4033         using pango_layout_set_justify() that works now. (#435675)
4034
4035 2007-05-03  Emmanuele Bassi  <ebassi@gnome.org>
4036
4037         * gtk/gtksearchenginesimple.c (search_engine_simple_finalize): Remove
4038         spurious g_free() call.
4039
4040 Thu May  3 16:27:34 2007  Tim Janik  <timj@imendio.com>
4041
4042         * tests/testgtk.c (create_handle_box): made handle box test non-modal,
4043         so other test can interact with handle boxes.
4044
4045 2007-05-02  Emmanuele Bassi  <ebassi@gnome.org>
4046
4047         Add search file support in the GtkFileChooser. Original patch
4048         by Federico Mena Quintero; patch updated by Matthias Clasen.
4049         See bug #344785.
4050
4051         * gtk/gtksearchengine.[ch]: Private search engine abstraction
4052         object.
4053
4054         * gtk/gtksearchenginebeagle.[ch]: Private search engine
4055         implementation using libbeagle (via g_module_open()).
4056
4057         * gtk/gtksearchenginesimple.[ch]: Private search engine
4058         implementation using file tree walking.
4059
4060         * gtk/gtksearchenginetracker.[ch]: Private earch engine
4061         implementation using libtracker (via g_module_open()).
4062
4063         * gtk/gtkquery.[ch]: Private query object for the search
4064         engines.
4065
4066         * gtk/gtkfilechooserprivate.h:
4067         * gtk/gtkfilechooserdefault.c: Use the GtkSearchEngine to
4068         query a search engine backend using GtkQuery; create a new
4069         operating mode, OPERATION_MODE_SEARCH, and call the common
4070         operating mode OPERATION_MODE_BROWSE; add support for virtual
4071         shortcuts inside the shortcuts model and create a new "Search"
4072         virtual shortcut.
4073
4074         * gtk/Makefile.am: Update the build with the new files
4075
4076 2007-05-02  Armin Burgmeier  <armin@openismus.com>
4077
4078         * gtk/gtkcombobox.c: Destroy the menu in dispose instead of
4079         finalize, because the menu might unparent itself from its parent and
4080         cause a signal emission on a finalized object. (#430746)
4081
4082 2007-05-02  Dom Lachowicz <domlachowicz@gmail.com>
4083
4084         * modules/engines/ms-windows/msw_style.c: MS-Windows Theme top tabs 
4085         rendered upside down for non-XP theme (#435053, Daniel Atallah)
4086
4087 Wed May  2 11:35:45 2007  Tim Janik  <timj@imendio.com>
4088
4089         * docs/faq/gtkfaq.sgml: removed, since this file is long outdated
4090         and fully replaced by docs/faq/gtk-faq.sgml.
4091
4092 2007-05-02  Kristian Rietveld  <kris@imendio.com>
4093
4094         * gtk/gtktreeview.c (gtk_tree_view_grab_notify): stop the rubber band
4095         if it's active.
4096
4097 2007-05-01  Matthias Clasen  <mclasen@redhat.com>
4098
4099         * gtk/gtkiconcachevalidator.c: Don't be too strict when checking
4100         icon flags.  (#435062)
4101
4102 2007-05-01  Matthias Clasen  <mclasen@redhat.com>
4103         
4104         * gtk/Makefile.am: When generating gtkbuiltincache.h, only copy
4105         pngs.
4106
4107 2007-05-01  Matthias Clasen  <mclasen@redhat.com>
4108
4109         * gtk/gtkfilesystemmodel.c (_gtk_file_system_model_path_do):
4110         Don't ignore the fact that gtk_file_system_get_parent() 
4111         may return NULL.  (#424042, Jan Martinek)
4112
4113 2007-05-01  Dan Winship  <danw@novell.com>
4114
4115         * gdk/x11/gdkwindow-x11.c (setup_toplevel_window): Make sure the
4116         leader_window's WM_CLIENT_LEADER points to itself. #435028
4117
4118 2007-05-02  Christian Persch  <chpe@gnome.org>
4119
4120         * gtk/gtktreemodel.c: (gtk_tree_iter_copy), (gtk_tree_iter_free): Use
4121         GSlice for gtk_tree_iter_copy. Bug #434863.
4122
4123 2007-05-02  Christian Persch  <chpe@gnome.org>
4124
4125         * gtk/gtkpapersize.c: (gtk_paper_size_get_paper_sizes): Put only
4126         GtkPaperSizes into the list, don't mix it with GtkPageSetups. Bug
4127         #434861.
4128
4129 2007-05-02  Christian Persch  <chpe@gnome.org>
4130
4131         * gtk/gtkpapersize.c: (gtk_paper_size_new_from_info),
4132         (gtk_paper_size_new), (gtk_paper_size_new_custom),
4133         (gtk_paper_size_copy), (gtk_paper_size_free): Use GSlice to allocate
4134         GtkPaperSize. Bug #434862.
4135
4136 2007-05-02  Christian Persch  <chpe@gnome.org>
4137
4138         * gtk/gtkstatusbar.c: (gtk_statusbar_get_context_id),
4139         (gtk_statusbar_expose_event): No need to allocate a guint; just stuff
4140         the ID into the pointer directly. Bug #434865.
4141
4142 2007-05-01  Matthias Clasen  <mclasen@redhat.com>
4143
4144         * gtk/gtkfilechooserdefault.c (struct UpdateCurrentFolderData),
4145         (update_current_folder_get_info_cb): add a new struct field to clear
4146         the file entry after the current folder has been updated.
4147
4148         (gtk_file_chooser_default_update_current_folder),
4149         (change_folder_and_display_error): Add a new function parameter to
4150         trigger file entry clearing.
4151
4152         (edited_idle_create_folder_cb),
4153         (file_list_drag_data_received_get_info_cb),
4154         (gtk_file_chooser_default_map),
4155         (gtk_file_chooser_default_set_current_folder),
4156         (switch_to_selected_folder), (save_entry_get_info_cb),
4157         (shortcuts_activate_volume_mount_cb), (shortcuts_activate_volume),
4158         (shortcuts_activate_get_info_cb), (list_row_activated),
4159         (path_bar_clicked): use new function parameter appropriately.
4160
4161         (gtk_file_chooser_default_should_respond): trigger file entry clearing
4162         after the directory is updated instead of clearing it before, this way 
4163         we avoid reloading the completion model with the soon to be old folder, 
4164         causing a warning and a glitch in the folder where completion happens. 
4165         (#379414, Carlos Garnacho)
4166
4167 2007-05-01  Matthias Clasen  <mclasen@redhat.com>
4168
4169         * gtk/gtkiconcachevalidator.[hc]: Add an icon cache validator.
4170
4171         * gtk/updateiconcache.c: Validate the generated cache before
4172         moving it in place. Also add a --validate option to validate
4173         an existing icon cache.
4174
4175         * gtk/gtkiconcache.c: Validate icon caches before using them.
4176
4177         * gtk/Makefile.am: Integrate it.
4178
4179 2007-05-01  Michael Emmel  <mike.emmel@gmail.com>
4180
4181         * gdk/directfb/gdkdisplay-directfb.c:
4182         Added stub gdk_notify_startup_complete_with_id to compile
4183         * gdk/directfb/gdkwindow-directfb.c:
4184         Added gdk_window_set_opacity
4185         * gdk/directfb/gdkkeys-directfb.c:
4186         Fix menu key handling crash Bug #413328
4187
4188 2007-05-01  Christian Persch  <chpe@gnome.org>
4189
4190         * gtk/gtkprinter.h:
4191         * gtk/gtkprintjob.h: Also move gtk_print_capabilities_get_type() to
4192         the new location. Bug #390437.
4193
4194 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
4195
4196         * gtk/gtksettings.c (settings_update_color_scheme):
4197         Make sure we always have a color_hash.  (#423916, Jens Granseuer)
4198
4199 2007-04-30  Christian Persch  <chpe@gnome.org>
4200
4201         * docs/reference/gtk/gtk-sections.txt:
4202         * gtk/gtk.symbols:
4203         * gtk/gtkprinter-private.h:
4204         * gtk/gtkprinter.c: (gtk_printer_get_capabilities),
4205         (gtk_print_capabilities_get_type):
4206         * gtk/gtkprinter.h:
4207         * gtk/gtkprintjob.c:
4208         * gtk/gtkprintjob.h:
4209         * gtk/gtkprintunixdialog.c: (selected_printer_changed):
4210         Make gtk_printer_get_capabilities public, and move the
4211         GtkPrintCapabilities definition to gtkprinter.h. Bug #390437.
4212
4213 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
4214
4215         * gtk/gtkexpander.c (gtk_expander_realize): A NO_WINDOW widget
4216         must not set the background of its window.  (#433972,
4217         Guilherme Polo)
4218
4219 2007-04-30  Richard Hult  <richard@imendio.com>
4220
4221         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_opacity):
4222         Implement.
4223
4224 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
4225
4226         * modules/printbackends/cups/gtkprintbackendcups.c: Get all
4227         the printer attributes when getting the list of printers,
4228         not via separate requests.  (#387889, Krishan Purahoo)
4229
4230 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
4231
4232         Some more compiler warning fixes.
4233
4234         * gdk/directfb/gdkscreen-directfb.c (gdk_screen_is_composited):
4235         Fix NULL/FALSE confusion.
4236
4237 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
4238
4239         Fix some compiler warnings.  (#433642, Kjartan Maraas)
4240
4241         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_get_info):
4242         (gtk_file_system_win32_create_folder):
4243         * gtk/gtkaction.c (gtk_action_create_menu): Fix NULL/FALSE confusion.  
4244
4245         * gtk/gtklinkbutton.c (gtk_link_button_clicked): Pass
4246         the right type to uri_func.  
4247         
4248         * gtk/gtktext.c (gtk_text_key_press):
4249         * gtk/gtkstatusicon.c (gtk_status_icon_get_property): 
4250         * gtk/gtkxembed.c (_gtk_xembed_send_message): Add casts.
4251
4252         * gtk/gtktrayicon-x11.c (gtk_tray_icon_manager_window_destroyed): 
4253         (gtk_tray_icon_delete):
4254         * gtk/gtkprintunixdialog.c (create_main_page):
4255         * gtk/gtkhsv.c (gtk_hsv_motion): Remove unused variables.
4256
4257         * gtk/gtkliststore.c: Adapt callbacks to GSequence types.
4258
4259 2007-04-30  Cody Russell  <bratsche@gnome.org>
4260
4261         * gdk/win32/gdkwindow-win32.c: Reintroduced erase_background(),
4262         but now we're calling it from _gdk_windowing_window_clear_area()
4263         instead of from the WM_ERASEBKGND event.  Also fixes the area
4264         that is cleared so that it is not an extra row and column too
4265         large.  (Neil Roberts, #415681)
4266
4267 2007-04-30  Matthias Clasen  <mclasen@redhat.com>
4268
4269         * gtk/gtktextview.c: Allow indents to be negative.  (#Bug 434308)
4270
4271 2007-04-30  Michael Natterer  <mitch@imendio.com>
4272
4273         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): pop up the
4274         submenu explicitely only in touchscreen mode since otherwise
4275         selecting the item already pops up the submenu. Restores the
4276         drag-selection timeout (spotted by Søren Sandmann, #128968).
4277
4278 2007-04-30  Michael Natterer  <mitch@imendio.com>
4279
4280         * gtk/gtkpapersize.h: really rename gtk_paper_size_get_builtins()
4281         to gtk_paper_size_get_paper_sizes().
4282
4283 2007-04-30  Tor Lillqvist  <tml@novell.com>
4284
4285         * gtk/gtkpapersize.c (gtk_paper_size_get_paper_sizes):
4286         _gtk_load_custom_papers() exists only on Unix.
4287
4288 2007-04-30  Tor Lillqvist  <tml@novell.com>
4289
4290         Add functionality to set overall opacity of a top-level
4291         window. (#405316)
4292
4293         * gdk/gdk.symbols: Add gdk_window_set_opacity.
4294
4295         * gdk/x11/gdkwindow-x11.c
4296         * gdk/win32/gdkwindow-win32.c: Implement
4297         gdk_window_set_opacity(). On X11 use the _NET_WM_WINDOW_OPACITY
4298         property. On Win32 use SetLayeredWindowAttributes(LWA_ALPHA).
4299
4300         * gdk/gdkwindow.h: Declare gdk_window_set_opacity().
4301
4302         * gdk/x11/gdkscreen-x11.c (gdk_screen_get_rgba_colormap): Document
4303         that this is not implemented in the Windows backend. Add reference
4304         to gdk_window_set_opacity().
4305
4306         * gtk/gtk.symbols: Add gtk_window_set_opacity and
4307         gtk_window_get_opacity.
4308
4309         * gtk/gtkwindow.c (struct _GtkWindowPrivate)
4310         (gtk_window_class_init): Add opacity property, a double in the
4311         range [0, 1].
4312         (gtk_window_set_opacity, gtk_window_get_opacity): Implement.
4313         (gtk_window_realize): If opacity is set, call
4314         gdk_window_set_opacity().
4315
4316         * gtk/gtkwindow.h: Declare gtk_window_set_opacity() and
4317         gtk_window_get_opacity().
4318
4319 2007-04-30  Matthias Clasen <mclasen@redhat.com>
4320
4321         * gtk/gtk.symbols:
4322         * gtk/gtkpapersize.[hc]: Rename gtk_paper_size_get_builtins()
4323         to gtk_paper_size_get_paper_sizes() and optionally include
4324         custom paper sizes.
4325
4326         * gtk/gtkpagesetupunixdialog.c: Internally export a function
4327         to load custom paper sizes.
4328
4329         * modules/printbackends/file/gtkprintbackendfile.c: Implement
4330         printer_list_papers, returning all paper sizes.  (#434329,
4331         Christian Persch)
4332
4333 2007-04-30  Matthias Clasen <mclasen@redhat.com>
4334         
4335         * gtk/gtkprintoperation.c: Translate the default job
4336         name, and don't utf8-validate the job name in the
4337         setter.  (#421993, Morten Welinder)
4338
4339 2007-04-30  Matthias Clasen <mclasen@redhat.com>
4340
4341         * gtk/gtkprintjob.c (gtk_print_job_get_surface): Use
4342         g_unlink.  (#421990, Morten Welinder)
4343
4344 2007-04-29  Matthias Clasen <mclasen@redhat.com>
4345
4346         Fix some issues with reference handling in the printing
4347         code.  (#429902, Mathias Hasselmann)
4348
4349         * gtk/gtkprintoperation.c (gtk_print_operation_finalize):
4350         Unref the print context, if we have one.
4351         (gtk_print_operation_done): Add a default ::done handler 
4352         that unrefs the print context.
4353         (preview_ready): Take a reference on the print operation
4354         preview here.
4355         (print_pages_idle): ...not here,
4356         (preview_print_idle_done): ...and release it here.
4357
4358         * tests/print-editor.c (preview_cb): Take a reference
4359         on the print operation here.
4360
4361 2007-04-29  Matthias Clasen <mclasen@redhat.com>
4362
4363         * gtk/gtkprintoperation.c (print_pages_idle): Don't get
4364         stuck in a recursive mainloop if a synchronous preview
4365         is cancelled.
4366
4367 2007-04-29  Matthias Clasen <mclasen@redhat.com>
4368
4369         Make the emission of ::end-print and ::done consistent
4370         for previews.  (#347567, Yevgen Muntyan)
4371
4372         * gtk/gtkprintoperation.c (preview_iface_end_preview): Set
4373         the finished status here.
4374         (preview_end_run): ...and not here.
4375         (print_pages_idle_done): Emit ::done for a cancelled preview.
4376         (print_pages_idle): If a preview has been cancelled, don't
4377         emit ::ready, but emit ::end-print. 
4378
4379         * tests/print-editor.c: Use ::end-print to undo allocations
4380         from ::begin-print.
4381
4382 2007-04-29  Matthias Clasen <mclasen@redhat.com>
4383
4384         * gtk/gtkpapersize.c (gtk_paper_size_new): Mark paper sizes
4385         in the PWG "custom" namespace as custom. Add a link to 
4386         the spec in the docs.  (#426416, Andreas Guelzow)
4387
4388 2007-04-29  Matthias Clasen <mclasen@redhat.com>
4389
4390         * gtk/gtkprintoperation.c (gtk_print_operation_run): Document
4391         that a print operation can be run only once, and add a 
4392         corresponding g_return_if_fail().   (#379399, Masao Mutoh)
4393
4394 2007-04-29  Dan Winship  <danw@novell.com>
4395
4396         * gdk/x11/gdkdisplay-x11.c
4397         (gdk_x11_display_broadcast_startup_message): New method to
4398         marshall and send a Startup Notification message. (from #415070)
4399         (gdk_notify_startup_complete_with_id): Use that
4400
4401 2007-04-29  Mattthias Clasen  <mclasen@redhat.com>
4402
4403         * gtk/gtkprintoperation-unix.c 
4404         (_gtk_print_operation_platform_backend_launch_preview):
4405         Don't leak a file descriptor, and don't make the error
4406         dialog modal.  (#421985, Morten Welinder, Christian Persch)
4407
4408 2007-04-29  Xan Lopez  <xan@gnome.org>
4409
4410         * docs/faq/gtk-faq.sgml: Fix typo in FAQ (#373706,
4411         Diego Escalante Urrelo).
4412
4413         I'm fixing gtk-faq.sgml as it seems this is the file
4414         we actually use...
4415
4416 2007-04-29  Matthias Clasen  <mclasen@redhat.com>
4417
4418         * gtk/gtktoolbar.c (_gtk_toolbar_elide_underscores): 
4419         Only strip parentheses of the form (_x).  (#434261,
4420         Brian Wellington)
4421
4422 2007-04-29  Matthias Clasen  <mclasen@redhat.com>
4423
4424         * gtk/gtkprintoperation-unix.c
4425         (_gtk_print_operation_platform_backend_launch_preview):
4426         Support passing a print settings file to the preview 
4427         command.  (#403717, Christian Persch)
4428
4429         * gtk/gtksettings.c: Document %s in the 
4430         gtk-print-preview-command setting.
4431
4432 2007-04-29  Matthias Clasen  <mclasen@redhat.com>
4433
4434         * gtk/gtkprintoperation.c (print_pages_idle): Also check
4435         the default handler when deciding whether to emit the
4436         paginate signal.  (#345345, Yevgen Muntyan)
4437
4438 2007-04-29  Matthias Clasen  <mclasen@redhat.com>
4439
4440         * gtk/gtkprintoperation.h: Add a new error code
4441
4442         * gtk/gtk.symbols:
4443         * gtk/gtkpagesetup.[hc]:
4444         * gtk/gtkpapersize.[hc]:
4445         * gtk/gtkprintsettings.[hc]: Add functions to serialize 
4446         and deserialize page setups and print settings to files 
4447         and key files.  (#344515, Christian Persch)
4448
4449         * gtk/gtkpagesetupunixdialog.c: Adapt to the new functions.
4450
4451         * tests/print-editor.c: Use the new functions to persist 
4452         page setup and print settings.
4453
4454 2007-04-29  Matthias Clasen  <mclasen@redhat.com>
4455
4456         * gtk/gtkpagesetupunixdialog.c (gtk_page_setup_unix_dialog_finalize):
4457         Free the custom paper list.  (#403267, Felix Riemann)
4458
4459 2007-04-29  Matthias Clasen  <mclasen@redhat.com>
4460
4461         * gtk/gtkprintjob.c (gtk_print_job_get_surface): Fix a 
4462         small memory leak.  (#403251, Felix Riemann)
4463
4464 2007-04-29  Matthias Clasen  <mclasen@redhat.com>
4465
4466         * modules/printbackends/cups/gtkprintbackendcups.c: Fix a
4467         typo. String change !  (#406160, Stephane Raimbault)
4468
4469 2007-04-29  Matthias Clasen  <mclasen@redhat.com>
4470
4471         * gtk/gtk.symbols:
4472         * gtk/gtkpapersize.[hc]: Add a function to list the
4473         builtin paper sizes.  (#382355, Christian Persch)
4474
4475 2007-04-29  Matthias Clasen  <mclasen@redhat.com>
4476
4477         * gtk/gtk.symbols:
4478         * gtk/gtkprinter-private.h:
4479         * gtk/gtkprinter.[hc]: Make gtk_printer_has_details() and
4480         gtk_printer_request_details() public.
4481
4482         * gtk/gtkpagesetupunixdialog.c:
4483         * gtk/gtkprintunixdialog.c: Update callers.  (#389203, 
4484         Christian Persch)
4485
4486 2007-04-28  Matthias Clasen  <mclasen@redhat.com>
4487
4488         * configure.in: Add --enable-test-print-backend, defaulting
4489         to no.
4490
4491         * modules/printbackends/Makefile.am: Make building the test
4492         print backend conditional.
4493
4494 2007-04-28  Matthias Clasen  <mclasen@redhat.com>
4495
4496         * modules/printbackends/lpr/*:
4497         * modules/printbackends/cups/*: Correct some copyright lines.
4498
4499         * configure.in:
4500         * modules/printbackends/Makefile.am:
4501         * modules/printbackends/test/*: Add a test print backend.
4502         (#409089, John Palmieri)
4503
4504 2007-04-28  Matthias Clasen  <mclasen@redhat.com>
4505
4506         * gtk/gtktexttag.[hc]: Add a way to specify accumulative
4507         margins.  (#344499, Nate Nielsen)
4508
4509 2007-04-28  Matthias Clasen  <mclasen@redhat.com>
4510
4511         * gtk/gtkeventbox.c (gtk_event_box_realize): Fix the offsets
4512         of the input-only window if we also have a visible window. 
4513         (#405089)
4514
4515 2007-04-28  Matthias Clasen  <mclasen@redhat.com>
4516
4517         * gtk/gtkliststore.c (gtk_list_store_set_valist_internal):
4518         * gtk/gtktreestore.c (gtk_tree_store_set_valist_internal):
4519         Recognize negative column indices as invalid.  (#415260,
4520         Chris Wilson)
4521
4522 2007-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4523
4524         * gdk/quartz/gdkeventloop-quartz.c: (select_thread_func),
4525         (poll_func): fix two more potential races that could happen when
4526         an application is polling in the mainloop and a separate thread
4527         tries to wake it up using g_idle_add(). Fixes #425271 comment 5.
4528
4529 2007-04-28  Matthias Clasen  <mclasen@redhat.com>
4530
4531         * gtk/gtkentry.c (gtk_entry_grab_focus): 
4532         (gtk_entry_real_insert_text): Only call g_object_get() 
4533         when necessary.  (#373137, Morten Welinder, patch by Xan Lopez)
4534
4535 2007-04-28  Matthias Clasen  <mclasen@redhat.com>
4536
4537         * gtk/gtkstatusicon.c (gtk_status_icon_get_size): Add
4538         a note about being embedded.  (#340107, Christian Persch)
4539
4540 2007-04-28  Matthias Clasen  <mclasen@redhat.com>
4541
4542         * gtk/gtkdnd.[hc]: Add GTK_TARGET_OTHER_{APP,WIDGET} to
4543         restrict drags within an application/widget.  (#163141, 
4544         Jorn Baayen)
4545
4546 2007-04-28  Matthias Clasen  <mclasen@redhat.com>
4547
4548         * docs/tools/Makefile.am:
4549         * gtk/Makefile.am: Make make clean clean.  (#410160, Tommi
4550         Komulainen)
4551
4552 2007-04-28  Matthias Clasen  <mclasen@redhat.com>
4553
4554         * gdk/win32/bdfcursor.c (compose_cursors_from_fonts):
4555         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_reorder): 
4556         * gtk/gtkfilesystemmodel.c (got_root_folder_cb):
4557         (get_children_folder_cb): Plug memory leaks caused by wrong 
4558         use of g_slist_remove_link().  (#405515, Nicolas Peninguy)
4559
4560 2007-04-28  Matthias Clasen  <mclasen@redhat.com>
4561         
4562         * demos/gtk-demo/printing.c: Fix the headers in the print
4563         demo.  (#423722, Yevgen Muntyan)
4564
4565 2007-04-28  Xan Lopez  <xan@gnome.org>
4566
4567         * gtk/gtkentrycompletion.c (gtk_entry_completion_insert_completion_text): 
4568         Use strstr instead of g_strstr with -1 for length.
4569
4570 2007-04-28  Xan Lopez  <xan@gnome.org>
4571
4572         * gtk/gtkentry.c:
4573         * gtk/gtkentrycompletion.c:
4574         * gtk/gtkentrycompletion.h:
4575         * gtk/gtkentryprivate.h:
4576
4577         Remember the user input that triggered the completion, add
4578         API to the retrieve it and reset the entry contents to it
4579         if the user cancels the tentative completion during
4580         the inline-selection.
4581         
4582 2007-04-27  Matthias Clasen  <mclasen@redhat.com>
4583
4584         * gdk/x11/gdkgeometry-x11.c: Factor out window movement
4585         functions. (#63820, Tilman Sauerbeck)
4586
4587 2007-04-27  Matthias Clasen  <mclasen@redhat.com>
4588
4589         * gdk/x11/gdkgeometry-x11.c: Factor out translate_pos().
4590         (#63820, Tilman Sauerbeck)
4591
4592 2007-04-27  Matthias Clasen  <mclasen@redhat.com>
4593
4594         * gdk/x11/gdkgeometry-x11.c: Factor out window mapping
4595         and unmapping functions.  (#63820, Tilman Sauerbeck)
4596
4597 2007-04-27  Matthias Clasen  <mclasen@redhat.com>
4598
4599         * gdk/x11/gdkgeometry-x11.c: Make list handling code
4600         easier to read.  (#63820, Tilman Sauerbeck)
4601
4602 2007-04-27  Matthias Clasen  <mclasen@redhat.com>
4603
4604         * gtkassistant.c:
4605         * gtkiconfactory.c:
4606         * gtkiconview.c:
4607         * gtkpapersize.c:
4608         * gtkrecentmanager.c:
4609         * gtktextiter.c: Internalize some strings, pointed out
4610         by Damon Chaplin.
4611
4612 2007-04-27  Xan Lopez  <xan@gnome.org>
4613
4614         Support inline-selection in entries (#318459)
4615         
4616         * gtk/gtkentry.c:
4617         * gtk/gtkentrycompletion.c:
4618         * gtk/gtkentrycompletion.h:
4619         * gtk/gtkentryprivate.h:
4620
4621         When enabled cursor-match is emited when the cursor is on
4622         a possible completion on the list. The default implementation
4623         will replace the contents on the entry with the contents of
4624         the text column in the completion model.
4625
4626         Review and improvements by Matthias Clasen.
4627
4628 2007-04-27  Michael Natterer  <mitch@imendio.com>
4629
4630         Merged heavily modified patch from maemo-gtk which enables opening
4631         and closing submenus on click, and introduces some usability
4632         changes when gtk-touchscreen-mode is enabled (bug #128968):
4633
4634         * gtk/gtkmenushell.c (struct GtkMenuShellPrivate): added boolean
4635         "activated_submenu" to indicate that the current mouse operation
4636         (click or drag) has opened a submenu.
4637
4638         (gtk_menu_shell_button_press): pop up submenus without delay
4639         and record the fact in "activated_submenu".
4640
4641         (gtk_menu_shell_button_release): if a submenu was explicitely
4642         opened, or not opened by this release's button_press, or enough
4643         time has passed since timeout-opening it, close the submenu here.
4644
4645         (gtk_menu_shell_enter_notify): when entering a menu item with
4646         any mouse button pressed, open its submenu.
4647
4648         (gtk_real_menu_shell_move_current): in touchsreen mode, close the
4649         submenu when moving the focus away from it via keyboard-navigation.
4650
4651         * gtk/gtkmenuitem.[ch] (_gtk_menu_item_popup_submenu): added
4652         parameter "gboolean with_delay" so GtkMenuShell can control this
4653         for the different scenarios of submenu showing.
4654
4655         (_gtk_menu_item_popdown_submenu): new function. also needed by
4656         GtkMenuShell for closing submenus on click.
4657
4658         Renamed internal function gtk_menu_item_select_timeout() to
4659         gtk_menu_item_popup_timeout().
4660
4661         (gtk_menu_item_real_popup_submenu): new utility function which
4662         does the actual popup and records the exact time of the popup when
4663         the menu was timeout-opened (using g_get_current_time()).
4664
4665         (gtk_real_menu_item_select): don't add the popup timeout when in
4666         touchscreen mode.
4667
4668         * gtk/gtkmenu.c (gtk_menu_popup): in touchscreen mode, select the
4669         first item of every opened menu.
4670
4671 2007-04-26  Matthias Clasen  <mclasen@redhat.com>
4672
4673         * gtk/gtkfilechooserentry.c: Append a '/' to directory names
4674         in the completion popup.  (#431323, Maarten Maathuis)
4675
4676 2007-04-26  Matthias Clasen  <mclasen@redhat.com>
4677
4678         * demo/gtk-demo/combobox.c: Add a simple validation demo. 
4679         * gtk/gtkcomboboxentry.c: Make it possible to add arbitrary
4680         children to a GtkComboBoxEntry.  (#426401, Paul Pogonyshev)
4681
4682 2007-04-26  Tor Lillqvist  <tml@novell.com>
4683
4684         * gtk/gtkinputdialog.c (gtk_input_dialog_fill_axes)
4685         (gtk_input_dialog_fill_keys): Remove old child of scrolled window
4686         before adding a new one when switching what input device is being
4687         handled. (#399425)
4688
4689 2007-04-26  Matthias Clasen  <mclasen@redhat.com>
4690
4691         * modules/printbackends/lpr/gtkprintbackendlpr.c
4692         (gtk_print_backend_lpr_init): Mark the printer list as done. 
4693         (#428665, Bogdan Gheorghe)
4694
4695 2007-04-26  Matthias Clasen  <mclasen@redhat.com>
4696
4697         * Makefile.am:
4698         * gtk/Makefile.am: Don't install UNIX-printing headers and
4699         support files on non-UNIX platforms.  (#425655, Vincent Geddes)
4700
4701 2007-04-26  Matthias Clasen  <mclasen@redhat.com>
4702
4703         * gtk/gtkuimanager.c (gtk_ui_manager_add_ui): Accept
4704         unnamed separators.  (#369112, Christian Persch)
4705
4706 2007-04-26  Matthias Clasen  <mclasen@redhat.com>
4707
4708         * gtk/gtkaccelgroup.c (gtk_accel_group_finalize): Don't access
4709         invalid memory.  (#429732, Armin Burgmeier)
4710
4711 2007-04-26  Cody Russell  <bratsche@gnome.org>
4712
4713         * gdk/win32/xcursors.h:
4714         * gdk/win32/gdkcursor-win32.c:
4715
4716         Use Win32 native cursors instead of the ones built into GTK
4717         where it makes sense. (#128852, Tim Evans)
4718
4719 2007-04-25  Cody Russell  <bratsche@gnome.org>
4720
4721         * gdk/gdkwindow.h:
4722         * gtk/gtkwidget.c:
4723         * gtk/gtkhandlebox.c:
4724         * gdk/directfb/gdkwindow-directfb.c:
4725         * gdk/linux-fb/gdkwindow-fb.c:
4726         * gdk/quartz/gdkwindow-quartz.c:
4727         * gdk/win32/gdkwindow-win32.c:
4728         * gdk/x11/gdkwindow-x11.c:
4729         Added window type hint and implement drop shadows on Win32
4730         for menus, tooltips, etc. (#148535, Tim Evans, Dom Lachowicz)
4731
4732 2007-04-25  Jakub Steiner <jimmac@ximian.com>
4733
4734         * gtk/stock-icons/16/gtk-close.{png,svg}: added 16x16 version of
4735                 gtk-close as per discussion in bug #431740.
4736
4737 2007-04-25  Matthias Clasen  <mclasen@redhat.com>
4738
4739         * gtk/gtktreeview.c (gtk_tree_view_style_set): Set the background
4740         of the header window again.  (#431067, Benjamin Berg)
4741
4742 2007-04-25  Matthias Clasen  <mclasen@redhat.com>
4743
4744         * gtk/gtkicontheme.c (theme_lookup_icon): Set the filename to
4745         NULL for builtin icons, sinc gtk_icon_info_get_builtin_pixbuf()
4746         depends on it. 
4747
4748         * tests/testicontheme.c: Report builtin icons.
4749
4750 2007-04-25  Matthias Clasen  <mclasen@redhat.com>
4751
4752         * gtk/gtkprintoperation.c (preview_iface_end_preview): Don't 
4753         crash if end_run is not set.  (#424168, Matthias Hasselmann)
4754
4755 2007-04-25  Michael Natterer  <mitch@imendio.com>
4756
4757         * gtk/gtkmenu.c (gtk_menu_handle_scrolling): fix ACTIVE state of
4758         scroll buttons (we were setting the state to ACTIVE but
4759         immediately overwriting it with NORMAL or PRELIGHT). Also got rid
4760         of many separate calls to gdk_window_invalidate_rect() by
4761         remembering the old button state and only invalidating the area if
4762         the state has changed (addresses parts of bug #433242, Tommi
4763         Komulainen).
4764
4765         (gtk_menu_scroll_to): change the arrow states only if changing
4766         from or to INSENSITIVE state, so we don't overwrite the ACTIVE
4767         state set by above function.
4768
4769 2007-04-25  Michael Natterer  <mitch@imendio.com>
4770
4771         * gtk/gtkprintoperation.c (preview_iface_is_selected): fix the
4772         build. Dunno if the fix is right, but I think it is.
4773
4774 2007-04-25  Kristian Rietveld  <kris@imendio.com>
4775
4776         * gtk/gtktooltip.c (find_topmost_widget_coords_from_event):
4777         cleanup/refactor some leftover code.
4778
4779 2007-04-24  Matthias Clasen  <mclasen@redhat.com>
4780
4781         * gtk/gtkprintunixdialog.c (dialog_get_page_ranges): Parse
4782         half-open ranges like -2 or 3-, and be a bit more liberal
4783         about whitespace.
4784         (dialog_set_page_ranges): Support half-open ranges.
4785
4786         * gtk/gtkprintoperation.c (print_pages_idle): Substitute the
4787         number of pages in half-open ranges.
4788         (preview_iface_is_selected): Support half-open ranges here, too.
4789
4790 2007-04-24  Chris Wilson  <chris@chris-wilson.co.uk>
4791
4792         * gtk/gtkicontheme.c (scan_directory): Ensure the 
4793         icon_theme->all_icons and dir->icons hash tables use the same string
4794         as their keys. (#418531)
4795
4796 2007-04-23  Cody Russell  <bratsche@gnome.org>
4797         * modules/engines/ms-windows/msw_style.c: Fixed one-pixel drawing error on
4798         left-most tab when notebooks are top-oriented.  Also general cleanup of
4799         notebook tab related code.  (Lieven van der Heide, Cody Russell)
4800
4801 2007-04-23  Matthias Clasen  <mclasen@redhat.com>
4802
4803         * modules/printbackends/cups/gtkprintbackendcups.c: Reduce
4804         the amount of debug spew if we are not debugging.
4805         
4806 2007-04-23  Michael Natterer  <mitch@imendio.com>
4807
4808         * tests/Makefile.am (testtooltips_SOURCES): fix typo:
4809         testtoooltips_SOURCES -> testtooltips_SOURCES.
4810
4811 2007-04-19  Cody Russell <bratsche@gnome.org>
4812
4813         * modules/engines/ms-windows/msw_style.c: Fix menuitem rendering
4814         for Windows Vista.  (#392015, Hiroyuki Yamamoto)
4815
4816 2007-04-19  Dominic Lachowicz <domlachowicz@gmail.com>
4817
4818         * modules/engines/ms-windows/msw_style.c: Fix pixbuf leaks in
4819         non-WinXP rendering paths. From Daniel Atallah (#403470)
4820         
4821 2007-04-19  Matthias Clasen  <mclasen@redhat.com>
4822
4823         * gtk/gtkicontheme.h:
4824         * gtk/gtkicontheme.c: Add GTK_ICON_LOOKUP_GENERIC_FALLBACK
4825         icon lookup flag and implement it.  (#396901, Luca Ferreti)
4826         
4827 2007-04-18  Richard Hult  <richard@imendio.com>
4828
4829         * gdk/quartz/gdkwindow-quartz.c:
4830         (gdk_window_quartz_process_updates_internal),
4831         (gdk_window_quartz_process_all_updates),
4832         (gdk_window_impl_quartz_process_updates): Refactor the process 
4833         updates functions to share code between them. Also fixes bug 
4834         #427660 by not updating larger regions than necessary.
4835
4836 2007-04-18  Matthias Clasen  <mclasen@redhat.com>
4837
4838         * gdk/gdkregion-generic.h (GROWREGION): Handle the case
4839         of nRects == 0 correctly.  
4840         
4841 2007-04-18  Emmanuele Bassi  <ebassi@gnome.org>
4842
4843         * gtk/gtkrecentmanager.c (gtk_recent_manager_lookup_item): Fix
4844         a leak by not increasing the refcount of the GtkRecentInfo
4845         object when returning it (thanks to Matthias Clasen).
4846
4847 2007-04-16  Alexander Larsson  <alexl@redhat.com>
4848
4849         * gtk/gtkprintoperation.c (gtk_print_operation_run):
4850         Make async print preview work by actually starting
4851         the print process in that case (#424168)
4852
4853 2007-04-14  Yevgen Muntyan <muntyan@tamu.edu>
4854
4855         * gtk/gtkselection.c (selection_get_text_plain): fixed
4856         wrong g_convert_with_fallback() call which caused
4857         gtk_selection_data_get_text() return invalid UTF-8 for
4858         non-ASCII text in text/plain selection (#382824).
4859
4860 2007-04-12  Jakub Steiner <jimmac@ximian.com>
4861
4862         * gtk/stock-icons/*: update the stock icons to follow the Tango
4863                 style guidelines
4864
4865 2007-04-11  Chris Wilson  <chris@chris-wilson.co.uk>
4866
4867         * gtk/gtkiconfactory.c (_gtk_icon_factory_list_ids):
4868         * gtk/gtkstock.c (gtk_stock_list_ids):
4869         Switch over to use glib's new g_hash_table_get_keys() rather
4870         than our own static implementation.
4871
4872         * gtk/gtkiconfactory.h: Update to return a GList.
4873
4874         * configure.in: Bump required version to 2.13.1
4875
4876 2007-04-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4877
4878         * gdk/quartz/gdkeventloop-quartz.c: Protect the polling thread
4879           setup and shutdown function by mutexes and read the wakeup
4880           pipe unconditionally and unblocking. This should make the main
4881           loop always be woken up when using g_idle_add() from another
4882           thread in the Quartz backend (#425271).
4883
4884 2007-04-10  Matthias Clasen  <mclasen@redhat.com>
4885
4886         * gdk/x11/xsettings-client.[hc]: Change the XSettingsWatchFunc
4887         to return a Bool to indicate success. Update callers and 
4888         implementors. Based on a patch by Owen Taylor.
4889         
4890         * gdk/x11/gdkevents-x11.c (gdk_xsettings_watch_cb): Don't
4891         leak a reference to gdkwin.
4892
4893 2007-04-07  Xan Lopez  <xan@gnome.org>
4894
4895         * gtk/gtknotebook.c (gtk_notebook_class_init): 
4896         s/arrow-size/arrow-spacing in the arrow-spacing
4897         style property docs.
4898
4899 2007-04-06  Richard Hult  <richard@imendio.com>
4900
4901         * gdk/quartz/: Clean up namespaces to make the code more
4902         maintainable.
4903
4904         * gdk/quartz/gdkdrawable-quartz.c:
4905         * gdk/quartz/gdkgc-quartz.c: Fix bug #418384, alignment of tiled
4906         images, by setting the pattern phase for the CG pattern.
4907
4908 2007-04-04  Kristian Rietveld  <kris@imendio.com>
4909
4910         * gtk/gtktooltip.c (tooltip_browse_mode_expired),
4911         (gtk_tooltip_hide_tooltip), (tooltip_popup_timeout),
4912         (gtk_tooltip_start_delay): use new gdk_threads API.
4913
4914 2007-04-03  Behdad Esfahbod  <behdad@gnome.org>
4915
4916         * gtk/gtksettings.c (settings_update_font_options): Don't set
4917         metrics-hinting font option.  Rely on the default value which is
4918         on for all raster cairo surfaces. (#425985)
4919
4920 2007-04-03  Loïc Minier  <lool@dooz.org>
4921
4922         * gdk/x11/gdkscreen-x11.c: (check_xfree_xinerama): Revert to
4923         non-xinerama mode when XineramaQueryScreens returns NULL; patch from
4924         Simon McVittie; #425786.
4925
4926 2007-04-02  Michael Natterer  <mitch@imendio.com>
4927
4928         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current): remove
4929         artifact from the time when type checking casts warned on NULL,
4930         some whitespace cleanup.
4931
4932 2007-04-01  Cody Russell  <bratsche@gnome.org>
4933
4934         * modules/engines/ms-windows/msw_style.c: Fix rendering of
4935         notebook tabs when they are bottom-oriented.  Fixes #399253.
4936
4937 2007-03-31  Elijah Newren  <newren gmail com>
4938
4939         * gdk/x11/gdkwindow-x11.c (setup_toplevel_window,
4940           gdk_x11_window_set_user_time):
4941         Patch from Matthias to add support for the
4942         _NET_WM_USER_TIME_WINDOW EWMH protocol; see #354213.
4943
4944         WARNING: This patch will make metacity <= 2.18.0 freeze on
4945         workspace switch.  This is due to a weird problem that should only
4946         affect window managers using gdk in-process for decoration drawing
4947         and which make an unsafe assumption relating to doing so (i.e. it
4948         should only affect metacity).  Upgrade your version of metacity if
4949         you hit this bug.
4950
4951 2007-03-29  Michael Natterer  <mitch@imendio.com>
4952
4953         Don't close menus on clicks on their border area (bug #423761).
4954         (modified patch from maemo-gtk).
4955
4956         * gtk/gtkmenu.c (gtk_menu_button_press)
4957         (gtk_menu_button_release): bail out early if the click was on the
4958         menu's border (not on any item and not outside the window).
4959
4960         (pointer_in_menu_window): new utility function which checks if
4961         passed root coords are inside the menu_shell or one of its
4962         parent shells.
4963
4964 2007-03-29  Michael Natterer  <mitch@imendio.com>
4965
4966         * gtk/gtkmenu.c: get rid of local GtkSettings variables by moving
4967         gtk_widget_get_settings() into the g_object_get() call. Some small
4968         indentation fixes.
4969
4970 2007-03-28  Matthias Clasen  <mclasen@redhat.com>
4971
4972         * modules/printbackends/cups/gtkcupsutils.[hc]:
4973         * modules/printbackends/cups/gtkprintbackendcups.c: Apply
4974         a patch by John Palmieri to make the cups print backend support
4975         raw printers.  
4976
4977 2007-03-28  Kristian Rietveld  <kris@imendio.com>
4978
4979         * gtk/gtkwidget.c (gtk_widget_set_tooltip_window): don't unref
4980         tooltip_window, since this is handled by set_qdata_full() already.
4981         (#412001, Torsten Schoenfeld).
4982
4983 2007-03-27  Tor Lillqvist  <tml@novell.com>
4984
4985         * modules/input/Makefile.am: Use LDADDS for im-multipress.la, too: 
4986
4987 2007-03-26  Christian Persch  <chpe@gnome.org>
4988
4989         * gtk/gtkrc.c: (gtk_rc_context_get): Initialise variable. Bug #423064.
4990
4991 2007-03-24  Kristian Rietveld  <kris@gtk.org>
4992
4993         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_process_action):
4994         calculate the depth with the corrected real_cell_area and don't
4995         subtract horizontal_separator/2.
4996
4997 2007-03-24  Andreas Nilsson <andreas@andreasn.se>
4998
4999         * gtk-yes.png
5000         * gtk-no: More Tango love.
5001
5002 2007-03-23  Jakub Steiner <jimmac@ximian.com>
5003
5004         * gtk-dialog-authentication.svg
5005         * gtk-dialog-error.svg
5006         * gtk-dialog-info.svg
5007         * gtk-dialog-question.svg
5008         * gtk-dialog-warning.svg: Start with a Tango face-lift.
5009
5010 2007-03-23  Rodney Dawes  <dobey@novell.com>
5011
5012         * gtk/gtkicontheme.c: Fix a couple of comment typos (#421627)
5013
5014 2007-03-23  Matthias Clasen  <mclasen@redhat.com>
5015
5016         * gtk/gtkfilechooserdefault.c: Add a keybinding (C-h) to
5017         toggle whether to show hidden files.  (#344657, 
5018         Wouter Bolsterlee, Priit Laes, et al)
5019
5020 2007-03-23  Matthias Clasen  <mclasen@redhat.com>
5021
5022         * gtk/gtkfilechooserdefault.c: Add a keybinding (C-l) to
5023         toggle the visibility of the location entry.  (#383354, 
5024         John Pye, patch by Carlos Garnacho)
5025
5026 2007-03-22  Matthias Clasen  <mclasen@redhat.com>
5027
5028         * gtk/gtksettings.c (merge_color_scheme): Freeze property
5029         notification.
5030         * gtk/gtksettings.c (_gtk_settings_handle_event): Handle
5031         the gtk-color-scheme xsetting being unset.
5032
5033         * gtk/gtkrc.c (gtk_rc_reparse_all_for_settings): Handle
5034         recursion locally.
5035
5036 2007-03-21  Matthias Clasen  <mclasen@redhat.com>
5037
5038         * gtk/gtkprintoperation-unix.c: Remove leftover debug spew.
5039
5040 2007-03-21  Rodney Dawes  <dobey@novell.com>
5041
5042         * gtk/gtk.symbols:
5043         * gtk/gtkicontheme.[ch]:
5044         * docs/reference/gtk/gtk-sections.txt:
5045         * tests/testicontheme.c:
5046         Add a new API call gtk_icon_theme_list_contexts so that one can
5047         choose icons from a theme by context (#420719)
5048         
5049 2007-03-21  Ross Burton  <ross@burtonini.com>
5050
5051         * gtk/gtktexttag.c:
5052         Document the ::event signal (#420703).
5053
5054 2007-03-20  Kristian Rietveld  <kris@gtk.org>
5055
5056         * gtk/gtktreeviewcolumn.c:
5057         * gtk/gtktreeprivate.h: add _gtk_tree_view_column_get_focus_area().
5058
5059         * gtk/gtktreeview.c (gtk_tree_view_clamp_column_visible): add
5060         focus_to_cell parameter, rework to handle clamping columns which
5061         are bigger than the available page size better,
5062         (gtk_tree_view_key_press): remove code handling moving the focus
5063         to other column headers,
5064         (gtk_tree_view_header_focus): add clamp_column_visible parameter,
5065         fix RTL support, don't wrap around when moving focus to other
5066         column headers, call gtk_tree_view_clamp_column_visible() instead
5067         of duplicating code,
5068         (gtk_tree_view_focus): only clamp the column visible when we are
5069         explicitly moving to another column header (fixes #399555, Charles
5070         Kerr),
5071         (gtk_tree_view_move_cursor_left_right): update call to
5072         gtk_tree_view_clamp_column_visible().
5073
5074 2007-03-19  Matthias Clasen <mclasen@redhat.com> 
5075
5076         * demos/gtk-demo/appwindow.c: Explicitly set the title on the
5077         about dialog.
5078
5079 2007-03-18  Matthias Clasen <mclasen@redhat.com> 
5080
5081         * gtk/gtkentrycompletion.c (gtk_entry_completion_compute_prefix):
5082         Ensure that the prefix is valid UTF-8.  (#419568, Nickolay V. Shmyrev)
5083
5084 2007-03-18  Matthias Clasen <mclasen@redhat.com> 
5085
5086         * modules/input/gtkimcontextmultipress.[hc]:
5087         * modules/input/im-multipress.conf:
5088         * modules/input/immultipress.c:
5089         * modules/input/README.multipress: Add the multipress input
5090         method.  (#417446, Johannes Schmid, Murray Cumming)
5091
5092         * modules/input/Makefile.am: Glue
5093
5094 2007-03-17  Chris Wilson  <chris@chris-wilson.co.uk>
5095
5096         * gdk/x11/gdkvisual-x11.c (_gdk_visual_init):
5097         Initialise nxvisuals to 0 in order to handle XGetVisualInfo()
5098         failures gracefully. (#419171)
5099
5100 2007-03-17  Emmanuele Bassi  <ebassi@gnome.org>
5101
5102         * gtk/gtkrecentaction.c (recent_chooser_set_property),
5103         (gtk_recent_action_set_property): Remove useless inlined
5104         function and propagate the properties to the GtkRecentChooser
5105         objects we create, instead of all the proxies.
5106
5107         (set_current_filter): Remove 'inline' marker.
5108
5109 2007-03-16  Emmanuele Bassi  <ebassi@gnome.org>
5110
5111         Apply changes suggested by Michael Natterer. (#338843)
5112
5113         * gtk/gtkaction.h:
5114         * gtk/gtkaction.c: Rename get_submenu() to create_menu();
5115         rename gtk_action_get_submenu() to gtk_action_create_menu().
5116
5117         * gtk/gtkrecentaction.c: Update for GtkAction change.
5118
5119         * gtk/gtkuimanager.c (update_node): Update for GtkAction change;
5120         also, use the menu from the GtkAction for both menuitem and
5121         toolitem nodes.
5122
5123 2007-03-16  Xan Lopez  <xan@gnome.org>
5124
5125         * gtk/gtkwidget.c: Fix documentation error in
5126         gtk_widget_set_redraw_on_allocate.
5127
5128 2007-03-16  Matthias Clasen  <mclasen@redhat.com>
5129
5130         * gtk/gtkprintunixdialog.c (printer_added_cb): Scroll to
5131         make the selected printer visible.  (#418403, Nickolay V. Shmyrev,
5132         patch by Christian Persch)
5133
5134 2007-03-15  Federico Mena Quintero  <federico@novell.com>
5135
5136         Merged from gtk-2-10:
5137
5138         * gtk/gtkfilechooserdefault.c (find_good_size_from_style):
5139         PANGO_PIXELS() gives us device units, which are *points* in
5140         pangocairo's parlance, but we want actual pixels.  So, get the
5141         screen's resolution to compute the actual number of pixels.
5142         Fixes bug #418585.
5143
5144 2007-03-15  Emmanuele Bassi  <ebassi@gnome.org>
5145
5146         * gtk/gtkrecentmanager.c (gtk_recent_manager_add_item): Remove
5147         unused GError; do not allocate GtkRecentData and use a variable
5148         on the stack. (#418673, Morten Welinder)
5149
5150 2007-03-15  Emmanuele Bassi  <ebassi@gnome.org>
5151
5152         * gtk/gtkaction.[ch]: Add GtkActionClass::get_submenu() vfunc:
5153         actions providing a menu item or a menu tool button with already
5154         a submenu should return the GtkMenu widget.
5155
5156         * gtk/gtkuimanager.c (update_node): If an action provides its
5157         own submenu, use it instead of adding an empty one
5158
5159         * gtk/gtkrecentaction.[ch]: Add GtkRecentAction, an action
5160         implementing the GtkRecentChooser interface for displaying the
5161         list of recently used files into menus and toolbars generated
5162         using GtkUIManager. (#338843)
5163
5164         * gtk/Makefile.am:
5165         * gtk/gtk.h:
5166         * gtk/gtk.symbols: Add GtkRecentAction API to the build.
5167
5168         * tests/testactions.c: Exercise the GtkRecentAction API.
5169
5170 2007-03-15  Chris Wilson  <chris@chris-wilson.co.uk>
5171
5172         * gtk/gtkicontheme.c (ensure_valid_themes), (rescan_themes),
5173         (gtk_icon_theme_rescan_if_needed): Protect ensure_valid_themes()
5174         from recursion, which can happen for example if the app tries to
5175         reload an icon from within a theme-changed handler. (#418531)
5176
5177 2007-03-15  Richard Hult  <richard@imendio.com>
5178
5179         * gdk/quartz/gdkmain-quartz.c: Add stubs for
5180         gdk_notify_startup_complete_with_id and gdk_window_set_startup_id
5181         here too.
5182
5183 2007-03-15  Emmanuele Bassi  <ebassi@gnome.org>
5184
5185         * gtk/gtkrecentmanager.c: Fix documentation errors. (Morten
5186         Welinder)
5187
5188 2007-03-15  Tor Lillqvist  <tml@novell.com>
5189
5190         * gdk/gdk.symbols: Add gdk_notify_startup_complete_with_id and
5191         gdk_window_set_startup_id.
5192
5193         * gdk/win32/gdkmain-win32.c: Add dummy implementations of the above.
5194
5195 2007-03-15  Emmanuele Bassi  <ebassi@gnome.org>
5196
5197         * gtk/gtkrecentchooserprivate.h:
5198         * gtk/gtkrecentchooserutils.c: Move filtering of the recent
5199         files list into the shared implementation; do the filtering
5200         before the sorting, so that we always clamp on the desired
5201         size. (#418219)
5202
5203         * gtk/gtkrecentchoosermenu.c: Remove the filtering of the
5204         list, as it's already been done.
5205
5206         * gtk/gtkrecentchooserdefault.c: Ditto; also remove the
5207         GtkTreeModelFilter: just reload the view if the sorting and
5208         filtering properties change.
5209
5210         * gtk/testrecentchoosermenu.c: Exercise the limit property.
5211
5212 2007-03-14  Michael Natterer  <mitch@imendio.com>
5213
5214         Make gtk_widget_set_extension_events() work on already realized
5215         widgets (bug #379550, Tommi Komulainen)
5216
5217         * gdk/x11/gdkinput.c (gdk_input_set_extension_events): allow to be
5218         called multiple times without leaking and work correctly when
5219         already realized (don't rely on a configure event following).
5220
5221         * gtk/gtkwidget.c (gtk_widget_set_extension_events_internal): new
5222         internal function which walks the GdkWindow tree and sets the
5223         extension events on all windows that belong to the widget.
5224
5225         (gtk_widget_realize)
5226         (gtk_widget_set_extension_events): use the new function.
5227
5228 2007-03-14  Emmanuele Bassi  <ebassi@gnome.org>
5229
5230         Various clean ups in the GtkRecent code. (see #338843)
5231
5232         * gtk/gtkrecentchooserdefault.c:
5233         * gtk/gtkrecentchoosermenu.c:
5234         * gtk/gtkrecentchooserprivate.h:
5235         * gtk/gtkrecentchooserutils.c: Move the recent chooser function
5236         for getting the sorted and clamped list of recent files from the
5237         manager outside the implementations.
5238
5239         * gtk/gtkrecentchooserdefault.c (chooser_set_sort_type): Repopulate
5240         the list when the sorting order changes.
5241
5242         (gtk_recent_chooser_default_dispose),
5243         (gtk_recent_chooser_default_finalize): Move object unref and
5244         source removal from finalize to dispose.
5245
5246         * gtk/gtkrecentchooser.c (gtk_recent_chooser_type_init): Relax the
5247         prerequisite for the GtkRecentChooser interface implementations,
5248         from GtkObject to GObject.
5249
5250         (gtk_recent_chooser_class_init): Use GTK_PARAM_* instead of
5251         G_PARAM_*
5252
5253 2007-03-13  Emmanuele Bassi  <ebassi@gnome.org>
5254
5255         Apply patch by Vytautas Liuolia for changing the startup
5256         notification id on a window in the X11 backend. (#347375)
5257
5258         * gdk/gdk.h:
5259         * gdk/gdkx.h:
5260         * gdk/x11/gdkdisplay-x11.c: Add gdk_notify_startup_complete_with_id()
5261         and gdk_x11_display_get_startup_notification_id().
5262
5263         * gdk/gdkwindow.h:
5264         * gdk/x11/gdkwindow-x11.c: Add gdk_window_set_startup_id().
5265
5266         * gtk/gtkwindow.h:
5267         * gtk/gtkwindow.c: Add gtk_window_set_startup_id(), used to
5268         change the startup notification id.
5269         
5270         (gtk_window_class_init), (gtk_window_init),
5271         (gtk_window_set_property): Add write-only "startup-id" property
5272         to GtkWindow.
5273
5274         (gtk_window_realize): Set the startup notification id
5275         on a GtkWindow if it's valid.
5276
5277         (gtk_window_map): If we have another valid startup notification
5278         id then finish the notification process.
5279
5280 2007-03-13  Matthias Clasen  <mclasen@redhat.com>
5281
5282         * gtk/gtknotebook.c (gtk_notebook_real_insert_page):
5283         Fix tabbed browsing in epiphany.  (#413664, Christian Persch)
5284
5285 2007-03-12  Matthias Clasen  <mclasen@redhat.com>
5286
5287         * gtk/gtksizegroup.c (gtk_size_group_add_widget): Clarify
5288         docs.  (#345844, Torsten Schoenfeld)
5289
5290         * gdk/x11/gdkevents-x11.c (gdk_display_add_client_message_filter):
5291         * gdk/gdkwindow.c (gdk_window_add_filter): Add
5292         cross-references.  (#351252, Vincent Untz)
5293
5294         * gtk/gtkprintoperation.c: Fix an oversight in an
5295         example.  (#381083, Ian Puleston)
5296
5297         * gtk/gtkcombobox.c: Clean up and clarify docs.  (#412484)
5298
5299 2007-03-12  Matthias Clasen  <mclasen@redhat.com>
5300
5301         * gtk/gtkspinbutton.c (gtk_spin_button_style_set): Set
5302         the background of the panel window on style changes. (#402144,
5303         Benjamin Berg)
5304
5305 2007-03-12  Matthias Clasen  <mclasen@redhat.com>
5306
5307         * gtk/gtkbindings.c (gtk_binding_entry_add_signal): Remove
5308         an obsolete comment.  (#402169, Xan Lopez)
5309
5310 2007-03-12  Matthias Clasen  <mclasen@redhat.com>
5311
5312         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
5313         Don't copy PangoLanguage.  (#340031, Morten Welinder)
5314
5315 2007-03-12  Matthias Clasen  <mclasen@redhat.com>
5316
5317         * gtk/gtkfilechooserbutton.c (change_icon_theme_get_info_cb):
5318         Handle the row reference path being NULL.  (#410565, Joe Markus
5319         Clarke, patch by Chris Wilson)
5320
5321 2007-03-11  Matthias Clasen  <mclasen@redhat.com>
5322
5323         * tests/testiconview.c: Handle Menu key presses without
5324         crash.  (#385637, Christian Persch)
5325
5326 2007-03-11  Matthias Clasen  <mclasen@redhat.com>
5327
5328         * gtk/gtktooltips.c (gtk_tooltips_get_info_from_tip_window):
5329         Don't crash if active_tips_data is NULL.  (#382904, Li Yuan)
5330
5331 2007-03-11  Matthias Clasen  <mclasen@redhat.com>
5332
5333         * gtk/gtktextview.c (gtk_text_view_set_buffer): Set first_para_mark
5334         to NULL.  (#396805, Colin Leroy, patch by Mariano Suárez-Alvarez)
5335         
5336 2007-03-12  Kristian Rietveld  <kris@gtk.org>
5337
5338         * gtk/gtkfilechooserdefault.c (check_save_entry): immediately
5339         bail out if current_folder is NULL. (#350988, lots of reporters,
5340         modified patch by Jan Darmochwal).
5341
5342 2007-03-10  Kristian Rietveld  <kris@gtk.org>
5343
5344         * gtk/gtktreeview.c (gtk_tree_view_search_dialog_hide): only
5345         hide the search dialog and send focus events if the search dialog
5346         is currently visible.
5347
5348 2007-03-10  Richard Hult  <richard@imendio.com>
5349
5350         * gdk/quartz/gdkdrawable-quartz.c:
5351         (gdk_quartz_ref_cairo_surface): Reuse the surface during its lifetime.
5352         (gdk_quartz_drawable_get_context): Update for the new quartz cairo 
5353         surface API (#410442). Don't lock focus unless called outside of an 
5354         expose event.
5355         (gdk_quartz_drawable_release_context): Only flush the CG context and 
5356         unlock focus if called outside of expose.
5357         (_gdk_quartz_drawable_finish): New function, used to free the cached
5358         cairo surface.
5359
5360         * gdk/quartz/gdkwindow-quartz.c:
5361         (gdk_window_impl_quartz_begin_paint_region): A few small style changes.
5362         (_gdk_window_impl_quartz_get_type): No need to make the type info
5363         static.
5364         (gdk_window_quartz_process_all_updates): Move the autorelease pool
5365         allocation and freeing outside the loop.
5366         (_gdk_windowing_window_destroy): Finish the drawable.
5367         (move_resize_window_internal): Small cleanup and remove comment.
5368
5369         * gdk/quartz/gdkpixmap-quartz.c: Finish the drawable.
5370
5371 2007-03-10  Richard Hult  <richard@imendio.com>
5372
5373         * gdk/quartz/gdkprivate-quartz.h: Add missing function signature to fix
5374         a build warning.
5375
5376 2007-03-10  Richard Hult  <richard@imendio.com>
5377
5378         * gdk/quartz/gdkdisplay-quartz.c: (gdk_display_get_name): Plug a leak.
5379
5380 2007-03-10  Richard Hult  <richard@imendio.com>
5381
5382         * gdk/quartz/GdkQuartzView.c: Remove unneccesary exposure mask check.
5383
5384 2007-03-10  Richard Hult  <richard@imendio.com>
5385
5386         * gdk/quartz/gdkevents-quartz.c: (gdk_screen_get_setting): Don't set
5387         the font name here, leave that to themes, fixes #387508.
5388
5389 2007-03-10  Kristian Rietveld  <kris@gtk.org>
5390
5391         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_ref_node),
5392         (gtk_tree_model_sort_real_unref_node): when (un)reffing an
5393         element, also (un)ref its parent elements. (Fixes #364946,
5394         reported by many, testcase by Andreas Koehler).
5395
5396 2007-03-10  Matthias Clasen <mclasen@redhat.com>
5397
5398         * gtk/gtkprintoperation-unix.c: Initialize the do_preview
5399         field of PrintResponseData.  (#396703, Christian Persch)
5400
5401         * tests/print-editor.c: Plug some leaks.
5402
5403 2007-03-09  Matthias Clasen <mclasen@redhat.com>
5404
5405         * gtk/gtktextview.c (gtk_text_view_end_selection_drag):
5406         Get rid of the unused event argument. Update all callers.
5407
5408         * gtk/gtktextview.c (gtk_text_view_focus_out): Call
5409         gtk_text_view_end_selection_drag.  (#351671, Boyd Timothy)
5410
5411 2007-03-09  Matthias Clasen <mclasen@redhat.com>
5412
5413         * modules/input/gtkimcontextxim.c 
5414         (gtk_im_context_xim_filter_keypress): Don't commit
5415         modifier-adorned characters.  (#331369, #335796, Lin Ma
5416         and others)
5417
5418 2007-03-09  Matthias Clasen <mclasen@redhat.com>
5419
5420         * Everywhere: Remove unnecessary NULL checks before
5421         g_free().  (#369666, Morten Welinder, Djihed Afifi)
5422
5423         * configure.in: Check for ftw.h
5424
5425 2007-03-09  Matthias Clasen <mclasen@redhat.com>
5426
5427         * gtk/gtkfilesystemwin32.c (get_icon_path): Remove
5428         C99isms.  (#416525, Kazuki Iwamoto)
5429
5430 2007-03-09  Tor Lillqvist  <tml@novell.com>
5431
5432         * README.win32: Update.
5433
5434 2007-03-08  Matthias Clasen <mclasen@redhat.com>
5435
5436         * gdk/x11/gdkasync.c (send_event_handler): Defer the callbacks
5437         to an idle to avoid deadlock with xcb-ified libX11.  (#413032,
5438         Sebastian Dröge)
5439
5440 2007-03-08  Matthias Clasen <mclasen@redhat.com>
5441
5442         * gtk/gtknotebook.c (gtk_notebook_real_insert_page):
5443         Set child visibility to FALSE here; it will be turned
5444         back on in switch_page.  (#413664, Carlos Garnacho)
5445         
5446 2007-03-08  Mathias Hasselmann <mathias.hasselmann@gmx.de>
5447
5448         * modules/engines/ms-windows/msw_style.c: Use proper border style
5449         when drawing shadow of scrolled windows on Windows XP (#168326)
5450         * modules/engines/ms-windows/xp_theme.c: Explicitly set size of
5451         element_part_map array to ensure it always is large enough.
5452         
5453 2007-03-08  Mathias Hasselmann <mathias.hasselmann@gmx.de>      
5454
5455         * gtk/gtkcombobox.c: Add shadow-type style property, set shadow-type
5456         property of GtkEntry accordingly, unify size-allocation of toggle
5457         button (#411123, patch from Mathias Hasselmann).
5458         * gtk/gtkentry.c: Add shadow-type property. Query style properties
5459         on style changes only (#411123, patch from Mathias Hasselmann).
5460         * modules/engines/ms-windows/msw_style.c: Drop combo_box_draw_box
5461         hack as GtkComboBox emits drawing requests now (#411123, patch 
5462         from Mathias Hasselmann).
5463         
5464 2007-03-08  Mathias Hasselmann <mathias.hasselmann@gmx.de>
5465
5466         * gtk/gtkscrolledindow.c: Improve look of GtkScrolledWindow on Windows
5467         by implementing a scrollbars-within-bevel style property. (#168326)
5468         
5469 2007-03-08  Mathias Hasselmann <mathias.hasselmann@gmx.de>
5470
5471         * gtk/gtkfilesystemwin32.c: Use Windows shell icons. Icons are
5472         stored in the current theme with the name
5473         "gtk-win32-shell-icon;PATH;INDEX". PATH and INDEX reference shell
5474         icons as reported by SHGetFileInfoW. (#412221)
5475
5476 2007-03-07  Matthias Clasen <mclasen@redhat.com>
5477
5478         * gtk/gtkexpander.c (gtk_expander_paint_focus): Draw the
5479         focus around the arrow if there is no label widget.  
5480         (#124045, Cody Russell)
5481
5482 2007-03-07  Matthias Clasen <mclasen@redhat.com>
5483
5484         * gtk/gtkcombo.c: (gtk_combo_init):
5485         * gtk/gtkcombobox.c: (gtk_combo_box_set_popup_widget),
5486         (gtk_combo_box_menu_setup):
5487         Set names on the popup widgets to make them themable. (#414975, 
5488         Benjamin Berg)
5489
5490 2007-03-07  Michael Natterer  <mitch@imendio.com>
5491
5492         * gtk/gtkcellrendereraccel.c: use multihead safe ungrab functions
5493         instead of gdk_keyboard_ungrab() and gdk_pointer_ungrab(), remove
5494         empty finalize() implementation, some cosmetic cleanup
5495         (bug #415645).
5496
5497 2007-03-06  Chris Wilson  <chris@chris-wilson.co.uk>
5498
5499         * gtk/gtkicontheme.c (update_current_theme), (gtk_icon_theme_init),
5500         (do_theme_change), (gtk_icon_theme_set_custom_theme),
5501         (load_themes):
5502         Be careful not to trigger a style reset before we have loaded
5503         the icon theme. (#414875).
5504
5505 2007-03-06  Tor Lillqvist  <tml@novell.com>
5506
5507         * gdk/Makefile.am
5508         * gtk/Makefile.am: Further fixes for building on Win32 outside
5509         srcdir. (#413492, Mathias Hasselmann)
5510
5511 2007-03-04  Ihar Hrachyshka <iharh@gnome.org>
5512
5513         * configure.in: Added be@latin to ALL_LINGUAS. Problems seems to be
5514         fixed.
5515
5516 2007-03-04  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
5517
5518         * configure.in: Removed be@latin from ALL_LINGUAS, as it's currently
5519         breaking the build.
5520
5521 2007-03-04  Ihar Hrachyshka <iharh@gnome.org>
5522
5523         * configure.in: Added be@latin to ALL_LINGUAS
5524
5525 2007-03-03  Guillaume Savaton <llumeao@gmail.com>
5526
5527         * configure.in: Added Esperanto (eo) to ALL_LINGUAS
5528
5529 2007-03-01  Matthias Clasen <mclasen@redhat.com>
5530
5531         * gtk/gtksettings.c: Always store gtk-color-scheme
5532         values from all sources in the ColorSchemeData struct
5533         and ignore the property_value for gtk-color-scheme.
5534         This fixes #412596, reported by Thomas Wood.
5535
5536 2007-02-28  Matthias Clasen <mclasen@redhat.com>
5537
5538         * gtk/gtksettings.c: Make color scheme update properly
5539         when changing themes.  (#402131, Benjamin Berg)
5540
5541 2007-02-28  Matthias Clasen <mclasen@redhat.com>
5542
5543         * gtk/gtkrc.c: Don't leak references to the color-hash 
5544         gotten from GtkSettings.  (#409357, Benjamin Berg)
5545
5546 2007-02-28  Tristan Van Berkom <tvb@gnome.org>
5547
5548         * gtk/gtkradiobutton.c: Fixed a warning from
5549         g_object_set (radiobutton, "group", NULL, NULL).
5550
5551 2007-02-26  Matthias Clasen <mclasen@redhat.com>
5552
5553         Apply a patch by Carlos Garnacho to fix several problems
5554         with filechooser size handling (#325477, #151169, 143213,
5555         #153785)
5556
5557         * gtk/gtkfilechooserdefault.c: Increase NUM_LINES slightly.
5558         (browse_widgets_create): Don't force the paned position to 200.
5559         (find_good_size_from_style): Take the size of the extra widget
5560         into account.
5561
5562         * gtk/gtkfilechooserdialog.c (file_chooser_widget_update_hints):
5563         Accept a minimal width parameter. Update all callers.
5564
5565 2007-02-26  Matthias Clasen <mclasen@redhat.com>
5566
5567         * gtk/gtkprintunixdialog.c: Change the label to "Pages per side",
5568         which is more accurate, suggested by Tim Waugh. String change! 
5569
5570 2007-02-26  Matthias Clasen <mclasen@redhat.com>
5571
5572         * gtk/gtkprinteroptionwidget.c: Make the folder selection for
5573         print-to-file work. Reported by Ian Collier.
5574
5575 2007-02-26  Chris Wilson  <chris@chris-wilson.co.uk>
5576
5577         Bug 409101 – invalid read to gtkicontheme.c insert_theme(), might cause gnome-panel crash
5578
5579         * gtk/gtkicontheme.c: (scan_directory):
5580                 Reorder the replacement of the shared base_name key, so that we
5581                 avoid dereferencing the string in the icon_theme->all_icon
5582                 hash table after freeing it from the dir->icons hash table.
5583
5584 2007-02-26  Tor Lillqvist  <tml@novell.com>
5585
5586         * gdk/win32/gdkwindow-win32.c (gdk_window_set_icon_name): Add
5587         comment clarifying that "icon name" here is not related to the
5588         freedesktop.org icon naming stuff.
5589
5590 2007-02-23  Dom Lachowicz  <domlachowicz@gmail.com>
5591
5592         * modules/engines/ms-windows/msw_style.c: Bug 411118 - bad bevel for
5593         progress bar on windows classic. Match from Mathias Hasselmann.
5594         
5595 2007-02-19  Tor Lillqvist  <tml@novell.com>
5596
5597         * gdk/win32/gdkinput.c
5598         (gdk_device_finalize, gdk_device_class_init): Remove.
5599         (gdk_device_get_type): Drop class init function. The X11 version
5600         doesn't have one either.
5601         (gdk_devices_list): Call gdk_display_list_devices() on _gdk_display.
5602         (gdk_display_list_devices): Check that the argument is
5603         _gdk_display.
5604
5605         * gdk/win32/gdkinput-win32.h (GdkAxisInfo, GdkDevicePrivate):
5606         Cleanup: remove unused fields.
5607         * gdk/win32/gdkinput-win32.c: Corresponding changes. Fix function
5608         names in a few debugging printouts.
5609
5610 2007-02-18  Matthias Clasen  <mclasen@redhat.com>
5611
5612         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_visually):
5613         Ignore invisible text when going to end of the previous line.
5614         (#382565)
5615
5616 2007-02-18  Richard Hult  <richard@imendio.com>
5617
5618         * gdk/quartz/gdkwindow-quartz.c:
5619         (gdk_window_quartz_process_all_updates),
5620         (_gdk_windowing_window_destroy): Setup release pools to plug two leaks,
5621         patch from Erik van Pienbroek, fixes bug #396649.
5622
5623 2007-02-18  Richard Hult  <richard@imendio.com>
5624
5625         * gdk/quartz/gdkevents-quartz.c: Add stub for 
5626         gdk_display_add_client_message_filter, patch from Taybin Rutkin. Fixes
5627         bug #405870.
5628
5629         * gdk/quartz/gdkprivate-quartz.h: Add prototypes to fix build warnings.
5630
5631 2007-02-18  Richard Hult  <richard@imendio.com>
5632
5633         * gdk/quartz/GdkQuartzView.h:
5634         * gdk/quartz/GdkQuartzWindow.h:
5635         * gdk/quartz/gdkquartz.h: Import AppKit.h instead of Quartz.h.
5636         * gdk/quartz/gdkscreen-quartz.c: (get_mm_from_pixels): Don't use 
5637         userSpaceScaleFactor for 10.3. Those changes bring us closer to working
5638         on panther, patch from Mathias Hasselmann.
5639         
5640         * gdk/quartz/gdkeventloop-quartz.c: Add includes to fix build warnings.
5641
5642 2007-02-16  Behdad Esfahbod  <behdad@gnome.org>
5643
5644         * gdk/gdkpango.c (gdk_pango_layout_get_clip_region): Use PANGO_PIXELS
5645         instead of division. (#334617)
5646
5647 2007-02-16  Kristian Rietveld  <kris@gtk.org>
5648
5649         * gtk/gtktreeprivate.h: add cursor_offset field.
5650
5651         * gtk/gtktreeview.c (gtk_tree_view_init),
5652         (gtk_tree_view_move_cursor_page_up_down): fix off by one error
5653         in page up/down handling by memorizing the offset into the cursor
5654         row.  (Fixes #399809, reported by Bruce Bowler).
5655
5656 2007-02-16  Kristian Rietveld  <kris@gtk.org>
5657
5658         * gtk/gtktreeview.c (gtk_tree_view_search_dialog_hide): send
5659         a focus-in event to the tree view after hiding the search dialog.
5660         (#356515, Rich Burridge, Peter Parente).
5661
5662 2007-02-16  Kristian Rietveld  <kris@imendio.com>
5663
5664         * tests/testtooltips.c (query_tooltip_text_view_cb): also handle
5665         keyboard tooltips. (#408325, Matthias Clasen).
5666
5667 2007-02-16  Xan Lopez  <xan@gnome.org>
5668
5669         * gtk/gtkcombobox.c (gtk_combo_box_expose_event): Cleanup the logic
5670         in expose event handler. Reviewed by Matthias Clasen, #406112
5671
5672 2007-02-16  Matthias Clasen  <mclasen@redhat.com>
5673
5674         * gtk/gtkmain.c: Run pre_parse_hook only once.  (#403139, Kjartan
5675         Maraas)
5676
5677 2007-02-15  Matthias Clasen  <mclasen@redhat.com>
5678
5679         * gdk/x11/gdmain-x11.c (_gdk_xgrab_check_button_event): Be more
5680         careful when checking for ButtonRelease events that end implicit
5681         grabs.  (#386618, Christof Krüger)
5682
5683 2007-02-15  Matthias Clasen  <mclasen@redhat.com>
5684
5685         * gtk/gtktextbtree.c (_gtk_text_btree_delete): Free the lines
5686         even if there are no views.  (#408018, Albert Huang)
5687
5688 2007-02-15  Cody Russell  <bratsche@gnome.org>
5689
5690         * gdk/win32/gdkevents-win32.c: Make sure we get enough main context 
5691         iterations while we're resizing so that the window contents are resized 
5692         more smoothly (#389765).
5693
5694         * gdk/win32/gdkevents-win32.c: Fix flickering widgets when window contents
5695         are resized (#310522).
5696
5697 2007-02-15  Matthias Clasen  <mclasen@redhat.com>
5698
5699         * gtk/updateiconcache.c: Handle symlinked .icon files 
5700         intelligently; also avoid storing duplicate strings.
5701
5702 2007-02-15  Michael Natterer  <mitch@imendio.com>
5703
5704         * gtk/gtkmenushell.c: remove two antique function typedefs that
5705         are probably obsolete for ages.
5706
5707 2007-02-14  Stefan Kost  <ensonic@users.sf.net>
5708
5709         reviewed by: Matthias Clasen  <mclasen@redhat.com>
5710
5711         * configure.in: determine installation prefixes of dependent libs to
5712         crossreference docs (#407146).
5713
5714 2007-02-14  Kristian Rietveld  <kris@imendio.com>
5715
5716         * gtk/gtktooltip.c (child_location_foreach): check return value
5717         of gtk_widget_translate_coordinates() so we cannot end up
5718         using uninitialized x, y values.  (#407863, patch from Carlos
5719         Garnacho).
5720
5721 2007-02-14  Kristian Rietveld  <kris@imendio.com>
5722
5723         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
5724         use TREE_VIEW_DRAG_WIDTH/2 when calculating the drag window
5725         position instead of a hardcoded value.  (Taken from maemo-gtk).
5726
5727 2007-02-14  Michael Natterer  <mitch@imendio.com>
5728
5729         * gtk/gtkmenu.c (gtk_menu_motion_notify): don't forget to set the
5730         state of the synthesized GDK_ENTER_NOTIFY event. Fix taken from
5731         maemo-gtk.
5732
5733 2007-02-13  Kristian Rietveld  <kris@imendio.com>
5734
5735         * gtk/gtktooltip.c (gtk_tooltip_hide_tooltip): stop any
5736         pending tooltip timeout. (Fixes #406110, Carlos Garnacho).
5737
5738 2007-02-10  Emmanuele Bassi  <ebassi@gnome.org>
5739
5740         * gtk/gtkrecentchoosermenu.c: Fix the english of the comment;
5741         remove some type checking; use better variable naming for the
5742         internal menu item markers.
5743
5744 2007-02-09  Emmanuele Bassi  <ebassi@gnome.org>
5745
5746         * gtk/gtkrecentchoosermenu.c: Add support for both prepending
5747         and appending custom menu items.
5748
5749         (gtk_recent_chooser_menu_constructor): Add a placeholder menu
5750         item for the empty menu case, and for giving us a starting
5751         point for the recent items populating process.
5752
5753         (gtk_recent_chooser_menu_insert_item),
5754         (gtk_recent_chooser_menu_dispose_items): Insert an item at
5755         the position following the placeholder (and find that position
5756         if needed).
5757
5758         (idle_populate_func), (idle_populate_clean_up): Show the
5759         placeholder menu item, instead of creating one each time.
5760
5761         (gtk_recent_chooser_menu_populate): Kill some indirections
5762         and hide the placeholder before populating the menu.
5763
5764         (set_recent_manager): Remember to remove the idle population
5765         source if the manager changes.
5766
5767         * tests/testrecentchoosermenu.c: Test the appending and
5768         prepending of the menu items to the recent chooser menu
5769         widget.
5770
5771 2007-02-08  Emmanuele Bassi  <ebassi@gnome.org>
5772
5773         * gtk/gtkrecentchoosermenu.c (idle_populate_func): Keep count
5774         of the displayed items to build the menu items mnemonic instead
5775         of the overall item count. (#377164)
5776
5777         (idle_populate_clean_up): Append a menu item if all the items
5778         got filtered in the idle populate function. (#405696)
5779
5780         * tests/Makefile.am:
5781         * tests/testrecentchoosermenu.c: Add a test for the
5782         GtkRecentChooserMenu widget.
5783
5784 Thu Feb  8 13:07:08 2007  Tim Janik  <timj@imendio.com>
5785
5786         * applied patch from Xan Lopez which adds GTK_BUTTONBOX_CENTER to
5787         GtkButtonBox (bug #336159).
5788
5789         * gtk/gtkenums.h:
5790         * gtk/gtkvbbox.c, gtk/gtkhbbox.c, gtk/gtkbbox.c:
5791         support GTK_BUTTONBOX_CENTER.
5792
5793         * tests/testbbox.c: new button box test, which allows testing of 
5794         the various button box properties.
5795
5796         * tests/testgtk.c: added GTK_BUTTONBOX_CENTER. to button box test.
5797
5798 2007-02-07  Cody Russell  <bratsche@gnome.org>
5799
5800         * gdk/gdk.symbols: Add gdk_event_request_motions
5801
5802 Wed Feb  7 19:03:28 2007  Tim Janik  <timj@gtk.org>
5803
5804         * gtk/gtkentry.c (gtk_entry_motion_notify): fixed motion request 
5805         condition which was wrongly ported with my last commit.
5806
5807 Tue Feb  6 15:53:59 2007  Tim Janik  <timj@imendio.com>
5808
5809         * gtk/gtktextview.c (gtk_text_view_motion_event):
5810         * gtk/gtkspinbutton.c (gtk_spin_button_motion_notify):
5811         * gtk/gtkaboutdialog.c (credits_motion_notify_event):
5812         * gtk/gtkhruler.c (gtk_hruler_motion_notify):
5813         * gtk/gtkvruler.c (gtk_vruler_motion_notify): 
5814         * gtk/gtkentry.c (gtk_entry_motion_notify):
5815         * gtk/gtktooltip.c (_gtk_tooltip_handle_event):
5816         * gtk/gtkhsv.c (gtk_hsv_motion): call gdk_event_request_motions()
5817         for new motion events after receiving motion hints.
5818
5819         * gdk/gdkevents.[hc]: added gdk_event_request_motions().
5820
5821 2007-02-06  Kristian Rietveld  <kris@imendio.com>
5822
5823         * gtk/gtktooltip.c (find_topmost_widget_coords_from_event):
5824         remove unused get of has_tooltip.
5825
5826         * tests/testtooltips.c (query_tooltip_tree_view_cb): use the
5827         portable g_snprintf instead of snprintf.
5828
5829 2007-02-06  Michael Natterer  <mitch@imendio.com>
5830
5831         * gtk/gtktooltip.c (gtk_tooltip_finalize): chain up.
5832
5833         (gtk_tooltip_show_tooltip): move variables and code to local
5834         scope. Fixes warnings about maybe uninitialized variables.
5835
5836 2007-02-06  Kristian Rietveld  <kris@imendio.com>
5837
5838         New tooltips API.
5839
5840         * gtk/Makefile.am
5841         * gtk/gtk.h
5842         * gtk/gtk.symbols: build system foo.
5843
5844         * gtk/gtkmain.c (gtk_main_do_event): call tooltip event handler
5845         hook for appropriate events.
5846
5847         * gtk/gtkmarshalers.list: add BOOLEAN:INT,INT,BOOLEAN,OBJECT.
5848
5849         * gtk/gtkrc.c: add style for gtk-tooltip.
5850
5851         * gtk/gtksettings.c (gtk_settings_class_init): make the
5852         different tooltip timeouts configurable.
5853
5854         * gtk/gtkwidget.[ch]: add new properties, signals, make sure
5855         tooltips are hidden on unmap, destroy, update window event
5856         mask on realize, hook into focus change and show help
5857         handlers.
5858
5859         * gtk/gtkwindow.h: move GtkWindow typdef to gtkwidget.h ...
5860
5861         * gtk/gtktooltip.[ch]: new files.
5862
5863         * tests/Makefile.am
5864         * tests/testtooltips.c: add test application.
5865
5866 2007-02-05  Dom Lachowicz <domlachowicz@gmail.com>
5867
5868         * modules/engines/ms-windows/msw_style.c: Fix bug 404506, caused
5869         by prematurely releasing a DC. By Hiroyuki Yamamoto
5870         * modules/engines/ms-windows/msw_style.c: Fix bug 403470 - leaking 
5871         pixbufs when drawing rotated tabs. By Daniel Atallah
5872         
5873 2007-02-05  Michael Natterer  <mitch@imendio.com>
5874
5875         * gtk/gtksettings.c: add new boolean settings gtk-enable-accels
5876         and gtk-enable-mnemonics which enable/disable accelerators and
5877         mnemonics (bug #72375, based on a patch from Tommi Komulainen).
5878
5879         * gtk/gtkwindow.c (gtk_window_activate_key)
5880         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): don't invoke them
5881         if the resp. setting is FALSE.
5882
5883         * gtk/gtkaccellabel.c (gtk_accel_label_refetch)
5884         * gtk/gtklabel.c (gtk_label_set_pattern_internal): don't display
5885         them if the setting is FALSE.
5886
5887         * gtk/gtklabel.c: added signal connection to the screen's settings
5888         object and traverse all widgets on the screen when the setting
5889         changes. It's slightly ugly to also update GtkAccelLabels here,
5890         but less ugly than connecting and traversing all widgets twice.
5891
5892 2007-02-05  Michael Natterer  <mitch@imendio.com>
5893
5894         * gtk/gtktextbuffer.h (enum GtkTextBufferTargetInfo): changed
5895         values from G_MAXUINT-0, -1, -2 to -1, -2, -3 so we stay within
5896         ansi C enum value limits. Fixes bug #46757.
5897
5898 2007-02-03  Soren Sandmann <sandmann@daimi.au.dk>
5899
5900         * gtk/gtksequence.[ch]: Remove these files since GSequence has
5901         been moved into GLib.
5902
5903         * gtk/gtkliststore.c: Port to GSequence instead of GtkSequence.
5904
5905         * configure.in: Require glib-2.13.0
5906         
5907 2007-02-04  Tor Lillqvist  <tml@novell.com>
5908
5909         * gdk/win32/gdkcursor-win32.c: Don't define BITMAPV5HEADER on
5910         mingw with w32api >= 3.8, which has it in wingdi.h. (#403896)
5911
5912 2007-02-02  Kristian Rietveld  <kris@gtk.org>
5913
5914         * gtk/gtktreeview.c (gtk_tree_view_row_changed): remove unused
5915         style_get of vertical-separator. (#403165, Chris Wilson).
5916
5917 2007-02-02  Christian Persch  <chpe@svn.gnome.org>
5918
5919         * gtk/gtkfilechoosersettings.c: (get_config_filename),
5920         (ensure_settings_read), (_gtk_file_chooser_settings_init),
5921         (_gtk_file_chooser_settings_set_show_hidden),
5922         (_gtk_file_chooser_settings_set_expand_folders),
5923         (_gtk_file_chooser_settings_save): Use a simple key file instead of a
5924         markup file. Bug #399592.
5925
5926 2007-02-02  Mariano Suárez-Alvarez  <mariano@gnome.org>
5927
5928         * gtk/gtkcellrenderertext.c(gtk_cell_renderer_text_class_init):
5929         be a little more helpful with the docs on GtkCellRendererText:alignment.
5930         Bug #403409.
5931
5932 2007-02-01  Michael Natterer  <mitch@imendio.com>
5933
5934         * gtk/gtkmenu.c (gtk_menu_paint): pass &event->area to
5935         gtk_paint_box() calls.
5936
5937 2007-02-01  Michael Natterer  <mitch@imendio.com>
5938
5939         * gtk/gtkmenu.c (gtk_menu_button_press)
5940         (gtk_menu_button_release)
5941         (gtk_menu_button_scroll): remove redundant and confusing
5942         if (GTK_IS_MENU (widget)) checks because "widget" is always a
5943         GtkMenu here.
5944
5945 Thu Feb  1 12:22:06 2007  Tim Janik  <timj@imendio.com>
5946
5947         * gtk/gtkcombobox.c (gtk_combo_box_list_destroy): remove extra reference
5948         that gtkcombobox keeps on priv->popup_widget if it's a tree view.
5949
5950 2007-01-31  Christian Persch  <chpe@svn.gnome.org>
5951
5952         * gtk/gtkaboutdialog.c: (update_credits_button_visibility),
5953         (gtk_about_dialog_set_authors), (gtk_about_dialog_set_documenters),
5954         (gtk_about_dialog_set_artists),
5955         (gtk_about_dialog_set_translator_credits): Hide the Credits button iff
5956         there are no credits to show. Bug #402806.
5957
5958 2007-01-31  Tor Lillqvist  <tml@novell.com>
5959
5960         * gdk/win32/gdkinput-win32.c (print_cursor): New debugging
5961         function.
5962         (_gdk_input_wintab_init_check): Call it when debugging output is
5963         requested.
5964         (_gdk_input_wintab_init_check): Skip duplicated cursors for Wacom
5965         tablets. The Wacom driver reports duplicated cursors with
5966         physid==0. Fix verified by Robert Ögren.
5967
5968 2007-01-30  Felix Riemann  <friemann@svn.gnome.org>
5969
5970         * modules/printbackends/file/gtkprintbackendfile.c:
5971         (file_printer_get_options): Fix leaked string. Fixes bug #402565.
5972
5973 2007-01-30  Matthias Clasen  <mclasen@redhat.com>
5974
5975         * gdk/x11/gdkwindow-x11.c (gdk_x11_window_move_to_current_desktop):
5976         (gdk_x11_window_set_user_time): Be more careful about toplevel
5977         possibly being NULL.  (#402453, Sebastian Bacher)
5978
5979 Tue Jan 30 12:09:56 2007  Tim Janik  <timj@gtk.org>
5980
5981         * gtk/gtksettings.c: cleaned up ::color-hash registration to not abuse
5982         class_n_properties and leave an uninitialized value array behind.
5983
5984 2007-01-29  Michael Natterer  <mitch@imendio.com>
5985
5986         * gtk/gtkmenuitem.c (gtk_menu_item_select)
5987         (gtk_menu_item_deselect): queue a draw on the parent_menu_item of
5988         this menu item's menu, to enable themeing menu items depending on
5989         whether something is selected in their submenu (patch taken from
5990         maemo-gtk).
5991
5992 2007-01-28  Matthias Clasen  <mclasen@redhat.com>
5993
5994         * gtk/gtktoolbar.c: Reinstate gtk_toolbar_content_new_compatibility()
5995         that was mistakenly "cleaned up" a while ago. Also
5996         revert a problematic change to the screen_changed
5997         handler.  (#401598, Søren Sandmann)
5998
5999 2007-01-28  Matthias Clasen  <mclasen@redhat.com>
6000
6001         * gtk/gtkframe.c (gtk_frame_size_allocation): Fix a 
6002         problem with large y thickness.  (#136592, Xan Lopez)
6003
6004 2007-01-28  Matthias Clasen  <mclasen@redhat.com>
6005
6006         * gtk/gtkaction.c (gtk_action_new): Use canonical
6007         property names.  
6008
6009 2007-01-27  Matthias Clasen  <mclasen@redhat.com>
6010
6011         * gtk/gtknotebook.c (gtk_notebook_draw_arrow):
6012         (gtk_notebook_draw_focus): Avoid some unnecessary 
6013         gtk_widget_get_style() calls.
6014
6015 2007-01-27  Matthias Clasen  <mclasen@redhat.com>
6016
6017         * gtk/gtktoolbar.c:
6018         * gtk/gtktoolitem.c:
6019         * gtk/gtktoolbutton.c: Rearrange things so that setting
6020         multiple properties causes not more than a single 
6021         reconstruction of the contents.
6022
6023         * gtk/gtkaction.c (connect_proxy): Set all tool button 
6024         properties in one go.
6025
6026 2007-01-27  Matthias Clasen  <mclasen@redhat.com>
6027
6028         * gtk/gtkstatusicon.c:
6029         * gtk/gtktrayicon-x11.c: Fix GtkStatusIcon to not
6030         take up space on the panel if it is invisible.  (340110, Christian
6031         Persch)
6032
6033         * tests/teststatusicon.c:
6034         * tests/Makefile.am: Updates
6035
6036 2007-01-27  Matthias Clasen  <mclasen@redhat.com>
6037
6038         * gtk/gtkfilesel.h:
6039         * gtk/gtkrc.h:
6040         * gtk/gtk.symbols: Add deprecation guards for gtk_rc_style_ref/unref
6041         and the old file selector.  (#348256)
6042
6043 2007-01-26  Matthias Clasen  <mclasen@redhat.com>
6044
6045         * gtk/gtkiconview.c: Documentation fixes (#400530, Anders Brander)
6046
6047 2007-01-26  Matthias Clasen  <mclasen@redhat.com>
6048
6049         * gtk/updateiconcache.c: Check the mtime of all directories,
6050         not just the toplevel, if ftw() is available.  (#331671, Behdad
6051         Esfahbod)
6052
6053         * configure.in: Check for ftw.h.
6054
6055 2007-01-26  Michael Natterer  <mitch@imendio.com>
6056
6057         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_finalize):
6058         destroy the XIM only if it exists. While the code does look safe
6059         in general, there can be corner cases where the "reconnecting"
6060         boolean being FALSE does not correspond to the XIM being
6061         allocated (fixes #329450, fix taken from maemo-gtk).
6062
6063 Fri Jan 26 13:07:07 2007  Tim Janik  <timj@imendio.com>
6064
6065         * gtk/gtkstyle.c (draw_insertion_cursor): clamp cursor coordinates to
6066         window bounds (fix from Maemo Gtk).
6067
6068 2007-01-26  Michael Natterer  <mitch@imendio.com>
6069
6070         * gtk/gtkentrycompletion.c (gtk_entry_completion_insert_prefix):
6071         only block/unblock completion->priv->insert_text_id if it is
6072         actually connected. While this can't happen the way GtkEntry
6073         itself uses the completion, it's still public API and should not
6074         blindly call functions that will spit warnings (fix taken from
6075         maemo-gtk).
6076
6077 2007-01-25  Matthias Clasen  <mclasen@redhat.com>
6078
6079         * gdk/gdkwindow.c: Reduce locking overhead by not repeatedly getting
6080         the paintable iface.  
6081
6082 2007-01-24  Michael Natterer  <mitch@imendio.com>
6083
6084         * gtk/gtkwidget.c (gtk_widget_set_state): revert generic disabling
6085         of PRELIGHT state for the reasons given in bug #135666. Widget
6086         states are sometimes abused or otherwise used wrongly for historic
6087         reasons, causing this part of the patch to break e.g. menu items.
6088
6089 2007-01-24  Roozbeh Pournader  <roozbeh@farsiweb.info>
6090
6091         * README: Remove mention of no-longer-existing PATCH
6092         keyword in bugzilla. (#396899)
6093
6094 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6095
6096         * gtk/gtkpagesetup.c
6097         (gtk_page_setup_set_paper_size_and_default_margins): Fix memory leak.
6098         Fixes bug #399907. 
6099
6100 2007-01-22  Chris Wilson <chris@chris-wilson.co.uk>
6101
6102         Bug 399314 – Add G_GNUC_WARN_UNUSED_RESULT to gtk_style_attach
6103
6104         * gtk/gtkstyle.h:
6105                 Cause gcc to issue a warning if the style returned from
6106                 gtk_style_attach is not used. Failure to update
6107                 widget->style causes some very difficult to reproduce bugs,
6108                 eg Bug 353498 – crash in Terminal: changing icon theme.
6109
6110 2007-01-19  Michael Emmel  <mike.emmel@gmail.com>
6111
6112         * gdk/directfb/gdkevents-directfb.c: added fixes for window
6113         crossing events frm Attilio Fiandrotti<attilio.fiandrotti@gmail.com>
6114
6115 2007-01-19  Matthias Clasen  <mclasen@redhat.com>
6116
6117         * gtk/gtkcalendar.c: Fix build breakage.
6118
6119 2007-01-19  Kristian Rietveld  <kris@imendio.com>
6120
6121         * gtk/gtktreeview.c (gtk_tree_view_motion_bin_window),
6122         (add_scroll_timeout), (gtk_tree_view_drag_motion): factor out
6123         add_scroll_timeout().  (taken from maemo-gtk).
6124
6125 2007-01-18  Matthias Clasen  <mclasen@redhat.com>
6126
6127         * gtk/gtkcalendar.c: Fix problems with the initial
6128         focus in GtkCalendar.  (#397783, Vincent Untz)
6129
6130 2007-01-19  Robert Ögren  <gtk@roboros.com>
6131
6132         Fix for bug #143460 - missed tablet clicks on Windows
6133
6134         * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check):
6135         Request absolute reporting of tablet button state, and cut down
6136         the packet queue size a bit.
6137         (_gdk_input_other_event): Change button state handling
6138         accordingly. Also drop the no longer necessary code that detects
6139         missed clicks/releases for button 1. The switch to absolute button
6140         state should prevent missed events for all buttons. Additionally,
6141         swap button 2 and 3.
6142         (_gdk_input_grab_pointer): Don't reset button_state, that will only
6143         cause a new press event as soon as the next tablet packet arrives.
6144
6145 2007-01-19  Tor Lillqvist  <tml@novell.com>
6146
6147         Build Wintab support always on Windows. Don't require the Wintab
6148         SDK.
6149
6150         * configure.in: Drop the --with-wintab option. Drop the
6151         HAVE_WINTAB feature test macro and Automake variable.
6152
6153         * acconfig.h
6154         * config.h.win32.in: Drop HAVE_WINTAB.
6155
6156         * gdk/win32/gdkevents-win32.c
6157         * gdk/win32/gdkinput.c
6158         * gdk/win32/gdkinput-win32.h
6159         * gdk/win32/gdkinput-win32.c
6160         * gdk/win32/gdkmain-win32.c: Make HAVE_WINTAB ifdef blocks
6161         unconditional.
6162
6163         * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Try
6164         to load wintab32.dll dynamically here. If it is found look up the
6165         handful Wintab functions we use.
6166         (rest of file): Use these function pointers instead of calling the
6167         functions from wntab32x.lib. The code in wntab32x.lib did the same
6168         thing anyway: tried to load wintab32.dll, and looked up the
6169         addresses of the actual functions from it.
6170
6171         * gdk/Makefile.am
6172         * gdk/win32/Makefile.am: Drop the libwntab32x hacks.
6173
6174         * gdk/win32/wintab.h
6175         * gdk/win32/pktdef.h: New files. Copied from the Wintab
6176         SDK. Copyright blurb says: "The text and information contained in
6177         this file may be freely used, copied, or distributed without
6178         compensation or licensing restrictions."
6179
6180         * README.win32: Update a bit. Remove the text about the Wintab
6181         SDK.
6182
6183 2007-01-18  Tor Lillqvist  <tml@novell.com>
6184
6185         * gdk-pixbuf/Makefile.am
6186         * gdk/Makefile.am
6187         * gdk/win32/Makefile.am
6188         * gtk/Makefile.am: Fixes for building outside srcdir on
6189         Win32. (#336819, #340013) Drop distributing the handmade .la
6190         libtool wrapper for the wntab32x library. It's too much trouble
6191         making it work when building outside srcdir. Just link to the
6192         library direcly using -Wl,win32/libwntab32x.a.
6193
6194 2007-01-18  Michael Natterer  <mitch@imendio.com>
6195
6196         * gtk/gtkcheckbutton.c
6197         * gtk/gtkdnd.c
6198         * gtk/gtkentry.c
6199         * gtk/gtkmenu.c
6200         * gtk/gtktreeview.c
6201         * gtk/gtkviewport.c: pass more clip rectangles to gtk_paint_foo()
6202         functions. Based on a patch from maemo-gtk (bug #398023).
6203
6204 2007-01-17  Tor Lillqvist  <tml@novell.com>
6205
6206         * gtk-zip.sh.in: Include also the COPYING file.
6207
6208 2007-01-17  Matthias Clasen  <mclasen@redhat.com>
6209
6210         * modules/printbackends/cups/gtkprintbackendcups.c: Don't use
6211         httpGetFd() when building against cups 1.1
6212
6213 2007-01-17  Tor Lillqvist  <tml@novell.com>
6214
6215         Proper fix for #396175:
6216
6217         * gtk/gtkimmulticontext.c: Revert change by Hans Breuer below: Do
6218         include gtkprivate.h. On Win32 we do want to use the redefinition
6219         of GTK_LOCALEDIR as a call to the function _gtk_get_localedir().
6220
6221         * gtk/gtkimmodule.c: Instead, correct the prefix also on
6222         simple_context_info.domain_dirname. Do the prefix corrections
6223         always on Win32, not just when GTK_LIBDIR is defined. i.e., until
6224         now they were done only in the autoconfiscated gcc builds. Hans
6225         needs to make sure GTK_LIBDIR and GTK_LOCALEDIR are defined also
6226         in MSVC builds now.
6227         (correct_localedir_prefix): New function, like
6228         correct_libdir_prefix(), but for GTK_LOCALEDIR, in case
6229         GTK_LOCALEDIR is not a descendant of GTK_LIBDIR.
6230         (gtk_im_module_initialize): Thus call correct_localedir_prefix()
6231         on the domain_dirname instead of correct_libdir_prefix().
6232         (_gtk_im_module_list): Call correct_localedir_prefix() on
6233         simple_context_info.domain_dirname.
6234
6235 2007-01-16  Matthias Clasen  <mclasen@redhat.com>
6236
6237         * gtk/gtkrange.c (range_grab_remove): Queue a redraw when the
6238         grab changes.  (#396470, Benjamin Berg)
6239
6240 2007-01-15  Emmanuele Bassi  <ebassi@gnome.org>
6241
6242         * gtk/gtkrecentchoosermenu.c: Ellipsize the menu items label
6243         if they grow too much. (#357303)
6244
6245 2007-01-14  Matthias Clasen  <mclasen@redhat.com>
6246
6247         * gtk/gtkicontheme.c (theme_lookup_icon): When finding a matching
6248         non-scalable dir, keep going and look for a closer match.
6249         (#395830, Luca Ferretti)
6250
6251 2007-01-14  Christian Persch  <chpe@svn.gnome.org>
6252
6253         * gtk/gtkclipboard.c: (gtk_clipboard_set_text),
6254         (gtk_clipboard_set_image): Use gtk_target_table_new_from_list and
6255         gtk_target_table_free instead of duplicating the code. Bug #396493.
6256
6257 2007-01-13  Matthias Clasen  <mclasen@redhat.com>
6258
6259         * gtk/gtkuimanager.c: Don't crash if menu or toolbar
6260         positions can't be found.  (#396161, Hans Breuer)
6261
6262 2007-01-13  Matthias Clasen  <mclasen@redhat.com>
6263
6264         * gtk/gtkselection.c (_gtk_selection_request): Plug 
6265         memory leaks.  (#396160, Carlos Garcia Campos)
6266
6267 2007-01-13  Matthias Clasen  <mclasen@redhat.com>
6268
6269         * configure.in: Link libgtk against Xfixes.  (#396074,
6270         Tommi Komulainen)
6271
6272 2007-01-13  Matthias Clasen  <mclasen@redhat.com>
6273
6274         * gtk/gtkradiobutton.c (gtk_radio_button_focus): Avoid
6275         a compiler warning.  (#395045, Chris Wilson)
6276
6277 2007-01-13  Hans Breuer <hans@breuer.org>
6278
6279         * gtk/gtkprintoperation-win32.c : take the custom tab label from
6280         gtk_print_operation_set_custom_tab_label() into account (bug #390746).
6281
6282         * gtk/gtkimmulticontext.c : don't include "gtkprivate.h" to avoid
6283         differing definitions of GTK_LOCALEDIR (bug #396175).
6284
6285         * gtk/gtktreeview.c : use g_snprintf instead of snprintf, which is
6286         not available everywhere
6287
6288         * gtk/makefile.msc.in : updated
6289
6290 2007-01-12  Michael Natterer  <mitch@imendio.com>
6291
6292         * gtk/gtkentry.c (gtk_entry_button_press): don't add
6293         entry->scroll_offset to entry->drag_start_y. Fixes the entry
6294         starting drags after ridiculously small mouse movements.
6295
6296 2007-01-11  Richard Hult  <richard@imendio.com>
6297
6298         * demos/gtk-demo/main.c: (load_file): Close the file after it's
6299         loaded (bug #395316).
6300
6301 2007-01-11  Kjartan Maraas  <kmaraas@gnome.org>
6302
6303         * gtk/gtkfilesystemunix.c: (expand_tilde):
6304         Make a single tilde go to $HOME in the location entry.
6305         Patch from Yevgen Muntyan. Closes the gtk+ part of
6306         bug #334168.
6307
6308 2007-01-10  Behdad Esfahbod  <behdad@gnome.org>
6309
6310         * gdk/gdkpango.c (gdk_draw_layout_with_colors):
6311         * gtk/gtklabel.c (gtk_label_size_request):
6312         Use pango_matrix_transform_rectangle(). (#340141)
6313
6314         * configure.in: Bump pango requirement to 1.15.3.
6315
6316 2007-01-10  Kristian Rietveld  <kris@imendio.com>
6317
6318         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_init):
6319         refactor to initialize indicator_size to TOGGLE_WIDTH instead
6320         of the hardcoded value of 12.
6321
6322 2007-01-09  Matthias Clasen  <mclasen@redhat.com>
6323
6324         * configure.in: Fix the directfb cairo test. (#394855, 
6325         Josselin Mouette)
6326
6327 2007-01-09  Behdad Esfahbod  <behdad@gnome.org>
6328
6329         * configure.in: Fix comment for --with-included-loaders.  That option
6330         affects builds with module loading enabled too.
6331
6332 2006-01-08  Peter Teichman  <peter@novell.com>
6333
6334         * gtk/gtkfilechooserdefault.c:
6335         * gtk/gtkfilechooserprivate.h:
6336         * gtk/gtkfilechoosersettings.c:
6337         * gtk/gtkfilechoosersettings.h:
6338         Save the expanded state of the folder browser with the file
6339         chooser settings.  Resolves the expander portions of (#153828,
6340         Lemmit Kaplinski)
6341
6342 2007-01-08  Emmanuele Bassi  <ebassi@gnome.org>
6343
6344         * gtk/gtkrecentchoosermenu.c (gtk_recent_chooser_menu_create_item):
6345         Don't leak the icon pixbuf after setting it to the image menu
6346         item.  Found by Paolo Borelli.
6347
6348 2007-01-08  Matthias Clasen  <mclasen@redhat.com>
6349
6350         * gtk/gtktreemodel.c (gtk_tree_path_to_string): Don't 
6351         corrupt memory when faced with paths with ridiculously
6352         large indices. Found by the GTKVTS test suite.  
6353
6354 2007-01-08  Matthias Clasen  <mclasen@redhat.com>
6355
6356         * gtk/gtkmodules.c (_gtk_modules_init): Set 
6357         default_display_opened before loading modules.  (#393102,
6358         Brian Cameron)
6359  
6360 2007-01-07  Matthias Clasen  <mclasen@redhat.com>
6361
6362         * gtk/gtktextview.c (gtk_text_view_set_border_window_size):
6363         Call text_window_realize() with the correct parameters.
6364         (#393813, Yevgen Muntyan)
6365
6366 2007-01-07  Matthias Clasen  <mclasen@redhat.com>
6367
6368         * gtk/gtkstatusbar.c: Move docs inline, and expand them 
6369         a bit.
6370
6371 2007-01-06  Matthias Clasen  <mclasen@redhat.com>
6372
6373         * gtk/gtklabel.c: Make line wrapping work with width-chars
6374         and max-width-chars, and simplify the storage of wrap-width.
6375         (#322580, Itai Bar-Haim)
6376
6377 2007-01-06  Tor Lillqvist  <tml@novell.com>
6378
6379         * gdk/win32/cursor.bdf: New file. Downloaded from
6380         freedesktop.org's webcvs. Slighly edited cursors "crosshair",
6381         "diamond_cross", "draft_large", "gobbler" and "target" to fix
6382         #392504. It is possible that the same end result could have been
6383         achieved by tweaking bdfcursor.c instead.
6384         
6385         * gdk/win32/bdfcursor.c: Add optional debugging output.
6386
6387         * gdk/win32/xcursors.h: Regenerated.
6388
6389 2007-01-05  Matthias Clasen  <mclasen@redhat.com>
6390
6391         * gtk/gtknotebook.c (gtk_notebook_set_menu_label_text): Left-align
6392         menu labels.  (#393255, Michail Crayson)
6393
6394 2007-01-05  Kristian Rietveld  <kris@gtk.org>
6395
6396         * gtk/gtktreeview.c (gtk_tree_view_dy_to_top_row): handle tree
6397         == NULL.  (Fixes #392685, reported by Yevgen Muntyan).
6398
6399 2007-01-05  Kristian Rietveld  <kris@gtk.org>
6400
6401         * gtk/gtktreeview.c (gtk_tree_view_row_changed): do allow to
6402         invalidate nodes if the tree view is not realized. (#363147,
6403         Carlos Garnacho, Miguel Cabrera).
6404
6405 2007-01-05  Matthias Clasen  <mclasen@redhat.com>
6406
6407         * gtk/gtkmenu.c (gtk_menu_paint): Take the scroll arrow into
6408         account when drawing the background.  (#393166, Benjamin Berg)
6409
6410 2007-01-05  Behdad Esfahbod  <behdad@gnome.org>
6411
6412         * gtk/gtklabel.c (get_layout_location): Fix broken width computation,
6413         again.
6414
6415 2007-01-05  Carlos Garnacho  <carlosg@gnome.org>
6416
6417         * gtk/gtknotebook.c (gtk_notebook_size_request): take into account
6418         both scroll arrows when calculating size request in GTK_POS_LEFT or
6419         GTK_POS_RIGHT notebooks. (#393124, reported by Christian Persch)
6420
6421 2007-01-05  Michael Natterer  <mitch@imendio.com>
6422
6423         * gtk/gtkwindow.c (gtk_window_key_release_event): chain up to
6424         the right function (fix taken from maemo-gtk).
6425
6426 2007-01-05  Behdad Esfahbod  <behdad@gnome.org>
6427
6428         * gdk/gdkprivate.h:
6429         * gdk/gdkpango.c (gdk_draw_layout_line_with_colors),
6430         (gdk_draw_layout_with_colors):
6431         * gdk/gdkwindow.c (gdk_window_draw_glyphs_transformed):
6432         Avoid overflow when converting coordinates to Pango units. (#332266,
6433         Jody Goldberg)
6434
6435 2007-01-04  Matthias Clasen  <mclasen@redhat.com>
6436
6437         * gtk/gtkcombobox.c (gtk_combo_box_popup): move set_cursor
6438         after realization of the popup window, so clamp node doesn't fail.
6439         (#346616, Tommi Komulainen, patch by Kristian Rietveld).
6440
6441 2007-01-04  Behdad Esfahbod  <behdad@gnome.org>
6442
6443         * gtk/gtklabel.c (get_layout_location): Fix uninitialized width
6444         variable.
6445
6446 2007-01-04  Matthias Clasen  <mclasen@redhat.com>
6447
6448         * gtk/Makefile.am:
6449         * gdk-pixbuf/Makefile.am:
6450         * configure.in:
6451         * gdk/win32/rc/gdk.rc.in: Cross-compilation fixes.
6452         (#392646, Yevgen Muntyan)
6453
6454 2007-01-04  Matthias Clasen  <mclasen@redhat.com>
6455
6456         * demos/gtk-demo/textscroll.c:
6457         * gtk/gtkhandlebox.c:
6458         * gtk/gtkcolorsel.c: Fix some compiler warnings.
6459
6460 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
6461
6462         * gtk/gtktextview.c: Rework the beep-on-uninserted-text
6463         by calling the input method regardless of editability,
6464         and beeping from the commit/preedit-changed handlers.
6465         (#390514, Yevgen Muntyan)
6466
6467 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
6468
6469         Fix #332604, reported by Joe Wreschnig, patch
6470         by Jan Arne Petersen and Behdad Esfahbod.
6471
6472         * gtk/gtklabel.c (gtk_label_size_allocate): Only
6473         set the width of the layout when necessary.
6474         (get_layout_location): Use pango_layout_get_pixel_extents()
6475         instead of pango_layout_get_width().
6476
6477 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
6478
6479         * modules/printbackends/cups/gtkprintbackendcups.c 
6480         (available_choices): Don't leak conflicts.
6481
6482         * gtk/gtkprintoperation.c (gtk_print_operation_finalize):
6483         Don't leak the status string.
6484
6485 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
6486
6487         * gtk/gtkfilechooserdefault.c (update_chooser_entry):
6488         Exit early if we can't get file info - this happens
6489         if the iter points to the row where we are editing
6490         the name for a newly created folder.  (#392191, Michael
6491         Partridge, patch by Kristian Rietveld)
6492
6493 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
6494
6495         * gtk/*.c:
6496         * gdk/x11/*.c: Apply a patch by Chris Wilson to
6497         avoid spurious valgrind warnings from XSendEvent() 
6498         calls.  (#392532)
6499
6500         * modules/printbackends/cups/gtkprintbackendcups.c: Close
6501         the http connection after getting the PPD.
6502
6503         * gtk/gtkprinteroptionwidget.c (filesave_changed_cb):
6504         Fix memory leaks.  
6505
6506 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
6507
6508         * gtk/gtkassistant.c (remove_page): If the current page
6509         is removed, always pick a different one.  (#392457, 
6510         Colin Watson)
6511
6512 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
6513
6514         * modules/printbackend/cups/*.c: Coding style cleanups.
6515
6516 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
6517
6518         * configure.in: Export SED to make sourcing of
6519         libtool work. Tighten up the directfb pkgconfig check.
6520
6521 2007-01-03  Michael Natterer  <mitch@imendio.com>
6522
6523         * gtk/gtkstyle.c (option_menu_get_props)
6524         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Use 
6525         gtk_border_free when freeing borders.
6526
6527 2007-01-03  Matthias Clasen  <mclasen@redhat.com>
6528
6529         * gtk/gtkentry.c (get_text_area_size): Work when the
6530         entry is not realized.  (#392315, Yevgen Muntyan)
6531
6532         * gtk/gtkentry.c (gtk_entry_queue_draw): Use 
6533         GTK_WIDGET_DRAWABLE() here.  (#392227, Chris Wilson)
6534
6535         * gtk/gtkentry.c (cursor_blinks): Don't get settings
6536         unnecessarily.  (#392227)
6537
6538 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
6539
6540         * gtk/gtkwindow.c (gtk_window_move_resize): Only process
6541         updates on the window at hand, not on all windows, to
6542         avoid violating resize/redraw ordering constraints.
6543         (#362406, Owen Taylor)
6544         
6545 2007-01-03  Kristian Rietveld  <kris@gtk.org>
6546
6547         * gtk/gtkcellrendererprogress.c
6548         (gtk_cell_renderer_progress_class_init): fix docs.
6549
6550 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
6551         
6552         * gtk/updateiconcache.c: Include locale.h
6553
6554 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
6555
6556         * gtk/updateiconcache.c (main): Call setlocale().
6557
6558         * gtk/gtkfilesel.c:
6559         * gtk/gtkfilesystemunix.c:
6560         * gtk/gtkfilesystemwin32.c:
6561         * gtk/gtkfilechoosersettings.c:
6562         * gtk/updateiconcache.c: Consistently use folder instead of
6563         directory in translated messages.  (#344584, Javier F. Serrador)
6564
6565 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
6566
6567         Try to fix #315732, reported by Luke Hutchinson:
6568
6569         * gdk/x11/xsettings-client.[hc]:
6570         * gdk/x11/gdkdevents-x11.c: Don't assume that ref'ing a GdkWindow
6571         will guarantee that it can be looked up in the xid hash later.
6572         Also, use the nesting server grab function during the xsettings
6573         client initialization. Finally, make xsettings client not
6574         eat DestroyNotifys so that GDK can do its regular cleanup. 
6575
6576 2007-01-02  Michael Natterer  <mitch@imendio.com>
6577
6578         * gtk/gtkrange.c (gtk_range_scroll) (gtk_range_move_slider): beep
6579         when a keybinding didn't change adjustment->value.
6580
6581 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
6582
6583         * gtk/gtktextbuffer.c (gtk_text_view_key_press_event):
6584         Try harder not to beep on events which are not meant to
6585         insert stuff in the buffer.  (#390514, Yevgen Muntyan) 
6586
6587 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
6588
6589         * gtk/gtktextbufferrichtext.c: Small documentation fixes.
6590
6591 2007-01-02  Matthias Clasen  <mclasen@redhat.com>
6592
6593         * gtk/gtkentry.c (get_text_area_size): Center in the frame.  
6594         (#304482, Rob Staudinger, patch by  Richard Stellingwerff)
6595
6596 2007-01-02  Michael Emmel  <mike.emmel@gmail.com>
6597
6598         * gdkwindow-directfb.c: fixed leak of dfb resource on destroy 
6599
6600 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
6601
6602         * gtk/gtkscrolledwindow.h:
6603         * gtk/gtkscrolledwindow.c: Only handle key bindings
6604         for scrolling if the scrollbars are visible.
6605         (#340135, Christian Persch)
6606
6607 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
6608
6609         * gtk/gtktextview.c (gtk_text_view_scroll_hpages):
6610         Don't segfault on horizontal scrolling.  
6611
6612 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
6613
6614         * gtk/gtknotebook.h:
6615         * gtk/gtknotebook.c: Only handle key bindings for
6616         tab reordering if the tabs are shown and reorderable. 
6617         (#390468, Yevgen Muntyan)
6618
6619         * gtk/gtkmarshalers.list: Add required marshaler
6620
6621 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
6622
6623         * gtk/gtkcontainer.c (gtk_container_class_list_child_properties):
6624         Mention in the docs that the return value is
6625         NULL-terminated.  (#383373, Christian Neumair)
6626
6627 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
6628
6629         * gtk/gtkicontheme.c (load_themes): Waste less time
6630         with non-directories.  (#391725, Chris Wilson)
6631
6632 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
6633
6634         * gtk/gtkcellrendererprogress.c: Implement activity mode
6635         for GtkCellRendererProgress.  (#377851, Brad Taylor)
6636
6637 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
6638
6639         Fix some IPP compliance issues.  (#391523, Albrecht Dress)
6640
6641         * modules/printbackends/cups/gtkcupsutils.c
6642         (gtk_cups_request_encode_option): Use IPP_TAG_JOB, not
6643         IPP_TAG_OPERATION.
6644         * modules/printbackends/cups/gtkprintbackendcups.c
6645         (gtk_print_backend_cups_print_stream): Don't add the
6646         requesting-user-name attribute a second time. 
6647
6648 2007-01-01  Matthias Clasen  <mclasen@redhat.com>
6649
6650         * gtk/gtkimcontextsimple.c: Fix en/em dash confusion.  (#378462)
6651
6652 2006-12-31  Emmanuele Bassi  <ebassi@gnome.org>
6653
6654         * gtk/gtkrecentchoosermenu.c (set_recent_manager): Use the
6655         right object when disconnecting from the GtkRecentManager::changed
6656         signal; save us a few indirections using a variable.
6657
6658 2006-12-31  Emmanuele Bassi  <ebassi@gnome.org>
6659
6660         * gtk/gtkrecentchoosermenu.c: Move the signal and idle
6661         disconnections into the dispose function, as well as the
6662         object unrefs; reset every handler id and the
6663         pointers. (suggested by Paolo Borelli, #390873)
6664
6665 2006-12-31  Matthias Clasen  <mclasen@redhat.com>
6666
6667         * gtk/gtkprintoperation-win32.c: Include windows.h (#391229,
6668         Kazuki Iwamoto)
6669
6670 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
6671
6672         * gtk/gtktextview.c (gtk_text_view_destroy): Remove the
6673         scroll timeout.  (#390872, Yevgen Muntyan)
6674
6675 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
6676
6677         * gtk/gtkprintoperation-unix.c:
6678         * gtk/gtkprintbackend.c:
6679         * gtk/gtkfilechooserdefault.c:
6680         * gtk/gtksettings.c: Move a few settings to gtksettings.c
6681         to make sure they show up in the docs.  (#365364, Christian
6682         Persch)
6683
6684 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
6685
6686         * gtk/gtkassistant.c: Redraw assistant on reallocate
6687         to avoid rendering glitches.  (#343956, Christian
6688         Persch, Carlos Garnacho)
6689
6690 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
6691
6692         * gtk/gtkrange.c: Typo fix.  (#352121, Clytie Siddall)
6693
6694 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
6695
6696         * gtk/gtkaction.c: Improve the docs of the "label" 
6697         property.  (#341730, Kristof Vansant)
6698
6699 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
6700
6701         * gtk/gtkwindow.c (gtk_window_compute_configure_request_size):
6702         Correctly handle min size. (#320465, Philipp Langdale)
6703
6704 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
6705
6706         * gtk/prop-editor.c: Implement editing of flags.
6707
6708 2006-12-30  Matthias Clasen  <mclasen@redhat.com>
6709
6710         * gtk/gtkentry.c:
6711         * gtk/gtklabel.c:
6712         * gtk/gtkpaned.c:
6713         * gtk/gtkstatusbar.c:
6714         * gtk/gtktextview.c: Don't install cursors on insensitive
6715         widgets.  (#358864, Jan Schampera)
6716
6717 2006-12-29  Matthias Clasen  <mclasen@redhat.com>
6718
6719         * gtk/gtkrecentmanager.h:
6720         * gtk/gtkprintoperation.c: Fix doc typos.  (#370909,
6721         Shiino Yuki)
6722
6723         * gtk/gtkstyle.c (gtk_style_attach): Clarify docs.  (#353423,
6724         Christian Persch)
6725
6726         * gtk/gtkentry.c (blink_cb):
6727         * gtk/gtktextview.c (blink_cb): Don't die in an assertion
6728         if focus went missing. Just warn, clean up and continue.
6729         (#374378)
6730
6731 2006-12-29  Carlos Garnacho  <carlosg@gnome.org>
6732
6733         * gtk/gtknotebook.c (gtk_notebook_scroll): return if the widget that
6734         originally received the event is a notebook page. (#315440, reported
6735         by Mateusz Stefek)
6736
6737 2006-12-29  Matthias Clasen  <mclasen@redhat.com>
6738
6739         * gdk/gdkcolor.c (gdk_color_hash): Fix a typo. (#390613,
6740         Paolo Borelli)
6741
6742 2006-12-29  Matthias Clasen  <mclasen@redhat.com>
6743
6744         * tests/prop-editor.c: Display children of containers
6745         and cell renderers of cell layouts.
6746
6747         * gtk/gtk.symbols:
6748         * gtk/gtkcelllayout.[hc] (gtk_cell_layout_get_cells):
6749         New function to get the cell renderers of a cell layout.
6750
6751         * gtk/gtktreeviewcolumn.c:
6752         * gtk/gtkcellview.c:
6753         * gtk/gtkiconview.c: Implement get_cells.
6754
6755 2006-12-28  Matthias Clasen  <mclasen@redhat.com>
6756
6757         * gtk/gtkiconview.c: Use word wrapping by default, and
6758         center multiline labels.  (#318763, Ross Burton)
6759
6760         * gtk/gtkcellrenderertext.c (get_layout): Remove a special
6761         case for single-line layouts.
6762
6763 2006-12-28  Matthias Clasen  <mclasen@redhat.com>
6764
6765         * gtk/gtkarrow.c: Fix a typo in the docs.  (#390423,
6766         David Lodge)
6767
6768         * gtk/gtkuimanager.c (update_node): Only use the results
6769         of find_menu/toolbar_position() if they succeed. May fix
6770         bug #388041.
6771
6772 2006-12-28  Matthias Clasen  <mclasen@redhat.com>
6773
6774         * gdk/gdk.c: Fix some formatting errors in docs.  
6775
6776 2006-12-28  Tor Lillqvist  <tml@novell.com>
6777
6778         * gtk/gtkstatusicon.c (gtk_status_icon_finalize)
6779         (gtk_status_icon_update_image): Don't leak HICONs on
6780         Win32. (#364868, Hiroyuki Yamamoto)
6781
6782 2006-12-28  Carlos Garnacho  <carlosg@gnome.org>
6783
6784         Make GtkNotebook able to drop detached tabs anywhere. Bug #360225.
6785
6786         * gtk/gtkwidget.c (gtk_widget_class_init): add "drag-failed" signal.
6787         * gtk/gtkmarshalers.list: add new marshaler definition.
6788         * gtk/gtkenums.h: add GtkDragResult enum.
6789
6790         * gtk/gtkdnd.c (gtk_drag_drop_finished): emit "drag-failed" if DND
6791         operation wasn't successful.
6792         (_gtk_drag_source_handle_event) (gtk_drag_drop)
6793         (gtk_drag_selection_get) (gtk_drag_cancel) (gtk_drag_key_cb)
6794         (gtk_drag_grab_broken_event_cb) (gtk_drag_grab_notify_cb)
6795         (gtk_drag_button_release_cb) (gtk_drag_abort_timeout): tell
6796         gtk_drag_drop_finished() the operation result.
6797
6798         * gtk/gtknotebook.c (gtk_notebook_drag_failed): new function.
6799         (gtk_notebook_drag_data_get): do not call window creation hook here.
6800         (gtk_notebook_init): do not set "application/x-rootwindow-drop"
6801         target, instead connect to "drag-failed".
6802         (gtk_notebook_draw_focus): fix potential crasher if cur_page is NULL.
6803
6804 2006-12-28  Mikael Hallendal  <micke@imendio.com>
6805
6806         * gdk/quartz/gdkevents-quartz.c: Factored out the event loop 
6807         integration into gdkeventloop-quartz.c.
6808
6809         * gdk/quartz/Makefile.am: Added gdkeventloop-quartz.c
6810
6811         * gdk/quartz/gdkeventloop-quartz.c: New file containing the event loop 
6812         integration.
6813
6814 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
6815
6816         * modules/printbackends/lpr/gtkprintbackendlpr.c 
6817         (gtk_print_backend_lpr_print_stream): Close the io channel
6818         on unref.  (#390159, Joe Markus Clarke)
6819
6820 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
6821
6822         * gdk/gdk.h: Remove redundant declarations (#390097,
6823         Christian Persch)
6824
6825 2006-12-27  Kristian Rietveld  <kris@gtk.org>
6826
6827         Support inverting arrows via XSetting. (#377979, Yevgen Muntyan).
6828
6829         * gtk/gtksettings.c (gtk_settings_class_init): add new setting
6830         gtk-alternative-sort-arrows.
6831
6832         * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): add
6833         new setting.
6834
6835         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: set new
6836         gtk-alternative-sort-arrows setting to true.
6837
6838         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
6839         invert direction if gtk-alternative-sort-arrows is TRUE.
6840
6841 2006-12-27  Tor Lillqvist  <tml@novell.com>
6842
6843         * gtk/gtk.symbols: Add gtk_status_icon_get_screen and
6844         gtk_status_icon_set_screen.
6845
6846         * gtk/gtkstatusicon.c: Implement gtk_status_icon_position_menu()
6847         on Windows. Keep track of where the last button click on the
6848         taskbar icon took place, and return that. Obviously not correct if
6849         no button has ever been clicked on the icon, or if the geometry of
6850         the taskbar has changed since. But for most use cases where a menu
6851         is going to be displayed as a direct result of a button click on
6852         the status icon, works fine. (#377349)
6853
6854         Implement getting the orientation property on Windows.
6855
6856         (gtk_status_icon_embedded_changed)
6857         (gtk_status_icon_orientation_changed): Ifdefify these functions
6858         that are used only on X11.
6859
6860 2006-12-27  Tor Lillqvist  <tml@novell.com>
6861
6862         * gtk/gtkfilesystemwin32.c (execute_callbacks): Fix
6863         typo. (#390035, Kazuki Iwamoto)
6864
6865 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
6866
6867         * gtk/gtkcellview.c (gtk_cell_view_set_model): Accept NULL.
6868
6869         * gtk/gtkcombobox.c (gtk_combo_box_set_model):
6870         (gtk_combo_box_unset_model): Handle repeated unsetting
6871         of models without warnings.  (#367529, Robert Ancell)
6872
6873 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
6874
6875         * modules/printbackends/cups/gtkcupsutils.c: 
6876         * modules/printbackends/cups/gtkprintbackendcups.c: Use
6877         getters for http fields where available.  (#364866, 
6878         Björn Lindqvist)
6879
6880 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
6881
6882         * gtk/gtkwidget.c (gtk_widget_show): Add a g_return_if_fail.
6883         (#362614, Xan Lopez)
6884
6885 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
6886
6887         * gtk/gtkuimanager.c (update_node): If a required action
6888         is missing, don't recurse over the children.  (#349119,
6889         Chris Moller)
6890
6891 2006-12-27  Matthias Clasen  <mclasen@redhat.com>
6892
6893         Fix a few problems with nested menus in comboboxes
6894         (#386694, Yevgen Muntyan)
6895
6896         * gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level): Always
6897         connect the activate callback.
6898         (gtk_combo_box_menu_item_activate): Do nothing if called on
6899         an item with a submenu.
6900         (gtk_combo_box_menu_row_deleted): Remove a submenu when it
6901         is empty.
6902
6903 2006-12-26  Mariano Suárez-Alvarez  <mariano@gnome.org>
6904
6905         * gtk/gtkfilechooserbuuton.[hc]: Add a file-set signal to the
6906         filechooser button. Bug 353196.
6907
6908 2006-12-26  Kristian Rietveld  <kris@gtk.org>
6909
6910         * gtk/gtktreeview.c (gtk_tree_view_search_init): fix typo causing
6911         the search dialog timeout never to be refreshed. (#389581,
6912         Andrzej Szombierski).
6913
6914 2006-12-26  Kristian Rietveld  <kris@gtk.org>
6915
6916         Lots of scrolling fixes.  Made scrolling work properly in not fully
6917         validated tree views; fixed a bunch of corner cases.
6918
6919         * gtk/gtktreeview.c (validate_visible_area): if a row's dy is past
6920         upper - page_size, we know it is located at the end so the test for
6921         dy + height has been dropped.
6922         In the same case if area_below < 0, we know this is the last node
6923         in the tree view so area_above is page_size - height of this row.
6924         (validate_visible_area): got rid of subtracting new_height -
6925         old_height from area_{below,above}, it didn't make any sense at
6926         all and the full height of the row should be subtracted instead.
6927         (validate_visible_area): when scrolling to a given path, set the
6928         top row directly together with the dy offset, then sync that top_row
6929         to the dy.
6930         (gtk_tree_view_set_top_row): new function to directly set a top_row.
6931         (gtk_tree_view_dy_to_top_row): refactored to use
6932         gtk_tree_view_set_top_row().
6933         (gtk_tree_view_top_row_to_dy): make sure dy >= 0 when done.
6934         (gtk_tree_view_adjustment_changed): only update our dy and
6935         top_row if the adjustment's dy actually changed.
6936
6937 2006-12-26  Christian Persch  <chpe@cvs.gnome.org>
6938
6939         * gtk/gtknotebook.c: (gtk_notebook_real_insert_page):
6940         Return the correct value from gtk_notebook_insert_page if the
6941         page-added handler reorders the tabs. Bug #345094.
6942
6943 2006-12-26  Carlos Garnacho  <carlosg@gnome.org>
6944
6945         Fix small regressions in GtkNotebook tab detaching. Bug #378852.
6946
6947         * gtk/gtknotebook.c (gtk_notebook_do_arrow): grab focus to allow tabs
6948         scrolling when hovering with a detached tab.
6949         (gtk_notebook_stop_reorder): Do not deparent the wrong tab if the
6950         focus tab has changed during a tab DND operation.
6951         (gtk_notebook_drag_end): ensure that the dropped tab gets focused.
6952         (gtk_notebook_paint): do not take cur_page as a reference to paint the
6953         box if it's detached.
6954         (gtk_notebook_calculate_tabs_allocation): focus_tab may be different
6955         to the detached tab if we hover the arrows during a tabs detaching 
6956         operation, do not allocate it unconditionally in 0,0.
6957
6958 2006-12-26  Carlos Garnacho  <carlosg@gnome.org>
6959
6960         Expose improvements for GtkNotebook. Bug #383435
6961
6962         * gtk/gtknotebook.c (gtk_notebook_expose): propagate the event to tab
6963         labels.
6964         (gtk_notebook_draw_focus): do not repaint the whole focused tab again.
6965         (gtk_notebook_draw_tab): do not send handmade expose events to tab
6966         labels.
6967
6968 2006-12-26  Matthias Clasen  <mclasen@redhat.com>
6969
6970         * gtk/gtkfilesystemunix.c (execute_callbacks): Return
6971         FALSE.  (#389623, Carlos Garnacho Parro)
6972
6973         * gtk/gtkrange.c (stop_scrolling): Avoid spurious
6974         redraws.
6975
6976 2006-12-25  Christian Persch  <chpe@cvs.gnome.org>
6977
6978         * gtk/gtkplug.c: (gtk_plug_construct_for_display),
6979         (gtk_plug_unrealize): Notify the "embedded" property also on
6980         normal construction and when destroying the socket window.
6981         Bug #388738.
6982
6983 2006-12-25  Christian Persch  <chpe@cvs.gnome.org>
6984
6985         * gtk/gtkaboutdialog.c: (gtk_about_dialog_class_init),
6986         (gtk_about_dialog_init), (display_credits_dialog),
6987         (display_license_dialog):
6988         * gtk/gtkfilechooserdialog.c: (gtk_file_chooser_dialog_class_init),
6989         (gtk_file_chooser_dialog_init),
6990         (gtk_file_chooser_dialog_constructor),
6991         (gtk_file_chooser_dialog_unmap):
6992         * gtk/gtkrecentchooserdefault.c:
6993         (_gtk_recent_chooser_default_init):
6994         * gtk/gtkrecentchooserdialog.c:
6995         (gtk_recent_chooser_dialog_class_init),
6996         (gtk_recent_chooser_dialog_init),
6997         (gtk_recent_chooser_dialog_constructor),
6998         (gtk_recent_chooser_dialog_unmap): Set the HIG spacings directly
6999         instead of using style-set handlers. Fix the filechooser's spacing
7000         between content and action area to 12px. Bug #372447.
7001
7002 2006-12-25  Christian Persch  <chpe@cvs.gnome.org>
7003
7004         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate):
7005         Don't assume statusbar->label is the statusbar's frame's child when
7006         shrinking the size allocation when the grip is shown. Bug #372452.
7007
7008 2006-12-25  Christian Persch  <chpe@cvs.gnome.org>
7009
7010         * gtk/gtkpagesetupunixdialog.c: (printer_status_cb),
7011         (add_custom_paper): Fix mem leaks. Bug #389194.
7012
7013 2006-12-24  Matthias Clasen  <mclasen@redhat.com>
7014
7015         * gtk/gtktextutil.c: Remove debug output.
7016
7017         * gtk/gtktextview.c: Improve the DND scrolling
7018         behaviour.  (#92387, Carlos Garnacho Parro)
7019
7020         * gtk/gtkaccellabel.c: Improve translators comments.  
7021         (#389298, Christian Persch)
7022
7023 2006-12-24  Bastien Nocera  <hadess@hadess.net>
7024
7025         * gtk/gtkrecentmanager.c: Fix typo (s/expansive/expensive)
7026         (#389183)
7027
7028 2006-12-24  Christian Persch  <chpe@cvs.gnome.org>
7029
7030         * docs/reference/gtk/gtk-sections.txt:
7031         * gtk/gtk.symbols:
7032         * gtk/gtkpagesetupunixdialog.c: (fill_paper_sizes_from_printer):
7033         * gtk/gtkprinter-private.h:
7034         * gtk/gtkprinter.c: (gtk_printer_list_papers):
7035         * gtk/gtkprinter.h: Make gtk_printer_list_papers public. Bug #345587.
7036
7037 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7038
7039         * gtk/gtkpagesetupunixdialog.c: Don't ignore reverse portrait option
7040         when is selected in page setup dialog. Fixes bug #365047.
7041
7042 2006-12-24  Behdad Esfahbod  <behdad@gnome.org>
7043
7044         * gtk/gtkentry.c (_gtk_entry_effective_inner_border):
7045         Use gtk_border_free when freeing border.
7046
7047 2006-12-24  Matthias Clasen  <mclasen@redhat.com>
7048
7049         * gtk/gtkentry.c (gtk_entry_button_press): When
7050         shift-clicking, keep the larger part of the selection
7051         selected.  (#353709, Benjamin Otte)
7052
7053         * gtk/gtkbutton.c (gtk_button_get_props): Use 
7054         gtk_border_free when freeing borders.
7055
7056         * gtk/gtkbutton.c (gtk_button_grab_notify): Be more
7057         careful when faking a button release.  (#323146,
7058         Travis Abbott)
7059
7060         * gtk/gtkhandlebox.c (draw_textured_frame): Draw the
7061         handle with the right orientation, depending on the
7062         position of the handlebox.  (#159764, Benjamin Berg)
7063
7064 2006-12-24  Behdad Esfahbod  <behdad@gnome.org>
7065
7066         * gtk/gtkstyle.c (gtk_border_copy), (gtk_border_free): Use gslice for
7067         GtkBorder (#383557).
7068
7069 2006-12-24  Behdad Esfahbod  <behdad@gnome.org>
7070
7071         Bug 340141 – Update to Pango 1.16 API
7072
7073         * gdk/gdkpango.c (layout_iter_get_line_clip_region),
7074         (gdk_pango_layout_line_get_clip_region):
7075         * gtk/gtkcalendar.c (gtk_calendar_size_request):
7076         * gtk/gtkentry.c (gtk_entry_get_pixel_ranges),
7077         (get_layout_position), (gtk_entry_find_position),
7078         (gtk_entry_adjust_scroll):
7079         * gtk/gtkiconview.c (get_pango_text_offsets):
7080         * gtk/gtklabel.c (get_cursor_direction):
7081         * gtk/gtkstyle.c (get_insensitive_layout):
7082         * gtk/gtktextdisplay.c (render_para):
7083         * gtk/gtktextlayout.c (allocate_child_widgets),
7084         (find_display_line_below), (find_display_line_above),
7085         (gtk_text_layout_move_iter_to_previous_line),
7086         (gtk_text_layout_move_iter_to_next_line),
7087         (gtk_text_layout_move_iter_to_line_end),
7088         (gtk_text_layout_iter_starts_line),
7089         (gtk_text_layout_move_iter_to_x):
7090         * gtk/gtktextutil.c (limit_layout_lines):
7091         Use the _readonly version of pango_layout_iter_get_line(),
7092         pango_layout_iter_get_run(), pango_layout_get_line(), and
7093         pango_layout_get_lines().
7094
7095         * gtk/gtkmain.c (gtk_get_default_language): Use
7096         pango_get_default_language().
7097
7098 2006-12-24  Matthias Clasen  <mclasen@redhat.com>
7099
7100         * gtk/gtkentry.c (gtk_entry_set_text): Emit changed
7101         and notify:text only once. The same fix was applied
7102         for replacing the selection via DND or copy-and-paste.
7103         (#64998, Damon Chaplin, Sven Herzberg)
7104
7105 2006-12-23  Matthias Clasen  <mclasen@redhat.com>
7106
7107         * gtk/gtkimmulticontext.c: Be careful to not override
7108         GTK+ translations with the translations of the input
7109         method.  (#317080, Tor Lillqvist)
7110
7111         * modules/input/imcedilla.c: Use standard macros
7112         for translation domain and locale dir.
7113
7114         * gtk/gtkimcontextsimple.c: Allow composing l with 
7115         stroke.  (#349638, Daniel Lublin)
7116
7117         * gtk/gen-paper-names.c: Fix a thinko in the suffix
7118         calculation.  (#382369, Christian Persch)
7119
7120         * gtk/paper_names_offsets.c: Regenerated.
7121
7122 2006-12-22  Matthias Clasen  <mclasen@redhat.com>
7123
7124         * modules/engines/pixbuf/pixbuf.h:
7125         * modules/engines/pixbuf/pixbuf-rc-style.h:
7126         * modules/engines/pixbuf/pixbuf-style.h: Move 
7127         G_GNUC_INTERNAL before function declarations.  (#352276,
7128         Damien Carbery)
7129
7130 2006-12-22  Matthias Clasen  <mclasen@redhat.com>
7131
7132         * demos/gtk-demo/*.c: Fix some leaks.  (#348108, Chris
7133         Wilson)
7134
7135 2006-12-22  Matthias Clasen  <mclasen@redhat.com>
7136
7137         * *.c: Replace a lot of idle and timeout calls by
7138         the new gdk_threads api. 
7139
7140         * gdk/gdk.symbols:
7141         * gdk/gdk.h:
7142         * gdk/gdk.c: Add functions to allow threadsafe handling
7143         of idles and timeouts wrt. to the GDK lock.  (#321886,
7144         Chris Wilson)
7145         
7146 2006-12-22  Matthias Clasen  <mclasen@redhat.com>
7147         
7148         * gdk/gdkpango.c: Use pango_cairo_show_error_underline.  
7149         (#340141, Behdad Esfahbod)
7150
7151         * configure.in: Check for getc_unlocked.
7152
7153         * gtk/xdgmime/xdgmimemagic.c: Use getc if getc_unlocked is
7154         unavailable.   (#381499)
7155
7156         * tests/teststatusicon.c: Fix a typo
7157
7158 2006-12-22  Matthias Clasen  <mclasen@redhat.com>
7159
7160         Make it possible to track the embeddedness of
7161         statusicon (#387215, Martyn Russell, patch by Christian
7162         Persch)
7163
7164         * gtk/gtkstatusicon.c: Add orientation and embedded properties.
7165         * gtk/gtkplug.c: 
7166         * gtk/gtkplug-x11.c: Add an embedded property.
7167         * tests/teststatusicon.c: Test the new properties.
7168
7169         * gtk/gtkwidget.c (gtk_widget_get_draw_rectangle): Don't
7170         leak draw_border.  (#387170, Kjartan Maraas)
7171
7172 2006-12-21  Matthias Clasen  <mclasen@redhat.com>
7173
7174          * gtk/gtkfilechooserembed.c (_gtk_file_chooser_embed_set_delegate()):
7175         Typo fix.  (#388123, Murray Cumming)
7176         
7177         * gdk/x11/gdkinput-x11.c (_gdk_input_common_other_event):
7178         Generate double-click events.  (#380421, Tommi Komulainen)
7179
7180         * gdk/x1/gdkinput-xfree.c (_gdk_input_configure_event):
7181         (_gdk_input_enter_event): Correct return_if_fail checks.
7182         (#379803, Tommi Komulainen)
7183
7184         * gdk/gdkdisplay.c: Improve the docs of some functions operating
7185         on the default display.  (##353438, Mariano Suárez-Alvarez)
7186
7187 2006-12-21  Matthew Barnes  <mbarnes@redhat.com>
7188
7189         * docs/reference/gdk/gdk-sections.txt:
7190         * gdk/gdkcolor.[ch] (gdk_color_to_string): Add a function for
7191         converting a GdkColor to a string (#373856).
7192
7193         * configure.in: Bump pango requirement to 1.15.2.
7194
7195 2006-12-20  Matthias Clasen  <mclasen@redhat.com>
7196         
7197         * gdk/keynames.txt: Mark arrow keys as translatable.  (#369506,
7198         Bastian Nocera)
7199
7200         * gdk/keyname-table.h: Regenerated
7201
7202         * gtk/gtktextbuffer.c: Add signal documentation.  (#317064,
7203         Søren Wedel Nielsen)
7204
7205         * gtk/gtktextview.c (gtk_text_view_start_selection_drag):
7206         Silently return if a drag is already in progress, rather
7207         than asserting.  (#335622, Li Yuan, testcase by Erwann Chenede)
7208
7209         * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new_with_dialog):
7210         Allow any GtkDialog that implements GtkFileChooser as
7211         dialog.  (#335473, Tommi Komulainen)
7212
7213 2006-12-20  Mikael Hallendal  <micke@imendio.com>
7214
7215         * gtk/gtkstatusicon.c: (gtk_status_icon_init): Fixed a last minute
7216         change in the quartz backend.
7217
7218 2006-12-20  Mikael Hallendal  <micke@imendio.com>
7219
7220         * gtk/Makefile.am: Added gtkstatusicon-quartz.c
7221         * gtk/gtkstatusicon-quartz.c: Implements the quartz backend for the
7222         status icon.
7223         * gtk/gtkstatusicon.c: Hooked in the new quartz backend. Bug #387874.
7224
7225 2006-12-19  Matthias Clasen  <mclasen@redhat.com>
7226
7227         * gtk/gtkprintunixdialog.c: Add a tooltip explaining the
7228         format of page ranges, and improve the page sequence icon
7229         for the case of n_copies == 1.
7230  
7231 2006-12-19  Mikael Hallendal  <micke@imendio.com>
7232
7233         * gdk/quartz/gdkcursor-quartz.c: Splitted out the GdkPixbuf to NSImage
7234         routine so that it can be used from libgtk as well (needed for
7235         upcoming GtkStatusIcon support in the Quartz port).
7236         * gdk/quartz/gdkevents-quartz.c: Don't assume that all NSWindows are
7237         created from GDK, this is not true for the status icon.
7238         * gdk/quartz/gdkprivate-quartz.h:
7239         * gdk/quartz/gdkquartz.h: Added 
7240         gdk_quartz_pixbuf_to_ns_image_libgtk_only so that it is available to 
7241         the status icon code.
7242
7243 2006-12-16  Tristan Van Berkom <tvb@gnome.org>
7244
7245         * gtk/gtkmessagedialog.c: Added return_if_fail (image) to
7246         gtk_message_dialog_set_image ()
7247
7248         * gtk/gtkscrolledwindow.c: Fixed a bug in set_property()
7249         (setting "window-placement-set" could result in a crash because
7250         of boolean/enum mixup)
7251
7252 2006-12-15  Federico Mena Quintero  <federico@novell.com>
7253
7254         Merged from gtk-2-10:
7255
7256         * gtk/gtkmenu.c (gtk_menu_set_title): Don't try to optimize for
7257         the case where the new title is the same as the old title, to
7258         preserve the behavior from GTK+ 2.8 (NULL and "" titles are not
7259         equivalent).  Handle the case where title == priv->title.  This
7260         was found by the LSB compatibility tests:
7261         https://bugzilla.novell.com/show_bug.cgi?id=223882
7262
7263 2006-12-15  Dom Lachowicz <domlachowicz@gmail.com>
7264
7265         * gtk/gtkcombobox.c: Make GtkComboBox in "appears-as-list" mode
7266         more closely resemble its Win32 counterpart. Bug #340204.
7267
7268 2006-12-14  Carlos Garnacho  <carlosg@gnome.org>
7269
7270         * gtk/gtkcalendar.c: draw arrows pointing to the right correctly
7271         placed inside their GdkWindow. Bug #385672.
7272
7273 2006-12-14  Christian Persch  <chpe@cvs.gnome.org>
7274
7275         * gtk/gtkiconview.c: Fix docs typo. Bug #385642.
7276
7277 2006-12-13  Dom Lachowicz <domlachowicz@gmail.com>
7278
7279         * src/modules/engines/ms-windows/msw_style.c: Bug 351679 - Notebooks 
7280         drawn with extra line below tab in MS-Windows theme. Patch by 
7281         Cody Russell
7282         
7283 2006-12-13  Matthias Clasen  <mclasen@redhat.com>
7284
7285         * gtk/Makefile.am: Add --unlink-tempfile to the evince call
7286         for print preview.  (#370041, Ghee Teo)
7287
7288 2006-12-11  Matthias Clasen  <mclasen@redhat.com>
7289
7290         * gtk/gtkprogressbar.c (gtk_progress_bar_paint_text): Be more
7291         careful when overdrawing antialiased text.  (#352435, Alex Jones,
7292         patch by Benjamin Otte)
7293
7294         * gtk/gtksettings.c: Change the way in which color scheme information
7295         is merged to correctly handle vanishing colors.  (#374420, 
7296         Benjamin Berg, patch by Callum McKenzie) 
7297         Also allow to separate entries in color schemes by ';' 
7298         instead of newline.  
7299
7300 2006-12-10  Matthias Clasen  <mclasen@redhat.com>
7301
7302         * modules/printbackends/cups/gtkcupsutils.c (gtk_cups_request_encode_option): 
7303         Properly pass multi-value options to cups.  (#355350, Jürg Billeter) 
7304
7305 2006-12-10  Kristian Rietveld  <kris@gtk.org>
7306
7307         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_focus_out_event):
7308         cancel editing (ie. don't accept changes) when the entry loses
7309         focus. (Fixes #164494, reported by Chris Rouch).
7310
7311 2006-12-10  Matthias Clasen  <mclasen@redhat.com>
7312
7313         * configure.in: Correct a misapplied patch. 
7314
7315 2006-12-10  Tor Lillqvist  <tml@novell.com>
7316
7317         * gtk-zip.sh.in: Put gdk-pixbuf-query-loaders.exe and
7318         gtk-query-immodules-2.0.exe in the runtime zipfile instead of
7319         developer zipfile. Users might add pixbuf loaders or immodules
7320         even if they are not interested in developing gtk+-using software.
7321
7322 2006-12-10  Matthias Clasen  <mclasen@redhat.com>
7323
7324         * configure.in: Check for crt_extern.h and _NSGetEnviron.
7325         * gdk/x11/gdkspawn-x11.c: Fix compilation on Darwin where
7326         environ is not available.  (#384168, Min Sik Kim)
7327
7328 2006-12-07  Paolo Maggi  <paolo@gnome.org>
7329
7330         Fixes bug #383407
7331         
7332         * gtk/gtkentry.c (gtk_entry_set_text): check for
7333         completion->priv->changed_id > 0 before calling 
7334         g_signal_handler_[un]block.
7335         (gtk_entry_completion_key_press): does not block/unblock the "changed"
7336         signal before calling gtk_entry_set_text.
7337         
7338 2006-12-07  Carlos Garnacho  <carlosg@gnome.org>
7339
7340         * gtk/gtkcellrendererprogress (compute_dimensions): do not use
7341         xthickness/ythickness, they aren't used any longer for drawing.
7342
7343 2006-12-07  Matthias Clasen  <mclasen@redhat.com>
7344
7345         * gtk/gtkrc.c (_gtk_rc_init): Fix clipping of accelerator
7346         underlines by giving labels a small draw-border.
7347
7348 2006-12-06  Kristian Rietveld  <kris@gtk.org>
7349
7350         * gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_render):
7351         draw progress bar through theme engine instead of using our own
7352         custom cairo drawing code (#377244, patch from Carlos Garnacho).
7353
7354 2006-12-06  Matthias Clasen  <mclasen@redhat.com>
7355
7356         * gtk/gtkprintunixdialog.c (update_dialog_from_capabilities):
7357         Update the sensitivity of the collate checkbutton more frequently,
7358         proposed by Tim Waugh.
7359
7360 2006-12-04  Matthias Clasen  <mclasen@redhat.com>
7361
7362         * gtk/gtkmessagedialog.c (setup_type): Set a11y name and role
7363         since we no longer set window titles.
7364
7365 2006-12-04  Christian Persch  <chpe@cvs.gnome.org>
7366
7367         * gtk/gtkpagesetup.c: (gtk_page_setup_get_paper_size),
7368         (gtk_page_setup_set_paper_size): Don't leak the old page size when
7369         setting a new one. Bug #382314.
7370
7371 2006-12-03  Michael Natterer  <mitch@gimp.org>
7372
7373         * gtk/gtktextview.c: remove FIXME #include that is no longer needed.
7374
7375 2006-12-03  Kristian Rietveld  <kris@gtk.org>
7376
7377         Make sure [xy]_offset are always being initialized, fix pixbuf
7378         renderer padding.  (#108235, Sven Neumann).
7379
7380         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_get_size),
7381         (gtk_cell_renderer_pixbuf_render): add padding in _render instead
7382         of _get_size.
7383
7384         * gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_get_size):
7385         always initialize [xy]_offset.
7386         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_size): ditto.
7387         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
7388         ditto.
7389
7390 2006-12-03  Kristian Rietveld  <kris@gtk.org>
7391
7392         * gtk/gtktreeview.c (validate_visible_area): when not using an
7393         explicit alignment, use the full area of the row (not just dy)
7394         to determine how to implicitly align it.  (Fixes #363191, reported
7395         by Federico Mena Quintero).
7396
7397 2006-12-02  Matthias Clasen  <mclasen@redhat.com>
7398
7399         * gtk/gtkicontheme.c (insert_theme): Properly clean up
7400         if an icon theme index file has no directories.  (#381236)
7401
7402 2006-12-02  Dom Lachowicz <domlachowicz@gmail.com>
7403
7404         * src/modules/engines/ms-windows/msw_style.c: Bug 351678 - Notebooks 
7405         not with PositionType.Top drawn incorrectly. Patch by Cody Russell
7406         
7407 2006-11-28  Behdad Esfahbod  <behdad@gnome.org>
7408
7409         Remove the broken Thai input method and add a functional Thai and Lao
7410         input method by Theppitak Karoonboonyanan. (#81031)
7411
7412         * modules/input/imthai.c:
7413         * modules/input/gtkimcontextthai.c:
7414         * modules/input/gtkimcontextthai.h:
7415         * modules/input/thai-charprop.c:
7416         * modules/input/thai-charprop.h:
7417         Added.
7418
7419         * modules/input/imthai-broken.c:
7420         Removed.
7421         
7422         * modules/input/Makefile.am:
7423         Updated.
7424
7425 2006-11-27  Christian Persch  <chpe@cvs.gnome.org>
7426
7427         * gtk/gtkstatusicon.c: Notify when the screen changes. Bug #379793.
7428
7429 Mon Nov 27 12:27:06 2006  Tim Janik  <timj@imendio.com>
7430
7431         * gtk/gtktextview.c: applied patch by  Colin Leroy for
7432         Control+GDK_KP_Left to move one word to the left, #356255.
7433
7434 2006-11-26  Benjamin Berg  <benjamin@sipsolutions.net>
7435
7436         * gtk/gtkstyle.c: (gtk_default_draw_flat_box): Protect against NULL
7437           widget. (#379503)
7438
7439 2006-11-25  Matthias Clasen  <mclasen@redhat.com>
7440
7441         * modules/printbackends/cups/gtkprintbackendcups.c: Make
7442         print dialog work when 'BrowseShortNames Off' is specified
7443         in cups configuration. Patch by Tim Waugh.
7444
7445 2006-11-24  Michael Natterer  <mitch@imendio.com>
7446
7447         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): if we
7448         can't go up/down, consult gtk_widget_keynav_failed() and leave the
7449         widget if it returns FALSE (bug #322640).
7450
7451 2006-11-23  Behdad Esfahbod  <behdad@gnome.org>
7452
7453         * gtk/gtkmain.c: Fix minor typo in docs. (#378632, Hannes Mueller)
7454
7455 2006-11-22  Emmanuele Bassi  <ebassi@gnome.org>
7456
7457         * gtk/gtkrecentmanager.c:
7458         (get_uri_shortname_for_display): g_filename_from_uri() might
7459         fail; catch the failure and fall back to the non-local URI
7460         case. (#363437)
7461
7462 2006-11-19  Mark McLoughlin  <mark@skynet.ie>
7463
7464         Fixes bug #376502 - multi-screen support for GtkStatusIcon
7465
7466         * gtk/gtkstatusicon.[ch]:
7467         (gtk_status_icon_set_screen),
7468         (gtk_status_icon_get_screen): add multi-screen API. Allows
7469         an app to display an icon on a non-default screen
7470         (gtk_status_icon_class_init),
7471         (gtk_status_icon_set_property),
7472         (gtk_status_icon_get_property): add a "screen" property
7473         
7474         * tests/teststatusicon.c: update to test on multiple screens
7475
7476 2006-11-17  Matthias Clasen  <mclasen@redhat.com>
7477
7478         Fix problems with drag cancellation. (#376535, Michael Natterer)
7479         
7480         * gtk/gtkdnd.c (gtk_drag_source_info_destroy): Disconnect signal
7481         handlers before emitting drag-end.
7482         (gtk_drag_end): Disconnect signal handlers before removing
7483         the grab.  
7484
7485 2006-11-16  Mariano Suárez-Alvarez <mariano@gnome.org>
7486
7487         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
7488         add gtk-doc blurb on GtkCellRendererText::edited (#376094)
7489
7490 2006-11-16  Michael Natterer  <mitch@imendio.com>
7491
7492         * gtk/gtkradiobutton.c (gtk_radio_button_focus): don't use
7493         gtk_widget_keynav_failed(). Instead, look at gtk-keynav-cursor-only
7494         and gtk-keynav-wrap-around and wrap around, beep or continue outside
7495         the group manually (bug #322640).
7496
7497 2006-11-16  Michael Natterer  <mitch@imendio.com>
7498
7499         Add new infrastructure for notifications of failed keyboard
7500         navigation and navigation with restricted set of keys.
7501
7502         The patch handles configurable beeping, navigating the GUI with
7503         cursor keys only (as in phone environments), and configurable
7504         wrap-around. Fixes bugs #322640, #70986, #318827, #334726, #334742
7505         and #309291.
7506
7507         * gtk/gtksettings.c: added properties gtk-keynav-cursor-only,
7508         gtk-keynav-wrap-around and gtk-error-bell.
7509
7510         * gtk/gtkwidget.[ch]: added new signal "keynav-failed" and public
7511         API to emit it. Added New function gtk_widget_error_bell() which
7512         looks at the gtk-error-bell setting and calls gdk_window_beep()
7513         accordingly.
7514
7515         * gtk/gtk.symbols: add the new widget symbols.
7516
7517         * gtk/gtkcellrendereraccel.c
7518         * gtk/gtkimcontextsimple.c
7519         * gtk/gtkmenu.c
7520         * gtk/gtknotebook.c: use gtk_widget_error_bell() or look at the
7521         gtk-error-bell setting instead of calling gdk_display_beep()
7522         unconditionally.
7523
7524         * gtk/gtkcombobox.c
7525         * gtk/gtkentry.c
7526         * gtk/gtkiconview.c
7527         * gtk/gtklabel.c
7528         * gtk/gtkmenushell.c
7529         * gtk/gtkspinbutton.c
7530         * gtk/gtktextview.c
7531         * gtk/gtktreeview.c: call gtk_widget_error_bell() on failed keynav.
7532
7533         * gtk/gtkentry.c
7534         * gtk/gtklabel.c
7535         * gtk/gtkrange.c
7536         * gtk/gtktextview.c: consult gtk_widget_keynav_failed() on failed
7537         cursor navigation and leave the widget if it returns FALSE.
7538
7539         * gtk/gtkmenushell.c
7540         * gtk/gtknotebook.c: only wrap around if gtk-keynav-wrap-around
7541         is TRUE.
7542
7543         * gtk/gtkradiobutton.c: ask gtk_widget_keynav_failed() to decide
7544         whether to to wrap-around, and don't select active items on cursor
7545         navigation if gtk-keynav-cursor-only is TRUE. Should look at
7546         gtk-keynav-wrap-around too, will look into that.
7547
7548 2006-11-16  Emmanuele Bassi  <ebassi@gnome.org>
7549
7550         * gtk/gtkrecentmanager.c:
7551         (gtk_recent_info_get_uri_display): Return the URI
7552         of the GtkRecentInfo object (upgraded to UTF-8 if
7553         needed) in case of non-local file. (#351945)
7554
7555 2006-11-16  Emmanuele Bassi  <ebassi@gnome.org>
7556         
7557         * gtk/gtkrecentchoosermenu.c:
7558         (gtk_recent_chooser_menu_add_tip): Apply the tip only
7559         if we have a displayable name for the item. (#365031,
7560         patch by padraig.obriain(at)sun.com)
7561
7562 2006-11-16  Emmanuele Bassi  <ebassi@gnome.org>
7563
7564         * gtk/gtkrecentmanager.c: Provide a fast path returning
7565         NULL when the limit is set to 0.
7566
7567         * gtk/gtkrecentchooserdefault.c:
7568         * gtk/gtkrecentchoosermenu.c: Add the same fast path
7569         inside the RecentChooser implementation; add a check
7570         in the list clamping code. (#373466 and duplicates)
7571
7572 2006-11-15  Matthias Clasen  <mclasen@redhat.com>
7573
7574         * modules/printbackends/cups/gtkprintbackendcups.c (cups_printer_get_options): 
7575         Don't pass NULL to strncpy.  (#359537, patch by  Carlos Garcia Campos)
7576
7577 2006-11-15  Michael Natterer  <mitch@imendio.com>
7578
7579         * gtk/gtkrange.[ch]: added properties "fill-level",
7580         "show-fill-level" and "restrict-to-fill-level" and getters/setters
7581         for them. The "fill level" is an additional marker on the range's
7582         trough than can be e.g. used to indicate the amount of
7583         pre-buffering in a range showing the play position of streamed
7584         media. See the embedded API docs for details. Made GtkRangeLayout
7585         a GTypeInstance private struct and removed finalize()
7586         implementation. Fixes bug #349808
7587
7588         * gtk/gtk.symbols: added the new symbols.
7589
7590 2006-11-14  Behdad Esfahbod  <behdad@gnome.org>
7591
7592         * configure.in: Make libtool magic robust. (#352795)
7593
7594 2006-11-13  Paolo Borelli  <pborelli@katamail.com>
7595
7596         * gtk/gtkrc.c (gtk_rc_parse_icon_source): plug small memory
7597         leak (#370395)
7598
7599 2006-11-09  Kristian Rietveld  <kris@imendio.com>
7600
7601         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): disable
7602         don't move cursor case for SELECTION_NONE. (#371756, John Ellis).
7603
7604 2006-11-09  Carlos Garnacho  <carlosg@gnome.org>
7605
7606         * gtk/gtkpathbar.c (on_slider_unmap): Fix parenthesis confusion.
7607
7608 2006-11-08  Carlos Garnacho  <carlosg@gnome.org>
7609
7610         * gtk/gtkpathbar.c (on_slider_unmap): added, do not leave the scroll
7611         timeout running if the slider buttons are hidden. (#372527)
7612
7613 2006-11-08  Christian Persch  <chpe@cvs.gnome.org>
7614
7615         * gtk/gtkfilechooserdefault.c (browse_widgets_create): Don't make
7616         the "Location" label bold. Bug #372449.
7617
7618 2006-11-07  Carlos Garnacho  <carlosg@gnome.org>
7619
7620         * gtk/gtknotebook.c (gtk_notebook_calculate_tabs_allocation): make
7621         non-focused tabs xthickness/ythickness thinner. (#353962)
7622
7623 2006-11-07  Paolo Borelli  <pborelli@katamail.com>
7624
7625         * gtk/gtktextbtree.c (_gtk_text_btree_delete): avoid memory
7626         corruption (#357050).
7627
7628 2006-11-06  Alexander Larsson  <alexl@redhat.com>
7629
7630         * gtk/gtkdnd.c: (gtk_drag_begin_internal),
7631         (gtk_drag_source_info_destroy), (gtk_drag_end),
7632         (gtk_drag_grab_notify_cb):
7633         Cancel drag when the grab is shadowed. (#122688)
7634
7635 2006-11-01  Kristian Rietveld  <kris@imendio.com>
7636
7637         * gtk/gtkcombobox.c (gtk_combo_box_class_init),
7638         (gtk_combo_box_size_request): add arrow-size property to control
7639         the minimum size of the arrow, have the arrow scale up with the
7640         font by default. (#357950).
7641
7642 2006-10-30  Kristian Rietveld  <kris@gtk.org>
7643
7644         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): don't
7645         forget to queue a draw for the new cursor node. (Fixes #366548,
7646         reported by Sven Herzberg).
7647
7648 2006-10-30  Michael Natterer  <mitch@imendio.com>
7649
7650         * gtk/gtkrange.c (gtk_range_key_press): consume the Escape key
7651         only if we actually cancel a drag. Fixes bug #58389.
7652
7653 2006-10-30  Kristian Rietveld  <kris@gtk.org>
7654
7655         * gtk/gtktreeview.c (gtk_tree_view_class_init): change left/right
7656         keybindings to collapse/expand rows instead of moving the focus
7657         cursor. (#105895, Brian Bober and others).
7658
7659 2006-10-29  Kristian Rietveld  <kris@gtk.org>
7660
7661         * gtk/gtktreeview.c (gtk_tree_view_real_expand_row): guard against
7662         child removal in row-expanded callback. (#366782, John Ellis).
7663
7664 2006-10-29  Tor Lillqvist  <tml@novell.com>
7665
7666         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Improve handling
7667         of the small icon of the window class. (#152620, Kazuki Iwamoto)
7668
7669 2006-10-29  Tor Lillqvist  <tml@novell.com>
7670
7671         * gdk/win32/gdkcursor-win32.c
7672         (gdk_win32_icon_to_pixbuf_libgtk_only): Implement for B&W cursors,
7673         for instance the built-in GDK ones.
7674
7675 2006-10-27  Kristian Rietveld  <kris@gtk.org>
7676
7677         * gtk/gtktreeview.c (validate_visible_area): rework the area_above == 0
7678         case to not overwrite the variables in the lower scope (which are
7679         used later on ...), get the path correctly and bail out when there
7680         isn't a node above us. (#359231).
7681
7682 2006-10-26  Christian Persch  <chpe@cvs.gnome.org>
7683
7684         * gtk/gtkaboutdialog.c: Put initial focus on Close button (#337261).
7685
7686 2006-10-25  Johan Dahlin  <jdahlin@async.com.br>
7687
7688         * gtk/gtk.symbols: Add missing symbols to so make check can pass
7689
7690 2006-10-23  Dom Lachowicz <domlachowicz@gmail.com>
7691
7692         * src/modules/engines/ms-windows/msw_style.c (draw_expander): Remember
7693         to free GDI Pen resources, introduced by bug 340201.(#364514)
7694         
7695 2006-10-18  Kristian Rietveld  <kris@imendio.com>
7696
7697         * tests/testcombo.c (main): connect to notify::popup-shown instead of
7698         popup-show (the latter does not exist).
7699
7700 2006-10-15  Paolo Borelli  <pborelli@katamail.com>
7701
7702         * gtk/gtkicontheme.c (pixbuf_supports_svg): plug memory leak.
7703         Fixes bug #362439.
7704
7705 2006-10-12  Michael Natterer  <mitch@imendio.com>
7706
7707         * gtk/gtkcombobox.c (gtk_combo_box_class_init): fix commit below
7708         (committed the wrong patch).
7709
7710 2006-10-12  Michael Natterer  <mitch@imendio.com>
7711
7712         * gtk/gtkcombobox.c: added "move-active" and "popup" signals and
7713         bindings to trigger them. Removed gtk_combo_box_key_press(), it's
7714         obsolete now. Fixes bug #358293.
7715
7716 2006-10-11  Michael Emmel  <mike.emmel@gmail.com>
7717
7718         * gdkpixmap-directfb.c: add missing RGB24 case (#361176) 
7719
7720 2006-10-11  Tor Lillqvist  <tml@novell.com>
7721
7722         * configure.in: Enable having some gdk-pixbuf loaders built-in
7723         even if loading the others dynamically. Define Automake
7724         conditional INCLUDE_FOO for each loader as TRUE if that loader is
7725         built-in. See also gdk-pixbuf/ChangeLog.
7726
7727 Wed Oct 11 14:31:30 2006  Tim Janik  <timj@imendio.com>
7728
7729         * docs/reference/gtk/gtk-sections.txt:
7730         * gtk/gtkbindings.c: document gtk_binding_entry_skip().
7731
7732 2006-10-11  Tor Lillqvist  <tml@novell.com>
7733
7734         * gtk/gtk.symbols: Remove gtk_combo_string_key, which is a static
7735         variable.
7736
7737 2006-10-11  Tor Lillqvist  <tml@novell.com>
7738
7739         Merge from 2.10 branch:
7740
7741         * gtk/gtkmain.c (do_pre_parse_initialization): On Win32, if
7742         environment variable LC_ALL or LANG is set, set the Win32 thread
7743         locale to the corresponding locale. Then call the C library
7744         setlocale() to set the C library locale accordingly. The
7745         inconsistency mentioned below is gone. (#339756) Do some special
7746         casing for Serbia and Montenegro. Handle the Latin and Cyrillic
7747         scripts for Azeri, Uzbek and Serbian.
7748         (enum_locale_proc): Helper function for the above functionality.
7749
7750         * gtk/gtkcalendar.c (gtk_calendar_init): No longer need to check
7751         if the environment variables are set here, as they have already
7752         been taken into account and the Win32 thread locale has been
7753         set.
7754
7755 Tue Oct 10 16:38:23 2006  Tim Janik  <timj@imendio.com>
7756
7757         * gtk/tmpl/gtkbindings.sgml: 
7758         * gtk/gtkbindings.c: applied patch from Michael Natterer to move to 
7759         inline docs. applied wording fixes suggested by Martyn Russell.
7760
7761 2006-10-09  Matthias Clasen  <mclasen@redhat.com>
7762
7763         * gdk/x11/gdkkeys-x11.c (gdk_keymap_translate_keyboard_state):
7764         Update the docs to state which out parameters may be NULL.
7765         (#360870, Attilio Fiandrotti)
7766
7767 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
7768
7769         * gtk/gtkprintunixdialog.c (update_dialog_from_capabilities): Fix
7770         a typo.  (#359542, Ghee Teo)
7771
7772 2006-10-08 Matthias Clasen <mclasen@redhat.com>
7773
7774         * gtk/gtknotebook.c (gtk_notebook_reorder_tab): Only
7775         reorder tabs if the focus is in the tab.  (#350342, Carlos
7776         Garnacho Parro)
7777
7778 2006-10-08 Michael Emmel <mike.emmel@gmail.com>
7779
7780         * gdk/directfb/gdkproperty-directfb.c strdup atom name (#357611) 
7781
7782 2006-10-08  Kristian Rietveld  <kris@gtk.org>
7783
7784         * gtk/gtktreeview.[ch] (gtk_tree_view_set_property),
7785         (gtk_tree_view_set_show_expanders),
7786         (gtk_tree_view_get_show_expanders): add getter/setter for
7787         show-expanders property, queue a redraw when this property
7788         is toggled (#351167, Martin Ejdestig),
7789         (gtk_tree_view_set_level_indentation),
7790         (gtk_tree_view_get_level_indentation): also add getter/setter
7791         and docs for level-indentation property.
7792
7793 2006-10-08  Matthias Clasen  <mclasen@redhat.com>
7794
7795         * gtk/gtkradiobutton.c (gtk_radio_button_focus): Don't 
7796         leak a list.  (#360350, Benjamin Berg)
7797
7798         * Apply a cleanup patch by Kjartan Maraas  (#341812)
7799
7800 2006-10-07  Tor Lillqvist  <tml@novell.com>
7801
7802         * gtk/gtkcalendar.c (gtk_calendar_init): Use the Win32 thread
7803         locale's first day of week setting on Win32. (#339752, Bogdan
7804         Nicula) Don't do this if one of the environment variables that
7805         affect gettext is set, though. In that case use the week start day
7806         from the corresponding message catalog.
7807
7808         Unfortunately the same logic isn't possible in the weekday and
7809         month name lookup; there even if you have set one of the
7810         aforementioned environment variables, you still get the weekday
7811         and month names from the Win32 thread locale. Yes, this is
7812         inconsistent.
7813
7814         Use only wide-character API in the Win32 code in this file, too.
7815
7816 2006-10-06  Matthias Clasen  <mclasen@redhat.com>
7817
7818         * gtk/gtkfilechooser.c (gtk_file_chooser_set_select_multiple):
7819         Fix the docs.  (#360112)
7820
7821         * gtk/gtkcellview.c: Don't set the background of the
7822         window in a no-window widget.  (#359581, Xan Lopez)
7823
7824
7825 2006-10-05  Behdad Esfahbod  <behdad@gnome.org>
7826
7827         * gtk/Makefile.am, gtk/aliasfilescheck.sh:  Propagate srcdir into the
7828         test correctly. (#359845)
7829
7830 2006-10-05  Michael Natterer  <mitch@imendio.com>
7831
7832         * gtk/gtkrc.[ch]: added new scanner token "unbind" which gets
7833         rid of a key binding (in fact, it only lets it appear unbound).
7834
7835         * gtk/gtkbindings.[ch] (struct GtkBindingEntry): added
7836         "guint marks_unbound : 1"
7837
7838         (gtk_binding_entry_skip): new API which marks the entry as unbound.
7839
7840         Changed code so it returns FALSE when "marks_unbound == TRUE" is
7841         encountered while activating bindings, effectively letting the
7842         binding appear unbound (regardless of still existing bindings in
7843         lower binding priority levels). Fixes bug #358329.
7844
7845         (gtk_binding_entry_add)
7846         (gtk_binding_entry_clear)
7847         (gtk_binding_entry_add_signall)
7848         (gtk_binding_parse_binding): deprected these functions.
7849
7850         (_gtk_binding_parse_binding)
7851         (_gtk_binding_entry_add_signall): new internal API.
7852
7853         * gtk/gtk.symbols: changed accordingly.
7854
7855 2006-10-03  Matthias Clasen  <mclasen@redhat.com>
7856
7857         Fix interaction of GtkEntryCompletion with input
7858         methods.  (#354495, Diego Escalante Urrelo)
7859
7860         * gtk/gtkentry.c (gtk_entry_completion_key_press): Only reset
7861         the im context if we actually handle the key event.
7862
7863         * gtk/gtkentrycompletion.c: Also propagate key release events
7864         to the entry.
7865
7866 2006-10-03  Matthias Clasen  <mclasen@redhat.com>
7867
7868         * gtk/gtkprintsettings.c (gtk_print_settings_get_duplex):
7869         Fix a typo.  (#359052, Ghee Teo)
7870
7871         * gtk/*.c, gdk/*.c: Apply a patch by Behdad Esfahbod to
7872         reduce relocations. (#359053)
7873
7874 2006-10-03  Matthias Clasen  <mclasen@redhat.com>
7875
7876         * modules/printbackends/cups/gtkcupsutils.c:
7877         * modules/printbackends/cups/gtkprintbackendcups.c: Complete
7878         the fix for bug 357280.
7879
7880 2006-10-02  Behdad Esfahbod  <behdad@gnome.org>
7881
7882         * gdk-pixbuf/Makefile.am:
7883         * gdk/Makefile.am:
7884         * gtk/Makefile.am:
7885         Include pltcheck.sh in EXTRA_DIST.
7886
7887 2006-10-02  Behdad Esfahbod  <behdad@gnome.org>
7888
7889         * gdk/x11/gdkevents-x11.c: Move all includes before including
7890         gdkalias.h.
7891
7892 2006-10-02  Behdad Esfahbod  <behdad@gnome.org>
7893
7894         * gtk/Makefile.am: Fix typo in file name.  (#358931)
7895
7896 2006-10-02  Matthias Clasen  <mclasen@redhat.com>
7897
7898         * modules/printbackends/cups/gtkprintbackendcups.c (available_choices): 
7899         Only use the group name field if cups is new enough.  (#357280)
7900
7901         * gtk/gtksizegroup.c: Make sure that the quarks are 
7902         initialized before using them.  (#353736)
7903
7904         * gtk/Makefile.am (stamp-icons): Use rm instead of ln -f to
7905         replace existing links.  (#354849, James Evans)
7906
7907 2006-10-01  Matthias Clasen  <mclasen@redhat.com>
7908
7909         * gtk/gtkexpander.c (gtk_expander_realize) 
7910         (gtk_expander_size_allocate): Make the event_window large
7911         enough to cover the full height of the label_widget.  (#358351,
7912         Scott Horowitz)
7913
7914 2006-10-01  Tor Lillqvist  <tml@novell.com>
7915
7916         * gtk/gtkfilesystemwin32.c: Same change as to gtkfilesystemunix.c.
7917
7918 2006-09-30  Matthias Clasen  <mclasen@redhat.com>
7919
7920         * gtk/gtkfilechooserbutton.c (update_combo_box): Protect
7921         against base_path being NULL.  (#358405, many reporters)
7922
7923 2006-09-29  Matthias Clasen  <mclasen@redhat.com>
7924
7925         * gtk/gtkfilesystemunix.c: Apply a patch by Padraig O'Briain
7926         to avoid a deadlock.
7927
7928 2006-09-27  Kristian Rietveld  <kris@imendio.com>
7929
7930         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_free_level),
7931         (gtk_tree_model_filter_ref_node),
7932         (gtk_tree_model_filter_real_unref_node): bring zero ref count loops
7933         in sync with each other and the sort model.
7934
7935 2006-09-27  Kristian Rietveld  <kris@imendio.com>
7936
7937         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_init),
7938         (gtk_tree_model_filter_finalize), (gtk_tree_model_filter_row_deleted),
7939         (gtk_tree_model_filter_new): unref the virtual root path once that
7940         node (or one if its ancestors) is deleted, set virtual_root_deleted
7941         so we only unref it once.
7942
7943 2006-09-27  Kristian Rietveld  <kris@imendio.com>
7944
7945         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_changed),
7946         (gtk_tree_model_sort_sort_level): ref count nodes the proper way,
7947         (gtk_tree_model_sort_ref_node), (gtk_tree_model_sort_real_unref_node),
7948         (gtk_tree_model_sort_free_level): bring zero ref count loops in
7949         sync,
7950         (gtk_tree_model_sort_free_level): free child levels before
7951         decreasing the zero ref count of the current level,
7952         (gtk_tree_model_sort_clear_cache): only clear cache if zero_ref_count
7953         is > 0.
7954
7955 2006-09-25  Matthias Clasen  <mclasen@redhat.com>
7956
7957         * demos/gtk-demo/*.c:
7958         * gtk/gtkeventbox.c:
7959         * gtk/gtkprintoperation.c: Fix typos. String change.
7960
7961 2006-09-25  Kristian Rietveld  <kris@gtk.org>
7962
7963         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): if the tree view
7964         has already been realized; scroll to background area instead of
7965         cell area. (Fixes #330683, Johan Dahlin, Tommi Komulainen).
7966
7967 2006-09-25  Kristian Rietveld  <kris@gtk.org>
7968
7969         * gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): only attempt
7970         to create the GCs if the widget is realized. (Fixes #357578).
7971
7972 2006-09-25  Matthias Clasen  <mclasen@redhat.com>
7973
7974         * gtk/gtkuimanager.c (_gtk_menu_is_empty): Don't leak
7975         the list of children (#357454, Paolo Borelli)
7976
7977 2006-09-25  Michael Natterer  <mitch@imendio.com>
7978
7979         * gdk/x11/gdkdisplay-x11.c (gdk_display_x11_finalize): free
7980         display->input_windows with g_free(), not g_object_unref()
7981         (#357566, Tommi Komulainen).
7982
7983 2006-09-24  Kristian Rietveld  <kris@gtk.org>
7984
7985         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init),
7986         (gtk_cell_renderer_text_[sg]et_property): actually add align-set
7987         property to the API (left-over patch from #157439).
7988
7989 2006-09-24  Kristian Rietveld  <kris@gtk.org>
7990
7991         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button): draw
7992         the indicator if the column has a sort column id (and the model is
7993         sortable) or if the user explicitly requested the indicator
7994         to be shown.  (Fixes #352738, Chris Vine).
7995
7996 2006-09-23  Tor Lillqvist  <tml@novell.com>
7997
7998         * gtk/Makefile.am: Use EXEEXT.
7999
8000 2006-09-22  Michael Natterer  <mitch@imendio.com>
8001
8002         * gtk/gtkstyle.c (gtk_style_real_copy): also copy icon factories
8003         and color hashes. Fixes bug #357132.
8004
8005 2006-09-22  Matthias Clasen  <mclasen@redhat.com>
8006
8007         Make remote bookmarks work better (#354887)
8008         
8009         * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): 
8010         (shortcuts_insert_path): 
8011         * gtk/gtkfilechooserbutton.c (change_icon_theme): 
8012         (model_add_bookmarks): 
8013         (model_update_current_folder): 
8014         (update_label_and_image): 
8015         If the bookmark points to a remote file, don't call get_info(), 
8016         since that may a) take a long time and b) pop up an auth dialog.
8017         Instead, just use a folder icon and create a display name
8018         from the uri.
8019
8020         * gtk/gtkfilechooserdefault.c (_gtk_file_chooser_label_for_uri): 
8021         New function to create a suitable display name for a remote
8022         uri. This should really be done in GtkFileSystem.
8023         
8024 2006-09-21  Michael Natterer  <mitch@imendio.com>
8025
8026         Implement lots of value setters for GdkGC, based on a heavily
8027         modified patch from Thomas Broyer (bug #328853):
8028
8029         * gdk/quartz/gdkcolor-quartz.c: removed functions which set colors
8030         on the CGContext. Instead, added gdk_quartz_get_rgba_from_pixel()
8031         which simply returns RGBA values from a GdkColor's pixel value.
8032         See gdk_quartz_update_context_from_gc() below.
8033
8034         * gdk/quartz/gdkprivate-quartz.h (struct GdkGCQuartz): added lots
8035         of members for the newly suppored GC values. Added enum
8036         GdkQuartzContextValuesMask which is used for setting up the
8037         CGContext for filling and/or stroking.
8038
8039         * gdk/quartz/gdkgc-quartz.c (gdk_quartz_gc_get_values)
8040         (gdk_quartz_gc_set_values)
8041         (_gdk_windowing_gc_copy): support a lot more GC values.
8042
8043         (gdk_quartz_update_context_from_gc): added
8044         GdkQuartzContextValuesMask parameter and set filling/stroking
8045         parameters accordingly. This function also gained full control
8046         over the FG and BG colors (they can't be set separately any more).
8047
8048         The stipple mask part of the patch doesn't work but seems to take
8049         the right approach and doesn't make things worse, so I applied it.
8050
8051         Did *not* apply the clipping part of the patch since I don't
8052         understand it (I don't understand the version in CVS either, but
8053         it at least works :-)
8054
8055         * gdk/quartz/gdkdrawable-quartz.c: pass the right masks to
8056         gdk_quartz_update_context_from_gc() and removed separate color
8057         setting calls. Some minor fixes.
8058
8059         * gdk/quartz/gdkwindow-quartz.c
8060         (gdk_window_impl_quartz_begin_paint_region): set the CGContext's
8061         fill color manually. We don't have/need a GC here.
8062
8063 2006-09-21  Michael Natterer  <mitch@imendio.com>
8064
8065         * gdk/quartz/gdkwindow-quartz.c
8066         (gdk_window_impl_quartz_begin_paint_region): fix cast: it's
8067         drawable_impl->wrapper that is the GdkWindow, not the
8068         drawable_impl itself.
8069
8070 2006-09-20  Behnam Esfahbod <behnam@zwnj.org>
8071
8072         * gdk/x11/gdkkeys-x11.c:
8073           (get_direction): just check the first shift-level of keyboard
8074         layout for RTL and LTR keysyms() (compliment to #116626)
8075
8076 Wed Sep 20 16:59:38 2006  Tim Janik  <timj@imendio.com>
8077
8078         * gtk/gtkviewport.c: always update the bin_window position and size
8079         in size_allocate, even if we don't have a visible child. this fixes
8080         expose artefacts as described in #313508.
8081
8082         * gtk/gtkscrolledwindow.c: make hiding of automatic scrollbars when we
8083         have no visible child explicit.
8084
8085 2006-09-19  Ryan Lortie  <desrt@desrt.ca>
8086
8087         * docs/reference/gdk/gdk-sections.txt:
8088         * gdk/gdk.symbols:
8089         * gdk/gdkpango.h:
8090         * gdk/gdkpango.c: Bug 355343.  Add a GdkPangoAttrEmbossColor.
8091           (gdk_pango_layout_get_clip_region): Remove an unused variable.
8092           (gdk_pango_attr_embossed_new): Fix documentation.
8093
8094 Tue Sep 19 17:00:04 2006  Tim Janik  <timj@imendio.com>
8095
8096         * gtk/gtkarrow.c: added GtkArrow::arrow-scaling style property to 
8097         control the arrow/border ratio within the allocation.
8098
8099         * tests/testgtk.c: added a GtkArrow to handle box test.
8100
8101         * tests/testgtkrc: test ::arrow-scaling property.
8102
8103 2006-09-19  Matthias Clasen  <mclasen@redhat.com>
8104
8105         * gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
8106         Display an error when we come to the root.  
8107
8108 2006-09-16  Matthias Clasen  <mclasen@redhat.com>
8109
8110         * gtk/gtkfilechooserbutton.c: Use bookmark labels in 
8111         the combobox. 
8112
8113         * gtk/gtkfilechooserbutton.c: Don't add remote volumes and 
8114         bookmarks to the model in local-only mode, to avoid 
8115         authentication dialogs pop up for invisible bookmarks, and
8116         to fix issues with separators not being hidden when
8117         they should.  (#354887, Dennis Cranston)
8118
8119 2006-09-16  Matthias Clasen  <mclasen@redhat.com>
8120
8121         * gtk/gtkcombobox.c (gtk_combo_box_finalize): Unref the
8122         treeview use in list mode.  (#355732, Richard Hult)
8123
8124         * gtk/gtktreeview.c (gtk_tree_view_set_grid_lines): Send
8125         change notification for the right property.  (#355308,
8126         Torsten Schoenfeld)
8127
8128 2006-09-15  Michael Natterer  <mitch@imendio.com>
8129
8130         * gtk/gtktreeview.c (gtk_tree_view_key_press): refactored column
8131         header navigation/resizing/reordering to be more readable and lose
8132         one level of nesting.
8133
8134 2006-09-15  Kristian Rietveld  <kris@imendio.com>
8135
8136         * gtk/gtktreeview.c (gtk_tree_view_key_press): actually directly
8137         return after handling column button focus; we disable wrap around
8138         with this (which actually happened via a really weird code path).
8139         (Michael Natterer)
8140
8141 2006-09-15  Kristian Rietveld  <kris@imendio.com>
8142
8143         * gtk/gtktreeview.c (gtk_tree_view_key_press): make column resizing
8144         code RTL aware, also break from the loops after we have seen the
8145         focussed column button (Michael Natterer).
8146
8147 Thu Sep 14 12:28:51 2006  Tim Janik  <timj@imendio.com>
8148
8149         * tests/testrichtext.c (main): intialize random number generator state
8150         upon program start, to enable truely random testing.
8151
8152 2006-09-13 Michael Emmel <mike.emmel@gmail.com>
8153
8154         * gdk/directfb/gdkcolor-directfb.c small clean ups include order
8155         * gdk/directfb/gdkwindow-directfb.c fixed beep compile error
8156         * gdk/directfb/Makefile.am removed GDK_PIXBUF_DISABLE_DEPRECATED
8157                 GDK_DISABLE_DEPRECATED to allow compile per Behdad
8158         * gdk/quartz/Makefile.am same change as directfb Makefile
8159         * gtk/Makefile.am fixed typo that cause socket stubs not to compile
8160
8161 2006-09-13 Matthias Clasen <mclasen@redhat.com>
8162
8163         * gtk/gtkcolorsel.c: Use a GtkWindow instead of a GtkInvisible
8164         for the grab widget, to make the color picker work with window
8165         groups.  
8166
8167 2006-09-12 Hong Jen Yee <pcman.tw@gmail.com>
8168
8169         signed off by: Dom Lachowicz
8170         
8171         * modules/engines/ms-windows/msw_style.c: Bug 340201. This contains
8172         a large number of improvements to the Microsoft Windows theme engine
8173         which are fully described in the bug report.
8174         
8175 Mon Sep 11 14:22:39 2006  Tim Janik  <timj@imendio.com>
8176
8177         * tests/testgtk.c: fixed compiler warnings.
8178
8179 2006-09-10  Matthias Clasen  <mclasen@redhat.com>
8180
8181         * gtk/gtkfilechooserbutton.c (model_add_special): Request
8182         the display name too, otherwise "Desktop" does not appear
8183         in the file chooser button. 
8184
8185 2006-09-10  Tor Lillqvist  <tml@novell.com>
8186
8187         * gdk/win32/gdkprivate-win32.h
8188         * gdk/win32/gdkmain-win32.c
8189         * gdk/win32/gdkwindow-win32.c: Define WINVER and _WIN32_WINNT as
8190         0x0500 in gdkprivate-win32.h instead of doing it in two source
8191         files. (#355212, Mike Edenfield)
8192
8193         * gdk/win32/gdkwindow-win32.c: We can also remove the ersatz
8194         GetAncestor() for the _MSC_VER && WINVER < 0x0500 case, I hope.
8195
8196 2006-09-10  Matthias Clasen  <mclasen@redhat.com>
8197
8198         * Commit a patch by Behdad to fix typos, omissions and other
8199         errors in the symbol aliasing, and add checks for local PLT
8200         entries.  (#354687, Behdad Esfahbod)
8201
8202         * gtk/gtktreeview.c (gtk_tree_view_search_scroll_event): Renew
8203         the flush timeout.  (#354043, Nelson Benitez)
8204         
8205         * gtk/gtkfilechoosersettings.c (set_unexpected_element_end_error): 
8206         Improve wording. String change!  (#355126, David Lodge)
8207
8208         * gtk/updateiconcache.c: Improve wording. String change!  (#355128,
8209         David Lodge)
8210
8211         * gtk/paper_names_offsets.c: Fix a typo. String change!  (#355134,
8212         David Lodge)
8213
8214 2006-09-09  Matthias Clasen <mclasen@redhat.com>
8215
8216         * gdk/x11/gdkfonts-x11.c: Fix small theoretical memory leaks.
8217         (#353916, Chris Wilson)
8218
8219         * gtk/gtksettings.c (_gtk_settings_reset_rc_values):
8220         Don't leak the to_reset list.  (#353914, Chris Wilson)
8221
8222         * gtk/gtkwidget.c: Add docs for the parent-set signal.
8223         (#353772, Mariano Suárez-Alvarez)
8224
8225 2006-09-08  Matthias Clasen <mclasen@redhat.com>
8226
8227         * gtk/gtktextbuffer.c (remove_all_selection_clipboards):
8228         Don't clear clipboards here, since we are called from finalize
8229         and can't emit signals.
8230
8231         * configure.in: Set version to 2.11.0
8232
8233 2006-09-06  Richard Hult  <richard@imendio.com>
8234
8235         * gdk/quartz/gdkkeys-quartz.c: (maybe_update_keymap): Special-case 
8236         shift-tab and map it to GDK_ISO_Left_Tab, fixes bug #350806.
8237
8238 2006-09-04  Kristian Rietveld  <kris@imendio.com>
8239
8240         * gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
8241         if setting the given folder failed, try setting the parent folder
8242         until we succeed; display an error box at the end.
8243
8244 2006-09-04  Kristian Rietveld  <kris@imendio.com>
8245
8246         * gtk/gtkpathbar.c (gtk_path_bar_dispose): don't cancel the
8247         operations spawned by buttons here,
8248         (set_button_image_get_info_cb): bail out if button is NULL, but
8249         do free button_data,
8250         (button_data_free): only free the data if non NULL (since this
8251         function can be called multiple times for the same data), cancel
8252         handle if pending but don't free button_data in this case (will
8253         happen in the callback).
8254
8255 2006-09-04  Michael Natterer  <mitch@imendio.com>
8256
8257         * gtk/gtkrc.c (rc_parse_token_or_compound)
8258         (gtk_rc_parse_assignment): serialize floating point values using
8259         locale-independent functions. (#346751, Frederic Crozat)
8260
8261 2006-09-04  Tor Lillqvist  <tml@novell.com>
8262
8263         * gdk/win32/gdkevents-win32.c
8264         * gdk/win32/gdkwindow-win32.c: Use wide-char API for message and
8265         window handling (PeekMessage, PostMessage, SendMessage,
8266         DispatchMessage, DefWindowProc, RegisterClassEx,
8267         CreateWindowEx). (#321597)
8268
8269 2006-09-03  Kristian Rietveld  <kris@imendio.com>
8270
8271         * gtk/gtkfilechooserdefault.c (save_entry_get_info_cb),
8272         (file_exists_get_info_cb), (gtk_file_chooser_default_should_respond):
8273         change file_exists_and_is_not_folder checks to get the file info
8274         for the path directly instead of querying the current file folder
8275         of the save entry.
8276
8277         * gtk/gtkfilechooserprivate.h (struct _GtkFileChooserDefault): add
8278         new field.
8279
8280         * tests/autotestfilechooser.c (wait_for_idle_idle), (wait_for_idle),
8281         (test_reload_sequence), (test_button_folder_states_for_action): wait
8282         for idle after setting a folder to ensure the async operations to load
8283         the folder are finished,
8284         (test_confirm_overwrite), (test_confirm_overwrite_for_path):
8285         factor out test_confirm_overwrite code so we can add tests for more
8286         paths more easily.
8287
8288 2006-09-03  Richard Hult  <richard@imendio.com>
8289
8290         * gdk/quartz/GdkQuartzView.c (drawRect): Don't do anything if
8291         exposure isn't in the event mask, plug a leak, and check that the
8292         window isn't destroyed.
8293         (isOpaque): Check that the window isn't destroyed, fixes bug 
8294         #353028.
8295
8296 2006-09-03  Matthias Clasen  <mclasen@redhat.com>
8297
8298         * gtk/gtkwidget.c (gtk_widget_class_init): Fix a typo.  
8299         (#354035, Mariano Suárez-Alvarez)
8300
8301         * gtk/gtkmain.c (post_parse_hook): 
8302         * gdk/gdk.c (gdk_init): Handle display_name being NULL.
8303         (#354004, Chris Wilson)
8304
8305 2006-09-03  Tor Lillqvist  <tml@novell.com>
8306
8307         * gdk/win32/gdkwindow-win32.c (gdk_window_beep): No
8308         GDK_WINDOW_DISPLAY in the Win32 backend.
8309
8310         * gtk/gtkfilesystemwin32.c: Copy what Kris did to
8311         gtkfilesystemunix.c
8312
8313 2006-09-02  Kristian Rietveld  <kris@imendio.com>
8314
8315         First part of file chooser fixes.
8316
8317         * gtk/gtkfilechooserbutton.c (model_add_special): also set the
8318         handle in the model for the desktopdir case.
8319
8320         * gtk/gtkfilechooserdefault.c (shortcuts_add_current_folder): free
8321         volume in case we retrieved it but don't pass it on to insert_path,
8322         (shortcuts_model_create): change the column type for the handles
8323         to pointer instead of GObject so our handle ref counting is not
8324         disturbed,
8325         (show_and_select_paths_finished_loading): don't forget to unref
8326         the dialog.
8327
8328         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_class_init),
8329         (gtk_file_system_unix_init), (gtk_file_system_unix_dispose):
8330         remove pending execute_callbacks_idle during dispose, also
8331         execute all callbacks waiting to be run in the next idle,
8332         (queue_*callback), (execute_callbacks_idle): refactor to maintain
8333         a list of callbacks to call per file system instead of globally,
8334         guard the file system during callback invocation,
8335         (gtk_file_system_unix_get_folder): only add load folder idle if
8336         none has been added yet.
8337
8338 2006-09-01  Matthias Clasen  <mclasen@redhat.com>
8339
8340         * gtk/gtkentry.c: Don't unnecessarily reset the im context
8341         when deleting the selection.  (#353803, Alex Larsson)
8342
8343 2006-09-01  Abel Cheung  <abel@oaka.org>
8344
8345         * configure.in: Added 'ang' 'dz' to ALL_LINGUAS.
8346
8347 2006-08-31  Matthias Clasen  <mclasen@redhat.com>
8348
8349         Stop cursor blinking after a configurable timeout.
8350         (#353670, #352442, Arjan van de Ven, Manu Cornet)
8351         
8352         * gtk/gtksettings.c (gtk_settings_class_init): Add a 
8353         gtk-cursor-blink-timeout setting, which specifies the number
8354         of seconds that the cursor should blink after a user interaction.
8355         The default value is G_MAXINT to preserve the current behaviour.
8356
8357         * gtk/gtkentry.c (blink_cb): Stop blinking after blink-timeout
8358         seconds.
8359
8360         * gtk/gtkentry.c (gtk_entry_completion_key_press) 
8361         (gtk_entry_button_press, gtk_entry_focus_in): Reset the
8362         blink timer.
8363
8364         * gtk/gtktextview.c (blink_cb): Stop blinking after blink-timeout
8365         seconds. 
8366
8367         * gtk/gtktextview.c (gtk_text_view_key_press_event) 
8368         (gtk_text_view_button_press_event, gtk_text_view_focus_in_event): 
8369         Reset the blink timer.
8370         
8371 2006-08-31  Matthias Clasen  <mclasen@redhat.com>
8372
8373         * gtk/gtkprintoperation-unix.c (get_print_dialog): Don't specify
8374         explicit format capabilities.  (#346505, Christian Persch)
8375
8376         * modules/printbackends/cups/gtkprintbackendcups.c (cups_request_printer_list_cb): Send printer-list-done on error. 
8377
8378 2006-08-31  Michael Natterer  <mitch@imendio.com>
8379
8380         * gdk/x11/gdkwindow-x11.c (gdk_window_beep): Fix build.
8381
8382 2006-08-30  Richard Hult  <richard@imendio.com>
8383
8384         * gdk/quartz/gdkwindow-quartz.c (gdk_window_beep): Fix build.
8385
8386 2006-08-30  Matthias Clasen  <mclasen@redhat.com>
8387
8388         * gdk/x11/gdkwindow-x11.c (gdk_window_beep): Only use XKB
8389         for beeping if we are using XKB.  
8390
8391 2006-08-29  Matthias Clasen  <mclasen@redhat.com>
8392
8393         * gdk/gdkwindow.h: 
8394         * gdk/gdk.symbols: 
8395         * gdk/directfb/gdkwindow-directfb.c (gdk_window_beep): 
8396         * gdk/win32/gdkwindow-win32.c (gdk_window_beep): 
8397         * gdk/quartz/gdkwindow-quartz.c (gdk_window_beep): 
8398         * gdk/x11/gdkwindow-x11.c (gdk_window_beep): Add a function
8399         to beep on a window. For X11, implement this with
8400         XkbBell.  (#353455, Mariano Suárez-Alvarez)
8401         
8402 2006-08-29  Tor Lillqvist  <tml@novell.com>
8403
8404         Remove support for Windows 9x/ME. GTK+ hasn't worked on Win9x
8405         since 2.6 or 2.8. It's pointless to keep the Win9x code in here as
8406         it isn't being maintained anyway. If somebody is interested, it
8407         can always be found in older GTK+ versions, and in CVS.
8408
8409         * configure.in
8410         * acconfig.h
8411         * gdk/Makefile.am
8412         * gdk/win32/Makefile.am
8413         * gdk/win32/libie55uid.la
8414         * gdk/win32/gdkevents-win32.c: Remove the --with-ie55 configure
8415         switch and associated stuff. Active IMM and the <dimm.h> header
8416         was used for IM support on NT4 and Win9x. Win2k and later have IM
8417         support built-in.
8418
8419         * gdk/win32/gdkcursor-win32.c
8420         * gdk/win32/gdkdnd-win32.c
8421         * gdk/win32/gdkdrawable-win32.c
8422         * gdk/win32/gdkevents-win32.c
8423         * gdk/win32/gdkgc-win32.c
8424         * gdk/win32/gdkglobals-win32.c
8425         * gdk/win32/gdkkeys-win32.c
8426         * gdk/win32/gdkmain-win32.c
8427         * gdk/win32/gdkproperty-win32.c
8428         * gdk/win32/gdkselection-win32.c
8429         * gdk/win32/gdkwindow-win32.c: Remove the G_WIN32_IS_NT_BASED()
8430         and G_WIN32_HAVE_WIDECHAR_API() tests and their false (Win9x)
8431         branches, and any variables or static functions used only by the
8432         Win9x branches.
8433
8434         * gdk/win32/gdkprivate-win32.h: Remove backup definitions for
8435         constants that aren't missing from current mingw and MSVC6
8436         headers.
8437
8438         * gdk/win32/gdkmain-win32.c
8439         * gdk/win32/gdkprivate-win32.h: Remove the _gdk_win32_gdi_failed()
8440         function. On NT-based Windows GetLastError() returns error codes
8441         also for failed GDI calls, so we can use _gdk_win32_api_failed()
8442         always.
8443
8444 2006-08-29  Emmanuele Bassi  <ebassi@gnome.org>
8445
8446         * gtk/gtkrecentchoosermenu.c
8447         (gtk_recent_chooser_menu_set_current_uri): Break when an item
8448         is found and activated. (#353449, based on a patch by Jan Arne
8449         Petersen)
8450
8451 Fri Jul 14 16:13:37 2006  Tim Janik  <timj@gtk.org>
8452
8453         * gtk/gtkprogressbar.c: introduced ::xspacing and ::yspacing style 
8454         properties which make all hardcoded padding and spacing values
8455         configurable. properly swap ::text-xalign treatment for RTL widgets.
8456
8457         * gtk/gtkprogress.c: fixed style property blurbs. made alignment 
8458         proeprty more consistent with GtkMisc alignment blurbs. mention
8459         RTL treatment for text-xalign.
8460
8461 Tue Aug 29 11:57:40 2006  Tim Janik  <timj@imendio.com>
8462
8463         * tests/testgtk.c: allow (most) windows to be resizable.
8464         added ellipsization settings to progress bars. 
8465
8466 2006-08-28  Matthias Clasen  <mclasen@redhat.com>
8467
8468         * modules/printbackend/cups/gtkprintbackendcups.c: Use a
8469         resonable timeout of 3 seconds when polling for printer
8470         list updates, instead of 300000 seconds...
8471
8472 2006-08-28  Michael Natterer  <mitch@imendio.com>
8473
8474         * gtk/gtktextbufferserialize.c (serialize_text): don't write out
8475         </apply_tag> for tags that have already been closed by the logic
8476         which turns overlapping spans into XML-able trees. Fixes broken
8477         XML when there are overlapping tags in the buffer. Also free two
8478         leaked GLists and did some cleanup.
8479
8480         * tests/Makefile.am
8481         * tests/testrichtext.c: new test which creates randomly tagged
8482         GtkTextBuffers and serializes/deserializes them.
8483
8484 2006-08-26  Matthias Clasen  <mclasen@redhat.com>
8485
8486         * gtk/gtkstatusicon.c (gtk_status_icon_reset_image_data): 
8487         Don't leak pixbufs.  (#352264, Ross Burton)
8488
8489         * gtk/gtklinkbutton.c (set_link_underline): Don't leak
8490         PangoAttributes.  (#352391, Paolo Borelli)
8491
8492 2006-08-25  Matthias Clasen  <mclasen@redhat.com>
8493
8494         * demos/gtk-demo/Makefile.am:
8495         * demos/gtk-demo/textscroll.c: Add an example of automatic
8496         scrolling, thanks to Yevgen Muntyan.  (#351206)
8497         
8498         * gtk/gtkmodules.c (find_module): Use local binding when
8499         loading modules.  (#351868)
8500
8501 2006-08-24  Michael Natterer  <mitch@imendio.com>
8502
8503         * gdk/quartz/gdkdisplay-quartz.c (gdk_display_get_name): return
8504         the hostname instead of NULL.
8505
8506 2006-08-23  Matthias Clasen  <mclasen@redhat.com>
8507
8508         * gtk/gtkprinteroptionwidget.[hc]: Fix confusion about
8509         names and values in comboboxes, and clean up some
8510         coding style issues.
8511
8512 2006-08-23  Tor Lillqvist  <tml@novell.com>
8513
8514         * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_make_path):
8515         Revert unintended translatable string addition. Use same string
8516         in GError as in gtkfilesystemunix.c.
8517
8518         * gtk/gtkfilesystemwin32.c (_gtk_file_system_win32_path_compare):
8519         Fix logic at the end of strings. 
8520
8521         * gtk/gtkfilesystemwin32.c: Maintain a hash table of live
8522         handles and check that we have no outstanding handles at
8523         finalization time. (Copying what Matthias did for
8524         gtkfilesystemunix.c)
8525
8526 2006-08-23  Matthias Clasen  <mclasen@redhat.com>
8527
8528         * gtk/gtkfilesystemunix.c: Maintain a hash table
8529         of live handles and check that we have no outstanding
8530         handles at finalization time. (Copying what
8531         Federico did for gtkfilesystemgnomevfs.c)
8532
8533 2007-08-22  Matthias Clasen  <mclasen@redhat.com> 
8534
8535         * Branch for 2.10
8536