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