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