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