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