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