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