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