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