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