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