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