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