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