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