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