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