]> Pileus Git - ~andy/gtk/blob - ChangeLog
Bug 561335 - Fix typos in GtkToolItem documentation
[~andy/gtk] / ChangeLog
1 2008-11-22  Paul Bolle  <pebolle@tiscali.nl>
2
3         Bug 561335 - Fix typos in GtkToolItem documentation
4
5         * gtk/gtktoolitem.c: Fix typos in GtkToolItem documentation
6
7 2008-11-21  Matthias Clasen <mclasen@redhat.com>
8
9         * configure.in: Bump gtk-doc dependency to 1.11 for
10         nicer index-generation.
11
12 2008-11-21  Matthias Clasen <mclasen@redhat.com>
13
14         * gtk/gtkmountoperation.[hc]: Declare structs in a way that
15         gtk-doc understands.
16
17 2008-11-17  Christian Dywan  <christian@imendio.com>
18
19         Bug 377699 – realizing gtk.Progress() causes SEGV
20
21         * gtk/gtkprogress.c: Define GtkProgress as an abstract type
22
23 2008-11-13  Christian Dywan  <christian@imendio.com>
24
25         Bug 560602 – Wrong GtkMenuItem default value (test fails)
26
27         * gtk/gtkmenuitem.c (gtk_menu_item_class_init):
28         Correct default "label" value to ""
29
30 2008-11-12  Christian Dywan  <christian@imendio.com>
31
32         Bug 560139 – GtkEntry doesn't paint with the right state
33
34         * gtk/gtkentry.c (gtk_entry_class_init), (gtk_entry_draw_frame),
35         (gtk_entry_expose): Reflect the right state if state-hint is set
36
37 2008-11-12  Christian Dywan  <christian@imendio.com>
38
39         Bug 559619 – invisible-char default cannot be tested
40
41         * gtk/tests/defaultvalue.c (test_type):
42         Skip invisible-char when testing
43
44 2008-11-12  Richard Hult  <richard@imendio.com>
45
46         * gtk/gtkdnd-quartz.c: (gtk_drag_set_icon_pixmap): Implement,
47         patch from Paul Davis.
48
49 2008-11-12  Christian Dywan  <christian@imendio.com>
50
51         Bug 525550 – GTK+ 2.13.0 GtkCurve test fails
52
53         * gtk/tests/object.c (list_ignore_properties),
54         (object_test_property), (main): Ignore GtkCurve when testing
55
56 2008-11-12  Richard Hult  <richard@imendio.com>
57
58         Bug 550942 – [patch] Rework of gdkeventloop-quartz.c
59
60         * gdk/gdk.c:
61         * gdk/gdkinternals.h: Add eventloop debug facility.
62         * gdk/quartz/gdkeventloop-quartz.c: Big rework of the quartz
63         mainloop integration, patch from Owen Taylor. See bug #550942 for
64         the details.
65
66 2008-11-12  Richard Hult  <richard@imendio.com>
67
68         Bug 558586 – handling of keyboard under darwin (quartz)
69
70         * gdk/quartz/gdkkeys-quartz.c: Follow up on this bug, only use the
71         new API when building on 64-bit, since there are still old non-xml
72         layouts used out there we don't want to break them. (For 64-bit
73         those layouts doesn't work so we don't have a choice there.)
74
75 2008-11-11  Matthias Clasen  <mclasen@redhat.com>
76
77         * gtk/gtkspinbutton.c: Chain up in enter and leave notify handlers.
78
79 2008-11-11  Michael Natterer  <mitch@imendio.com>
80
81         Bug 553765 – Add orientation API to GtkRange
82
83         * gtk/gtkrange.[ch]: implement the GtkOrientable interface. Add
84         evil code that makes sure that the stepper_detail and slider_detail
85         set in GtkRangeClass continue to work with the hacked subclasses
86         below.
87
88         * gtk/gtkscale.[ch]: swallow all code from GtkHScale and GtkVScale
89         and add gtk_scale_new() and gtk_scale_new_with_range() which take
90         a GtkOrientation argument. Set slider_detail to "Xscale" so above
91         evil code works.
92
93         * gtk/gtkscrollbar.[ch]: add gtk_scrollbar_new() which takes a
94         GtkOrientation argument. Set stepper_detail to "Xscrollbar" so
95         above evil code works.
96
97         * gtk/gtkhscale.c
98         * gtk/gtkvscale.c
99         * gtk/gtkhscrollbar.c
100         * gtk/gtkvscrollbar.c: remove all code except the constructor and
101         call gtk_orientable_set_orientation() in init().
102
103         * gtk/gtk.symbols: changed accordingly.
104
105 2008-11-11  Michael Natterer  <mitch@imendio.com>
106
107         * gtk/gtktoolbar.h: move deprecated functions together, move
108         setters and getters together, some indentation cleanup.
109
110 2008-11-11  Michael Natterer  <mitch@imendio.com>
111
112         * gtk/gtktoolbar.[ch]: implement the GtkOrientable interface
113         and deprecate gtk_toolbar_get,set_orientation().
114
115         * gtk/gtk.symbols: changed accordingly.
116
117 2008-11-10  Marek Kasik  <mkasik@redhat.com>
118
119         Bug 560135 - Print when the user double clicks a printer
120
121         * gtk/gtkprintunixdialog.c: add handling of double click to
122         GtkPrintUnixDialog.
123
124 2008-11-07  Michael Natterer  <mitch@imendio.com>
125
126         * gtk/gtkpaned.c: argh, actually call the newly added private
127         gtk_paned_calc_position() instead of the deprecated public
128         version.
129
130 2008-11-07  Michael Natterer  <mitch@imendio.com>
131
132         Bug 553586 – Add orientation API to GtkPaned
133
134         * gtk/gtkpaned.[ch]: implement the GtkOrientable interface
135         and swallow all code from GtkHPaned and GtkVPaned. Add
136         gtk_paned_new() which takes a GtkOrientation argument. Deprecate
137         gtk_paned_compute_position() for good (also for GTK_COMPILATION).
138
139         * gtk/gtkhpaned.[ch]
140         * gtk/gtkvpaned.[ch]: remove all code except the constructor and
141         call gtk_orientable_set_orientation() in init().
142
143         * gtk/gtk.symbols: add gtk_box_new().
144
145 2008-11-07  Johan Dahlin  <jdahlin@async.com.br>
146
147         * gtk/gtkcontainer.c (gtk_container_buildable_add_child):
148         Check for child->parent instead of GTK_WIDGET_TOPLEVEL.
149
150 2008-11-07  Michael Natterer  <mitch@imendio.com>
151
152         * gtk/gtkscrollbar.c: remove bogus newlines in the middle of
153         function calls, fix broken indentation and remove trailing
154         whitespace.
155
156 2008-11-06  Tristan Van Berkom <tvb@gnome.org>
157
158         * gtk/gtkmenuitem.c: Made buildable and added support for adding
159         children of type "submenu"
160
161         * gtk/gtkwindow.c: Added support for custom tag "accel-groups" to
162         add GtkAccelGroups to the window.
163
164         * gtk/gtkcontainer.c: Added builder contextual warnings in
165         buildable_add_child()
166
167         * gtk/tests/builder.c: Added tests for buildable menus (test that
168         accelerators are properly connected on stock items, test the menu
169         hierarchy, test permission to add alien/custom menuitem children).
170
171         * docs/reference/gtk/tmpl/gtkbuilder.sgml
172         * docs/reference/gtk/tmpl/gtkwindow.sgml
173         * docs/reference/gtk/tmpl/gtkmenuitem.sgml: Updated docs for
174         buildable submenus and accel groups.
175
176 2008-11-06  Tristan Van Berkom <tvb@gnome.org>
177
178         * gtk/gtkmenuitem.[ch]: added new apis
179         gtk_menu_item_[set/get]_label() and
180         gtk_menu_item_[set/get]_use_underline() with "label" and
181         "use-underline" properties, constructors cleaned up to use
182         g_object_new().  GtkMenuItemClass take new vfuncs
183         ->get/set_label().
184
185         * gtk/gtkcheckmenuitem.c: constructors cleaned up to use
186         g_object_new().
187
188         * gtk/gtkimagemenuitem.[ch]: added new apis
189         gtk_image_menu_item_[get/set]_use_stock() and
190         gtk_image_menu_item_set_accel_group() with "use-stock" and
191         write-only "accel-group" properties. constructors cleaned up to
192         use g_object_new().
193
194 2008-11-06  Tristan Van Berkom <tvb@gnome.org>
195
196         * gtk/gtkbuilder.h: Fixed a crasher in
197         GTK_BUILDER_WARN_INVALID_CHILD_TYPE()
198
199 2008-11-06  Tristan Van Berkom <tvb@gnome.org>
200
201         * gtk/gtklabel.c: gtk_label_set_attributes() now applies attributes
202         on top of any markup or mnemonic attributes (bug 558409).
203
204         * README: Updated and added release notes for 2.16
205
206 2008-11-06  Richard Hult  <richard@imendio.com>
207
208         Bug 558586 – handling of keyboard under darwin (quartz)
209
210         * gdk/quartz/gdkkeys-quartz.c: (maybe_update_keymap): Patch from
211         Arnaud Charlet to replace use of deprecated keyboard layout API
212         with the new TIS API available in 10.5. The old code is still used
213         when building for 10.4.
214
215 2008-11-05  Richard Hult  <richard@imendio.com>
216
217         * gdk/quartz/gdkevents-quartz.c:
218         (get_keyboard_modifiers_from_ns_event), (create_key_event): Revert
219         (at least for now) the alt/cmd switching since it breaks the
220         "alt-gr" functionality of alt which makes it impossible to input
221         lots of characters.
222
223 2008-11-05  Christian Dywan  <christian@imendio.com>
224
225         Bug 559404 – gtk_editable_insert_text counts length in bytes
226
227         * gtk/gtkeditable.c:
228         Document new_text_length as the number of bytes
229
230 2008-11-05  Richard Hult  <richard@imendio.com>
231
232         * gdk/quartz/gdkwindow-quartz.c:
233         (gdk_window_impl_quartz_begin_paint_region): Set the fill color
234         outside the loop.
235
236 2008-11-05  Richard Hult  <richard@imendio.com>
237
238         * gtk/gtkstatusicon.c: (gtk_status_icon_set_has_tooltip),
239         (gtk_status_icon_get_tooltip_markup): Fix build for win32 and
240         quartz.
241
242 2008-11-04  Tor Lillqvist  <tml@novell.com>
243
244         Bug 557212 - Problem with which window gains focus and is visible
245
246         * gdk/win32/gdkevents-win32.c (ensure_stacking_on_activate_app):
247         Only do the restacking for the active window of the
248         application. Seems to fix the problem.
249
250         (gdk_event_translate): Only call ensure_stacking_on_activate_app()
251         when the application is being activated, not deactivated.
252
253 2008-11-03  Matthias Clasen  <mclasen@redhat.com>
254
255         * gtk/gtk.symbols:
256         * gtk/gtkstatusicon.[hc]: Add new tooltip api.
257
258 2008-11-03  Christian Persch  <chpe@gnome.org>
259
260         Bug 558001 – gtk_icon_view_enable_model_drag_[source|dest] problem
261
262         * gtk/gtkiconview.c: Make gtk_drag_*_add_*_targets() usable with
263         GtkIconView.
264
265 2008-11-02  Matthias Clasen  <mclasen@redhat.com>
266
267         Bug 558929 – gtkstatusicon.c: 'event' is a member of the structure
268
269         * gtk/gtkstatusicon.c: Fix the build.
270
271 2008-11-02  Matthias Clasen  <mclasen@redhat.com>
272
273         * gtk/gtkimagemenuitem.c: Make it possible to overrule the
274         gtk-menu-images setting.
275
276         * gtk/gtkaction.c (connect_proxy): Show the image before adding
277         it to the image menu item.
278
279 2008-11-01  Tor Lillqvist  <tml@novell.com>
280
281         Bug 558278 - Crash when calling a callback set by
282         gdk_add_client_message_filter()
283
284         * gdk/win32/gdkevents-win32.c (apply_event_filters): Rename from
285         apply_filters() so that it is clear that this function is for
286         GdkEventFilters only.
287
288         (print_event): Print more information for GDK_CLIENT_EVENT events.
289
290         (gdk_event_translate): When handling client filters, don't use
291         apply_event_filters(). Use similar code as in the X11 backend,
292         although not exactly, as the parameter list and return value
293         semantics of gdk_event_translate() is different.
294
295         * tests/testclientmessage.c: New interactive test program to
296         verify client message functionality.
297
298         * tests/Makefile.am: Add it.
299
300 2008-11-01  Matthias Clasen  <mclasen@redhat.com>
301
302         Bug 409435 – GtkStatusIcon enhancements: DnD, scroll events, 
303         middle click, rich tooltips
304
305         * gtk/gtkstatusicon.[hc]: Add support for button press/release and
306         scroll events. Patch by Ed Catmur
307
308 2008-11-01  Matthias Clasen  <mclasen@redhat.com>
309
310         Bug 322934 – Replace menu's proxy icons with empty space hiding icons
311
312         * gtk/gtkmenu.c (gtk_menu_size_request): Use consistent padding
313         regardless of imagees or checks being in the menu. Also add
314         padding on the right edge.
315         Proposal by Luca Ferretti, patch by Jon McCann
316
317 2008-11-01  Matthias Clasen  <mclasen@redhat.com>
318
319         Bug 412134 – Add API to query style properties from the style
320
321         * gtk/gtk.symbols:
322         * gtk/gtkstyle.[hc]: Add getters for style properties to
323         avoid the need for ugly workarounds with dummy widget instances.
324         Patch by Mariano Suárez-Alvarez
325
326 2008-10-31  Christian Dywan  <christian@imendio.com>
327
328         Bug 558667 – gtk_font_selection_dialog_get_apply_button - deprecate?
329
330         * gtk/gtk.symbols:
331         * gtk/gtkfontsel.c:
332         * gtk/gtkfontsel.h:
333         Deprecate gtk_font_selection_dialog_get_apply_button
334
335 2008-10-31  Matthias Clasen  <mclasen@redhat.com>
336
337         Bug 558323 – glitches when popping up combos in treeviews
338
339         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_set_property):
340         Don't set the model property on the combo box, since that leads
341         to loops.
342
343 2008-10-31  Christian Dywan  <christian@imendio.com>
344
345         Bug 347230 – testicontheme shortcomings
346
347         * tests/testicontheme.c (main):
348         Use theme for "display" and quit on window closing
349
350 2008-10-30  Matthias Clasen  <mclasen@redhat.com>
351
352         Bug 558522 – scroll arrow painted insensitive even though there
353         are pages beyond the edge
354
355         * gtk/gtknotebook.c (gtk_notebook_real_insert_page): Redraw
356         arrows. Pointed out by Christian Persch
357
358 2008-10-30  Michael Natterer  <mitch@imendio.com>
359
360         * gtk/gtkcellrenderertext.h
361         * gtk/gtkentry.[ch]
362         * gtk/gtkimcontext.h
363         * gtk/gtklabel.c
364         * gtk/gtkstyle.h: <pango/pango.h> is pulled in by <gdk/gdk.h>,
365         remove its inclusion here.
366
367 2008-10-30  Michael Natterer  <mitch@imendio.com>
368
369         * gtk/*.h: no need to include <gtk/gtkenums.h> in headers which
370         somehow include gtkobject.h or another header which includes it.
371
372 2008-10-30  Marek Kasik  <mkasik@redhat.com>
373
374         Bug 339714 - Set printer dpi on cairo ps/pdf surfaces when printing
375
376         * gtk/gtk.symbols
377         * gtk/gtkprintsettings.c
378         * gtk/gtkprintsettings.h
379         * docs/reference/gtk/gtk-sections.txt
380         * modules/printbackends/file/gtkprintbackendfile.c
381         * modules/printbackends/test/gtkprintbackendtest.c
382         * modules/printbackends/cups/gtkprintbackendcups.c
383         * modules/printbackends/lpr/gtkprintbackendlpr.c:
384         Added lpi (lines per inch) setting to GtkPrintSettings and support
385         for anamorphic dpi. Surface fallback resolution is set to 2*lpi.
386
387 2008-10-30  Michael Natterer  <mitch@imendio.com>
388
389         * gtk/*.h: no need to include <gdk/gdk.h> in any widget header,
390         it's included via gtkwidget.h anyway.
391
392 2008-10-30  Sven Neumann  <sven@gimp.org>
393
394         * gtk/gtkwidget.c (gtk_widget_get_property): removed redundant
395         conditional.
396
397 2008-10-30  Christian Dywan  <christian@imendio.com>
398
399         Bug 557316 – GtkLinkButton should consider user-defined tooltip
400
401         * gtk/gtklinkbutton.c (gtk_link_button_query_tooltip_cb):
402         Only override the tooltip if not previously set
403
404 2008-10-29  Christian Dywan  <christian@imendio.com>
405
406         Bug 557762 – Misleading error message in GDK DirectFB
407
408         * gdk/directfb/gdkdisplay-directfb.c (gdk_display_open):
409         Correctly say GetInputDevice instead of GetDisplayLayer
410
411 2008-10-29  Christian Dywan  <christian@imendio.com>
412
413         Bug 558397 – gtk_widget_error_bell undefined without a screen
414
415         * gtk/gtkwidget.c (gtk_widget_error_bell): Test the settings
416         instance and return silently if unset
417
418 2008-10-28  Michael Natterer  <mitch@imendio.com>
419
420         * gdk/keyname-table.h: fix small typo.
421
422 2008-10-27  Richard Hult  <richard@imendio.com>
423
424         Bug 557894 – Wrong return value for
425         gdk_pointer_grab_info_libgtk_only()
426
427         * gdk/quartz/gdkevents-quartz.c:
428         (gdk_pointer_grab_info_libgtk_only): Return TRUE when there is a
429         pointer grab. Patch by Owen Taylor.
430
431 2008-10-26  Matthias Clasen  <mclasen@redhat.com>
432
433         * gtk/gtktoolshell.c:
434         * gtk/gtktoolitem.c: Remove markup from short descriptions.
435
436 2008-10-26  Matthias Clasen  <mclasen@redhat.com>
437
438         * gdk/keyname-table.h:
439         * gtk/gen-paper-names.c:
440         * gtk/paper_names_offsets.c:
441         * gtk/gtkpapersize.c:
442         * gtk/gtkaccellabel.c:
443         * gtk/gtkprintoperation.c:
444         * gtk/gtkstock.c: More conversion to C_().
445
446 2008-10-26  Matthias Clasen  <mclasen@redhat.com>
447
448         * gtk/gtkaccellabel.c:
449         * gtk/gtkcalendar.c:
450         * gtk/gtkcellrendereraccel.c:
451         * gtk/gtkcellrendererprogress.c:
452         * gtk/gtkimmulticontext.c:
453         * gtk/gtkrecentchoosermenu.c:
454         * gtk/gtkvolumebutton.c: Use C_() instead of Q_(). String change!
455
456 2008-10-26  Christian Persch  <chpe@gnome.org>
457
458         Bug 557065 – gtkcellrendererpixbuf spams console over and over with
459         'could not load image' warnings
460
461         * gtk/gtkcellrendererpixbuf.c:
462         (gtk_cell_renderer_pixbuf_create_themed_pixbuf): Remove noisy
463         g_warning.
464
465 2008-10-26  Philip Withnall  <philip@tecnocode.co.uk>
466
467         Bug 530454 – Clarify page_nr when printing
468
469         * gtk/gtkprintoperation.c (gtk_print_operation_class_init): Point out
470         that page_nr is 0-based in the documentation.
471
472 2008-10-25  Matthias Clasen  <mclasen@redhat.com>
473         
474         Bug 557315 – stale clipboard target cache
475
476         * gtk/gtkclipboard.c (gtk_clipboard_set_contents): Remove cached
477         targets. Pointed out by Evan Stade
478
479 2008-10-24  Tristan Van Berkom  <tvb@gnome.org>
480
481         * gtk/gtkwidget.c: Added a note about GtkWidget:has-tooltip in
482         the docs for GtkWidget::query-tooltip.
483
484 2008-10-24  Matthias Clasen  <mclasen@redhat.com>
485
486         * gtk/gtkmountoperation.c: The "screen" property ought to have
487         type GdkScreen, not GtkWindow. Found by Cosimo Cecchi
488
489 2008-10-24  Matthias Clasen  <mclasen@redhat.com>
490
491         Bug 556954 – gtk+/gtk/gtkrecentchooserdefault.c: mismatching
492         allocation and deallocation
493
494         * gtk/gtkrecentchooserdefault.c (remove_selected_from_list): Don't
495         free a strdup'ed string by g_free. Pointed out by Daniel Marjamäki
496
497 2008-10-24  Matthias Clasen  <mclasen@redhat.com>
498
499         Bug 556835 – gtkentry.c: variable is declared at middle of block
500
501         * gtk/gtkentry.c (gtk_entry_copy_clipboard): Fix a C99ism pointed
502         out by Kazuki Iwamoto
503
504 2008-10-24  Matthias Clasen  <mclasen@redhat.com>
505
506         Bug 557524 – "va_end(args);" should be added into
507         gtk_text_buffer_insert_with_tags_by_name( )
508
509         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_with_tags_by_name):
510         Don't forget to call va_end. Pointed out by Boram Park
511
512 2008-10-23  Alexander Larsson  <alexl@redhat.com>
513
514         Bug 528320 - Incorrect icons displayed for files with custom
515         mimetype icons
516         
517         * gtk/gtkfilesystem.c:
518         (_gtk_file_info_render_icon):
519         Fall back on default file icon if there was no icon or it
520         was not found in the theme. This goes with the corresponding
521         change in glib to not add the fallback icon, but is useful
522         in other cases too.
523
524 2008-10-22  Behdad Esfahbod  <behdad@gnome.org>
525
526         Bug 555920 – gtkentry.c passes wrong enum to
527         pango_layout_set_alignment()
528
529         * gtk/gtkentry.c (gtk_entry_create_layout): Don't set layout
530         adjustment.
531
532 2008-10-22  Matthias Clasen  <mclasen@redhat.com>
533
534         * gdk/x11/gdkscreen-x11.c: Only emit size-changed if the screen
535         size actually changed.
536
537 2008-10-21  Michael Natterer  <mitch@imendio.com>
538
539         * gdk/gdkdraw.c
540         * gdk/gdkimage.c
541         * gdk/gdkscreen.c
542         * gdk/gdkwindow.c: replace assertions for obj != NULL by
543         GDK_IS_OBJ(), remove redundant != NULL checks when there is
544         already a type check, add some g_return_if_fail() that were
545         missing entirely, fix some broken indentation and spacing.
546
547 2008-10-21  Tor Lillqvist  <tml@novell.com>
548
549         Bug 557266 - Window Management Problem
550
551         Also reported in mail to gtk-list, and of course it has been well
552         known in general that window state management is messy and buggy
553         in various ways in gdk/win32.
554
555         * gdk/win32/gdkwindow-win32.c (show_window_internal): Correct
556         handling of GDK_WINDOW_STATE_ABOVE windows. It doesn't work to set
557         the WS_EX_TOPMOST extended style bit using SetWindowLong(). We
558         must call SetWindowPos() on the window using HWND_TOPMOST
559         instead. The description for WS_EX_TOPMOST in the documentation
560         for CreateWindowEx() even implies that if you read it carefully.
561
562 2008-10-21  Michael Natterer  <mitch@imendio.com>
563
564         * gdk/gdkapplaunchcontext.c: reorder functions to be in standard
565         order, add prototypes and namespace to static functions, add
566         g_return_if_fail()s which were missing all over the place.
567
568 2008-10-20  Christian Persch  <chpe@gnome.org>
569
570         Bug 557059 – crash when compositing emblems with icon
571
572         * gtk/gtkicontheme.c: (apply_emblems): Copy the pixbuf before using it
573         with gtk_pixbuf_composite, in case its pixdata is read-only (mmaped
574         from icon cache or builtins).
575
576 2008-10-20  Murray Cumming  <murrayc@murrayc.com>
577
578         * gtk/gtkiconview.c: gtk_icon_view_set_tooltip_row(), 
579         gtk_icon_view_set_tooltip_item():
580         * gtk/gtktreeview.c: gtk_icon_view_set_tooltip_row(), 
581         gtk_icon_view_set_tooltip_cell():
582         Documentation: Mention the simple set_tooltip_column() 
583         alternative.
584
585 2008-10-18  Tor Lillqvist  <tml@novell.com>
586
587         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
588         WM_WINDOWPOSCHANGING, don't dereference windowpos in the debugging
589         output without setting it first.
590
591 2008-10-18  Tor Lillqvist  <tml@novell.com>
592
593         Bug 556578 - GIMP windows stay on top of other windows
594
595         * gdk/win32/gdkevents-win32.c (ensure_stacking_on_unminimize)
596         (ensure_stacking_on_window_pos_changing)
597         (ensure_stacking_on_activate_app): Ignore unmapped windows in the
598         loops where we look for the lowest "transient-type" window.
599
600         (gdk_event_translate): Don't call
601         ensure_stacking_on_window_pos_changing() or
602         ensure_stacking_on_activate_app() for unmapped windows.
603
604 2008-10-16  Marek Kasik  <mkasik@redhat.com>
605
606         Bug 556527 - The current page property is not passed to
607         GtkPrintUnixDialog
608
609         * gtk/gtkprintoperation-unix.c: pass current-page property
610         to GtkPrintUnixDialog
611
612 2008-10-15  Michael Natterer  <mitch@imendio.com>
613
614         * gdk/gdkapplaunchcontext.h (GDK_IS_APP_LAUNCH_CONTEXT): fix typo
615         in the type name so the macro becomes usable.
616
617 2008-10-14  Christian Dywan  <christian@imendio.com>
618
619         556150 – gtk 'object' property test fixing
620
621         * gtk/tests/object.c (list_ignore_properties):
622         Remove some recently fixed properties from the exception list
623
624 2008-10-13  Matthias Clasen  <mclasen@redhat.com>
625
626         Bug 555779 – GtkCellRendererPixbuf crashed on failed GIcon lookup
627
628         * gtk/gtkcellrendererpixbuf
629         (gtk_cell_renderer_pixbuf_create_themed_pixbuf): Don't crash
630         if a GIcon is not present in the current theme. Patch by 
631         Alex Larsson.
632
633 2008-10-13  Matthias Clasen  <mclasen@redhat.com>
634
635         Bug 552318 – menubar mnemonics consumed even when
636         gtk-enable-mnemonics=false
637
638         * gtk/gtkwindow.c (gtk_window_activate_key): Don't let mnemonic
639         entries block accelerator activation when gtk-enable-mnemonics is
640         FALSE. Problem reported by Andreas Moog.
641
642 2008-10-13  Cody Russell <cody@jhu.edu>
643
644         * test/testfilechooser.c: Fix option parsing so that -a and
645         --action work correctly.
646
647 2008-10-13  Christian Persch <chpe@gnome.org>
648
649         Bug 555386 – format not a string literal and no format arguments
650
651         * gtk/gtkiconfactory.c
652         * gtk/gtkprintbackend.c
653         * gtk/gtkprintoperation.c
654         * gtk/gtkthemes.c
655         * gtk/tests/builder.c
656         * modules/other/gail/gailtextview.c
657         * tests/testmerge.c: Use printf safely.
658
659 2008-10-13  Christian Persch <chpe@gnome.org>
660
661         Bug 555724 – gtkcellrendereraccel not initialised correctly
662
663         * gtk/gtkcellrendereraccel.c: Initialise the cell text.
664
665 2008-10-12  Simos Xenitellis  <simos@gnome.org>
666
667         Bug 555625 – Updated gtk_compose_seqs_compact table 
668         (gtkimcontextsimpleseqs.h)
669         
670         * gtk/gtkimcontextsimpleseqs.c: Updated the compose sequence table.
671         In this update we removed a further set of compose sequences that
672         are otherwise covered by check_algorithmically(). 
673
674         * gtk/gtkimcontextsimple.c: Updated table value that shows how many 
675         distinct first values exist in the compose sequences. 
676         Change from 22 to 20.
677         
678 2008-10-11  Matthias Clasen  <mclasen@redhat.com>
679
680         * gtk/gtktoolbar.c: Revert the GtkSettings::gtk-toolbar-icon-size
681         part of the previous change, since it doesn't work correctly without
682         extra complication, and using custom icon sizes doesn't make too
683         much sense in a desktop-wide setting.
684
685 2008-10-11  Matthias Clasen  <mclasen@redhat.com>
686
687         Bug 555186 – Setting gtk-toolbar-icon-size with custom icon_size
688
689         * gtk/gtktoolbar.c: Turn GtkToolbar::icon-size and
690         GtkSettings::gtk-toolbar-icon-size into int properties, to
691         allow the use of app-registered icon sizes.
692
693 2008-10-11  Christian Dywan  <christian@imendio.com>
694
695         Bug 555676 – gtk_widget_real_grab_focus assumes toplevel == window
696
697         * gtk/gtkwidget.c (gtk_widget_real_grab_focus):
698         Actually test for GTK_IS_WINDOW *and* GTK_WIDGET_TOPLEVEL
699
700 2008-10-10  Behdad Esfahbod  <behdad@gnome.org>
701
702         Bug 551355 – [PATCH] Make glib build with libtool 2.2
703
704         * autogen.sh: Accept libtool 2.2.   We are moving towards having
705         it working.
706
707 2008-10-10  Richard Hult  <richard@imendio.com>
708
709         * gdk/quartz/gdkkeys-quartz.c: (gdk_keymap_get_caps_lock_state)
710         Add empty stub to fix linking.
711
712 2008-10-10  Simos Xenitellis  <simos@gnome.org>
713
714         Bug 555000 – Wrong treatment on non-spacing marks dead keys in 
715         GtkIMContextSimple
716
717         * gtk/gtkimcontextsimple.c: Change IS_DEAD_KEY() macro so that
718         it only checks if input is a deadkey keysym.
719
720 2008-10-09  Christian Dywan  <christian@imendio.com>
721
722         Bug 555676 – gtk_widget_real_grab_focus assumes toplevel == window
723
724         * gtk/gtkwidget.c (gtk_widget_real_grab_focus):
725         Test for GTK_IS_WINDOW instead of GTK_WIDGET_TOPLEVEL
726
727 2008-10-09  Christian Dywan  <christian@imendio.com>
728
729         Bug 555573 – gtk_font_selection_set_font_name
730         shouldn't require a screen
731
732         * gtk/gtkfontsel.c (gtk_font_selection_set_font_name):
733         Don't warn if there is no screen, just return FALSE
734
735 2008-10-09  Christian Dywan  <christian@imendio.com>
736
737         Bug 555523 – gtk_scale_button_set_adjustment should accept NULL
738
739         * gtk/gtkscalebutton.c (gtk_scale_button_set_adjustment):
740         Create a new adjustment if NULL is passed, like other widgets
741
742 2008-10-09  Christian Dywan  <christian@imendio.com>
743
744         Bug 555578 – GtkTable propertiy maxima are wrong
745
746         * gtk/gtktable.c (gtk_table_class_init), (gtk_table_resize):
747         Always use 65535 instead of G_MAXUINT since that is
748         the actually supported maximum number of columns and rows
749
750 2008-10-09  Richard Hult  <richard@imendio.com>
751
752         Bug 550342 – Splash screens have a caption
753
754         * gdk/quartz/gdkwindow-quartz.c: (_gdk_window_new),
755         (gdk_window_set_decorations): Patch from Marianne Gagnon to make
756         splash windows borderless.
757
758 2008-10-09  Michael Natterer  <mitch@imendio.com>
759
760         Bug 516425 – Optionally display accelerators in popups
761
762         * gtk/gtkuimanager.h (enum GtkUIManagerItemType): add value
763         GTK_UI_MANAGER_POPUP_WITH_ACCELS which works like _POPUP but
764         shows the actions' accelerators.
765
766         * gtk/gtkuimanager.c: honor the new enum value for programmatically
767         created UIs, and support <popup accelerators="true"> in the XML
768         for the same purpose.
769
770 2008-10-09  Simos Xenitellis  <simos@gnome.org>
771
772         Bug 554192 – double press on the "circumflex" dead key 
773         (standard french 105 keyboard) no longer produces the "^" character
774
775         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
776         Changed the order, put check_compact_table() first, then 
777         check_algorithmically().
778
779 2008-10-08  Christian Persch  <chpe@gnome.org>
780
781         Bug 554702 – gtkfilesystem leaks GError
782
783         * gtk/gtkfilesystem.c (_gtk_file_system_init): Free the GError.
784
785 2008-10-08  Matthias Clasen  <mclasen@redhat.com>
786
787         * gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
788         Don't forget to reset reload_state when current_folder is already
789         correct. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=465992
790
791 2008-10-08  Christian Dywan  <christian@imendio.com>
792
793         Bug 555270 – Allow unsetting a MessageDialog's image
794
795         * gtk/gtkmessagedialog.c (gtk_message_dialog_set_property),
796         Remove a superfluous cast to GtkWidget*
797         (gtk_message_dialog_set_image): Accept NULL for the image
798         and unset the image in that case.
799
800 2008-10-08  Christian Dywan  <christian@imendio.com>
801
802         Bug 436533 – Allow more space efficient scroll arrows placement
803
804         * gtk/gtkenums.h: Add GtkArrowPlacement
805         * gtk/gtkmenu.c (gtk_menu_class_init), (get_arrows_border),
806         (get_arrows_visible_area), (get_double_arrows),
807         (get_arrows_sensitive_area): Implement GtkMenu::arrow-placement
808         to allow scrolling arrows to be placed at the start, end or both
809         Patch by Tommi Komulainen and myself
810
811 2008-10-08  Christian Dywan  <christian@imendio.com>
812
813         Bug 555387 – Changing the sensitivity of a statusbar
814         mistakenly requires a display
815
816         * gtk/gtkstatusbar.c (set_grip_cursor): Only change the cursor
817         of the resize grip if there is a grip window.
818
819 2008-10-06  Matthias Clasen  <mclasen@redhat.com>
820
821         * gtk/gtktooltip.c (gtk_tooltip_show_tooltip): Avoid unitialized
822         memory warnings from valgrind.
823
824 2008-10-07 11:03:30  Tim Janik  <timj@imendio.com>
825
826         * gtk/gtkbox.h: keep GtkBox as an abstract type and keep _gtk_box_new()
827         as private function until we settle on the exact semantics.
828         renamed _gtk_box_set_old_defaults() as suggested by Mitch.
829
830 2008-10-07  Michael Natterer  <mitch@imendio.com>
831
832         * gtk/gtkbox.c: reindent static prototypes.
833
834 2008-10-07  Michael Natterer  <mitch@imendio.com>
835
836         Bug 553573 – Add orientation API to GtkBox
837
838         * gtk/gtkbox.[hh]: implement the GtkOrientable interface and
839         swallow all code from GtkHBox and GtkVBox. Add gtk_box_new()
840         which takes a GtkOrientation argument. Also move the newly
841         added "spacing_set" boolean from struct GtkBox to the new
842         private struct.
843
844         * gtk/gtkhbox.[ch]
845         * gtk/gtkvbox.[ch]: remove all code except the constructor and
846         call gtk_orientable_set_orientation() in init().
847
848         * gtk/gtk.symbols: add gtk_box_new().
849
850 2008-10-06  Björn Lindqvist  <bjourne@gmail.com>
851
852         Bug 539464 – gtk_cell_view_get_model is missing in GtkCellView
853
854         * gtk/gtkcellview.c (gtk_cell_view_get_model): Add
855         gtk_cell_view_get_model.
856
857 2008-10-06  Matthias Clasen  <mclasen@redhat.com>
858
859         * gtk/gtkprintunixdialog.c (create_main_page): Show the tooltip
860         on the range entry itself, too.
861
862 2008-10-04  Tor Lillqvist  <tml@novell.com>
863
864         Bug 132501 - Make utility window translate to tool window in win32
865
866         Implement the utility window type hint. Such windows are kept on
867         top of other windows of the same process. Makes GIMP's toolbox and
868         dock windows behave more like in GNOME under metacity. Apply the
869         same logic also to windows marked with the dialog window type
870         hint, and windows that are transient for some other window. I'll
871         call such windows "transient-type" below.
872
873         * gdk/win32/gdkevents-win32.c (doesnt_want_key): Drop unused
874         variables.
875
876         (ensure_stacking_on_unminimize)
877         (ensure_stacking_on_window_pos_changing)
878         (ensure_stacking_on_activate_app): New functions to implement the
879         desired stacking order. Make sure that a window that is not
880         transient-type stays below any transient-type windows of the
881         application. When activating a non-transient-type window make sure
882         it rises as high as possible while still staying below the lowest
883         transient-type window.
884
885         (gdk_event_translate): Call above functions on
886         WM_WINDOWPOSCHANGING, WM_ACTIVATEAPP and on WM_SIZE when
887         unminimizing. Improve debugging printout.
888
889         * gdk/win32/gdkwindow-win32.c (get_effective_window_decorations):
890         Handle utility windows like toolbar windows.
891
892         (gdk_window_new_internal) (update_style_bits): Give utility
893         windows the WS_EX_TOOLWINDOW extended style.
894
895         (gdk_window_set_title): If debugging "misc" or "events", make the
896         handle of top-level windows show up in their title bars. Very
897         useful when looking at debugging output.
898
899         (gdk_window_set_transient_for) (gdk_window_set_keep_above)
900         (gdk_window_set_keep_below) (gdk_window_set_modal_hint)
901         (gdk_window_set_skip_taskbar_hint)
902         (gdk_window_set_skip_pager_hint): Add and improve debugging
903         printout.
904
905         (gdk_window_set_type_hint): Print hint symbolically in GDK_NOTE().
906
907 2008-10-04  Tor Lillqvist  <tml@novell.com>
908
909         * gdk/win32/gdkmain-win32.c (_gdk_win32_window_exstyle_to_string)
910         (_gdk_win32_window_pos_bits_to_string): New debugging printout
911         functions. Decode the WS_EX_* and SWP_* bits.
912
913         * gdk/win32/gdkprivate-win32.h: Declare them. Define
914         GDK_DEBUG_MISC_OR_EVENTS for use in GDK_NOTE() to match either
915         "misc" or "events".
916
917 2008-10-03  Matthias Clasen <mclasen@redhat.com>
918
919         * gtk/gtkmodules.c (_gtk_modules_settings_changed): Add some
920         debug output.
921
922 2008-10-02  Matthias Clasen <mclasen@redhat.com>
923
924         Bug 96431 – Can't cut and paste / DND within invisible entry
925
926         * gtk/gtkentry.c: Disable cut, copy and drag out of an invisible
927         entry. Proposed by Owen Taylor
928
929 2008-10-02  Matthias Clasen <mclasen@redhat.com>
930
931         Bug 530575 – GtkEntry with invisible chars has a confused cursor in
932         overwrite mode
933
934         * gtk/gtkentry.c (gtk_entry_draw_cursor): Use the visible text
935         in the layout when positioning the cursor, not the actual text
936         content of the entry. This makes a different when using overwrite
937         mode in an invisible entry. 
938         Problem noticed by Jonathan Blandford
939
940         * gtk/gtktextutil.c: Fix a typo in a comment
941
942 2008-10-02  Christian Persch
943
944         Bug 554704 – gtkfilesystemmodel does too much work
945
946         * gtk/gtkfilesystemmodel.c: Replace g_slist_length()<1 check with a
947         simple NULL check.
948
949 2008-10-02  Christian Persch
950
951         Bug 554701 – filechooser spams console with useless warnings
952
953         * gtk/gtkfilesystem.c.c: Don't warn if the async call was simply
954         cancelled.
955
956 2008-10-02  Christian Persch
957
958         Bug 554698 – mem leak in filechooser
959
960         * gtk/gtkfilechooserdefault.c: Plug a mem leak.
961
962 2008-10-02  Christian Persch
963
964         Bug 554696 – invalid free function used
965
966         * gtk/gtkfilesystemmodel.c: Use the right free func.
967
968 2008-10-02  Christian Persch
969
970         Bug 554691 – mem leak in filechooser
971
972         * gtk/gtkfilesystemmodel.c: Plug a mem leak.
973
974 2008-10-02  Christian Persch
975
976         Bug 554690 – mem leak in filechooser
977
978         * gtk/gtkfilechooserdefault.c: Plug a mem leak.
979
980 2008-10-02  Michael Natterer  <mitch@imendio.com>
981
982         Bug 553585 – Add orientation API to GtkRuler
983
984         * gtk/gtkruler.[ch]: implement the GtkOrientable interface and
985         swallow all code from GtkHRuler and GtkVRuler. Add gtk_ruler_new()
986         which takes a GtkOrientation argument.
987
988         * gtk/gtkhruler.c
989         * gtk/gtkvruler.c: remove all code except the constructor and
990         call gtk_orientable_set_orientation() in init().
991
992         * gtk/gtk.symbols: add gtk_ruler_new().
993
994 2008-10-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>
995
996         * docs/reference/gtk/gtk-sections.txt:
997         * gtk/gtk.symbols:
998         * gtk/gtkselection.c:
999         * gtk/gtkselection.h: Add gtk_selection_data_get_selection to
1000         retrieve the sealed struct field GtkSelectionData.selection.
1001
1002 2008-10-01  Tor Lillqvist  <tml@novell.com>
1003
1004         * gtk/gtkscalebutton.c: Don't #define _GNU_SOURCE on Windows as it
1005         confuses newest mingw headers.
1006
1007 2008-10-01  Tor Lillqvist  <tml@novell.com>
1008
1009         * gdk/win32/gdkkeys-win32.c (gdk_keymap_get_caps_lock_state):
1010         Implement trivially on Windows. Not sure if something more complex
1011         is actually needed, more specifically whether the function needs
1012         to differentiate between "Caps Lock" and "Shift Lock" semantics?
1013
1014 2008-10-01  Simos Xenitellis  <simos@gnome.org>
1015
1016         Bug 554506 – combining diacritics broken, became deadkeys
1017
1018         * gtk/gtkimcontextsimple.c: added check if keysym is greater
1019         than 0x1000000, in this case it is not a dead key.
1020
1021 2008-09-30  Michael Natterer  <mitch@imendio.com>
1022
1023         Bug 553582 – Add orientation API to GtkSeparator
1024
1025         * gtk/gtkseparator.[ch]: implement the GtkOrientable interface and
1026         swallow all code from GtkHSeparator and GtkVSeparator. Add
1027         gtk_separator_new() which takes a GtkOrientation argument.
1028
1029         * gtk/gtkhseparator.c
1030         * gtk/gtkvseparator.c: remove all code except the constructor and
1031         call gtk_orientable_set_orientation() in init().
1032
1033         * gtk/gtk.symbols: add gtk_separator_new().
1034
1035 2008-09-30  Marek Kasik  <mkasik@redhat.com>
1036
1037         Bug 344522 – support non-local destination files (GtkPrint):
1038
1039         * gtk/gtkprintunixdialog.c
1040         * gtk/gtkprinteroptionwidget.c: Process URI instead of filename.
1041         * modules/printbackends/file/gtkprintbackendfile.c: Add ability
1042         to save files on non-local filesystems.
1043
1044 2008-09-30  Michael Natterer  <mitch@imendio.com>
1045
1046         * gtk/gtk.symbols: forgot the G_GNUC_CONST of
1047         gtk_orientable_get_type().
1048
1049 2008-09-30  Michael Natterer  <mitch@imendio.com>
1050
1051         Bug 541009 – Get rid of separate subclasses for horizontal and
1052         vertical orientation:
1053
1054         * gtk/Makefile.am
1055         * gtk/gtk.symbols
1056         * gtk/gtk.h
1057         * gtk/gtkorientable.[ch]: add new interface GtkOrientable which
1058         will be implemented by everything that can switch orientation.
1059
1060 2008-09-30  Christian Dywan  <christian@imendio.com>
1061
1062         Fix a typo in the tutorial.
1063
1064         * docs/tutorial/gtk-tut.sgml: It's mnemonic, not 'mnemnonic'.
1065
1066 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
1067
1068         Bug 553086 – hard to see current immodule
1069
1070         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
1071         Display the actually selected context in the system menuitem.
1072         Complaint by Akira Tagoh.
1073
1074 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
1075
1076         Bug 530568 – Entries with visibility=FALSE should warn for caps-lock
1077         on
1078
1079         * gtk/gtkentry.c: Add a tooltip-like Caps Lock warning for
1080         password entries. The warning is also triggered if an input method
1081         is active. The warning can be turned off using the
1082         GtkEntry::caps-lock-warning property. 
1083         Proposed by Owen Taylor
1084
1085 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
1086
1087         * gtk/gtk.symbols:
1088         * gtk/gtkimmulticontext.[hc] (gtk_im_multicontext_get_context_id): 
1089         Add a getter for the the sealed context_id field.
1090
1091 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
1092
1093         Bug 107000 – Add signals to GdkKeymap for monitoring caps_lock, etc.
1094
1095         * gdk/gdk.symbols:
1096         * gdk/gdkkeys.[ch]: Add a new GdkKeymap::state-changed signal, and
1097         a gdk_keymap_get_caps_lock_state function.
1098
1099         * gdk/x11/gdkkeys-x11.c: Implement it here. For now, only emit
1100         state-changed when caps lock lockedness changes. 
1101
1102         * gdk/x11/gdkdisplay-x11.c: Also select for modifier lock status
1103         changes in the XkbSelectEventDetails call.
1104
1105 2008-09-29  Kristian Rietveld  <kris@imendio.com>
1106
1107         Bug 487624 - Tooltips doesn't get updated if ther's no mouse motion
1108         over widget
1109
1110         * gtk/gtkwidget.c (gtk_widget_set_property): after updating
1111         tooltip text or markup, call gtk_widget_trigger_tooltip_query()
1112         so that existing visible tooltips are updated.
1113
1114 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
1115
1116         Bug 371908 – Password Entry broken
1117         Bug 317002 – Disable input method completely in GtkEntry when it's 
1118         in invisible mode.
1119
1120         * gtk/gtkentry.c (gtk_entry_backspace): Make backspace behave
1121         properly when invisible.
1122
1123         * gtk/gtkentry.c (gtk_entry_create_layout): Show preedit even if
1124         invisible. 
1125
1126         * gtk/gtkentry.c (gtk_entry_set_visibility): Don't disable input
1127         methods when making the entry invisible.
1128         
1129 2008-09-29  Emmanuele Bassi  <ebassi@linux.intel.com>
1130
1131         * gdk/x11/gdkinput.c:
1132         (gdk_device_class_init), (gdk_device_finalize): Correctly chain
1133         up the finalize implementation.
1134
1135 2008-09-29  Richard Hult  <richard@imendio.com>
1136
1137         Bug 554141 – uninitialized data use/free in gtkclipboard-quartz.c
1138
1139         * gtk/gtkclipboard-quartz.c: (gtk_clipboard_wait_for_contents):
1140         Patch from Jon A. Cruz to initialize the allocated selection data.
1141
1142 2008-09-27  Matthias Clasen  <mclasen@redhat.com>
1143
1144         Bug 339367 – Incorrect spotlocation
1145
1146         * modules/input/gtkimcontextxim.c: Correct the spot location
1147         for on-the-spot style.
1148
1149 2008-09-27  Denis Washington  <denisw@svn.gnome.org>
1150
1151         * gtk/gtkiconview.c: only draw keyboard focus when keyboard navigation
1152         is used, like GtkTreeView. (Bug #553575)
1153
1154 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
1155
1156         Bug 552959 – GtkTrayIcon: _NET_SYSTEM_TRAY_VISUAL and real
1157         transparency
1158
1159         * gtk/gtktrayicon-x11.c: Add support for the _NET_SYSTEM_TRAY_VISUAL
1160         property described in
1161         http://lists.freedesktop.org/archives/xdg/2008-September/009919.html
1162         If _NET_SYSTEM_TRAY_VISUAL is a visual with an alpha channel, the 
1163         parent-relative-background hack is skipped and we draw with a real
1164         transparent background.
1165
1166         * gtk/gtkrc.c: Remove the default GtkTrayIcon style, since the
1167         parent-relative background is now set when realizing the tray
1168         icon.
1169
1170         Patch by Owen Taylor
1171
1172 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
1173
1174         Bug 552956 – Should check composite extension version
1175
1176         * gdk/x11/gdkdisplay-x11.c: Check that the version of the
1177         composite extension is at least 0.4.
1178         Patch by Owen Taylor
1179
1180 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
1181         
1182         Bug 553803 – eventually call XCloseDevice on XOpenDevice results
1183
1184         * gdk/x11/gdkinput.c: Add a finalize function for device objects,
1185         and call XCloseDevice there. 
1186
1187         * gdk/x11/gdkinput-x11.c:
1188         * gdk/x11/gdkdisplay-x11.c: Move freeing of device objects to
1189         the finalize function.
1190         Patch by Caolan McNamara
1191         
1192 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
1193
1194         Bug 553578 - tabs are not drawn correctly
1195
1196         * gtk/gtknotebook.c: Track the visibility state of notebook tabs 
1197         between allocations so that we know to redraw the tab labels if 
1198         tabs are hidden and shown without changing position. 
1199         Reported by Marek Kašík, patch by Owen Taylor.
1200
1201 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
1202
1203         Bug 553133 – GtkFileChooser won't ask to mount a volume
1204         Bug 553211 – GtkFileChooserButton unsets filter after first use
1205
1206         * gtk/gtkfilechooserdefault.c (shortcuts_activate_volume): Use
1207         a GtkMountOperation when mounting, so that we get a password
1208         dialog when required.  
1209
1210         * gtk/gtkfilechooserdefault.c (show_and_select_files): Also
1211         get the content-type, since it is used later on. 
1212         Pointed out by Davyd Madeley.
1213
1214 2008-09-26  Cody Russell  <bratsche@gnome.org>
1215
1216         Bug 553917 – Typo in gdkwindow-win32.c
1217
1218         * gdk/win32/gdkwindow-win32.c: Fixed a typo in
1219         update_system_menu().  Changed GDK_DECOR_ALL to GDK_FUNC_ALL.
1220
1221         Reported by Richard Hult
1222
1223 2008-09-25  Marek Kasik  <mkasik@redhat.com>
1224
1225         Bug 553241 – double freed pointer in lpr_write cause firefox3 crash
1226
1227         * modules/printbackends/lpr/gtkprintbackendlpr.c:
1228         The redundant freeing of memory was removed.
1229
1230         Patch by Chris Wang
1231
1232 2008-09-25  Michael Natterer  <mitch@imendio.com>
1233
1234         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
1235         don't unref the file system backend, the newly added
1236         unset_file_system_backend() already does this (bug #553135).
1237
1238 2008-09-24  Michael Natterer  <mitch@imendio.com>
1239
1240         * gtk/gtkeventbox.c: events return gboolean not gint, reindented
1241         static prototypes.
1242
1243 2008-09-24  Johan Dahlin  <johan@gnome.org>
1244
1245         Bug 553385 – gtk-builder-convert creates untranslated combobox models
1246
1247         * gtk/gtk-builder-convert: Set the translatable property on
1248         col tags for converted combos.
1249
1250 2008-09-24  Tor Lillqvist  <tml@novell.com>
1251
1252         * gtk-zip.sh.in: Include all of share/man, lib/pkgconfig,
1253         share/aclocal and share/gtk-doc instead of trying to list
1254         individual files or subdirectories. We had missed gail.pc, for
1255         instance.
1256
1257 2008-09-24  Christian Dywan  <christian@imendio.com>
1258
1259         Bug 538782 – Make GtkMenu's arrow size themable
1260
1261         * gtk/gtkmenu.c (gtk_menu_class_init), (gtk_menu_paint):
1262         Implement "arrow-scaling" style property in GtkMenu.
1263
1264 2008-09-24  Christian Dywan  <christian@imendio.com>
1265
1266         Bug 408244 – add GtkDialog::content-area-spacing
1267
1268         * gtk/gtkbox.c (gtk_box_init), (gtk_box_set_spacing),
1269         (_gtk_box_set_spacing_set), (_gtk_box_get_spacing_set):
1270         * gtk/gtkbox.h:
1271         * gtk/gtkdialog.c (gtk_dialog_class_init), (update_spacings):
1272         Implement "content-area-spacing" style property in GtkDialog
1273         and internal helper _gtk_box_get_spacing_set in GtkBox.
1274         Patch by Tim Janik, Sven Herzberg and myself.
1275
1276 2008-09-24  Christian Dywan  <christian@imendio.com>
1277
1278         Bug 541391 – Unfocussable Treeview swallows focus
1279
1280         * gtk/gtktreeview.c (grab_focus_and_unset_draw_keyfocus),
1281         (gtk_tree_view_focus): Honor GTK_WIDGET_CAN_FOCUS properly
1282
1283 2008-09-24  Denis Washington  <denisw@svn.gnome.org>
1284
1285         * gtk/gtkiconview.c: draw focus as a rectangle around the
1286         complete item, not just the text. (Bug #38254)
1287
1288 2008-09-23  Michael Natterer  <mitch@imendio.com>
1289
1290         * gtk/gtkobject.c
1291         * gtk/gtksignal.[ch]: s/GtkType/GType/ and
1292         s/GtkSignalMarshaller/GSignalCMarshaller/.
1293
1294 2008-09-23  Michael Natterer  <mitch@imendio.com>
1295
1296         * gdk/x11/gdkevents-x11.c (gdk_event_translate): remove unused
1297         variable and fix indentation.
1298
1299 2008-09-23  Michael Natterer  <mitch@imendio.com>
1300
1301         * gtk/gtkclist.h
1302         * gtk/gtkctree.h
1303         * gtk/gtklist.h
1304         * gtk/gtklistitem.h
1305         * gtk/gtkobject.h
1306         * gtk/gtkoldeditable.h
1307         * gtk/gtkpixmap.h
1308         * gtk/gtkpreview.h
1309         * gtk/gtktext.h
1310         * gtk/gtktipsquery.h
1311         * gtk/gtktree.h
1312         * gtk/gtktreeitem.h: get rid of GtkType and GTK_CHECK_FOO() also
1313         in all deprecated headers.
1314
1315 2008-09-22  Matthias Clasen  <mclasen@redhat.com>
1316
1317         Bug 553135 – eog crash: assertion failed. Gtk error:
1318         shortcuts_remove_rows: code should not be reached
1319
1320         * gtk/gtkfilechooserdefault.c: Disconnect from GtkFileSystem 
1321         signals when we are destroyed, in order to avoid nasty surprises.
1322         Patch by Claudio Saavedra
1323
1324 2008-09-22  Emmanuele Bassi  <ebassi@linux.intel.com>
1325
1326         Bug 552789 – Show size column in the search and recently used
1327         files modes
1328
1329         * gtk/gtkfilechooserdefault.c: Display the file size column
1330         when in OPERATION_MODE_SEARCH. This removes a stat() call
1331         and simplifies the code a little bit by changing the query
1332         for file informations for each search engine hit.
1333
1334 2008-09-22  Michael Natterer  <mitch@imendio.com>
1335
1336         * gtk/gtksignal.[ch]
1337         * gtk/gtkclist.c
1338         * gtk/gtklist.c
1339         * gtk/gtkmain.c
1340         * gtk/gtktext.c
1341         * gtk/gtktreeitem.c: use G_CALLBACK and GCallback instead of
1342         GTK_SIGNAL_FUNC and GtkSignalFunc also in deprecated code.
1343
1344 2008-09-22  Frederic Crozat  <fcrozat@mandriva.com>
1345
1346         * gtk/gtkfilesystem.c: use the correct gi18n header.
1347         Fixes bug #553000.
1348
1349 2008-09-22  Michael Natterer  <mitch@imendio.com>
1350
1351         * gtk/gtktoolbar.[ch]: add "Deprecated: 2.4" to all the deprecated
1352         append(), prepend() and insert() functions and recommend to use
1353         gtk_toolbar_insert() instead. Use GCallback instead of
1354         GtkSignalFunc even in deprecated API.
1355
1356 2008-09-20  Matthias Clasen  <mclasen@redhat.com>
1357
1358         * gtk/gtkfilechooserbutton.c (filter_model_visible_func): Don't
1359         leak a GFile.
1360
1361 2008-09-19  Owen Taylor  <otaylor@redhat.com>
1362
1363         Small cleanups to debug messages for GtkPlug/GtkSocket
1364
1365         * gtk/gtksocket-x11.c: Fix debug message to say "Socket" not "Plug"
1366         * gtk/gtkplug-x11.c: Remove excess newlines from the ends of debug
1367         messages.
1368
1369 2008-09-19  Carlos Garnacho  <carlos@imendio.com>
1370
1371         Bug 83935 – GtkEntry's default invisible char should be U+25CF
1372
1373         * gtk/gtkentry.c (find_invisible_char) (gtk_entry_init): Find a
1374         more suitable invisible char than '*' based on the used font.
1375         (gtk_entry_class_init) (gtk_entry_set_property)
1376         (gtk_entry_get_property): Add a "invisible-char-set" property.
1377         (gtk_entry_unset_invisible_char): New function, needed now that the
1378         default invisible char isn't fixed.
1379         * gtk/gtkentry.h:
1380         * gtk/gtk.symbols:
1381         * docs/reference/gtk/gtk-sections.txt: Add the new function.
1382
1383 2008-09-19  Christian Persch  <chpe@gnome.org>
1384  
1385         Bug 552837 – mem leak in gtkimmulticontext
1386  
1387         * gtk/gtkimmulticontext.c: (gtk_im_multicontext_get_slave): Plug mem
1388         leak.
1389  
1390 2008-09-18  Emmanuele Bassi  <ebassi@linux.intel.com>
1391
1392         * gtk/gtkfilechooserdefault.c (settings_save): Save the size column
1393         visibility state with the rest of the FileChooser settings.
1394
1395 2008-09-18  Emmanuele Bassi  <ebassi@linux.intel.com>
1396
1397         Bug 325095 – show a 'size' column
1398
1399         * gtk/gtkfilechooserdefault.c:
1400         * gtk/gtkfilechooserprivate.h: Add a context menu item controlling
1401         the visibility of the file size column. This works only for the
1402         browse mode, and the column is not visible by default.
1403
1404         * gtk/gtkfilechoosersettings.[ch]: Add a ShowSizeColumn key to the
1405         settings file.
1406
1407 2008-09-18  Dominic Lachowicz  <domlachowicz@gmail.com>
1408
1409         * modules/engines/ms-windows/*: Revert most of previous patch, as
1410         it didn't work as expected; Some work toward #531086 - the new
1411         GtkTooltip widget doesn't theme properly on win32. Now, at least
1412         the background color seems okay
1413         
1414 2008-09-18  Dominic Lachowicz  <domlachowicz@gmail.com>
1415
1416         * modules/engines/ms-windows/*: MS Windows style should use
1417         pango_win32_font_description_from_logfont; Allows us to rip out a
1418         lot of potentially buggy code, and also get the font specification
1419         from the XP theme (#434987)
1420         
1421 2008-09-18  Matthias Clasen  <mclasen@redhat.com>
1422
1423         * configure.in: updated version number to 2.15.0 for development.
1424
1425         * ChangeLog.pre-2-14: rotate ChangeLog
1426
1427 === Branch for 2.14 ===