]> Pileus Git - ~andy/gtk/blob - ChangeLog
Updated Korean translation
[~andy/gtk] / ChangeLog
1 2008-08-04  Carlos Garnacho  <carlos@imendio.com>
2
3         * gtk/gtknotebook.c (gtk_notebook_expose): Set drag window background
4         to be the GtkNotebook background color. This is a workaround to
5         prevent black pixels in rounded tabs when reordering. Improves
6         #368234.
7
8 2008-08-04  Carlos Garnacho  <carlos@imendio.com>
9
10         * gtk/gtk.symbols:
11         * gtk/gtkfilechooserbutton.[ch]:
12         * gtk/gtkfilechooserdefault.[ch]:
13         * gtk/gtkfilechooserdialog.[ch]:
14         * gtk/gtkfilechooserwidget.[ch]: Deprecate
15         gtk_file_chooser_*_new_with_backend(), since GIO is already used
16         directly. Fixes #545976.
17
18 2008-08-04  Carlos Garnacho  <carlos@imendio.com>
19
20         * gtk/gtk.symbols:
21         * gtk/gtkfilechooser.[ch]: Make GFile-oriented API public. Fixes
22         #545978.
23         * gtk/gtkfilechooserbutton.c:
24         * gtk/gtkfilechooserdefault.c:
25         * gtk/gtkfilechooserutils.c: Update to use public GFile API.
26
27 2008-08-04  Michael Natterer  <mitch@imendio.com>
28
29         * gtk/Makefile.am: build with GTK_DISABLE_DEPRECATED again.
30
31         Fix pltcheck.sh by restricting the visibility of deprecated
32         symbols to the places where they are actually used:
33
34         * gtk/gtkclist.c
35         * gtk/gtkctree.c
36         * gtk/gtklistitem.c
37         * gtk/gtklist.c
38         * gtk/gtkprogressbar.c
39         * gtk/gtkpixmap.c
40         * gtk/gtkprogress.c: #undef GTK_DISABLE_DEPRECATED and #define
41         __GTK_FOO_C__ on top instead of before including gtkaliasdef.c.
42
43         * gtk/gtkclist.h
44         * gtk/gtkctree.h
45         * gtk/gtklistitem.h
46         * gtk/gtklist.h
47         * gtk/gtkpixmap.h
48         * gtk/gtkprogress.h: make the headers visible if the respective
49         __GTK_FOO_C__ are defined.
50
51 2008-08-04  Michael Natterer  <mitch@imendio.com>
52
53         * gtk/gtkclist.c
54         * gtk/gtklist.c
55         * gtk/gtkoldeditable.c
56         * gtk/gtkpixmap.c
57         * gtk/gtktipsquery.c
58         * gtk/gtktree.c
59         * gtk/gtktreeitem.c: avoid using deprecated GtkWidget API.
60
61 2008-08-04  Michael Natterer  <mitch@imendio.com>
62
63         * gtk/gtkclist.[ch]
64         * gtk/gtkctree.[ch]
65         * gtk/gtkitemfactory.[ch]
66         * gtk/gtkobject.[ch]
67         * gtk/gtksignal.[ch]: s/GtkDestroyNotify/GDestroyNotify/g
68
69 2008-08-04  Sven Neumann  <sven@gimp.org>
70
71         * gtk/gtklinkbutton.c (gtk_link_button_set_uri): update the link
72         color when the "visited" state is changed.
73
74 2008-08-04  Michael Natterer  <mitch@imendio.com>
75
76         * gtk/gtkwindow.c: move the code of the deprecated
77         gtk_window_set_policy() to a new private function
78         gtk_window_set_policy_internal() and call it from
79         gtk_window_set_policy().
80
81         (gtk_window_set_resizable): use the new internal function in order
82         to avoid our own deprecated public API.
83
84 2008-08-04  Michael Natterer  <mitch@imendio.com>
85
86         * gtk/gtkbindings.c: move the code of the deprecated
87         gtk_binding_entry_clear() to a new private function
88         gtk_binding_entry_clear_internal() and call it from
89         gtk_binding_entry_clear().
90
91         (_gtk_binding_entry_add_signall)
92         (gtk_binding_parse_bind): use the new internal function in order
93         to avoid our own deprecated public API.
94
95 2008-08-04  Michael Natterer  <mitch@imendio.com>
96
97         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_font):
98         avoid our own deprecated public API and use
99         gtk_font_selection_get_font_internal() instead of
100         gtk_font_selection_get_font().
101
102         (gtk_font_selection_get_font)
103         (gtk_font_selection_dialog_get_font): Add missing
104         "Deprecated: 2.0" to the api doc comments.
105
106 2008-08-04  Michael Natterer  <mitch@imendio.com>
107
108         * gdk/tests/Makefile.am: add the generated PNGs to CLEANFILES.
109
110 2008-08-04  Tor Lillqvist  <tml@novell.com>
111
112         * configure.in: Set LIB_EXE_MACHINE_FLAG to either X86 or X64 on
113         Windows. AC_SUBST it.
114
115         * gdk/Makefile.am
116         * gtk/Makefile.am: Pass appropriate -machine flag to lib.exe.
117
118 2008-08-04  Tor Lillqvist  <tml@novell.com>
119
120         Bug 544684 - Win64 issue, window handles are assumed to be 32-bit
121
122         * configure.in: On Win64, define GDK_NATIVE_WINDOW_POINTER.
123
124         * gdk/gdkconfig.h.win32: Ditto here.
125
126 2008-08-04  Tor Lillqvist  <tml@novell.com>
127
128         * gtk/gtkstatusicon.c: Fix typo in Win32 and Quartz code:
129         s/gtk_icon_icon_info_load_icon/gtk_icon_info_load_icon/ .
130
131 2008-08-04  Tor Lillqvist  <tml@novell.com>
132
133         * configure.in: Don't bother with the test "if gio can sniff png"
134         if $gio_can_sniff has been already set. Preset it to "no" for
135         Win32. This helps cross-compilation from 32-bit Windows to 64-bit,
136         or from Unix to Windows in general. No idea how this should be
137         handled for cross-compilation in general.
138
139 2008-08-04  Tor Lillqvist  <tml@novell.com>
140
141         * gdk/win32/gdkdisplay-win32.c: Don't bother looking up
142         EnumDisplayMonitors and GetMonitorInfoA dynamically, they are
143         present in NT-based Windows since Windows 2000.
144         (enum_monitor): For some reason the MONITORINFOEX struct in
145         mingw-win64 is different than the proper one as in MSDN and 32-bit
146         mingw, so just copy the proper definition here.
147
148 2008-08-03  Björn Lindqvist  <bjourne@gmail.com>
149
150         Bug 540379 – gtk_tree_view_enable_model_drag_dest and
151         gtk_tree_view_enable_model_drag_source unsets reorderable property
152
153         * gtk/gtktreeview.c: Improve docstrings regarding reorderable
154         property.
155
156 2008-08-03  Matthias Clasen  <mclasen@redhat.com>
157
158         * gdk/x11/gdkapplaunchcontext-x11.c: Support GEmblemedIcon.
159
160 2008-08-03  Matthias Clasen  <mclasen@redhat.com>
161
162         Bug 546128 – Weirz string
163
164         * gtk/gtksettings.c: Add a translator hint.
165         Requested by Ignacio Casal Quinteiro
166
167 2008-08-02  Tor Lillqvist  <tml@novell.com>
168
169         Bug 538686 - gtkprintoperation-win32.c: devmode_from_settings
170
171         * gtk/gtkprintoperation-win32.c (devmode_from_settings): Plug
172         potential leak. Thanks to Morten Welinder.
173
174 2008-08-02  Tor Lillqvist  <tml@novell.com>
175
176         * gtk/gtkprint-win32.c
177         * gtk/gtkprint-win32.h
178         * gtk/gtkprintoperation-win32.c: Cosmetic fixups after patch
179         below.
180
181 2008-08-02  Tor Lillqvist  <tml@novell.com>
182
183         Bug 339699 - implement gtk_print_operation_set_show_dialog for
184         Windows
185         
186         * gtk/gtkprint-win32.c
187         * gtk/gtkprint-win32.h
188         * gtk/gtkprintoperation-win32.c: Patch by ecyrbe@gmail.com.
189
190 2008-08-02  Matthias Clasen  <mclasen@redhat.com>
191         
192         Bug 544302 – GtkStatusIcon should support GIcon
193
194         * gtk/gtk.symbols:
195         * gtk/gtkstatusicon.[hc]: Add GIcon support to GtkStatusIcon.
196         Patch by Christian Dywan
197
198 2008-08-02  Matthias Clasen  <mclasen@redhat.com>
199         
200         Bug 429427 – Add "arrow-spacing" style property to GtkRange
201
202         * gtk/gtkrange.c: Add an arrow-spacing style property.
203         Patch by Carlos Garnacho and Christian Dywan
204
205 2008-08-02  Matthias Clasen  <mclasen@redhat.com>
206
207         Bug 429411 – add style properties to set minimum progressbar 
208         width/height
209
210         * gtk/gtkprogressbar.c: Add style properties for minimum size.
211         Patch by Carlos Garnacho and Christian Dywan
212
213 2008-08-02  Matthias Clasen  <mclasen@redhat.com>
214
215         Bug 526575 – Missing return type in gtk_ui_manager_get_toplevels
216         documentation
217
218         * gtk/gtkuimanager.c (gtk_ui_manager_get_toplevels): Improve
219         the docs.
220
221 2008-08-02  Matthias Clasen  <mclasen@redhat.com>
222
223         Bug 523950 – GtkTreeModelFilter's visible function may get an empty
224         row
225
226         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_set_visible_func):
227         Explain and show how iterators pointing to empty rows should be
228         handled in the visible function. Patch by Björn Lindqvist
229
230 2008-08-02  Matthias Clasen  <mclasen@redhat.com>
231
232         Bug 539733 – No way to control treeview separator height
233
234         * gtk/gtktreeview.c: Respect the wide-separators and
235         separator-height style properties when drawing separators.
236         Patch by Christian Dywan
237
238 2008-08-02  Matthias Clasen  <mclasen@redhat.com>
239
240         Bug 65818 – rename gtk_window_set_default() and add getter for it
241
242         * gtk/gtk.symbols:
243         * gtk/gtkwindow.[hc]: Rename gtk_window_get_default to
244         gtk_window_get_default_widget. Patch by Christian Dywan
245
246 2008-08-02  Matthias Clasen  <mclasen@redhat.com>
247
248         Bug 344383 – use po/LINGUAS
249
250         * po/LINGUAS: New file, to make translators happy.
251         * configure.in: Use po/LINGUAS
252         * po/Makefile.in.in: Add po/LINGUAS to DISTFILES
253         Patch by Claude Paroz
254
255 2008-08-02  Matthias Clasen  <mclasen@redhat.com>
256
257         * gdk/gdkapplaunchcontext.c: Improve the docs
258
259 2008-08-01  Claudio Saavedra  <csaavedra@igalia.com>
260
261         Bug 545931 – small documentation typos
262
263         * gtk/gtkcomboboxentry.c: Fix some typos in the documentation.
264
265 2008-08-01  Hans Breuer  <hans@breuer.org>
266
267         * gdk/makefile.msc : build gdkwindowimpl
268
269         * gtk/gtkwidget.c : fix c99ism - declaration needs to be at the
270         start of a block
271
272         * tests/makefile.msc : update
273
274 2008-07-31  Cody Russell  <bratsche@gnome.org>
275
276         Bug 56070 – Can't click button after setting it sensitive.
277
278         * gtk/gtkwidget.[ch]
279         * gtk/gtkwindow.c
280         * gtk/gtkmain.c
281         * gtk/gtkbutton.c
282         * gtk/gtkprivate.h
283         * gdk/gdkevents.h: Synthesize crossing events events where necessary.
284
285         * gtk/tests/crossingevents.c: Add unit tests for crossing events.
286
287         Big thanks to Ed Catmur, Matthias Clasen, and everyone else who
288         has worked on and helped out with this.
289
290 2008-07-31  Matthias Clasen  <mclasen@redhat.com>
291
292         Bug 424207 – printing hangs on unreachable cups server
293
294         * modules/printbackends/cups/gtkcupsutils.[hc]: Implement a
295         non-blocking test for reachability of the cups server.
296
297         * modules/printbackends/cups/gtkprintbackendcups.c: Don't block
298         while trying to get the default printer. Patch by Marek Kasik.
299
300 2008-07-31  Matthias Clasen  <mclasen@redhat.com>
301
302         * modules/input/gtkimcontextmultipress.c: Use a second-granularity
303         timer for automatic commit.
304
305         * gtk/gtkclipboard.c (gtk_clipboard_store): Use a second-grandularity
306         timer for the store timeout.
307
308 2008-07-31  Matthias Clasen  <mclasen@redhat.com>
309
310         * gdk/gdk.[hc]:
311         * gdk/gdk.symbols: Complete the set of thread-safe timeout function
312         with second-granularity versions. Patch by Marek Kasik.
313
314 2008-07-30  Tor Lillqvist  <tml@novell.com>
315
316         * gtk/gtkprintoperation-win32.c: Fix problems in handling custom
317         paper sizes. The DEVMODE::dmPaperWidth and dmPaperLength are in
318         tenths of a millimeter, and the RECT passed to CreateEnhMetaFile()
319         is in hundredths of a millimeter. Patch by Sven Neumann.
320
321 2008-07-28  Matthias Clasen  <mclasen@redhat.com>
322
323         * gtk/gtktreemodel.c: Small doc improvements.
324
325 2008-07-28  Matthias Clasen  <mclasen@redhat.com>
326
327         * configure.in: Bump GLib requirement to 2.17.5 for GEmblemedIcon
328
329         * gtk/gtkicontheme.c: Support rendering GEmblemedIcons.
330
331 2008-07-27  Sven Herzberg  <sven@imendio.com>
332
333         Bug 544863 – gtkquartz.h not included in released 2.13.5 package
334
335         * gtk/Makefile.am: explicitly include the moved header in EXTRA_DIST
336
337 2008-07-25  Murray Cumming  <murrayc@murrayc.com>
338
339         * gtk/gtkstatusicon.c (gtk_status_icon_class_init):
340         Documented the activate and popup-menu signals as being for use 
341         by applications and language bindings, though they are G_SIGNAL_ACTION, 
342         as stated in bug #361561.
343
344 2008-07-24  Sebastien Bacher  <seb128@ubuntu.com>
345
346         * modules/printbackends/cups/gtkprintbackendcups.c:
347         (cups_printer_get_options): don't try free gettext() values,
348         fix a printing dialog crasher (bug 544390)
349
350 2008-07-24  Cody Russell  <bratsche@gnome.org>
351
352         Bug 544510 – SetTimer callback signatures has the wrong type
353
354         * gdk/win32/gdkevents-win32.c: Fix modal_timer_proc() and
355         sync_timer_proc() to use UINT_PTR for the 'id' parameter
356         instead of 'id'.  Patch by Richard Hult.
357
358 2008-07-23  Matthias Clasen  <mclasen@redhat.com>
359
360         Bug 543915 – "Sole completion" translation issue
361
362         * gtk/gtkfilechooserentry.c: Add translator hints to a
363         bunch of strings. Requested by Andre Klapper
364
365 2008-07-23  Matthias Clasen  <mclasen@redhat.com>
366
367         Bug 544265 – GDK assumes XFIXES extension
368
369         * gdk/x11/gdkcursor-x11.c (_gdk_x11_cursor_update_theme):
370         Only call XFixes functions if the server has the extension.
371         Reported by Ian Turner.
372
373 2008-07-22  Matthias Clasen  <mclasen@redhat.com>
374
375         * configure.in: Compare two content types, not content type
376         and mime type.
377
378 2008-07-22  Sven Herzberg  <sven@imendio.com>
379
380         Fix svn:ignore and the include condition
381
382         * gdk/tests/check-gdk-cairo.c: ifndef => ifdef
383
384 2008-07-22  Tor Lillqvist  <tml@novell.com>
385
386         * configure.in: Workaround for what apparently is a bug in MSYS:
387         returning -1 from main() is misinterpreted as exit status 0, so
388         make sure we return 0 or 1. (The net effect of the bug was that no
389         image loading worked on Windows.)
390
391 2008-07-22  Sven Herzberg  <sven@imendio.com>
392
393         Add a test for my fixes from July 20th.
394
395         * configure.in: create gdk/tests/Makefile
396         * gdk/Makefile.am: include the tests subfolder
397         * gdk/tests/Makefile.am: create and run my test
398         * gdk/tests/check-gdk-cairo.c (test), (main): the test that I wrote
399         (passes at least for x11 and quartz backends)
400
401 2008-07-22  Frederic Crozat  <fcrozat@mandriva.com>
402
403         * gdk/x11/gdkscreen-x11.c: Don't use RandR 1.2
404         if driver is detected as randr12_compat (ie X driver
405         is not RandR 1.2 compliant). Fixes multihead with 
406         such drivers. Bug #543317.
407
408 2008-07-21  Matthias Clasen  <mclasen@redhat.com>
409
410         * configure.in: Default to linking against Xinerama again,
411         so that we can fallback to Xinerama when broken X drivers
412         make Xrandr useless. Sigh.
413
414 2008-07-21  Matthias Clasen  <mclasen@redhat.com>
415
416         * configure.in: Bump version
417
418         * === Released 2.13.5 ===
419
420 2008-07-21  Matthias Clasen  <mclasen@redhat.com>
421
422         * gtk/gtktestutils.c:
423         * gtk/gtkscalebutton.c:
424         * gtk/gtkmessagedialog.c:
425         * gtk/gtkmenu.c:
426         * gtk/gtkcontainer.c:
427         * gtk/gtkcolorseldialog.c:
428         * gtk/gtkaccelgroup.c:
429         * gtk/gtkentry.c:
430         * gtk/gtkfontsel.c: Fix some doc problems.
431
432 2008-07-21  Michael Natterer  <mitch@imendio.com>
433
434         * gtk/gtkbox.c (gtk_box_add): use gtk_box_pack_start() instead of
435         the deprecated gtk_box_pack_start_defaults().
436
437         * gtk/gtkbindings.c (gtk_binding_entry_add_signal)
438         (gtk_binding_parse_signal): use _gtk_binding_entry_add_signall()
439         instead of the deprecated gtk_binding_entry_add_signall().
440
441 2008-07-21  Emmanuele Bassi  <ebassi@gnome.org>
442
443         * gtk/gtkrecentmanager.c:
444         (recent_app_info_new), (recent_app_info_free): Use GSlice to
445         allocate the application data for recently used resources;
446         do not call time() to initialize the timestamp, as it will
447         be overwritten anyway later. (#535223, Michael Meeks)
448
449 2008-07-21  Kristian Rietveld  <kris@gtk.org>
450
451         Bug 543989 - Crash in gtk_tree_view_size_allocate_columns
452
453         * gtk/gtktreeview.c (gtk_tree_view_size_allocate_columns): check
454         for width_changed != NULL.  (Patch by Josselin Mouette).
455
456 2008-07-21  Michael Natterer  <mitch@imendio.com>
457
458         Bug 442042 – GtkScaleButton is too limited
459
460         * tests/testvolumebutton.c: forgot to commit code that tests
461         toggling the button's orientation. Also fixes the file's coding
462         style.
463
464 2008-07-21  Cody Russell  <bratsche@gnome.org>
465
466         Bug 153567 – Repaint glitches in widgets
467
468         * gdk/win32/gdkevents-win32.c: Set a sync timer when
469         we receive WM_SYNCPAINT, and RedrawWindow() once
470         the timer expires.
471
472 2008-07-21  Michael Natterer  <mitch@imendio.com>
473
474         * gtk/gtktoolbar.c (gtk_toolbar_class_init): use the simpler
475         g_signal_override_class_handler() instead of
476         g_signal_override_class_closure().
477
478         * gtk/gtktextview.c (gtk_text_view_class_init): ditto.
479
480         (gtk_text_view_compat_move_focus): chain up using
481         g_signal_chain_from_overridden_handler() instead of the generic
482         g_signal_chain_from_overridden() which needs manual fiddling with
483         millions of GValues.
484
485 2008-07-21  Michael Natterer  <mitch@imendio.com>
486
487         * gtk/gtkuimanager.c: remove redundant include.
488
489 2008-07-21  Michael Natterer  <mitch@imendio.com>
490
491         * gtk/gtkbindings.[ch]: remove _gtk_binding_signal_new().
492
493         * gtk/gtkfilechooserdefault.c
494         * gtk/gtkmenu.c
495         * gtk/gtkmenushell.c
496         * gtk/gtkscalebutton.c
497         * gtk/gtktextview.c
498         * gtk/gtktoolbar.c
499         * gtk/gtkwidget.c: use g_signal_new_class_handler() instead. Add
500         some missing I_() to the signal names.
501
502 2008-07-21  Michael Natterer  <mitch@imendio.com>
503
504         * gtk/gtkspinbutton.c: remove g_return_if_fail() from private
505         functions and virtual function implementations. Some minor
506         cleanups.
507
508 2008-07-20  Andre Klapper  <a9016009@gmx.de>
509
510         Bug 543915 - translation issues
511
512         * modules/printbackends/cups/gtkprintbackendcups.c:
513         Add translator comments for several strings.
514
515 2008-07-20  Sven Herzberg  <sven@imendio.com>
516
517         reviewed by: Richard Hult
518
519         Fixes #543868: GdkPixmap is upside down on quartz
520
521         * gdk/quartz/gdkdrawable-quartz.c (gdk_quartz_draw_drawable): flip the
522         coordinate space from GTK+ orientation to CoreGraphics orientation
523         before calling CoreGraphics code
524         * gdk/quartz/gdkgc-quartz.c (gdk_quartz_draw_tiled_pattern): drop the
525         coordinate space flipping (we always get it right, now)
526         * gdk/quartz/gdkpixmap-quartz.c
527         (gdk_pixmap_impl_quartz_get_context): flip the coordinate space when
528         creating the CGContextRef
529
530 2008-07-20  Sven Herzberg  <sven@imendio.com>
531
532         reviewed by: Richard Hult
533
534         Extracted the CGContextRef creation into a virtual function of
535         GdkDrawableImplQuartz; implement get_context() for GdkPixmap and
536         GdkWindow
537
538         * gdk/quartz/gdkdrawable-quartz.c
539         (gdk_quartz_drawable_get_context): dropped the different
540         implementations; forward to the virtual function now
541         * gdk/quartz/gdkdrawable-quartz.h: added the virtual function
542         * gdk/quartz/gdkpixmap-quartz.c
543         (gdk_pixmap_impl_quartz_get_context),
544         (gdk_pixmap_impl_quartz_class_init): implemented get_context()
545         * gdk/quartz/gdkwindow-quartz.c
546         (gdk_window_impl_quartz_get_context),
547         (gdk_window_impl_quartz_class_init): implemented get_context()
548
549 2007-08-19  Matthias Clasen  <mclasen@redhat.com>
550
551         * NEWS: Updates
552
553 2007-08-18  Matthias Clasen  <mclasen@redhat.com>
554
555         Bug 543545 – GtkAssistant crashes when gtk_widget_hide() is called
556         inside "apply" signal handler
557
558         * gtk/gtkassistant.c: Don't emit signals with extra parameters.
559         Patch by Antti Kaijanmäki
560
561 2007-08-18  Matthias Clasen  <mclasen@redhat.com>
562
563         Bug 543217 – GTK application crashed with directfb backend
564
565         *  gdk/directfb/gdkvisual-directfb.c: Avoid a crash in
566         _gdk_visual_init().  Patch by Huimin He.
567
568 2008-07-18  Federico Mena Quintero  <federico@novell.com>
569
570         * gtk/updateiconcache.c (build_cache): If the resulting cache file
571         would be empty, erase the old cache file as well as the temporary file.
572
573 2008-07-18  Federico Mena Quintero  <federico@novell.com>
574
575         * demos/gtk-demo/changedisplay.c (find_toplevel_at_pointer): Don't
576         do funny casts to avoid compiler warnings.
577
578         * demos/gtk-demo/textview.c (easter_egg_callback): Likewise.
579
580         * gtk/gtkmain.c (rewrite_event_for_grabs, gtk_get_event_widget): Likewise.
581
582         * gtk/gtkmodules.c (load_module): Likewise.
583
584         * gtk/gtkselection.c (gtk_selection_convert): Likewise.
585
586         * gtk/gtktipsquery.c (gtk_tips_query_event): Likewise.
587
588         * gtk/queryimmodules.c (query_module): Likewise.
589
590         * tests/testgtk.c (create_gridded_geometry, create_key_lookup)
591         (find_widget_at_pointer): Likewise.
592
593 2008-07-08  Matthias Clasen  <mclasen@redhat.com>
594
595         * modules/printbackends/cups/gtkprintbackendcups.c: Add a forgotten
596         hunk of the previous commit.
597
598 2008-07-18  Sven Herzberg  <sven@imendio.com>
599
600         Make aliasfilecheck.sh pass for the quartz backend, too.
601
602         * gtk/Makefile.am: don't include gtkquartz.h in the list of c files
603
604 2008-07-17  Runa Bhattacharjee <runabh@gmail.com>
605
606         * configure.in: Added Pashto (ps) to ALL_LINGUAS
607
608 2008-07-15  Paolo Borelli  <pborelli@katamail.com>
609
610         Bug 447998 - GtkBuilder does not support building parts of the xml tree
611
612         * gtk/gtkbuilder.c:
613         * gtk/gtkbuilder.h:
614         * gtk/gtkbuilderprivate.h:
615         * gtk/gtkbuilderparser.c:
616         * gtk/gtk.symbols:
617         Add two new functions that allow cherry picking and construct
618         objects from a ui description file or string.
619
620         * gtk/tests/builder.c: tests for the above.
621
622 2008-07-15  Paolo Borelli  <pborelli@katamail.com>
623
624         * gtk/tests/builder.c: fix up broken test (cellview has no "clicked"
625         signal) case and plug a couple of leaks.
626
627 2008-07-15  Matthias Clasen  <mclasen@redhat.com>
628
629         Bug 543244 – crashes when renaming a bookmark
630
631         * gtk/gtkfilesystem.c (_gtk_file_system_set_bookmark_label): Don't
632         free a GFile. Reported by Sebastien Bacher
633
634 2008-07-15  Matthias Clasen  <mclasen@redhat.com>
635
636         Bug 339591 – Detect list of availible cover pages
637
638         Patch by Marek Kasik:
639         * modules/printbackends/cups/gtkprintbackendcups.c: Get the list of
640         available cover pages and the default front and back cover pages 
641         from the cups server.
642
643 2008-07-15  Matthias Clasen  <mclasen@redhat.com>
644
645         Bug 384940 – handle rejecting jobs and authentication meaningfully
646
647         Patch by Marek Kasik, icons by Mike Langlie:
648         * gtk/gtk.symbols:
649         * gtk/gtkprintbackend.h:
650         * gtk/gtkprinter.[hc]: Add new paused and accepting-jobs properties
651         and getters/setters.
652
653         * gtk/gtkstock.h:
654         * gtk/gtkiconfactory.c:
655         * gtk/Makefile.am:
656         * gtk/stock-icons/{16,24}/gtk-print-paused.{png,svg}: New icon.
657
658         * modules/printbackends/cups/gtkprintbackendcups.c: 
659         * gtk/gtkprintunixdialog.c: Handle paused and job-rejecting 
660         printers.
661
662 2008-07-15  Matthias Clasen  <mclasen@redhat.com>
663
664         * configure.in: Add a test to see if GIO can sniff image data,
665         this should make gdk-pixbuf use its own sniffing again, on OS X.
666
667 2008-07-15  Xavier Claessens  <xclaesse@gmail.com>
668
669         Bug 542523 – GtkTextTag should handle setting properties to NULL
670
671         * gtk/gtktexttag.c (gtk_text_tag_set_property): Unset the color when
672         setting it to NULL instead of displaying a warning.
673
674 2008-07-15  Matthias Clasen  <mclasen@redhat.com>
675
676         Bug 479780 – Bookmarks in left pane of FileChooser cannot be renamed
677
678         * gtk/gtkfilechooserdefault.c (shortcuts_build_popup_menu):
679         Call shortcuts_check_popup_sensitivity() every time the
680         menu is popped up. Problem reported by Hong Jen Yee
681         
682 2008-07-15  Matthias Clasen  <mclasen@redhat.com>
683
684         Bug 488766 – GtkFileChooserButton doesn't clear icon after
685         gtk_file_chooser_unselect_all
686
687         * gtk/gtkfilechooserbutton.c (update_label_and_image): Unset
688         the image when the label is set to "(None)". Reported by
689         Neil Roberts
690
691         * tests/testfilechooserbutton.c: Add an "Unselect all" button.
692
693 2008-07-15  Matthias Clasen  <mclasen@redhat.com>
694
695         Bug 507394 – mem leak from gtk_selection_add_targets
696
697         * gtk/gtkoldeditable.c: Free target lists in finalize.
698         Reported by Christian Persch
699
700 2008-07-14  Matthias Clasen  <mclasen@redhat.com>
701
702         * gtk/gtk.symbols:
703         * gtk/gtktypeutils.[hc]: Complete the deprecation of gtk_type_class.
704
705 2008-07-14  Matthias Clasen  <mclasen@redhat.com>
706
707         * gtk/gtklabel.c: Trivial doc fix.
708
709 2008-07-14  Matthias Clasen  <mclasen@redhat.com>
710
711         Bug 542853 – jasper test fails due to incomplete library arguments
712
713         * configure.in: Add -ljpeg when checking for jasper.
714         Reported by Mike Calmus
715
716 2008-07-14  Matthias Clasen  <mclasen@redhat.com>
717
718         * gtk/Makefile.am: Add some missing stock-icons. Noticed by Marek 
719         Kasik.
720
721 2008-07-11  Kristian Rietveld  <kris@gtk.org>
722
723         Bug 316087 - Resizing columns is chaotic
724
725         * gtk/gtktreeprivate.h: add new member fields.
726
727         * gtk/gtktreeview.c (gtk_tree_view_init), (validate_row): set post
728         validation flag,
729         (gtk_tree_view_size_allocate_columns): rework the size allocation
730         mechanism to only recalculate the expand values if the width of the
731         widget, content or the column configuration has changed,
732         (gtk_tree_view_size_allocate): move call to size_allocate_columns()
733         to before the adjustment updates so the proper width is used after
734         we updated it,
735         (gtk_tree_view_button_press), (gtk_tree_view_motion_resize_column):
736         use the column width minus the expand value for the resized width,
737         (gtk_tree_view_move_column_after): update call to
738         gtk_tree_view_size_allocate_columns().
739
740         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_expand): set use
741         resized width to FALSE.
742
743         * tests/Makefile.am:
744         * tests/testtreecolumnsizing.c: new interactive test program
745         for testing column resizing with different column configurations.
746
747 2008-07-11  Simos Xenitellis  <simos@gnome.org>
748
749         * gtk/compose-parse.py:
750         * gtk/gtkimcontextsimple.c:
751         Fixed typo for the name of Markus Kuhn, issue mentioned 
752         in bug #321896 (comment 61).
753         
754 2008-07-11  Simos Xenitellis  <simos@gnome.org> 
755
756         Bug 334418 – Support easy input of ellipsis
757
758         * gtk/gtkimcontextsimpleseqs.h: Fixed 18 compose sequences
759         that listed the wrong codepoint.  Reported by Wouter Bolsterlee.
760
761 2008-07-03  Murray Cumming  <murrayc@murrayc.com>
762
763         * gtk/gtkwidget.c (gtk_widget_set_property):  tooltip-text and 
764         tooltip-markup properties: Interpret an empty string as a NULL 
765         string because an empty tooltip is silly. This will help 
766         language bindings that do not bother to have the two types of 
767         empty/null strings.
768         Bug #541399.
769
770 2008-07-10  Matthias Clasen  <mclasen@redhat.com>
771
772         Bug 542234 – iconview a11y implementation segfaults
773
774         * gtk/gtkiconview.c: Fix a segfault in the a11y code.
775         Patch by Li Yuan.
776
777 2008-07-08  Christian Neumair  <cneumair@gnome.org>
778
779         * gtk/gtkuimanager.c (update_node):
780         Skip update of accelerator child node if it has no associated action.
781         Fixes #541950.
782
783 2008-07-07  Cody Russell  <bratsche@gnome.org>
784
785         Bug 541964 – [Win32] Setting modal hint to current value might confuse the stack
786
787         * gdk/win32/gdkwindow-win32.c: Check if the value is the same as the
788         existing modal hint value before setting it.
789
790 2008-07-07  Cody Russell  <bratsche@gnome.org>
791
792         Bug 540994 – [Win32] Some windows don't appear at the top when created
793
794         * gdk/win32/gdkwindow-win32.c: Raise the window when setting it modal.
795
796         I actually already committed this one by accident, probably when I committed
797         #541305, but just wanted to document it here in the ChangeLog.
798
799 2008-07-07  Johan Dahlin  <johan@gnome.org>
800
801         * gtk/tests/builder.c (test_cell_view):
802         Add a test case for 528845.
803
804 2008-07-07  Tor Lillqvist  <tml@novell.com>
805
806         * gdk/win32/gdkwindow-win32.c
807         (gdk_window_foreign_new_for_display): Need to initialise
808         private->impl here, too.
809
810 2008-07-07  Michael Natterer  <mitch@imendio.com>
811
812         * gtk/gtkfilesystem.c: include the two needed headers instead of
813         <gtk/gtk.h>.
814
815 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
816
817         Bug 528845 – segv from GtkBuilder on attempting <accelerator> under
818         GtkCellView
819
820         * gtk/gtkcellview.c: Don't blindly chain up in the buildable
821         implementation.  Reported by Kevin Ryde.
822
823 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
824
825         Bug 469068 – clarify gdk_cairo_create()
826
827         * gdk/gdkcairo.c (gdk_cairo_create): Add a note that cairo
828         contexts cannot be cached for handling expose events.
829         Proposed by Behdad Esfahbod.
830
831 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
832
833         Bug 507953 – gtk_tree_view_set_tooltip_column() shows markups
834
835         * gtk/gtktreeview.c (gtk_tree_view_set_tooltip_column): Mention
836         that the tooltip is set as markup. Proposed by Czirkos Zoltan.
837
838 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
839
840         Bug 510225 – gtk_widget_get_composite_name retval should be freed
841
842         * gtk/gtkwidget.c (gtk_widget_get_composite_name): Clarify the
843         docs. Pointed out by Wolfgang Oertl
844
845 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
846
847         Bug 531129 – gtk_style_copy() does not include a return value or 
848         description
849
850         * gtk/gtkstyle.c: Document gtk_style_copy.
851
852 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
853
854         Bug 541540 – Dead link to pkg-config site in GTK+ online FAQ
855         Bug 513580 – Broken link in GTK+ FAQ
856
857         * docs/faq/gtk-faq.sgml: Remove or update some outdated links.
858
859 2008-07-07  Christian Dywan  <christian@imendio.com>
860
861         * gtk/gtkcontainer.c (gtk_container_add_with_properties): Remove
862         erroneously added g_return_if_fail (bug #541811).
863
864 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
865
866         Bug 343663 – source-buffer highlighting highlights "char" in
867         gtk_text_iter_forward_char
868
869         * demos/gtk-demo/*.c: Fix up the handrolled hilighting a bit.
870
871 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
872
873         Bug 327582 – Incomplete docs for GtkSettings::gtk-icon-sizes
874         
875         * gtk/gtksettings.c: Improve the documentation of the
876         gtk-icon-sizes setting. Proposed by Tommi Komulainen.
877
878 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
879
880         Bug 539248 – gtk_calender_query_tooltip calls ->detail_func with
881         invalid dates
882
883         * gtk/gtkcalendar.c (gtk_calendar_query_tooltip):
884         Check that the cursor is over a valid date before retrieving
885         its details.  Patch by Chris Wilson
886
887 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
888
889         Bug 493008 – gdk_screen_get_window_stack is not 64-bit-compatible
890
891         * gdk/x11/gdkscreen-x11.c (gdk_screen_get_window_stack): Fix
892         64-bit brokenness. Reported by Christian Hammond.
893
894 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
895
896         Bug 541645 – gtkfilechooserdefault segfaults when bookmark does not
897         contain ://
898
899         * gtk/gtkfilechooserdefault.c (_gtk_file_chooser_label_for_file):
900         Be more robust. Reported by  Jelte van der Hoek
901
902 2008-07-06  Matthias Clasen  <mclasen@redhat.com>
903
904         Bug 540917 – deprecate pack_start_defaults()
905
906         * gtk/gtk.symbols:
907         * gtk/gtkbox.[hc]: Deprecated gtk_box_pack_{start,end}_defaults.
908         Proposed by Owen Taylor
909
910 2008-07-05  Matthias Clasen  <mclasen@redhat.com>
911
912         * configure.in: Bump version
913
914 2008-07-05  Matthias Clasen  <mclasen@redhat.com>
915
916         * === Released 2.13.4 ===
917
918 2008-07-05  Michael Natterer  <mitch@imendio.com>
919
920         * gtk/gtk.symbols: move gtk_draw_insertion_cursor() out of the
921         deprecated section because it isn't deprecated.
922
923 2008-07-05  Michael Natterer  <mitch@imendio.com>
924
925         * gtk/gtkprogressbar.c: remove #if HAVE_CONFIG_H and clean up
926         other include weirdness in this file.
927
928 2008-07-05  Matthias Clasen  <mclasen@redhat.com>
929
930         * NEWS: Updates
931
932 2008-07-04  Matthias Clasen  <mclasen@redhat.com>
933
934         * gtk/gtkiconview.c:
935         * gtk/gtkfontsel.c:
936         * gtk/gtkscalebutton.c: Small doc fixes.
937
938 2008-07-04  Matthias Clasen  <mclasen@redhat.com>
939
940         * gdk/gdkevents.c:
941         * gdk/x11/gdktestutils-x11.c: Small doc fixes
942
943 2008-07-04  Matthias Clasen  <mclasen@redhat.com>
944
945         * gtk/tests/defaultvalue.c: Omit some more untestable properties.
946
947         * gtk/gtkmenu.c: Fix the initial value of the monitor property.
948
949         * gtk/gtkentry.c: Fix the property getter for text-length property.
950
951         * gtk/gtkaccelgroup.c: Fix default value for modifier-mask property.
952
953 2008-07-04  Matthias Clasen  <mclasen@redhat.com>
954
955         * gtk/gtkmenu.c: Debork the attach-widget property.
956
957 2008-07-04  Michael Natterer  <mitch@imendio.com>
958
959         Fix make check:
960
961         * gtk/Makefile.am: remove GTK_DISABLE_DEPRECATED from INCLUDES
962         again :-(
963
964         * gtk/gtkclist.c
965         * gtk/gtkcombo.c
966         * gtk/gtkctree.c
967         * gtk/gtklist.c
968         * gtk/gtklistitem.c
969         * gtk/gtknotebook.c
970         * gtk/gtkobject.c
971         * gtk/gtkoldeditable.c
972         * gtk/gtkpixmap.c
973         * gtk/gtktext.c
974         * gtk/gtktipsquery.c
975         * gtk/gtktree.c
976         * gtk/gtktreeitem.c: don't #define it again before including
977         gtkalias.h after it has been #undef'ed before.
978
979 2008-07-04  Michael Natterer  <mitch@imendio.com>
980
981         * gtk/gtkentry.c (_gtk_entry_reset_im_context): set need_im_reset
982         to FALSE instead of 0.
983
984 2008-07-04  Michael Natterer  <mitch@imendio.com>
985
986         Allocate with GSlice:
987
988         * gtk/gtkassistant.c: GtkAssistantPage
989         * gtk/gtkcellview.c: GtkCellViewCellInfo
990         * gtk/gtkentry.c: GtkEntryPasswordHint, PopupInfo
991         * gtk/gtkfilefilter.c: FilterRule
992         * gtk/gtknotebook.c: GtkNotebookPage
993
994 2008-07-04  Michael Natterer  <mitch@imendio.com>
995
996         * gtk/gtkcombobox.c: allocate ComboCellInfo with GSlice.
997
998 2008-07-04  Michael Natterer  <mitch@imendio.com>
999
1000         * gtk/gtkprintoperation.c (print_pages): change "error_dialog"
1001         variable to GtkWidget fo fix two warnings.
1002
1003 2008-07-04  Michael Natterer  <mitch@imendio.com>
1004
1005         Bug 539944 – Add GtkScaleButton API so struct fields can be marked
1006         as private
1007
1008         * gtk/gtk.symbols
1009         * gtk/gtkscalebutton.[ch]: add gtk_scale_button_get_plus_button()
1010         and _get_minus_button(). Patch by Christian Dywan.
1011
1012 2008-07-04  Matthias Clasen  <mclasen@redhat.com>
1013
1014         * gtk/gtkscalebutton.c:
1015         * gdk/gdk.symbols: 
1016         * gdk/gdkwindowimpl.c: Fix make check.
1017
1018 2008-07-03  Matthias Clasen  <mclasen@redhat.com>
1019
1020         Bug 540618 – gtk_menu_shell_select_first prints warning on GtkMenubar
1021         constructed using GtkUIManager
1022
1023         * gtk/gtkmenuitem.c: Fall back to the default positioning when
1024         the menuitem is not realized. Patch by Björn Lindqvist.
1025
1026 2008-07-03  Matthias Clasen  <mclasen@redhat.com>
1027
1028         Bug 540612 – mem leak in filechooser
1029
1030         * gtk/gtkfilesystem.c (get_volumes_list): Fix a memory leak.
1031         Patch by Christian Persch.
1032
1033 2008-07-04  Tor Lillqvist  <tml@novell.com>
1034
1035         Bug 540861 - invalid UTF-8 in input device name
1036
1037         * gdk/win32/gdkinput-win32.c: Fetch the device and cursor names in
1038         Unicode, and convert to UTF-8 for the GdkDevice's name field.
1039
1040 2008-07-03  Matthias Clasen  <mclasen@redhat.com>
1041
1042         Bug 538863 – Fixes assertion on entering empty folder
1043
1044         * gtk/gtkfilechooserdefault.c (browse_files_select_first_row): Don't
1045         select the first row if the folder is empty.
1046         Patch by Olle Bergkvist.
1047
1048 2008-07-03  Matthias Clasen  <mclasen@redhat.com>
1049
1050         Bug 540915 – GtkBuilder sets properties in reverse order
1051
1052         * gtk/gtkbuilderparser.c (parse_custom): Set properties in the order 
1053         in which they are specified in the xml file.  
1054
1055 2008-07-03  Matthias Clasen  <mclasen@redhat.com>
1056         
1057         Bug 539944 – Add GtkScaleButton API so struct fields can be marked as
1058         private
1059
1060         * gtk/gtk.symbols:
1061         * gtk/gtkscalebutton.[hc] (gtk_scale_button_get_popup): Add an
1062         accessor for the popup. Patch by Christian Dywan
1063
1064 2008-07-03  Matthias Clasen  <mclasen@redhat.com>
1065
1066         Bug 535498 – Printing demo broken
1067
1068         * demos/gtk-demo/printing.c: Use monospace as font name, 
1069         not mono. Also use the right advance when moving from line to line.
1070         Patch by Yevgen Muntyan.
1071
1072 2008-07-03  Matthias Clasen  <mclasen@redhat.com>
1073
1074         Bug 538547 – Update doc-shooter in gtk documentation
1075
1076         * docs/tools/Makefile.am:
1077         * docs/tools/folder.png:
1078         * docs/tools/gnome.png: New images
1079
1080         * docs/tools/widgets.c: Use the new images.
1081         Patch by Baptiste Mille-Mathias.
1082
1083 2008-07-03  Michael Natterer  <mitch@imendio.com>
1084
1085         * gtk/gtkscalebutton.c: remove "_from_bindings" suffix from the
1086         names of binding signal implementations.
1087
1088 2008-07-03  Li Yuan  <li.yuan@sun.com>
1089
1090         * gail-uninstalled.pc.in:
1091         Bug #536430. Add libgailutil.la into gail-uninstalled.pc.in.
1092
1093 2008-07-03  Cody Russell  <bratsche@gnome.org>
1094
1095         Bug 540529 – Remove all GIMP references
1096
1097         * gtk+-2.0.pc.in:
1098         * gdk-2.0.pc.in:
1099         * gtk+-unix-print-2.0.pc.in:
1100         * gtk+-2.0-uninstalled.pc.in:
1101         * gdk-2.0-uninstalled.pc.in: Changed GIMP Toolkit to say
1102         GTK+ Graphical UI Library in the pkg-config files.
1103
1104 2008-07-02  Cody Russell  <bratsche@gnome.org>
1105
1106         Bug 541305 – [Win32] Scrolling was broken after GdkWindow refactoring
1107
1108         * gdk/win32/gdkwindow-win32.c: Reverted some logic so that scrolling
1109         works again.
1110
1111         * gdk/win32/gdkgeometry-win32.c: Removed some more unnecessary checks.
1112         * gdk/win32/gdkkeys-win32.c: Removed unused variable to fix compile-time
1113         warnings.
1114
1115 2008-07-02  Cody Russell  <bratsche@gnome.org>
1116
1117         Bug 541249 – [Win32] Fix some internal static methods
1118
1119         * gdk/gdkwindow-win32.c: Make the interface implementation methods
1120         static.
1121
1122 2008-07-02  Michael Natterer  <mitch@imendio.com>
1123
1124         Bug 537591 – Don't hardcode minimum width of menuitems
1125
1126         * gtk/gtkmenuitem.c: applied patch from Christian Dywan which
1127         introduces a "width-chars" style property which replaces the
1128         hardcoded minimum width of menuitems with submenu. Patch
1129         extracted from Maemo-GTK+.
1130
1131 2008-07-02  Michael Natterer  <mitch@imendio.com>
1132
1133         * gtk/gtkfilechooserdefault.c: remove some of the million includes.
1134
1135 2008-07-02  Kristian Rietveld  <kris@imendio.com>
1136
1137         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_class_init):
1138         Since s/2.16/2.14/ for the new gicon property.
1139
1140 2008-07-02  Kristian Rietveld  <kris@imendio.com>
1141
1142         Bug 455268 - Add gtk-enable-tooltips GtkSetting
1143
1144         * gtk/gtk.symbols:
1145         * gtk/gtktoolbar.[ch] (gtk_toolbar_[gs]et_tooltips): deprecated.
1146
1147         * gtk/gtksettings.c: introduce gtk-enable-tooltips XSetting.
1148
1149         * gtk/gtktooltip.c (_gtk_tooltip_handle_event): take the newly
1150         introduced XSetting into account.
1151
1152         * demos/gtk-demo/appwindow.c: don't use the now deprecated
1153         gtk_toolbar_set_tooltips().
1154
1155 2008-07-02  Cody Russell  <bratsche@gnome.org>
1156
1157         Bug 541162 – [Win32] Update for the new GdkWindowImpl stuff
1158
1159         * gdk/win32/gdkprivate-win32.h:
1160         * gdk/win32/gdkgeometry-win32.c:
1161         * gdk/win32/gdkevents-win32.c:
1162         * gdk/win32/gdkwindow-win32.c: Update Win32 backend according to
1163         the newly refactored GdkWindow code.
1164         
1165 2008-07-01  Cody Russell  <bratsche@gnome.org>
1166
1167         Bug 539164 – Windows' System Menu blocks main loop
1168
1169         * gdk/win32/gdkevents-win32.c: Use a modal timer proc in between
1170         receiving WM_ENTERMENULOOP and WM_EXITMENULOOP and pump the
1171         GLib mainloop from there.
1172
1173 2008-07-01  Richard Hult  <richard@imendio.com>
1174
1175         Some aftermath from the window impl cleanups:
1176
1177         * gdk/quartz/gdkwindow-quartz.c:
1178         (gdk_window_merge_child_input_shapes): Rename and export again.
1179         (gdk_window_quartz_get_offsets): Make static.
1180
1181 2008-07-01  Michael Natterer  <mitch@imendio.com>
1182
1183         * gtk/gtkscalebutton.h: forgot to commit the header, fixed now.
1184
1185 2008-07-01  Matthias Clasen  <mclasen@redhat.com>
1186
1187         539790 – [PATCH] Please add three new settings to GtkSettings
1188
1189         * gdk/x11/gdksettings.c: 
1190         * gtk/gtksettings.c: Add event sound settings.
1191         Patch by Lennart Poettering.
1192
1193 2008-07-01  Matthias Clasen  <mclasen@redhat.com>
1194
1195         Bug 434535 – printoperation's create_surface doesn't check temp file
1196         creation for success
1197
1198         Patch by Marek Kasik:
1199
1200         * gtk/gtkprintoperation-unix.c
1201         (_gtk_print_operation_platform_backend_create_preview_surface): 
1202         Handle failure to create temp file by returning NULL.
1203
1204         * gtk/gtkprintoperation.c (gtk_print_operation_preview_handler):
1205         Return FALSE if surface creation fails.
1206
1207         (print_pages): If the preiew signal is not handled, show an
1208         error dialog.
1209
1210 2008-07-01  Michael Natterer  <mitch@imendio.com>
1211
1212         Bug 442042 – GtkScaleButton is too limited
1213
1214         * gtk/gtkscalebutton.[ch]: turn "orientation" into a normal
1215         property that can be changed at any time after widget
1216         creation. Add public API for it.
1217
1218         * gtk/gtk.symbols: add gtk_scale_button_get/set_orientation.
1219
1220 2008-06-30  Michael Natterer  <mitch@imendio.com>
1221
1222         Some unrelated cleanups found while reviewing
1223         the offscreen window patch:
1224
1225         * gdk/gdkwindow.c: add missing Since: 2.14 to the redirection
1226         functions, fix some function header indentation, update
1227         documentation of redirect_to_drawable().
1228
1229         * gdk/x11/gdkwindow-x11.c
1230         * gdk/x11/gdkpixmap-x11.c: fix function header
1231         formatting/indentation.
1232
1233         * gtk/gtkwidget.c: use I_() on "damage_event".
1234
1235 2008-06-30  Michael Natterer  <mitch@imendio.com>
1236
1237         * gdk/gdkinternals.h: remove duplicate declaration of
1238         _gdk_window_new().
1239
1240 2008-06-30  Michael Natterer  <mitch@imendio.com>
1241
1242         * gdk/Makefile.am: reorder source lists alphabetically.
1243
1244 2008-06-30  Matthias Clasen  <mclasen@redhat.com>
1245
1246         Bug 540310 – Avoid unnecessary repaints when resizing GtkWindow
1247
1248         * gtk/gtkwindow.c: Avoid unnecessary redraws when resizing.
1249         Patch by Owen Taylor
1250
1251 2008-06-29  Behdad Esfahbod  <behdad@gnome.org>
1252
1253         Bug 530255 – GtkAboutDialog cuts off comments label
1254         Followup patch from  Jan Arne Petersen
1255
1256         * gtk/gtklabel.c (gtk_label_get_layout_offsets): Ensure layout.
1257
1258 2008-06-28  Michael Natterer  <mitch@imendio.com>
1259
1260         * gtk/gtkselection.h: properly indent the newly added
1261         GtkSelectionData accessors. Some newlines can't hurt either.
1262
1263 2008-06-27  Mikael Hallendal  <micke@imendio.com>
1264
1265         * gtk/gtkbox.c (gtk_box_pack): Removed accidental empty row.
1266
1267 2008-06-27  Mikael Hallendal  <micke@imendio.com>
1268
1269         * gtk/gtkbox.c (gtk_box_pack, gtk_box_pack_start, gtk_box_pack_end):
1270         Factored out gtk_box_pack from gtk_box_pack_start and use it from both
1271         pack_start and pack_end in order to reduce the code duplication.
1272
1273 2008-06-27  Michael Natterer  <mitch@imendio.com>
1274
1275         Bug 442042 – GtkScaleButton is too limited
1276
1277         * gtk/gtkscalebutton.c (gtk_scale_button_init): set the name
1278         "gtk-scalebutton-popup-window" on the popup window so it is
1279         properly themeable.
1280
1281 2008-06-27  Kristian Rietveld  <kris@imendio.com>
1282
1283         * gdk/quartz/gdkgeometry-quartz.c:
1284         * gdk/quartz/gdkwindow-quartz.c:
1285         * gdk/quartz/gdkprivate-quartz.h: adapt to use GdkWindowImpl
1286         interface.
1287
1288 2008-06-27  Carlos Garnacho  <carlos@imendio.com>
1289
1290         * gtk/gtkrecentmanager.c (get_icon_for_mime_type): Fix two potential
1291         critical warnings. Bug #539470.
1292
1293 2008-06-27  Emmanuele Bassi  <ebassi@gnome.org>
1294
1295         Abstract some GdkWindow API into an interface that the backends
1296         must implement. (based on a patch by Alex Larsson)
1297
1298         * gdk/Makefile.am: Add gdkwindowimpl.[ch]
1299
1300         * gdk/gdk.symbols: Move symbols around.
1301
1302         * gdk/gdkinternals.h:
1303         * gdk/gdkwindowimpl.[ch]: Move some of the GdkWindow API we require
1304         from the backends to a GInterface that the backends should implement
1305         instead.
1306
1307         * gdk/gdkwindow.c: Provide some of the GdkWindow public API as a
1308         wrapper call around the GdkWindowImpl interface vtable.
1309
1310         * gdk/x11/gdkevents-x11.c:
1311         * gdk/x11/gdkgeometry-x11.c:
1312         * gdk/x11/gdkprivate-x11.h:
1313         * gdk/x11/gdkwindow-x11.c:
1314         * gdk/x11/gdkwindow-x11.h: Update the X11 backend to implement
1315         the GdkWindowImpl interface.
1316
1317 2008-06-27  Martyn Russell  <martyn@imendio.com>
1318
1319         Bug 540318 - Invalid URL
1320         
1321         * gtk/gtkcontainer.c: (gtk_container_add): Fixed the FAQ location
1322         in the warning produced here.
1323
1324 2008-06-27  Michael Natterer  <mitch@imendio.com>
1325
1326         Bug 442042 – GtkScaleButton is too limited
1327
1328         * gtk/gtkscalebutton.c: add "orientation" property. Make sure the
1329         stuff that is part of the public API continues to be created in
1330         init() to stay compatible. Move creating of the popup scale to
1331         constructor(). Add an internal HScale class. Changed popup
1332         positioning for horizontal scales accordingly.
1333
1334 2008-06-26  Michael Natterer  <mitch@imendio.com>
1335
1336         * gtk/gtkscalebutton.c
1337         * gtk/gtkvolumebutton.c: remove redundant init() and class_init()
1338         prototypes, remove redundant includes, remove a little trailing
1339         whitespace.
1340
1341 2008-06-26  Richard Hult  <richard@imendio.com>
1342
1343         * gtk/gtkclipboard-quartz.c: (gtk_clipboard_wait_for_contents):
1344         * gtk/gtkquartz.c:
1345         (_gtk_quartz_get_selection_data_from_pasteboard),
1346         (_gtk_quartz_set_selection_data_for_pasteboard): Patch from
1347         Christian Dywan to clean up selection data setting.
1348
1349 2008-06-26  Richard Hult  <richard@imendio.com>
1350
1351         * gtk/gtkdnd-quartz.c (gtk_drag_begin_internal): Don't use
1352         deprecated function gtk_widget_ref, replace with g_object_ref.
1353
1354 2008-06-26  Michael Natterer  <mitch@imendio.com>
1355
1356         * gtk/gtkfilesystem.c: #include "config.h"
1357
1358 2008-06-26  Carlos Garnacho  <carlos@imendio.com>
1359
1360         * gtk/gtkfilechooserdefault.c
1361         (gtk_file_chooser_default_get_current_folder): current_folder can be
1362         NULL here, do not try to reference it (Bug #540235)
1363         (gtk_file_chooser_default_get_files): Deal better with
1364         gtk_file_chooser_default_get_current_folder() being able to return
1365         NULL.
1366
1367 2008-06-26  Michael Natterer  <mitch@imendio.com>
1368
1369         * gtk/gtktextutil.c (_gtk_text_util_append_special_char_menuitems):
1370         allocate the GtkTextUtilCallbackInfo structs with GSlice.
1371
1372 2008-06-25  Michael Natterer  <mitch@imendio.com>
1373
1374         * gtk/gtktypeutils.h: there is no reason to include
1375         <gtk/gtktypebuiltins.h> in the middle of the file, move it to top,
1376         replacing the <glib-object.h> include. Also move the remaining few
1377         non-deprecated things to the top and move some deprecated things
1378         around to clean up the mess with too many deprecated sections even
1379         more.
1380
1381 2008-06-24  Michael Natterer  <mitch@imendio.com>
1382
1383         * gtk/gtktypeutils.h: deprecate gtk_type_init() unconditionally
1384         (also for GTK_COMPILATION). Move some deprecated typedefs around
1385         to reduce the mess with zillions of deprecated sections.
1386
1387         * gtk/gtkmain.c (do_post_parse_initialization): replace the call
1388         to gtk_type_init() by g_type_init() and gtk_object_get_type() even
1389         though the latter is probably completely pointless.
1390
1391 2008-06-24  Michael Natterer  <mitch@imendio.com>
1392
1393         * gtk/gtkdialog.c (gtk_dialog_init): also revert change in how
1394         the dialog's vbox was added (bug #539732).
1395
1396 2008-06-24  Carlos Garnacho  <carlos@imendio.com>
1397
1398         * gtk/gtkdialog.[ch]: Remove container implementation, which isn't
1399         thought for handling non-direct children. Fixes #539732.
1400         (gtk_dialog_pack_start) (gtk_dialog_pack_end): Removed as well, it
1401         doesn't provide enough control to API users (removing, reordering...),
1402         this is better handled through:
1403         (gtk_dialog_get_content_area): New function which just returns
1404         dialog->vbox.
1405         * gtk/gtk.symbols: Modify accordingly.
1406         * docs/reference/gtk/tmpl/gtkdialog.sgml: Update docs to recommend
1407         using gtk_dialog_get_[action|content]_area() instead of accessing
1408         dialog struct members directly.
1409
1410 2008-06-24  Michael Natterer  <mitch@imendio.com>
1411
1412         * gtk/gtkassistant.h
1413         * gtk/gtkcellrenderer.h
1414         * gtk/gtkfilechooserentry.h
1415         * gtk/gtkprivate.h
1416         * gtk/gtktooltip.h
1417         * gtk/gtktreeview.h
1418         * gtk/gtkwindow.h: no need to include gtkwidget.h or gtkobject.h
1419         if there is any other widget included, they all have to include
1420         their respective parent classes (the is-a relation works for
1421         includes too).
1422
1423 2008-06-24  Michael Natterer  <mitch@imendio.com>
1424
1425         * gtk/gtktextutil.h: remove includes from this internal header.
1426
1427         * gtk/gtktextutil.c: include gtktextbuffer.h before gtktextutil.h.
1428
1429 2008-06-23  Michael Natterer  <mitch@imendio.com>
1430
1431         * gtk/gtkinvisible.h: formatting.
1432
1433 2008-06-23  Michael Natterer  <mitch@imendio.com>
1434
1435         * gtk/gtkaction.h
1436         * gtk/gtkbuildable.h
1437         * gtk/gtkbuilderprivate.h
1438         * gtk/gtkcelllayout.h
1439         * gtk/gtkentrycompletion.h
1440         * gtk/gtkfilechoosersettings.h
1441         * gtk/gtkfilesystem.h
1442         * gtk/gtkfilesystemmodel.h
1443         * gtk/gtkicontheme.h
1444         * gtk/gtklinkbutton.h
1445         * gtk/gtkpagesetup.h
1446         * gtk/gtkpapersize.h
1447         * gtk/gtkprintcontext.h
1448         * gtk/gtkprintoperation.h
1449         * gtk/gtkprintoperationpreview.h
1450         * gtk/gtkprintsettings.h
1451         * gtk/gtkrecentchooserprivate.h
1452         * gtk/gtkrecentmanager.h
1453         * gtk/gtksearchengine.h
1454         * gtk/gtktexttag.h
1455         * gtk/gtktreeselection.h
1456         * gtk/gtktreeviewcolumn.h
1457         * gtk/gtkuimanager.h: remove redundant inclusion of <glib.h> and
1458         <glib-object.h>. There is no point in relying on them being pulled
1459         in by other headers in some places and placing them explicitly in
1460         other places, so choose the "as little includes as possible"
1461         approach and get rid of them.
1462
1463 2008-06-23  Kristian Rietveld  <kris@imendio.com>
1464
1465         * gdk/gdkenumtypes.h.template:
1466         * gdk-pixbuf/gdk-pixbuf-enum-types.h.template:
1467         * gtk/gtktypebuiltins.h.template:
1468         * perf/typebuiltins.h.template: do not hard code the prefix of the
1469         enum, use @ENUMPREFIX@ instead (you need an up to date glib for this).
1470
1471 2008-06-23  Michael Natterer  <mitch@imendio.com>
1472
1473         * gtk/gtkmountoperation.h
1474         * gtk/gtktestutils.h
1475         * gtk/gtkshow.[ch]: remove as many includes as possible from these
1476         new files. They can't be included individually, so nothing can break.
1477
1478 2008-06-22  Michael Natterer  <mitch@imendio.com>
1479
1480         * gtk/gtkaccelgroup.c: use g_param_spec_flags(), not enum() when
1481         registering the "modifier-mask" property.
1482
1483 2008-06-21  Johan Dahlin  <jdahlin@async.com.br>
1484
1485     * *.[ch]: Include "config.h" instead of <config.h>
1486         Command used:
1487         find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g'
1488         Rubberstamped by Mitch and Tim
1489
1490 2008-06-21  Carlos Garnacho  <carlos@imendio.com>
1491
1492         Bug 539466 – GtkMenuShell API/ABI break in trunk.
1493
1494         * gtk/gtkmenushell.h: Fix API/ABI break, two guint fields had
1495         different name and packing width.
1496
1497 2008-06-21  Johan Dahlin  <jdahlin@async.com.br>
1498
1499         * gtk/gtkiconcachevalidator.c (check_pixel_data): Cast to guint8* to avoid
1500         a compiler warning.
1501
1502 2008-06-21  Michael Natterer  <mitch@imendio.com>
1503
1504         * gdk/gdkapplaunchcontext.h: remove redundant include, fix
1505         indentation, replace header by a GDK copyright header (don't say
1506         "The Gnome Library"), remove trailing whitespace.
1507
1508 2008-06-21  Hans Breuer  <hans@breuer.org>
1509
1510         * gtk/gtkprintoperation-win32.c(1713) : fix 'function' : incompatible 
1511         types - from 'struct _cairo *' to 'struct _cairo_surface *' by
1512         passing the surface to cairo_surface_show_page(), not the context
1513         * gtk/gtkprintoperation-win32.c(866) : get rid of warning C4018: 
1514         '<' : signed/unsigned mismatch by using guint for the loop
1515
1516         * gtk/gtkmenu.c(gtk_menu_get_property) : property 'menu::active' is 
1517         an uint, gtk_menu_get_active() returns the widget pointer. Convert
1518         the latter to the former by calculating the index in menu::children
1519         Also fix some occurences of g_return_if_fail() where 
1520         g_return_val_if_fail() was meant
1521
1522 2008-06-21  Björn Lindqvist  <bjourne@gmail.com>
1523
1524         Bug 539363 – Segfault when creating GtkPlugs
1525
1526         * gtk/gtkplug.c (gtk_plug_class_init): Spaces not allowed in
1527         property names. "socket window" => "socket-window"
1528
1529 2008-06-20  Jody Goldberg <jody@gnome.org>
1530
1531         * gtk/gtkprintoperation-win32.c (gtk_print_run_page_setup_dialog) : 
1532           Fix life cycle to avoid crash. [#536966]
1533
1534 2008-06-20  Hans Breuer  <hans@breuer.org>
1535
1536         * gtk/gtkmenuitem.c gtk/gtkmessagedialog.c gtk/gtkplug.c : must return
1537         a value of the appropriate type with g_return_val_if_fail
1538         
1539         * gdk/gdkconfig.h.win32 : add the GSEAL definition here as well
1540
1541         * gtk/gtkfilesystem.c : don't add the "File System" on win32
1542
1543         * tests/makefile.msc : remove broken autotestfile(system|chooser) 
1544         from build
1545
1546 2008-06-20  Johan Dahlin  <jdahlin@async.com.br>
1547
1548         * gtk/gtkbutton.c: Document a style property
1549
1550         * gtk/gtkeditable.c: Document and use - instead of _ in signal names.
1551
1552         * gtk/gtkbutton.c:
1553         * gtk/gtkcolorsel.c:
1554         * gtk/gtkentry.c:
1555         * gtk/gtkitemfactory.c:
1556         * gtk/gtknotebook.c:
1557         Fix up deprecated markup syntax. Add version numbers and
1558         a message on the remaning ones.
1559
1560 2008-06-20  Mikael Hallendal  <micke@imendio.com>
1561
1562         * tests/testthreads.c: Use g_signal_connect instead of
1563         gtk_signal_connect.
1564
1565         * demos/testgtk/main.c: switched to use GSignal instead of GtkSignal.
1566         While the code is not built, people may still look at it.
1567
1568 2008-06-20  Kjartan Maraas  <kmaraas@gnome.org>
1569
1570         reviewed by: <Carlos Garnacho <garnacho@gnome.org>
1571
1572         * gtk/gtkbuilder.h:
1573         * gtk/gtkliststore.h:
1574         * gtk/gtkobject.h:
1575         * gtk/gtktextchild.h:
1576         * gtk/gtktreemodelfilter.h:
1577         * gtk/gtktreemodelsort.h:
1578         * gtk/gtktreestore.h:
1579         #include <gdkconfig.h> not <gdk/gdkconfig.h>
1580
1581 2008-06-20  Martyn Russell  <martyn@imendio.com>
1582
1583         * gtk/gtkaccelgroup.c: Fix warnings from calling
1584         g_object_notify() on a GtkAccelGroup without casting to a
1585         GObject.
1586
1587 2008-06-20  Johan Dahlin  <jdahlin@async.com.br>
1588
1589         * gtk/gtkcolorsel.c: Modernize and order things as most
1590         other objects. Defines at the top, class init before init
1591         before gobject methods before object method before widget
1592         methods. No changes to the logic done.
1593
1594 2008-06-20  Martyn Russell  <martyn@imendio.com>
1595
1596         * gtk/gtkaccelgroup.c: Don't call g_object_notify() with
1597         properties that don't exist. Also, make sure we notify for
1598         the "is-locked" property.
1599
1600 2008-06-20  Johan Dahlin  <jdahlin@async.com.br>
1601
1602         * gtk/gtklayout.c (enum): Remove left-over unused property enum.
1603
1604 2008-06-20  Johan Dahlin  <jdahlin@async.com.br>
1605
1606         * gtk/gtkscalebutton.c: Fix gtk-doc syntax, add missing trailing colon.
1607
1608         * gtk/gtk.symbols: Add all newly added accessors so abicheck.sh passes
1609
1610         * gtk/gtkwidget.c (gtk_widget_get_allocation): Initialize the
1611         allocation to avoid compiler warnings
1612
1613 2008-06-20  Michael Natterer  <mitch@imendio.com>
1614
1615         * gtk/gtkaccellabel.h
1616         * gtk/gtkactiongroup.h
1617         * gtk/gtkalignment.h
1618         * gtk/gtkarrow.h
1619         * gtk/gtkaspectframe.h
1620         * gtk/gtkbin.h
1621         * gtk/gtkhandlebox.h
1622         * gtk/gtkprogressbar.h
1623         * gtk/gtkrange.h
1624         * gtk/gtkscale.h
1625         * gtk/gtkscalebutton.h
1626         * gtk/gtkselection.h: fix some formatting and spacing uglyness
1627         that got merged from the GSEAL branch.
1628
1629 2008-06-20  Johan Dahlin  <jdahlin@async.com.br>
1630
1631         * gtk/gtk.symbols:
1632         * gtk/gtkmessagedialog.c (gtk_message_dialog_get_image):
1633         * gtk/gtkmessagedialog.h:
1634         Add missing accessor for sealed field GtkMessageDialog->image.
1635
1636 2008-06-20  Michael Natterer  <mitch@imendio.com>
1637
1638         * gtk/gtkprinter.h: the GSEAL branch added two includes for no
1639         reason.
1640
1641 2008-06-20  Johan Dahlin  <jdahlin@async.com.br>
1642
1643         * gtk/gtkaccelgroup.c:
1644         * gtk/gtkcolorseldialog.c:
1645         * gtk/gtkcontainer.c:
1646         * gtk/gtkdialog.c:
1647         * gtk/gtkentry.c (gtk_entry_class_init):
1648         * gtk/gtkfontsel.c:
1649         * gtk/gtkhandlebox.c:
1650         * gtk/gtklayout.c:
1651         * gtk/gtkmenu.c (gtk_menu_class_init):
1652         * gtk/gtkmenuitem.c (gtk_menu_item_class_init):
1653         * gtk/gtkplug.c (gtk_plug_class_init):
1654         * gtk/gtkselection.c:
1655         * gtk/gtksocket.c:
1656         * gtk/gtktreeselection.c:
1657         * gtk/gtkwidget.c (gtk_widget_class_init):
1658         * gtk/gtkwindow.c:
1659         Add missing Since: gtk-doc markup for newly added GSEAL API.
1660         Change all Since: GSEAL-branch to Since: 2.14.
1661
1662 2008-06-20  Michael Natterer  <mitch@imendio.com>
1663
1664         * gtk/gtkaccelgroup.[ch]: fix some formatting and whitespace in
1665         the code merged from the GSEAL branch.
1666
1667 2008-06-20  Michael Natterer  <mitch@imendio.com>
1668
1669         * gtk/gtkdialog.[ch] (gtk_dialog_get_action_area): change return
1670         value from GtkHButtonBox to GtkWidget.
1671
1672 2008-06-20  Michael Natterer  <mitch@imendio.com>
1673
1674         * gtk/gtkhandlebox.h (struct _GtkHandleBox): deuglify formatting
1675         of sealed fields.
1676
1677 2008-06-20  Michael Natterer  <mitch@imendio.com>
1678
1679         * gtk/gtkwindow.[ch]
1680         * gtk/gtk.symbols: rename gtk_window_group_get_windows() to
1681         gtk_window_group_list_windows().
1682
1683 2008-06-20 12:35:20 +0200 Tim Janik
1684
1685         * Fixed wrongly resolved merge conflicts.
1686
1687 2008-06-19 19:01:41 +0200 Carlos Garnacho
1688
1689         Add gtk_window_group_get_windows().
1690
1691         * gtk/gtk.symbols:
1692         * gtk/gtkwindow.[ch] (gtk_window_group_get_windows): New function.
1693
1694 2008-06-19 18:39:47 +0200 Carlos Garnacho
1695
1696         Document gtk_dialog_get_action_area(), gtk_dialog_pack_start() and gtk_dialog_pack_end()
1697
1698         * gtk/gtkdialog.c: Add missing documentation for new fucntions.
1699
1700 2008-06-19 18:38:35 +0200 Carlos Garnacho
1701
1702         Document gtk_container_get_focus_child().
1703
1704         * gtk/gtkcontainer.c: Add documentation for gtk_container_get_focus_child().
1705
1706 2008-06-19 13:50:06 +0200 Christian Dywan
1707
1708         Add gtk_plug_get_socket_window
1709
1710 2008-06-19 13:11:52 +0200 Christian Dywan
1711
1712         Remove superflous gtkselection accessors and merge _get_data
1713
1714 2008-06-13 15:56:51 +0200 Christian Dywan
1715
1716         Implement gtk_selection_get_display, style fixes
1717
1718 2008-06-13 15:45:00 +0200 Christian Dywan
1719
1720         Fix indentation of a comment.
1721
1722 2008-06-13 15:10:08 +0200 Christian Dywan
1723
1724         Change docs and signature of gtk_widget_get_allocation
1725
1726 2008-06-13 14:22:17 +0200 Christian Dywan
1727
1728         Remove unneeded GtkColorSelectionDialog accessors
1729
1730 2008-06-13 12:57:54 +0200 Christian Dywan
1731
1732         Fix documentaion of gtk_menu_item_get_accel_path
1733
1734 2008-06-11 13:49:34 +0200 Christian Dywan
1735
1736         Fix gtk_widget_get_allocation
1737
1738 2008-06-07 15:37:18 +0200 Carlos Garnacho
1739
1740         Switch to "guint GSEAL (foo) : width;" when packing fields in guints.
1741
1742         * gtk/gtkbox.h:
1743         * gtk/gtkbutton.h:
1744         * gtk/gtkcellrenderer.h:
1745         * gtk/gtkcellrenderertext.h:
1746         * gtk/gtkcheckmenuitem.h:
1747         * gtk/gtkcontainer.h:
1748         * gtk/gtkentry.h:
1749         * gtk/gtkhandlebox.h:
1750         * gtk/gtkimcontextsimple.h:
1751         * gtk/gtklabel.h:
1752         * gtk/gtkliststore.h:
1753         * gtk/gtkmenu.h:
1754         * gtk/gtkmenuitem.h:
1755         * gtk/gtkmenushell.h:
1756         * gtk/gtknotebook.h:
1757         * gtk/gtkpaned.h:
1758         * gtk/gtkplug.h:
1759         * gtk/gtkprintjob.h:
1760         * gtk/gtkprogressbar.h:
1761         * gtk/gtkrange.h:
1762         * gtk/gtkscale.h:
1763         * gtk/gtkscrolledwindow.h:
1764         * gtk/gtksizegroup.h:
1765         * gtk/gtksocket.h:
1766         * gtk/gtkspinbutton.h:
1767         * gtk/gtkstatusbar.h:
1768         * gtk/gtktable.h:
1769         * gtk/gtktearoffmenuitem.h:
1770         * gtk/gtktextbuffer.h:
1771         * gtk/gtktextview.h:
1772         * gtk/gtktogglebutton.h:
1773         * gtk/gtktoolbar.h:
1774         * gtk/gtktreestore.h:
1775         * gtk/gtktreeviewcolumn.h:
1776         * gtk/gtkwindow.h: Do not specify width inside GSEAL() when packing fields in guints.
1777
1778 2008-06-06 19:02:17 +0200 Christian Dywan
1779
1780         Seal GtkWidget
1781
1782 2008-06-06 17:58:21 +0200 Christian Dywan
1783
1784         Seal GtkSelectionData
1785
1786 2008-06-06 17:57:23 +0200 Christian Dywan
1787
1788         Fix GtkDialog, don't add vbox via gtk_container_add.
1789
1790 2008-06-06 13:39:34 +0200 Kristian Rietveld
1791
1792         Make GtkCellRenderer::editing read-only.  (Catched by Matthias)
1793
1794 2008-06-03 09:11:50 +0200 Kristian Rietveld
1795
1796         Seal GtkTextView.
1797
1798 2008-05-30 16:48:12 +0100 Martyn Russell
1799
1800         Seal GtkFontSelection & GtkFontSelectionDialog
1801
1802 2008-05-29 10:35:29 +0200 Kristian Rietveld
1803
1804         Seal GtkTearoffMenuItem.
1805
1806         (the torn_off field is for internal state keeping, you can retrieve
1807         the value from the parent menu's tearoff_state).
1808
1809 2008-05-27 18:34:12 +0200 Christian Dywan
1810
1811         Seal GtkObject
1812
1813 2008-05-27 18:17:44 +0200 Christian Dywan
1814
1815         Seal GtkRange
1816
1817 2008-05-27 15:10:02 +0200 Christian Dywan
1818
1819         Seal GtkPlug
1820
1821 2008-05-27 14:17:45 +0200 Christian Dywan
1822
1823         Seal GtkMenuItem
1824
1825 2008-05-27 14:04:31 +0200 Christian Dywan
1826
1827         Seal GtkMenuShell
1828
1829 2008-05-27 12:40:08 +0200 Christian Dywan
1830
1831         Seal GtkInputDialog
1832
1833 2008-05-27 12:39:49 +0200 Christian Dywan
1834
1835         Seal GtkIMMultiContext
1836
1837 2008-05-27 12:39:17 +0200 Christian Dywan
1838
1839         Seal GtkIMContextSimple
1840
1841 2008-05-27 12:14:53 +0200 Christian Dywan
1842
1843         Seal GtkImage
1844
1845 2008-05-27 11:14:21 +0200 Christian Dywan
1846
1847         Seal GtkSocket
1848
1849 2008-05-27 10:54:20 +0200 Christian Dywan
1850
1851         Fix the build by including gdkconfig.h in gtkprinter.h.
1852
1853 2008-05-27 10:38:02 +0200 Christian Dywan
1854
1855         Seal GtkGammaCurve
1856
1857 2008-05-27 10:20:56 +0200 Christian Dywan
1858
1859         Seal GtkHandleBox
1860
1861 2008-05-26 17:58:19 +0200 Kristian Rietveld
1862
1863         Seal GtkInvisible.
1864
1865 2008-05-26 17:54:56 +0200 Kristian Rietveld
1866
1867         Seal GtkPrintJob.
1868
1869 2008-05-26 17:48:23 +0200 Kristian Rietveld
1870
1871         Seal GtkTextBuffer.
1872
1873 2008-05-26 17:39:38 +0200 Kristian Rietveld
1874
1875         Seal GtkSpinButton.
1876
1877 2008-05-26 17:31:06 +0200 Kristian Rietveld
1878
1879         Seal GtkTable.
1880
1881 2008-05-26 17:27:22 +0200 Kristian Rietveld
1882
1883         Seal GtkRuler.
1884
1885 2008-05-26 17:07:43 +0200 Kristian Rietveld
1886
1887         Seal GtkStatusBar.
1888
1889 2008-05-26 17:07:37 +0200 Kristian Rietveld
1890
1891         Seal GtkTextMark.
1892
1893 2008-05-26 16:39:27 +0200 Kristian Rietveld
1894
1895         Seal GtkTextTagTable.
1896
1897 2008-05-26 16:34:13 +0200 Kristian Rietveld
1898
1899         Seal GtkViewPort.
1900
1901 2008-05-26 17:08:19 +0200 Christian Dywan
1902
1903         Seal GtkSettings.h
1904
1905 2008-05-26 16:40:05 +0200 Christian Dywan
1906
1907         Seal GtkMenu
1908
1909 2008-05-26 16:37:54 +0200 Christian Dywan
1910
1911         Seal GtkLayout
1912
1913 2008-05-26 14:09:32 +0200 Kristian Rietveld
1914
1915         Seal priv pointer in GtkToggleToolButton.
1916
1917 2008-05-26 14:04:51 +0200 Kristian Rietveld
1918
1919         Seal priv pointer in GtkUIManager.
1920
1921 2008-05-26 14:01:32 +0200 Kristian Rietveld
1922
1923         Seal priv pointer in GtkToolItem.
1924
1925 2008-05-26 14:01:12 +0200 Kristian Rietveld
1926
1927         Seal priv pointer in GtkToolButton.
1928
1929 2008-05-26 14:00:24 +0200 Kristian Rietveld
1930
1931         Seal priv pointer in GtkToggleAction.
1932
1933 2008-05-26 13:58:01 +0200 Kristian Rietveld
1934
1935         Seal priv pointer in GtkStatusIcon.
1936
1937 2008-05-26 13:57:33 +0200 Kristian Rietveld
1938
1939         Seal priv pointer in GtkSeparatorToolItem.
1940
1941 2008-05-26 13:56:33 +0200 Kristian Rietveld
1942
1943         Seal priv pointer in GtkScaleButton.
1944
1945 2008-05-26 13:55:57 +0200 Kristian Rietveld
1946
1947         Seal priv pointer in GtkRecentManager.
1948
1949 2008-05-26 13:55:25 +0200 Kristian Rietveld
1950
1951         Seal priv pointer in GtkRecentChooserWidget.
1952
1953 2008-05-26 13:54:39 +0200 Kristian Rietveld
1954
1955         Seal priv pointer in GtkRecentChooserMenu.
1956
1957 2008-05-26 13:54:15 +0200 Kristian Rietveld
1958
1959         Seal priv pointer in GtkRecentChooserDialog.
1960
1961 2008-05-26 13:52:40 +0200 Kristian Rietveld
1962
1963         Seal priv pointer in GtkRecentAction.
1964
1965 2008-05-26 13:51:47 +0200 Kristian Rietveld
1966
1967         Seal priv pointer in GtkRadioAction.
1968
1969 2008-05-26 13:50:49 +0200 Kristian Rietveld
1970
1971         Seal priv pointer in GtkPrintUnixDialog.
1972
1973 2008-05-26 13:50:08 +0200 Kristian Rietveld
1974
1975         Seal priv pointer in GtkPrintOperation.
1976
1977 2008-05-26 13:49:41 +0200 Kristian Rietveld
1978
1979         Seal priv pointer in GtkPrinter.
1980
1981 2008-05-26 13:48:49 +0200 Kristian Rietveld
1982
1983         Seal priv pointer in  GtkPageSetupUnixDialog.
1984
1985 2008-05-26 13:47:39 +0200 Kristian Rietveld
1986
1987         Seal priv pointer in GtkMenuToolButton.
1988
1989 2008-05-26 13:47:29 +0200 Kristian Rietveld
1990
1991         Add gdkconfig.h include to GtkBuilder for GSEAL macro.
1992
1993 2008-05-26 13:23:45 +0200 Kristian Rietveld
1994
1995         Seal priv pointer in GtkLinkButton.
1996
1997 2008-05-26 13:22:25 +0200 Kristian Rietveld
1998
1999         Seal priv pointer in GtkIconView.
2000
2001 2008-05-26 13:22:04 +0200 Kristian Rietveld
2002
2003         Seal priv pointer in GtkIconTheme.
2004
2005 2008-05-26 13:13:49 +0200 Kristian Rietveld
2006
2007         Seal child_allocation field in GtkFrame.
2008
2009 2008-05-26 13:10:17 +0200 Kristian Rietveld
2010
2011         Sealed priv pointer in GtkFontButton.
2012
2013 2008-05-26 13:07:14 +0200 Kristian Rietveld
2014
2015         Seal priv pointer in GtkFileChooserButton.
2016
2017 2008-05-26 13:06:43 +0200 Kristian Rietveld
2018
2019         Seal priv pointer in GtkExpander.
2020
2021 2008-05-26 13:03:24 +0200 Kristian Rietveld
2022
2023         Sealed remaining (private) fields in GtkContainer.
2024
2025 2008-05-26 13:02:26 +0200 Kristian Rietveld
2026
2027         Seal priv pointer in GtkComboBoxEntry.
2028
2029 2008-05-26 13:01:40 +0200 Kristian Rietveld
2030
2031         Seal priv pointer in GtkComboBox.
2032
2033 2008-05-26 13:00:59 +0200 Kristian Rietveld
2034
2035         Seal private_data pointer in GtkColorSel.
2036
2037 2008-05-26 12:57:50 +0200 Kristian Rietveld
2038
2039         Seal 3 remaining fields in GtkButton.
2040
2041 2008-05-26 12:55:24 +0200 Kristian Rietveld
2042
2043         Seal priv pointer in GtkBuilder.
2044
2045 2008-05-26 12:52:44 +0200 Kristian Rietveld
2046
2047         Seal center_allocation field in GtkAspectFrame.
2048
2049 2008-05-26 12:48:18 +0200 Kristian Rietveld
2050
2051         Seal priv pointer in GtkAction.
2052
2053 2008-05-26 12:46:11 +0200 Kristian Rietveld
2054
2055         Seal priv pointer in GtkAboutDialog.
2056
2057 2008-05-26 12:41:46 +0200 Kristian Rietveld
2058
2059         Seal GtkSizeGroup.
2060
2061 2008-05-26 12:39:54 +0200 Kristian Rietveld
2062
2063         Seal GtkPaned.
2064
2065 2008-05-26 11:59:35 +0200 Kristian Rietveld
2066
2067         Set the Since: values in the API docs to GSEAL-branch for the newly added accessors/properties.
2068
2069 2008-05-26 11:52:20 +0200 Kristian Rietveld
2070
2071         Add new GtkColorSelectionDialog accessors to gtk.symbols.
2072
2073 2008-05-26 11:41:47 +0200 Kristian Rietveld
2074
2075         gtklabel.h: include bit-size of fields inside GSEAL parens.
2076
2077 2008-05-26 11:40:07 +0200 Kristian Rietveld
2078
2079         gtktoolbar.h: include bit-size of fields inside GSEAL parens.
2080
2081 2008-05-26 11:39:35 +0200 Kristian Rietveld
2082
2083         gtkentry.h: include bit-size of fields inside GSEAL parens.
2084
2085 2008-05-26 11:34:14 +0200 Kristian Rietveld
2086
2087         Add new accessors for GtkEntry to gtk.symbols.
2088
2089 2008-05-26 11:23:56 +0200 Kristian Rietveld
2090
2091         Also seal GtkWindowGroup in gtkwindow.h
2092
2093 2008-05-26 10:48:48 +0200 Kristian Rietveld
2094
2095         Fix the build by including gdkconfig.h in gtktextchild.h.
2096
2097 2008-05-23 18:48:56 +0200 Christian Dywan
2098
2099         Seal GtkLabel
2100
2101 2008-05-23 18:28:39 +0200 Christian Dywan
2102
2103         Seal GtkToolbar
2104
2105 2008-05-23 18:28:07 +0200 Christian Dywan
2106
2107         Seal GtkColorSelectionDialog
2108
2109 2008-05-23 18:03:44 +0200 Carlos Garnacho
2110
2111         Seal GtkTextChildAnchor.
2112
2113         * gtk/gtktextchild.h: Sealed private member.
2114
2115 2008-05-23 17:42:01 +0200 Carlos Garnacho
2116
2117         Seal GtkWindow.
2118
2119         * gtk/gtkwindow.h: Seal all fields.
2120
2121 2008-05-23 17:40:09 +0200 Carlos Garnacho
2122
2123         Add gtk_window_get_default()
2124
2125         * gtk/gtkwindow.[ch]: Add gtk_window_get_default().
2126         * gtk/gtk.symbols: same here.
2127
2128 2008-05-09 15:41:57 +0100 Martyn Russell
2129
2130         Seal GtkAccelGroup - fixed some issues with the initial attempt thanks to comments from Tim
2131
2132 2008-05-02 16:31:40 +0200 Martyn Russell
2133
2134         Seal GtkEntry
2135
2136 2008-05-02 16:30:09 +0200 Martyn Russell
2137
2138         Seal GtkContainer - fixed Carlos' missing gtk_container_get_focus_child() header declaration
2139
2140 2008-04-27 18:49:50 +0200 Kristian Rietveld
2141
2142         Seal GtkToggleButton.
2143
2144         * gtk/gtktogglebutton.h: Seal all member fields.
2145
2146 2008-04-27 18:41:46 +0200 Kristian Rietveld
2147
2148         Seal GtkTreeViewColumn.
2149
2150         * gtk/gtktreeviewcolumn.h: Seal all public member fields.  The button field is
2151         still troublesome.  We are probably going to need an accessor for this and
2152         deprecated it immediately in GTK+ 3.0.  Accessors for requested_width and
2153         resized_width can be useful, but I really consider them to be private and
2154         of not much use to applications.
2155
2156 2008-04-27 18:23:23 +0200 Kristian Rietveld
2157
2158         Seal GtkRadioMenuItem.
2159
2160         * gtk/gtkradiomenuitem.h: Seal member field.
2161
2162 2008-04-27 18:21:29 +0200 Kristian Rietveld
2163
2164         Seal GtkRadioButton.
2165
2166         * gtk/gtkradiobutton.h: seal member field.
2167
2168 2008-04-27 18:11:41 +0200 Kristian Rietveld
2169
2170         Seal GtkTreeSelection.
2171
2172         * gtk/gtktreeselection.h: Seal all member fields.
2173
2174 2008-04-27 18:09:46 +0200 Kristian Rietveld
2175
2176         Add gtk_tree_selection_get_select_function().
2177
2178         * gtk/gtktreeselection.[ch] (gtk_tree_selection_get_select_function): new
2179         function.
2180         * gtk/gtk.symbols: add new function.
2181
2182 2008-04-27 16:05:02 +0200 Kristian Rietveld
2183
2184         Seal GtkScrolledWindow.
2185
2186         * gtk/gtkscrolledwindow.h: Seal all object member fields.
2187
2188 2008-04-27 15:56:33 +0200 Kristian Rietveld
2189
2190         Seal GtkCellRenderer.
2191
2192         * gtk/gtkcellrenderer.h: seal all member fields.  All member fields are
2193         already accessible via GObject properties.
2194
2195 2008-04-27 15:56:01 +0200 Kristian Rietveld
2196
2197         Add "editing" GObject property to GtkCellRenderer.
2198
2199         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init),
2200         (gtk_cell_renderer_get_property),
2201         (gtk_cell_renderer_set_property): add the property and hook
2202         it up.
2203
2204 2008-04-27 15:42:08 +0200 Kristian Rietveld
2205
2206         Seal GtkCellRendererText.
2207
2208         * gtk/gtkcellrenderertext.h: seal all member fields (all of them were already
2209         marked as private).
2210
2211 2008-04-27 15:40:47 +0200 Kristian Rietveld
2212
2213         Seal GtkCellRendererCombo.
2214
2215         * gtk/gtkcellrenderercombo.h: seal all member fields.  The members fields
2216         that were not marked as private are already accessible via GObject properties.
2217
2218 2008-04-27 15:39:41 +0200 Kristian Rietveld
2219
2220         Seal GtkCellRendererAccel.
2221
2222         * gtk/gtkcellrendereraccel.h: seal all member fields that were already
2223         marked as private.
2224
2225 2008-04-18 16:55:44 +0200 Kristian Rietveld
2226
2227         Seal GtkTreeView
2228
2229         * gtk/gtktreeview.h: seal private pointer.
2230
2231 2008-04-18 16:52:54 +0200 Kristian Rietveld
2232
2233         Seal GtkTreeModelFilter
2234
2235         * gtk/gtktreemodelfilter.h: include gdkconfig.h for GSEAL, seal private
2236         pointer.
2237
2238 2008-04-18 16:50:55 +0200 Kristian Rietveld
2239
2240         Seal GtkTreeModelSort
2241
2242         * gtk/gtktreemodelsort.h: include gdkconfig.h to get GSEAL defined, seal
2243         all public member fields.
2244
2245 2008-04-18 16:42:28 +0200 Kristian Rietveld
2246
2247         Seal GtkTreeStore
2248
2249         * gtk/gtktreestore.h: include gdkconfig.h to get GSEAL defined, seal
2250         public member fields.
2251
2252 2008-04-18 16:37:43 +0200 Kristian Rietveld
2253
2254         Seal GtkListStore
2255
2256         * gtk/gtkliststore.h: include gdkconfig.h to get GSEAL defined; seal
2257         public member fields.
2258
2259 2008-04-18 18:26:31 +0200 Carlos Garnacho
2260
2261         * gtk/gtkcontainer.c (gtk_container_get_focus_child): add accessor.
2262
2263 2008-04-18 18:25:22 +0200 Carlos Garnacho
2264
2265         * gtk/gtkcontainer.h: seal members.
2266
2267 2008-04-11 17:28:54 +0200 Carlos Garnacho
2268
2269         * gtk/gtkmisc.h: seal members.
2270
2271 2008-04-11 17:28:05 +0200 Carlos Garnacho
2272
2273         *gtk/gtkfixed.h: seal members.
2274
2275 2008-04-11 16:04:23 +0200 Michael Natterer
2276
2277         * gtk/gtkcellrendererpixbuf.h: seal all members.
2278
2279 2008-04-11 16:01:19 +0200 Michael Natterer
2280
2281         * gtk/gtkcellrendererprogress.h: seal private member.
2282
2283 2008-04-11 15:43:22 +0200 Michael Natterer
2284
2285         * gtk/gtkcellrenderertoggle.h: seal all members.
2286
2287 2008-04-04 18:50:05 +0200 Carlos Garnacho
2288
2289         * gtk/gtkfilechooserwidget.h: Seal the private member.
2290
2291 2008-04-04 18:46:47 +0200 Carlos Garnacho
2292
2293         gtk/gtkfilechooserdialog.h: seal the private member.
2294
2295 2008-04-04 18:42:17 +0200 Carlos Garnacho
2296
2297         * gtk/gtkentrycompletion.h: Seal private member.
2298
2299 2008-04-04 18:36:35 +0200 Carlos Garnacho
2300
2301         * gtk/gtkcellview.h: Seal the private member.
2302
2303 2008-04-04 18:28:00 +0200 Carlos Garnacho
2304
2305         * gtk/gtkcolorbutton.h: seal private member.
2306
2307 2008-04-04 18:27:26 +0200 Carlos Garnacho
2308
2309         * gtk/gtkcheckmenuitem.h: seal public struct members.
2310
2311 2008-04-04 18:25:25 +0200 Carlos Garnacho
2312
2313         * gtk/gtkcalendar.h: seal public struct members.
2314
2315 2008-04-04 18:24:15 +0200 Carlos Garnacho
2316
2317         * gtk/gtkdialog.h: Also seal variables marked as private.
2318
2319 2008-04-04 17:35:48 +0200 Michael Natterer
2320
2321         * gtk/gtkimagemenuitem.h: seal private member.
2322
2323 2008-04-04 17:28:56 +0200 Michael Natterer
2324
2325         * gtk/gtkiconfactory.h: seal private member.
2326
2327 2008-03-28 16:56:53 +0000 Martyn Russell
2328
2329         Seal GtkActionGroup
2330
2331         * gtk/gtkactiongroup.[ch]: Use GSEAL macro on ->private_data public
2332           member and clean up .c file to reflect this.
2333
2334 2008-03-28 15:00:09 +0100 Sven Herzberg
2335
2336         Seal GtkAccelLabel
2337
2338         gtk/gtkaccellabel.h: deprecate direct field access to GtkAccelLabel fields
2339
2340 2008-03-28 16:38:00 +0100 Michael Natterer
2341
2342         * gtk/gtkdrawingarea.h: seal instance struct member.
2343
2344 2008-03-28 16:23:32 +0100 Christian Dywan
2345
2346         Seal GtkScaleButton public fields
2347
2348         * gtk/gtkscalebutton.h: Deprecate direct access through GSEAL().
2349
2350 2008-03-28 16:07:50 +0100 Christian Dywan
2351
2352         Seal GtkScale public fields
2353
2354         * gtk/gtkscale.h: Deprecate direct access through GSEAL().
2355
2356 2008-03-14 20:45:34 +0100 Christian Dywan
2357
2358         Seal GtkProgressBar public fields
2359
2360
2361 2008-03-14 20:32:12 +0100 Christian Dywan
2362
2363         Seal GtkFrame public vars
2364
2365 2008-03-14 18:57:35 +0100 Carlos Garnacho
2366
2367         Deprecate direct access to public variables in GtkButton.
2368
2369         * gtk/gtkbutton.h: Deprecate direct access through GSEAL().
2370
2371 2008-03-14 18:56:23 +0100 Carlos Garnacho
2372
2373         Deprecate direct access to public variables in GtkButtonBox.
2374
2375         * gtk/gtkbbox.h: Deprecate direct access through GSEAL().
2376
2377 2008-03-14 18:54:35 +0100 Carlos Garnacho
2378
2379         Deprecate direct access to public variables in GtkBox.
2380
2381         * gtk/gtkbox.h: Deprecate direct access through GSEAL().
2382
2383 2008-03-09 11:50:41 +0100 Carlos Garnacho
2384
2385         Seal GtkMessageDialog public vars
2386
2387 2008-03-09 11:38:00 +0100 Carlos Garnacho
2388
2389         Seal GtkDialog public vars
2390
2391 2008-03-09 11:32:05 +0100 Carlos Garnacho
2392
2393         Add accessors for GtkDialog public vars, also implement GtkContainer::add/remove
2394
2395 2008-03-09 11:31:46 +0100 Carlos Garnacho
2396
2397         Seal GtkAssistant public fields
2398
2399 2008-03-09 11:31:30 +0100 Carlos Garnacho
2400
2401         Seal GtkNotebook public fields
2402
2403 2008-03-07 20:29:47 +0100 Mikael Hallendal
2404
2405         Deprecate direct access to child in GtkBin.
2406
2407         * gtk/gtkbin.h: Deprecate direct access to child by GSEAL.
2408
2409 2008-03-07 18:25:59 +0000 Martyn Russell
2410
2411         Sealed GtkAccelGroup and added
2412
2413         * gtk/gtkaccelgroup.[ch]: Added GObject properties for lock_count,
2414           modifier_mask, acceleratables, n_accels and priv_accels. Added seal
2415           macro for public struct members which should be private.
2416
2417 2008-03-07 18:54:22 +0100 Mikael Hallendal
2418
2419         Deprecate xalign, yalign, ratio and obey_child direct access in GtkAspectFrame.
2420
2421         * gtk/gtkaspectframe.h: Deprecate public object fields by GSEAL.
2422
2423 2008-03-07 18:48:29 +0100 Mikael Hallendal
2424
2425         Deprecate arrow_type and shadow_type direct access in GtkArrow.
2426
2427         * gtk/gtkarrow.h: Deprecate public object fields by GSEAL.
2428
2429 2008-03-07 18:35:12 +0100 Mikael Hallendal
2430
2431         Added GSEAL to GtkAlignment.
2432
2433         * gtk/gtkalignment.h: Seal the object data with GSEAL.
2434
2435 2008-03-07 15:24:27 +0100 Tim Janik
2436
2437         Introduce GSEAL() macro.
2438
2439         * configure.in: define GSEAL() when generating gdkconfig.h
2440
2441 2008-06-20  Michael Natterer  <mitch@imendio.com>
2442
2443         Bug 538395 – gtk_combo_box_append_text() on non-compliant model
2444         segfaults
2445
2446         * gtk/gtkcombobox.c (gtk_combo_box_append_text)
2447         (gtk_combo_box_insert_text)
2448         (gtk_combo_box_prepend_text)
2449         (gtk_combo_box_remove_text)
2450         (gtk_combo_box_real_get_active_text): apply patch from Christian
2451         Dywan which adds the needed g_return_if_fail() to prevent the
2452         crashes.
2453
2454 2008-06-20  Cody Russell  <cody@jhu.edu>
2455
2456         * gdk/directfb/gdkwindow-directfb.c:
2457
2458         Rename gdk_window_new -> _gdk_window_new and
2459         gdk_window_reparent -> _gdk_window_reparent to fix
2460         the build.  (#539095, Sebastien Bacher)
2461
2462 2008-06-19  Johan Dahlin  <jdahlin@async.com.br>
2463
2464         * gtk/gtkmenuitem.c: remove an unused variable and cast
2465         accel_path to gchar, just like in gtkmenu.c
2466
2467 2008-06-19  Matthias Clasen  <mclasen@redhat.com>
2468
2469         * gtk/gtkrecentmanager.c (get_icon_for_mime_type): Use GIO
2470         for this.
2471
2472 2008-06-19  Johan Dahlin  <jdahlin@async.com.br>
2473
2474         * gtk/gtkprintbackend.c: Fix a typo in a comment
2475
2476         * gtk/gtkhsv.c (paint_ring, paint_triangle):
2477         Cast buf to unsigned char to avoid two compiler
2478         warnings.
2479
2480         * gtk/gtkclist.c:
2481         * gtk/gtkstyle.c (gtk_style_finalize):
2482         Do not ignore the return value of g_slist_remove.
2483         gtkstyle.c changes rubberstamped by Owen.
2484
2485 2008-06-19  Johan Dahlin  <jdahlin@async.com.br>
2486
2487         * gtk/gtktreeview.c (gtk_tree_view_set_grid_lines),
2488         (gtk_tree_view_set_enable_tree_lines):
2489         gdk_gc_set_dashes expects a list of gint8, not guint8.
2490
2491 2008-06-19  Johan Dahlin  <jdahlin@async.com.br>
2492
2493         * gtk/gtkmenu.c (gtk_menu_set_accel_path):
2494         Remove an unused variable and cast to gchar to avoid a compiler
2495         warning.
2496
2497 2008-06-19  Christian Persch  <chpe@gnome.org>
2498
2499         * docs/reference/gtk/gtk-sections.txt:
2500         * gtk/gtk.symbols:
2501         * gtk/gtkclipboard.c:
2502         * gtk/gtkclipboard.h: Add clipboard convenience functions  for URI 
2503         targets. Bug #537639.
2504
2505 2008-06-19  Christian Persch  <chpe@gnome.org>
2506
2507         * gtk/gtkfilechooserdefault.c: Use gtk_drag_*_add_*_targets instead of
2508         hardcoded target tables. Bug #516092.
2509
2510 2008-06-19  Christian Persch  <chpe@gnome.org>
2511
2512         * gdk-pixbuf/gdk-pixbuf-io.c:
2513         * gdk-pixbuf/gdk-pixdata.c:
2514         * gdk-pixbuf/io-ani.c:
2515         * gdk-pixbuf/io-bmp.c:
2516         * gdk-pixbuf/io-gdip-utils.c:
2517         * gdk-pixbuf/io-gif.c:
2518         * gdk-pixbuf/io-icns.c:
2519         * gdk-pixbuf/io-ico.c:
2520         * gdk-pixbuf/io-jasper.c:
2521         * gdk-pixbuf/io-jpeg.c:
2522         * gdk-pixbuf/io-pcx.c:
2523         * gdk-pixbuf/io-png.c:
2524         * gdk-pixbuf/io-pnm.c:
2525         * gdk-pixbuf/io-ras.c:
2526         * gdk-pixbuf/io-tga.c:
2527         * gdk-pixbuf/io-tiff.c:
2528         * gdk-pixbuf/io-wbmp.c:
2529         * gdk-pixbuf/io-xbm.c:
2530         * gdk-pixbuf/io-xpm.c:
2531         * gtk/gtkfilechooserdefault.c:
2532         * gtk/gtkfilesystemmodel.c:
2533         * gtk/gtkiconfactory.c:
2534         * gtk/gtkicontheme.c:
2535         * gtk/gtkmain.c:
2536         * gtk/gtkpagesetup.c:
2537         * gtk/gtkpapersize.c:
2538         * gtk/gtkprintoperation-win32.c:
2539         * gtk/gtktextbufferserialize.c:
2540         * tests/testfilechooser.c: Use g_set_error_literal where appropriate. Bug #538640.
2541
2542         * configure.in: Update glib requirement to 2.17.3.
2543
2544 2008-06-19  Johan Dahlin  <jdahlin@async.com.br>
2545
2546         * demos/testpixbuf.c (new_testrgb_window):
2547         * gtk/gtkctree.c (gtk_ctree_new_with_titles):
2548         * gtk/gtkitemfactory.c (gtk_item_factory_construct),
2549         (gtk_item_factory_create_item):
2550         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state)
2551         * gtk/gtkprogressbar.c (gtk_progress_bar_new),
2552         (gtk_progress_bar_new_with_adjustment):
2553         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_new):
2554         * gtk/gtktext.c (gtk_text_new):
2555         * gtk/gtkviewport.c (gtk_viewport_new):
2556         * tests/simple.c (main):
2557         * tests/testgtk.c (create_statusbar), (create_get_image),
2558         (create_saved_position), (create_tooltips), (create_cursors),
2559         (create_display_screen), (create_progress_bar), (create_idle_test):
2560         * tests/testmultidisplay.c (make_selection_dialog), (main):
2561         * tests/testmultiscreen.c (main):
2562         * tests/testrgb.c (new_testrgb_window):
2563         Use g_object_new instead of gtk_widget_new
2564
2565 2008-06-19  Johan Dahlin  <jdahlin@async.com.br>
2566
2567         * gtk/gtkcellrendererpixbuf.c: Remove an unused prototype.
2568
2569         * gtk/gtklabel.c (gtk_label_set_text_with_mnemonic): Remove
2570         an unused variable.
2571
2572         * gtk/gtkactiongroup.c: Use GdkModifierType instedd of guint,
2573         to avoid a gcc warning.
2574
2575 2008-06-18  Olle Bergkvist <olle.bergkvist@yahoo.se>
2576
2577         http://bugzilla.gnome.org/show_bug.cgi?id=538784 - Don't change
2578         the filename in the name entry in CREATE_FOLDER mode when changing
2579         folders, so that you can enter a new subfolder name, double-click on a
2580         folder to change to it, and close the dialog.
2581
2582         * gtk/gtkfilechooserdefault.c (update_chooser_entry): Don't change
2583         the filename in the entry in CREATE_FOLDER mode, either.
2584
2585 2008-06-18  Olle Bergkvist <olle.bergkvist@yahoo.se>
2586
2587         http://bugzilla.gnome.org/show_bug.cgi?id=419737#c59 - The file
2588         chooser clears the filename entry in SAVE/CREATE_FOLDER modes when
2589         it shouldn't.
2590
2591         * gtk/gtkfilechooserdefault.c (shortcuts_activate_iter): Don't
2592         clear the entry for CREATE_FOLDER either; this needs the same
2593         behavior as SAVE mode.
2594         (update_chooser_entry): Only clear the entry in OPEN/SELECT_FOLDER
2595         modes.
2596
2597 2008-06-18  Matthias Clasen  <mclasen@redhat.com>
2598
2599         * gtk/gtkfilesystem.c (_gtk_file_system_volume_render_icon):
2600         * gtk/gtkfilechooserbutton.c (change_icon_theme):
2601         (model_add_bookmarks):
2602         (model_update_current_folder):
2603         * gtk/gtkfilechooserdefault.c (shortcuts_insert_file):
2604         (shortcuts_reload_icons): Use standard icon names.
2605
2606 2008-06-18  Matthias Clasen  <mclasen@redhat.com>
2607
2608         * gtk/Makefile.am: Add some more aliases for standard
2609         icon names to the builtin icon theme: drive-harddisk,
2610         folder, folder-remote, text-x-generic.
2611
2612 2008-06-18  Michael Natterer  <mitch@imendio.com>
2613
2614         * gtk/gtkcalendar.c: set the maximum of the "year" property to
2615         G_MAXINT >> 8 instead of G_MAXINT to fix overflows in internal
2616         calculations which in turn caused writing beyond the boundaries of
2617         the calendar->day_month[] and day[] arrays which in turn caused a
2618         SEGV. This limits the lifetime of GTK+ to the year 8,388,608 ;)
2619
2620 2008-06-18  Michael Natterer  <mitch@imendio.com>
2621
2622         * tests/Makefile.am
2623         * tests/autotestfilechooser.c
2624         * tests/buildertest.c
2625         * tests/defaultvaluetest.c
2626         * tests/floatingtest.c
2627         * tests/objecttests.c
2628         * tests/pixbuf-init.c
2629         * tests/textbuffertest.c: remove unit tests here...
2630
2631         * gtk/tests/Makefile.am
2632         * gtk/tests/builder.c
2633         * gtk/tests/defaultvalue.c
2634         * gtk/tests/filechooser.c
2635         * gtk/tests/floating.c
2636         * gtk/tests/object.c
2637         * gtk/tests/pixbuf-init.c
2638         * gtk/tests/textbuffer.c: ...and add them here.
2639
2640 2008-06-18  Michael Natterer  <mitch@imendio.com>
2641
2642         * gdk/gdk.h: deprecate GdkDestroyNotify.
2643
2644         * gdk/gdkevents.c
2645         * gdk/gdktypes.h
2646         * gdk/x11/gdkevents-x11.c
2647         * gtk/gtkmain.c: s/GdkDestroyNotify/GDestroyNotify/g.
2648
2649 2008-06-18  Michael Natterer  <mitch@imendio.com>
2650
2651         * gtk/gtktypeutils.h: deprecate GtkDestroyNotify.
2652
2653         * gtk/gtkactiongroup.[ch]
2654         * gtk/gtkcombobox.[ch]
2655         * gtk/gtkcontainer.[ch]
2656         * gtk/gtkliststore.[ch]
2657         * gtk/gtkmain.[ch]
2658         * gtk/gtkmenu.c
2659         * gtk/gtkstock.[ch]
2660         * gtk/gtktreedatalist.[ch]
2661         * gtk/gtktreemodelfilter.[ch]
2662         * gtk/gtktreemodelsort.[ch]
2663         * gtk/gtktreeprivate.h
2664         * gtk/gtktreeselection.[ch]
2665         * gtk/gtktreesortable.[ch]
2666         * gtk/gtktreestore.[ch]
2667         * gtk/gtktreeview.[ch]
2668         * gtk/gtktreeviewcolumn.[ch]: s/GtkDestroyNotify/GDestroyNotify/g.
2669
2670 2008-06-18  Michael Natterer  <mitch@imendio.com>
2671
2672         * tests/testgtk.c: some more undeprecation.
2673
2674 2008-06-18  Michael Natterer  <mitch@imendio.com>
2675
2676         * gtk/gtktypeutils.h: deprecate GtkType, GtkSignalFunc and
2677         GTK_SIGNAL_FUNC().
2678
2679         (struct GtkArg): s/GtkType/GType/ and s/GtkSignalFunc/GCallback/
2680
2681 2008-06-18  Michael Natterer  <mitch@imendio.com>
2682
2683         * gtk/gtktypeutils.[ch]: deprecate gtk_type_class().
2684
2685         * gtk/gtk.symbols: changed accordingly.
2686
2687         * gtk/gtksettings.c (gtk_settings_install_property)
2688         (gtk_settings_install_property_parser): get rid of using
2689         gtk_type_class() by keeping a static reference to GtkSettingsClass
2690         around in both functions and passing that pointer on to
2691         settings_install_property_parser().
2692
2693         * tests/testgtk.c: use g_type_class_ref()/unref() instead of
2694         gtk_type_class().
2695
2696         * gtk/gtkobject.c: #undef GTK_DISABLE_DEPRECATED around including
2697         gtktypeutils.h.
2698
2699 2008-06-17  Johan Dahlin  <jdahlin@async.com.br>
2700
2701         * gtk/gtkstyle.c: Add deprecated version
2702         and change the deprecation markup used by ref/unref 
2703
2704 2008-06-17  Johan Dahlin  <jdahlin@async.com.br>
2705
2706         * gtk/gtkwidget.c: 
2707         Add deprecated versions and fixup markup.
2708
2709 2008-06-17  Johan Dahlin  <jdahlin@async.com.br>
2710
2711         * gtk/gtkaboutdialog.c:
2712         * gtk/gtkbutton.c (gtk_button_class_init):
2713         Don't markup deprecated in italics.
2714
2715 2008-06-18  Carlos Garnacho  <carlos@imendio.com>
2716
2717         * gtk/gtkfilesystem.[ch]: Remove GtkFileSystemError, use
2718         GtkFileChooserError instead. (#538378, patch by Matthias Clasen)
2719
2720 2008-06-17  Michael Natterer  <mitch@imendio.com>
2721
2722         * examples/gtkdial/gtkdial.[ch]: undeprecate.
2723
2724 2008-06-17  Michael Natterer  <mitch@imendio.com>
2725
2726         * gtk/gtkobject.c: remove bogus extern declaration of non-existing
2727         function gtk_object_init_type().
2728
2729 2008-06-17  Michael Natterer  <mitch@imendio.com>
2730
2731         * gtk/gtkbindings.c (gtk_binding_entry_add_signal):
2732         * gtk/gtktoolbutton.c (gtk_tool_button_get_type): 
2733         * examples/gtkdial/gtkdial.h (gtk_dial_get_type): 
2734         s/GtkType/GType/
2735
2736 2008-06-17  Tor Lillqvist  <tml@novell.com>
2737
2738         * gtk/gtknotebook.c: Need to do the GTK_DISABLE_DEPRECATED
2739         #undef/#define dance here, too, because
2740         gtk_notebook_set_group_id() is deprecated but used here before it
2741         is defined, and gcc complains about conflicting type from the
2742         implicit int declaration when it sees the actual void definition.
2743
2744         * modules/input/gtkimcontextime.h: Don't use the deprecated GTK_*
2745         GtkType macros.
2746
2747 2008-06-17  Michael Natterer  <mitch@imendio.com>
2748
2749         * gtk/Makefile.am: build with GTK_DISABLE_DEPRECATED.
2750
2751         * gtk/gtkclist.c
2752         * gtk/gtkcombo.c
2753         * gtk/gtkctree.c
2754         * gtk/gtklist.c
2755         * gtk/gtklistitem.c
2756         * gtk/gtkoldeditable.c
2757         * gtk/gtkpixmap.c
2758         * gtk/gtktext.c
2759         * gtk/gtktipsquery.c
2760         * gtk/gtktree.c
2761         * gtk/gtktreeitem.c: whenever we #undef GTK_DISABLE_DEPRECATED and
2762         actually use deprecated symbols (not just types or macros),
2763         #define it again before #include "gtkalias.h" so the symbols match
2764         and the beast links.
2765
2766 2008-06-17  Paolo Borelli  <pborelli@katamail.com>
2767
2768         * gtk/tests/recentmanager.c: more tests for GtkRecentManager.
2769
2770 2008-06-17  Michael Natterer  <mitch@imendio.com>
2771
2772         * modules/input/gtkimcontextmultipress.h
2773         * modules/input/gtkimcontextthai.h
2774         * modules/input/gtkimcontextxim.h: use G_TYPE instead of GTK_CHECK
2775         type checking macros.
2776
2777 2008-06-17  Michael Natterer  <mitch@imendio.com>
2778
2779         * gtk/gtktypeutils.h: really move the GtkType typedef to an
2780         undeprecated section.
2781
2782 2008-06-17  Michael Natterer  <mitch@imendio.com>
2783
2784         * gtk/gtktypeutils.h: deprecate GTK_CHECK_CAST, GTK_CHECK_CLASS_CAST,
2785         GTK_CHECK_GET_CLASS, GTK_CHECK_TYPE and GTK_CHECK_CLASS_TYPE.
2786         Move the GtkType typedef to an undeprecated section.
2787
2788 2008-06-17  Michael Natterer  <mitch@imendio.com>
2789
2790         * gtk/gtkprogress.h: use G_TYPE macros for type checking instead
2791         of GTK_CHECK ones because it's the parent class of an undeprecated
2792         class and the GTK_CHECK stuff will soon be deprecated.
2793
2794 2008-06-17  Michael Natterer  <mitch@imendio.com>
2795
2796         * gtk/gtkfilesel.c
2797         * gtk/gtkinputdialog.c
2798         * gtk/gtkmenutoolbutton.c
2799         * gtk/gtkoptionmenu.c
2800         * gtk/gtktoolitem.c
2801         * gtk/gtktooltips.c: add or move around
2802         #undef GTK_DISABLE_DEPRECATED so it's possible to build without
2803         deprecated stuff again (with the minor glitch that it doesn't
2804         link ;) but at least it's a tool to keep the code clean).
2805
2806 2008-06-17  Emmanuele Bassi  <ebassi@gnome.org>
2807
2808         * gtk/gtkrecentmanager.c:
2809         (gtk_recent_manager_remove_item): Fix dumb typo in the previous
2810         commit.
2811
2812 2008-06-17  Emmanuele Bassi  <ebassi@gnome.org>
2813
2814         * gtk/gtkrecentmanager.c:
2815         (gtk_recent_manager_remove_item),
2816         (gtk_recent_manager_move_item): Increase the consistency of the
2817         errors returned by GtkRecentManager. (Paolo Borelli)
2818
2819 2008-06-17  Paolo Borelli  <pborelli@katamail.com>
2820
2821         * gtk/tests/recentmanager.c: add some unit tests for GtkRecentManager.
2822
2823 2008-06-17  Emmanuele Bassi  <ebassi@gnome.org>
2824
2825         * gtk/gtkrecentmanager.c:
2826         (gtk_recent_manager_remove_item): Consistently use the same
2827         error when removing a URI from an empty GtkRecentManager.
2828
2829 2008-06-17  Michael Natterer  <mitch@imendio.com>
2830
2831         * gtk/gtkfilechooserdefault.c: remove static integer variables
2832         which hold the number of members in GtkTargetEntry arrays and use
2833         G_N_ELEMENTS() directly instead.
2834
2835 2008-06-17  Michael Natterer  <mitch@imendio.com>
2836
2837         * gtk/gtk.symbols: move some deprecated symbols into
2838         #ifndef GTK_DISABLE_DEPRECATED.
2839
2840 2008-06-17  Emmanuele Bassi  <ebassi@gnome.org>
2841
2842         * gtk/gtkfilechooserdefault.c:
2843         (gtk_file_chooser_default_init),
2844         (gtk_file_chooser_default_constructor),
2845         (gtk_file_chooser_default_screen_changed),
2846         (recent_start_loading): Remove the GtkRecentManager screen
2847         dance, as it has been deprecated since 2.12. Now we get the
2848         GtkRecentManager singleton whewn we create the FileChooserDefault
2849         instance. (Michael Natterer)
2850
2851 2008-06-17  Michael Natterer  <mitch@imendio.com>
2852
2853         * gtk/gtkoptionmenu.c (gtk_option_menu_position): cast menu's
2854         toplevel to GtkWindow when passing to gtk_window_set_type_hint().
2855
2856 2008-06-17  Michael Natterer  <mitch@imendio.com>
2857
2858         * gtk/gtktestutils.c: #undef GTK_DISABLE_DEPRECATED, clean up
2859         includes a bit.
2860
2861         * gtk/gtkuimanager.c: #include "gtkwindow.h", it was only pulled
2862         in via deprecated headers.
2863
2864 2008-06-16  Matthias Clasen  <mclasen@redhat.com>
2865
2866         Bug 508751 – gnome-terminal crashed with SIGSEGV after keypress
2867
2868         * gdk/x11/gdkkeys-x11.c (_gdk_keymap_key_is_modifier): Protect
2869         against XKB being stupid. Reported by Pedro Villavicencio.
2870
2871 2008-06-17  Michael Natterer  <mitch@imendio.com>
2872
2873         * gtk/gtkplug.c (_gtk_plug_send_delete_event): use g_object_ref()
2874         and unref() instead of the deprecated gtk_widget_ref() and unref().
2875
2876 2008-06-16  Michael Natterer  <mitch@imendio.com>
2877
2878         * gtk/gtkentry.c: removed function drag_begin_cb(), which was in
2879         svn since 2.8 but was never used.
2880
2881 2008-06-16  Michael Natterer  <mitch@imendio.com>
2882
2883         * gtk/gtkbindings.c (_gtk_binding_entry_add_signall): use
2884         gtk_binding_entry_clear() instead of gtk_binding_entry_add()
2885         (the former is deprecated and #defined to gtk_binding_entry_clear)
2886
2887 2008-06-16  Michael Natterer  <mitch@imendio.com>
2888
2889         * gtk/gtkprintoperation-unix.c: don't include the deprecated (and
2890         unused) "gtkmarshal.h".
2891
2892 2008-06-16  Behdad Esfahbod  <behdad@gnome.org>
2893
2894         Bug 538182 – pango_cairo_context_update_layout is not noop after
2895         gtk_widget_create_pango_layout
2896
2897         * gtk/gtksettings.c (settings_update_font_options): Make sure all
2898         font option fields are set to non-DEFAULT values.
2899
2900 2008-06-16  Michael Natterer  <mitch@imendio.com>
2901
2902         * gtk/gtkfontsel.c
2903         * gtk/gtkrc.c
2904         * gtk/gtkstyle.c
2905         * gtk/gtkwidget.c: use g_object_unref() instead of the deprecated
2906         gtk_rc_style_unref().
2907
2908 2008-06-16  Michael Natterer  <mitch@imendio.com>
2909
2910         * gtk/gtkcombobox.c (gtk_combo_box_class_init): use
2911         _gtk_marshal_BOOLEAN__VOID instead of the deprecated
2912         gtk_marshal_BOOLEAN__VOID.
2913
2914 2008-06-16  Michael Natterer  <mitch@imendio.com>
2915
2916         * gtk/gtkcellrendereraccel.h
2917         * gtk/gtkiconview.h
2918         * gtk/gtkobject.h: use G_TYPE macros instead of the old GTK_CHECK
2919         macros for type checking.
2920
2921         (gtk_object_get_type): change prototype to return GType instead of
2922         GtkType.
2923
2924 2008-06-16  Matthias Clasen  <mclasen@redhat.com>
2925
2926         * gtk/Makefile.am: Make folder, user-home and user-desktop links 
2927         to gtk-directory in the builtin icon theme, so that we can
2928         use these icon names without risk of ending up without an icon.
2929
2930 2008-06-16  Tor Lillqvist  <tml@novell.com>
2931
2932         Bug 538362 - Get Win32 icons back in the file chooser
2933
2934         * gtk/gtkicontheme.c (choose_icon): Check if the icon name is a
2935         reference to an icon resource in a DLL or .EXE in the same format
2936         as the DefaultIcon strings in the Registry. In that case, extract
2937         the icon and convert to a GdkPixbuf. Patch by Hans Breuer. This
2938         code has to be in sync with the corresponding code in
2939         glib/gio/gcontenttype.c.
2940
2941 2008-06-16  Matthias Clasen  <mclasen@redhat.com>
2942
2943         * gtk/stock-icons/24/audio-volume*: Add icons used by GtkVolumeButton
2944         to the builtin icon theme, to avoid showing broken images when
2945         there is no icon theme around.  The new icons are thanks to
2946         Lapo Calamandrei.
2947
2948 2008-06-16  Michael Natterer  <mitch@imendio.com>
2949
2950         * gtk/gtkfilechooserprivate.h: remove GtkTooltips member from the
2951         GtkFileChooserDefault struct.
2952
2953         * gtk/gtkfilechooserdefault.c: don't allocate and free the
2954         GtkTooltips.
2955
2956 2008-06-16  Carlos Garnacho  <carlos@imendio.com>
2957
2958         Bug 538519 – GtkCellRendererPixbuf doesn't allow unsetting the icon
2959         anymore
2960
2961         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_set_property):
2962         Allow again setting any of the properties to render an image back to
2963         NULL.
2964
2965 2008-06-15  Matthias Clasen  <mclasen@redhat.com>
2966
2967         * gtk/gtkimage.c: When pixel-size is specified, use
2968         GTK_ICON_LOOKUP_FORCE_SIZE when loading themed icons.
2969
2970 2008-06-15  Carlos Garnacho  <carlos@imendio.com>
2971
2972         * gtk/gtkfilechooser.c (gtk_file_chooser_get_filename): Return full 
2973         path here as expected, not just the basename.
2974
2975         * gtk/gtkfilechooserdefault.c
2976         (gtk_file_chooser_default_update_current_folder): Ensure that we keep
2977         a reference to file, since it can be destroyed when switching back to
2978         browse mode.
2979
2980         * gtk/gtkfilesystem.c (get_icon_for_special_directory): Removed, home
2981         and desktop directories are dealt by the filechooser as normal files,
2982         not volumes, so the icon for these is handled directly by GIO.
2983         (_gtk_file_system_volume_render_icon): Update caller.
2984
2985 2008-06-15  Matthias Clasen  <mclasen@redhat.com>
2986
2987         * gtk/gtkcellrendererpixbuf.c: Add a gicon property.
2988
2989 2008-06-14  Cody Russell  <bratsche@gnome.org>
2990
2991         * gdk/win32/gdkselection-win32.c (gdk_win32_selection_add_targets):
2992
2993         Initialize hwnd to NULL.  This fixes OpenClipboard() failure and,
2994         according to MSDN docs, associates the open clipboard with the
2995         current task.  (#378158, reported by Andreas Köhler)
2996
2997 2008-06-13  Matthias Clasen  <mclasen@redhat.com>
2998
2999         * configure.in: Bump version
3000
3001         * === Released 2.13.3 ===
3002
3003 2008-06-13  Matthias Clasen  <mclasen@redhat.com>
3004
3005         * gtk/gtkaccelgroup.c: Add some docs
3006
3007         * gdk/gdkwindow.c: Fix doc typos
3008
3009 2008-06-13  Matthias Clasen  <mclasen@redhat.com>
3010
3011         * gtk/gtkfilesystem.c: Avoid PLT entries by including
3012         gtkalias.h
3013
3014 2008-06-13  Matthias Clasen  <mclasen@redhat.com>
3015
3016         * gtk/gtkfilechooserbutton.c:
3017         * gtk/gtkfilechooserdefault.c:
3018         * gtk/gtkfilechooserentry.c:
3019         * gtk/gtkfilesystem.c:
3020         * gtk/gtkfilesystem.h:
3021         * gtk/gtkfilesystemmodel.c:
3022         * gtk/gtkpathbar.c: Really make GtkFileSystem private
3023         by _-prefixing all functions.
3024
3025 2008-06-13  Matthias Clasen  <mclasen@redhat.com>
3026
3027         * docs/RELEASE-HOWTO: Updates
3028         * INSTALL.in: Bump version
3029
3030 2008-06-13  Matthias Clasen  <mclasen@redhat.com>
3031
3032         * NEWS: Updates
3033
3034 2008-06-13  Michael Natterer  <mitch@imendio.com>
3035
3036         * gtk/gtkcellrendereraccel.h
3037         * gtk/gtkfilechooser.h
3038         * gtk/gtkfilechooserdialog.h
3039         * gtk/gtkfilechooserwidget.h
3040         * gtk/gtkmenutoolbutton.h
3041         * gtk/gtkpagesetup.h
3042         * gtk/gtkpapersize.h
3043         * gtk/gtkprintcontext.h
3044         * gtk/gtkprintoperation.h
3045         * gtk/gtkprintoperationpreview.h
3046         * gtk/gtkprintsettings.h
3047         * gtk/gtkradiotoolbutton.h
3048         * gtk/gtkrecentchooser.h
3049         * gtk/gtkrecentchooserdialog.h
3050         * gtk/gtkrecentchoosermenu.h
3051         * gtk/gtkrecentchooserwidget.h
3052         * gtk/gtkseparatortoolitem.h
3053         * gtk/gtkshow.h
3054         * gtk/gtktoggletoolbutton.h
3055         * gtk/gtktoolbar.h
3056         * gtk/gtktoolbutton.h
3057         * gtk/gtktooltip.h: #include <gtk/gtkfoo.h> instead of
3058         "gtk/gtkfoo.h" or even just "gtkfoo.h" in public headers.
3059
3060 2008-06-13  Michael Natterer  <mitch@imendio.com>
3061
3062         * gtk/gtktexttagtable.h: remove double inclusion of
3063         <gtk/gtktexttag.h>.
3064
3065 2008-06-13  Michael Natterer  <mitch@imendio.com>
3066
3067         * gtk/gtkaction.c (gtk_action_set_short_label): change type of
3068         local "image" variable from GtkImage to GtkWidget to fix warning.
3069
3070 2008-06-13  Michael Natterer  <mitch@imendio.com>
3071
3072         * gtk/gtkcombobox.c (gtk_combo_box_menu_position): cast menu's
3073         toplevel to GtkWindow when passing to gtk_window_set_type_hint().
3074
3075 2008-06-13  Michael Natterer  <mitch@imendio.com>
3076
3077         * gtk/gtkuimanager.c (start_element_handler): silently skip
3078         unknown attributes instead of bailing out with an error in order
3079         to be compatible with possible future attribute names.
3080
3081         This is related to the discussion in bug #516425 but actually
3082         needed for any kind of XML format extension.
3083
3084 2008-05-23  Hans Breuer  <hans@breuer.org>
3085
3086         * gtk/gtkprintoperation.c : check surface status after ceating a pdf.
3087         Avoids crashing when the target can not be written, bug #537685
3088
3089         * gdk/win32/gdkdisplay-win32.c : runtime linking of ProcessIdToSessionId
3090
3091         * gtk/gtkfilesystem.c : variadic macros are not supported with c89 and
3092         it was not needed here anyway.
3093
3094 2008-06-13 Matthias Clasen  <mclasen@redhat.com>
3095
3096         * gtk/gtkentry.c (gtk_entry_draw_frame): Fix frame size allocation.
3097         Patch by Jan Arne Peterson
3098
3099 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
3100
3101         Bug 537985 – gtk_init_with_args() doesn't open a display after
3102         gtk_parse_args()
3103
3104         * gtk/gtkmain.c (gtk_init_with_args): Open the default display
3105         even when gtk_parse_args() has already been called.
3106         Patch by Mathias Hasselmann
3107
3108 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
3109
3110         Bug 524222 – GtkToolbar with mix of buttons with and without 
3111         icons looks "bad"
3112
3113         * gtk/gtktoolbutton.c (gtk_tool_button_construct_contents):
3114         Improve appearance of "both vertical" mode toolbuttons.
3115         Patch by Peter Johanson
3116
3117 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
3118
3119         Bug 519092 – Add accessibility support to GtkVolumeButton
3120
3121         * gtk/gtkvolumebutton.c: Set accessibility descriptions.
3122         Patch by Jonh Wendell
3123
3124 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
3125
3126         Bug 517706 – Connecting GtkButton with "use-stock" == FALSE to a
3127         GtkAction has problems
3128         Patch by Peter Johanson
3129
3130         * gtk/gtkaction.c (connect_proxy): Set the image of a button
3131         proxy to the "icon-name" property.
3132
3133         (gtk_action_set_short_label):  If the "image" property is set 
3134         on the button proxy, also tries to set the "label" property on 
3135         the GtkButton.
3136
3137 2008-06-12  Michael Natterer  <mitch@imendio.com>
3138
3139         * gtk/gtkmain.c
3140         * gtk/gtktrayicon-x11.c: don't #include <libintl.h>, it's pulled
3141         in via "gtkintl.h" from <glib/gi18n-lib.h>.
3142
3143 2008-06-12  Matthias Clasen  <mclasen@redhat.com>
3144
3145         RH bug 248245 and 449379: cups client printing from gnome
3146         applications fail
3147
3148         * modules/printbackends/cups/gtkprintbackendcups.c: Really fix
3149         printer URI construction. Patch by Marek Kasik
3150         
3151 2008-06-12  Michael Natterer  <mitch@imendio.com>
3152
3153         * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup):
3154         limit the number of displayed items by the actual screen height
3155         instead of some arbitrary value (Bug #408154, Xan Lopez and
3156         Christian Dywan).
3157
3158 2008-06-11  Behdad Esfahbod  <behdad@gnome.org>
3159
3160         Bug 503071 – Application direction changes to right to left even if
3161         theres no translation
3162
3163         * configure.in: Bump glib requirement.
3164
3165         * gtk/gtkaccellabel.c
3166         (_gtk_accel_label_class_get_accelerator_label):
3167         * gtk/gtkactiongroup.c (dgettext_swapped):
3168         * gtk/gtkbuilder.c (gtk_builder_class_init):
3169         * gtk/gtkbuilderparser.c (_dpgettext),
3170         (_gtk_builder_parser_translate):
3171         * gtk/gtkfilechooserdefault.c (list_size_data_func):
3172         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
3173         * gtk/gtkintl.h:
3174         * gtk/gtkmain.c (setlocale_initialization),
3175         (do_pre_parse_initialization), (gettext_initialization):
3176         * gtk/gtkstock.c (gtk_stock_lookup), (sgettext_swapped):
3177         Use g_dgettext() and g_dngettext().
3178
3179 2008-06-11  Matthias Clasen <mclasen@redhat.com>
3180
3181         * docs/RELEASE-HOWTO: Updates
3182
3183 2008-06-11  Tor Lillqvist  <tml@novell.com>
3184
3185         * gdk/win32/gdkdisplay-win32.c (gdk_display_get_name): As we don't
3186         support Win9x anyway, we can use ProcessIdToSessionId()
3187         unconditionally.
3188
3189 2008-06-11  Michael Natterer  <mitch@imendio.com>
3190
3191         * gtk/gtkfilechooserbutton.c: fix local prototype of
3192         _gtk_file_chooser_label_for_file() (takes a GFile, not const gchar*).
3193
3194 2008-06-10  Matthias Clasen <mclasen@redhat.com>
3195
3196         Bug 536765 – GtkComboBox should set COMBO type hint for its menu
3197
3198         * gtk/gtkoptionmenu.c:
3199         * gtk/gtkcombobox.c: Set the window type hint on popups.
3200         Patch by Danny Baumann
3201
3202 2008-06-10  Matthias Clasen <mclasen@redhat.com>
3203
3204         * gtk/gtkfilesystem.c (get_icon_for_special_directory):
3205         (gtk_file_system_volume_render_icon): Add standard icon names,
3206         and also fall back to builtin gtk stock icons.
3207
3208 2008-06-10  Christian Persch  <chpe@gnome.org>
3209
3210         * gtk/gtktreeview.c: (destroy_info), (set_destination_row),
3211         (gtk_tree_view_maybe_begin_dragging_row),
3212         (gtk_tree_view_set_reorderable),
3213         (gtk_tree_view_enable_model_drag_source),
3214         (gtk_tree_view_enable_model_drag_dest),
3215         (gtk_tree_view_unset_rows_drag_source),
3216         (gtk_tree_view_unset_rows_drag_dest): Make
3217         gtk_tree_view_enable_model_drag_[source|dest] compatible with
3218         gtk_drag_[source|dest]_add_*_targets. Bug #506853.
3219
3220 2008-06-10  Christian Persch  <chpe@gnome.org>
3221
3222         * gtk/gtktreeview.c: (gtk_tree_view_button_release_drag_column),
3223         (dest_row_free), (set_dest_row), (ensure_info),
3224         (gtk_tree_view_remove), (gtk_tree_view_put),
3225         (gtk_tree_view_set_column_drag_info): Use GSlice. Patch from
3226         bug #506853.
3227
3228 2008-06-10  Paolo Borelli  <pborelli@katamail.com>
3229
3230         * gtk/gtkfilechooser.c (gtk_file_chooser_set_current_folder_uri)
3231         use g_file_new_for_uri.
3232
3233 2008-06-10  Paolo Borelli  <pborelli@katamail.com>
3234
3235         * gtk/gtkfilesystem.c (gtk_file_system_volume_render_icon): do not
3236         leak the GIcon.
3237
3238 2008-06-10  Carlos Garnacho  <carlos@imendio.com>
3239
3240         * configure.in:
3241         * gtk/Makefile.am:
3242         * gtk/xdgmime: removed local xdgmime copy as Matthias suggested in bug
3243         #520874, comment #8. It's no longer used directly by GTK+.
3244
3245 2008-06-10  Carlos Garnacho  <carlos@imendio.com>
3246
3247         Bug 520874 - Should use gio directly.
3248
3249         * gtk/gtkfilesystem.[ch]: Turn into a private object, which mostly
3250         provides helper functions for asynchronous calls, folder abstraction
3251         and uniform handling of volumes/drives/mounts.
3252
3253         * gtk/gtkfilesystemwin32.[ch]:
3254         * gtk/gtkfilesystemunix.[ch]: Removed, these are no longer required.
3255
3256         * gtk/gtkfilechooser.c:
3257         * gtk/gtkfilechooserbutton.c:
3258         * gtk/gtkfilechooserdefault.c:
3259         * gtk/gtkfilechooserentry.[ch]:
3260         * gtk/gtkfilechooserprivate.h:
3261         * gtk/gtkfilechooserutils.c:
3262         * gtk/gtkfilesystemmodel.[ch]:
3263         * gtk/gtkpathbar.[ch]: Use GIO internally. Adapt to GtkFileSystem API.
3264         Do not load filesystem implementation modules.
3265
3266         * gtk/Makefile.am:
3267         * gtk/gtk.symbols: the gtkfilesystem.h private header isn't installed
3268         anymore, nor the unix/win32 implementations.
3269
3270         * README.in: Add blurb about these changes.
3271
3272 2008-06-09  Kristian Rietveld  <kris@gtk.org>
3273
3274         Bug 526987 - GtkCellRendererCombo should allow model to be NULL
3275
3276         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init),
3277         (gtk_cell_renderer_combo_set_property),
3278         (gtk_cell_renderer_combo_editing_done),
3279         (gtk_cell_renderer_combo_start_editing): introduce private class
3280         struct, allow model to be set to NULL.
3281
3282 2008-06-08  Björn Lindqvist  <bjourne@gmail.com>
3283
3284         Bug 131920 – gtkNotebook sends incorrect switch_page value
3285
3286         * gtk/gtknotebook.c (gtk_notebook_real_remove): Make switch-page
3287         signal send correct page index when page index 0 is active and
3288         removed. (#131920, Samuel Fogh)
3289
3290 2008-06-08  Kristian Rietveld  <kris@gtk.org>
3291
3292         Bug 536730 - memory corruption in gtktreeview
3293
3294         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): first
3295         remove the expand/collapse timeout and node, then free the rbtree.
3296
3297 2008-06-08  Kristian Rietveld  <kris@gtk.org>
3298
3299         Bug 488119 - critical warnings from gtk_tree_view_get_visible_range
3300
3301         * gtk/gtktreeview.c (gtk_tree_view_get_visible_range): only try to
3302         find path if we found valid nodes, return FALSE otherwise.  (Patch
3303         from Matthias Clasen).
3304
3305 2008-06-08  Matthias Clasen  <mclasen@redhat.com>
3306
3307         * gtk/gtkrecentmanager.c:
3308         * gtk/gtkrecentfilter.c:
3309         * gtk/gtkfilefilter.c: Replace uses of xdgmime with
3310         g_content_type.
3311         
3312 2008-06-08  Christian Persch <chpe@gnome.org>
3313
3314         Bug 535608 – do not string-copy accel paths in the menu code
3315
3316         * gtk/gtkaccelgroup.c:
3317         * gtk/gtkaccelmap.c:
3318         * gtk/gtkaction.c:
3319         * gtk/gtkmenu.c:
3320         * gtk/gtkmenuitem.c:
3321         * gtk/gtkwidget.c:  Don't store the accel path as a string in
3322         gtkmenu/gtkmenuitem. The accel path will be interned anyway, so
3323         keeping a string copy around is just a waste of memory.
3324         Improve the documentation to mention this.
3325
3326 2008-06-07  Tor Lillqvist  <tml@novell.com>
3327
3328         Bug 536990 - updateiconcache.c: 'close ()' is redundant
3329
3330         * gtk/updateiconcache.c (build_cache): Drop redundant close()
3331         calls. fclose() on a fdopen()ed stream closes the underlying file
3332         descriptor.
3333
3334 2008-06-06  Matthias Clasen  <mclasen@redhat.com>
3335
3336         Bug 536757 – regression: openoffice.org menus are placed at wrong
3337         position since 2.12.10
3338
3339         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents):
3340         Return the right coordinates.  
3341
3342 2008-06-06  Behdad Esfahbod  <behdad@gnome.org>
3343
3344         Bug 536185 – monitor font configuration
3345
3346         * configure.in:
3347         * gdk/x11/gdksettings.c:
3348         * gtk/gtksettings.c (gtk_settings_class_init),
3349         (gtk_settings_notify), (settings_update_fontconfig):
3350         Monitor xsettings key Fontconfig/Timestamp and upon change,
3351         reread fontconfig configuration, clear Pango's caches, and
3352         redraw all widgets.
3353
3354 2008-06-06  Ross Burton  <ross@burtonini.com>
3355
3356         * gtk/gtkwindow.c:
3357         Fix trivial typo in documentation.
3358
3359 2008-06-06  Tor Lillqvist  <tml@novell.com>
3360
3361         * config.h.win32.in: Slight update to match what configure
3362         produces.
3363
3364 2008-06-05  Johan Dahlin  <jdahlin@async.com.br>
3365
3366         * gtk/gtkbuilder.h (enum): Add the new version mismatch error
3367         constant to the end of the list, to avoid breaking the stable ABI
3368
3369 2008-06-05  Michael Natterer  <mitch@imendio.com>
3370
3371         * configure.in: add -DATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS.
3372
3373 2008-06-05  Li Yuan  <li.yuan@sun.com>
3374
3375         * gail-uninstalled.pc.in:
3376         Bug #536430. Patch from Damien Carbery <damien.carbery@sun.com>.
3377         Correct paths to gail headers and libraries in gail-uninstalled.pc.in.
3378
3379 2008-06-03  Matthias Clasen  <mclasen@redhat.com>
3380
3381         * docs/RELEASE-HOWTO: Update a bit
3382
3383 2008-06-03  Matthias Clasen  <mclasen@redhat.com>
3384
3385         * configure.in: Bump version
3386
3387         * === Released 2.13.2 ===
3388
3389 2008-06-03  Federico Mena Quintero  <federico@novell.com>
3390
3391         * gtk/gtkfilechooserentry.c (install_completion_feedback_timer):
3392         If the user presses Tab while the completion feedback window is
3393         active, then we'll assert.  Remove the assertion and just re-set
3394         the timer.  Fixes https://bugzilla.novell.com/show_bug.cgi?id=355225
3395
3396 2008-06-03  Colin Walters  <walters@redhat.com>
3397         
3398         Bug 535303 – add _get_implementation to GtkStatusIcon
3399
3400         * gtk/gtkstatusicon.c (gtk_status_icon_get_x11_window_id): New
3401         function to retrieve internal X11 window ID, useful for libnotify.
3402         * gtk/gtkstatusicon.h: Prototype it.
3403         * docs/reference/gtk/gtk-sections.txt: Add to docs.
3404         * gtk/gtk.symbols: Export it.
3405
3406 2008-06-03  Tor Lillqvist  <tml@novell.com>
3407
3408         * gtk/updateiconcache.c (build_cache): Use g_open().
3409
3410 2008-06-03  Michael Natterer  <mitch@imendio.com>
3411
3412         * gtk/gtkclist.h
3413         * gtk/gtkctree.h: revert includes to how they have been before the
3414         GTK_DISABLE_SINGLE_INCLUDES changes. Apparently I missed the fact
3415         that you can't include <gtk/gtk.h> from two headers where one is a
3416         parent class of the other and expect them both to be includable
3417         individually.
3418
3419 2008-06-03  Michael Natterer  <mitch@imendio.com>
3420
3421         * gtk/gtkprinteroptionset.h: remove newline at beginning of file.
3422
3423 2008-06-02  Matthias Clasen  <mclasen@redhat.com>
3424         
3425         Bug 536092 – GtkEntryCompletion's popup window should set type hint
3426
3427         * gtk/gtkentrycompletion.c (gtk_entry_completion_init): Set
3428         a type hint on the popup window to help compiz.
3429         Patch by Vaclav Slavik.
3430
3431 2008-06-02  Claudio Saavedra  <csaavedra@igalia.com>
3432
3433         Bug 535862 – gtk_action_create_icon can't create icons from the
3434         icon themes
3435
3436         * gtk/gtkaction.c: (gtk_action_create_icon): Look for the icon in
3437         the default factories as it's supposed.
3438
3439 2008-06-02  Yevgen Muntyan  <muntyan@tamu.edu>
3440
3441         Bug 535497 – Print preview doesn't work.
3442
3443         * gtk/Makefile.am: GTK_PRINT_PREVIEW_COMMAND on quartz: use open
3444         instead of launching Preview.app directly.
3445
3446 2008-06-02  Michael Natterer  <mitch@imendio.com>
3447
3448         * gtk/gtksignal.h: put back #include <gtk/gtkmarshal.h>, it's not
3449         in <gtk/gtk.h>. Fixes stuff that uses deprecated cruft.
3450         (bug #536126).
3451
3452 2008-05-31  Emmanuele Bassi  <ebassi@gnome.org>
3453
3454         Bug 535830 – wrong content type adding an item
3455
3456         * gtk/gtkrecentmanager.c:
3457         (gtk_recent_manager_add_item_query_info): Use the correct API
3458         for retrieving the fast MIME type of a URI. (Carlos Garcia
3459         Campos)
3460
3461 2008-05-31  Kristian Rietveld  <kris@imendio.com>
3462
3463         Bug 530146 - Setting non-string tooltip with
3464         gtk_tree_view_set_tooltip_column() segfaults
3465
3466         * gtk/gtktreeview.c (gtk_tree_view_set_tooltip_query_cb): use
3467         gtk_tree_model_get_value() and explicitly transform the value to a
3468         string before setting it as tooltip.
3469
3470 2008-05-30  Tor Lillqvist  <tml@novell.com>
3471
3472         * modules/engines/ms-windows/msw_style.h
3473         * modules/engines/ms-windows/msw_rc_style.h: Include gtk.h.
3474
3475 2008-05-30  Michael Natterer  <mitch@imendio.com>
3476
3477         * gtk/gtkmenu.c (get_attach_info): cast attach_info_free() to
3478         GDestroyNotify when using it in g_object_set_data_full().
3479
3480 2008-05-30  Michael Natterer  <mitch@imendio.com>
3481
3482         * gdk/gdkapplaunchcontext.h
3483         * gdk/gdktestutils.h
3484         * gtk/gtkmountoperation.h
3485         * gtk/gtkshow.h
3486         * gtk/gtktestutils.h
3487         * gtk/gtktoolshell.h: no need to allow disabling single includes
3488         conditionally in these new files. Simply forbid including them
3489         individually from the beginning.
3490
3491 2008-05-30  Tor Lillqvist  <tml@novell.com>
3492
3493         Bug 533108 - leak of GDI region in function 'handle_wm_paint'
3494
3495         * gdk/win32/gdkevents-win32.c (handle_wm_paint): Patch by Daniel
3496         Atallah.
3497
3498 2008-05-29  Matthias Clasen <mclasen@redhat.com>
3499
3500         * configure.in: Bump version 
3501
3502         * === Released 2.13.1 ===
3503
3504         * NEWS: Updates
3505
3506 2008-05-29  Matthias Clasen <mclasen@redhat.com>
3507
3508         * gtk/gtkwidget.c: s/2.16/2.14/ in Since tags
3509
3510 2008-05-29  Matthias Clasen <mclasen@redhat.com>
3511
3512         * tests/Makefile.am: Don't add testmountoperation to TEST_PROGS.
3513
3514 2008-05-29  Tor Lillqvist  <tml@novell.com>
3515
3516         Bug 535526 - updateiconcache.c: using open/close without prototype
3517
3518         * gtk/updateiconcache.c: Include <io.h> if _MSC_VER. Also, use
3519         g_utime() when available instead of utime() for UTF-8 pathname
3520         support on Windows.
3521
3522 2008-05-29  Jan Arne Petersen  <jpetersen@jpetersen.org>
3523
3524         Bug 56355 – GtkLabel - Not all changes propagate correctly
3525
3526         * gtk/gtklabel.c: (gtk_label_recalculate), (gtk_label_set_label),
3527         (gtk_label_set_markup_with_mnemonic), (gtk_label_parse_uline),
3528         (gtk_label_set_text_with_mnemonic), (gtk_label_set_use_underline):
3529         Call gtk_label_setup_mnemonic from gtk_label_recalculate. Add
3530         notifications of mnemonic-keyval changes.
3531
3532 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
3533
3534         Bug 522084 – GIcon support for GtkIconTheme & GtkImage
3535
3536         * gtk/gtkicontheme.[hc]: Add support for GIcon based lookups.
3537         * gtk/gtkimage.[hc]: Allow setting an image from a GIcon.
3538         * gtk/gtk.symbols: Additions
3539         * tests/testimage.c: Add a GIcon test
3540
3541 2008-05-29  Michael Natterer  <mitch@imendio.org>
3542
3543         * gtk/Makefile.am
3544         * gtk/gtkunixprint.h: add a single-include header for the unix
3545         print stuff.
3546
3547         * gtk/gtkpagesetupunixdialog.h
3548         * gtk/gtkprinter.h
3549         * gtk/gtkprintjob.h
3550         * gtk/gtkprintunixdialog.h: add single-include guards that #error
3551         out if GTK_DISABLE_SINGLE_INCLUDES is defined and any of these
3552         files is included individually.
3553
3554         * gtk/gtkprintbackend.h
3555         * gtk/gtkprinter-private.h
3556         * modules/printbackends/cups/gtkprintbackendcups.c
3557         * modules/printbackends/cups/gtkprintercups.h
3558         * modules/printbackends/lpr/gtkprintbackendlpr.c
3559         * tests/buildertest.c
3560         * tests/defaultvaluetest.c
3561         * docs/tools/widgets.c: include <gtk/gtkunixprint.h> instead of
3562         individual files.
3563
3564 2008-05-28  Michael Natterer  <mitch@imendio.com>
3565
3566         * gtk/gtk*.h: whitespace cleanup: remove trailing whitespace and
3567         excess newlines and sprinkled some newlines where needed. Zero
3568         code or formatting changes included.
3569
3570 2008-05-28  Michael Natterer  <mitch@imendio.com>
3571
3572         * gtk/gtkprinter.h: fix formatting of details_acquired() signal.
3573
3574 2008-05-28  Michael Natterer  <mitch@imendio.com>
3575
3576         * gtk/gtkcolorbutton.h: fix comment: the widget is called
3577         GtkColorButton, not GtkColorSelectButton. Remove trailing
3578         whitespace and excess newlines.
3579
3580 2008-05-28  Michael Natterer  <mitch@imendio.com>
3581
3582         * configure.in: last but not least, add G_DISABLE_SINGLE_INCLUDES,
3583         GDK_PIXBUF_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES
3584         to CPPFLAGS so it's impossible to commit code that would break
3585         apps which use DISABLE_INCLUDE defines.
3586
3587 2008-05-28  Michael Natterer  <mitch@imendio.com>
3588
3589         * gtk/gtk.h: define __GTK_H_INSIDE__ around including all other
3590         headers.
3591
3592         * gtk/gtktypebuiltins.h.template
3593         * gtk/gtkversion.h.in
3594         * gtk/gtk*.h: add single-include guards that #error out if
3595         GTK_DISABLE_SINGLE_INCLUDES is defined and any of these files is
3596         included individually.
3597
3598         * gtk/gtkprintbackend.h
3599         * gtk/gtkprinter-private.h
3600         * gtk/gtktextlayout.h
3601         * gtk/gtktexttagprivate.h
3602         * gtk/gtktexttypes.h
3603         * gtk/gtktreedatalist.h: include <gtk/gtk.h> instead of individual
3604         headers in these private or semi-private headers.
3605
3606         * gtk/gtkimmodule.h: also here because it's not in gtk.h.
3607
3608         * gtk/gtkpagesetupunixdialog.h
3609         * gtk/gtkprinter.h
3610         * gtk/gtkprintjob.h
3611         * gtk/gtkprintunixdialog.h: likewise in the gtkunixprint headers.
3612
3613         * gtk/gtkclist.h
3614         * gtk/gtkcombo.h
3615         * gtk/gtkctree.h
3616         * gtk/gtkfilesel.h
3617         * gtk/gtkitemfactory.h
3618         * gtk/gtklist.h
3619         * gtk/gtklistitem.h
3620         * gtk/gtkoldeditable.h
3621         * gtk/gtkoptionmenu.h
3622         * gtk/gtkpixmap.h
3623         * gtk/gtkpreview.h
3624         * gtk/gtksignal.h
3625         * gtk/gtktipsquery.h: whenever possible, include only <gtk/gtk.h>
3626         instead of individual headers in these deprecated headers. They
3627         don't get included at all when GTK_DISABLE_DEPRECATED is defined,
3628         so if an app needs them anyway, it must undef GTK_DISABLE_DEPRECATED
3629         and include them individually, which should continue to work.
3630
3631         * gtk/gtkclist.c: include "gtkctree.h" because of the change
3632         above.
3633
3634 2008-05-28  Kristian Rietveld  <kris@imendio.com>
3635
3636         Bug 449625 - crash in gtk_tree_view_real_move_cursor at
3637         gtktreeview.c:9641
3638
3639         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down):
3640         cursor_offset *must* be larger than background height of the cursor
3641         node, not just equal otherwise there is no guarantee there is a next
3642         node.
3643
3644 2008-05-28  Michael Natterer  <mitch@imendio.com>
3645
3646         * gtk/gtktestutils.c: don't include <gdk/gdktestutils.h>.
3647
3648 2008-05-28  Michael Natterer  <mitch@imendio.com>
3649
3650         * gdk/gdk.h: define __GDK_H_INSIDE__ around including all other
3651         headers.
3652
3653         * gdk/gdkenumtypes.h.template
3654         * gdk/gdk*.h: add single-include guards that #error out if
3655         GTK_DISABLE_SINGLE_INCLUDES is defined and any of these files is
3656         included individually. Also removed some redundant includes and
3657         did some tiny trailing whitespace removal that's not worth to
3658         commit separately.
3659
3660         * gdk/gdkprivate.h: include <gdk/gdk.h> instead of individual
3661         files.
3662
3663         * gdk/win32/gdkwin32.h
3664         * gdk/x11/gdkx.h: only include <gdk/gdkprivate.h> and remove all
3665         other includes.
3666
3667 2008-05-28  Kristian Rietveld  <kris@imendio.com>
3668
3669         Bug 504087 - make gtk_tooltip_set_custom a no-op for setting the
3670         current widget again.
3671
3672         * gtk/gtktooltip.c (gtk_tooltip_set_custom),
3673         (gtk_tooltip_reset), (gtk_tooltip_run_requery): use a
3674         custom_was_reset field to check if the custom widget is set again in
3675         the query-tooltip callback; if not, we set it to NULL.  Based on a
3676         patch by Xavier Claessens, insightful comments from Jean-Yves Lefort
3677         and Christian Persch.
3678
3679 2008-05-28  Michael Natterer  <mitch@imendio.com>
3680
3681         * modules/printbackends/cups/gtkcupsutils.c
3682         * modules/printbackends/cups/gtkprintbackendcups.c
3683         * modules/printbackends/file/gtkprintbackendfile.c
3684         * modules/printbackends/lpr/gtkprintbackendlpr.c: include
3685         <gtk/gtk.h> instead of individual files.
3686
3687 2008-05-28  Michael Natterer  <mitch@imendio.com>
3688
3689         * demos/testpixbuf.c: include <gdk-pixbuf/gdk-pixbuf.h> instead of
3690         individual files.
3691
3692 2008-05-28  Kristian Rietveld  <kris@imendio.com>
3693
3694         Bug 498010 - gtk_tree_view_set_cursor fails if model!=NULL.
3695
3696         * gtk/gtktreeview.c (gtk_tree_view_set_cursor_on_cell): return if fail
3697         ->priv->tree != NULL.  Suggestion from Stefan Kost.
3698
3699 2008-05-28  Kristian Rietveld  <kris@imendio.com>
3700
3701         Bug 324282 - add selected signal to cell renderer combo.
3702
3703         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init),
3704         (gtk_cell_renderer_combo_changed),
3705         (gtk_cell_renderer_combo_start_editing): add a new "changed" signal
3706         that will be emitted as soon as the combo box emitted changed and has
3707         an active iterator.  (Modified patch based on work by James
3708         Pelletier).
3709
3710         * gtk/gtkmarshalers.list: add marshaler.
3711
3712 2008-05-28  Kristian Rietveld  <kris@imendio.com>
3713
3714         Refactor expand/collapse timeout handling (amendment to bug 511217).
3715
3716         * gtk/gtktreeview.c (add_expand_collapse_timeout),
3717         (remove_expand_collapse_timeout): new functions, the remove function
3718         also clears expanded_collapsed_node,
3719         (cancel_arrow_animation): moved to be next to the add/remove timeout
3720         functions,
3721         (gtk_tree_view_unrealize),
3722         (gtk_tree_view_row_deleted),
3723         (gtk_tree_view_set_model),
3724         (cancel_arrow_animation),
3725         (gtk_tree_view_real_expand_row),
3726         (gtk_tree_view_real_collapse_row): use the new add/remove functions.
3727
3728 2008-05-28  Kristian Rietveld  <kris@imendio.com>
3729
3730         Amendment of bug 485218 - Strange warning encountered.
3731
3732         * gtk/gtktreemodelsort.[ch]
3733         (gtk_tree_model_sort_convert_child_iter_to_iter): return a boolean
3734         indication whether or not the conversion had succeeded.
3735
3736 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
3737
3738         Bug 509788 - GTK+ should use CUPS to set Postscript level of PS output
3739
3740         * modules/printbackends/cups/gtkprintbackendcups.c
3741         (cups_printer_create_cairo_surface): Fall back to PostScript level 2
3742         if the printer does not support level 3. Patch by Marek Kašík.
3743
3744 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
3745
3746         Bug 404571 - Scroll arrow backgrounds should be painted with different
3747         detail
3748
3749         * gtk/gtkmenu.c (gtk_menu_paint): Use "menu_scroll_arrow_up/down" 
3750         as detail when drawing scroll arrow backgrounds. Proposed by
3751         Tommi Komulainen.
3752         
3753 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
3754
3755         Bug 511217 - potential memory corruption after refreshing a tree_view
3756
3757         * gtk/gtktreeview.c (cancel_arrow_animation): Reset
3758         expanded_collapsed_node when canceling the animation.
3759         Patch by Nicholas Setton.
3760
3761 2008-05-28  Michael Natterer  <mitch@imendio.com>
3762
3763         * modules/input/gtkimcontextime.h
3764         * modules/input/gtkimcontextmultipress.h
3765         * modules/input/gtkimcontextthai.h
3766         * modules/input/gtkimcontextxim.h: include <gtk/gtk.h> instead of
3767         individual files.
3768
3769         * modules/input/gtkimcontextime.c
3770         * modules/input/gtkimcontextmultipress.c
3771         * modules/input/gtkimcontextxim.c
3772         * modules/input/imam-et.c
3773         * modules/input/imcedilla.c
3774         * modules/input/imcyrillic-translit.c
3775         * modules/input/iminuktitut.c
3776         * modules/input/imipa.c
3777         * modules/input/imti-er.c
3778         * modules/input/imti-et.c
3779         * modules/input/imviqr.c: ditto. Some minor cleanups like moving
3780         "gtk/gtkintl.h" to the end of includes.
3781
3782 2008-05-28  Michael Natterer  <mitch@imendio.com>
3783
3784         * modules/engines/pixbuf/pixbuf-style.h
3785         * modules/engines/pixbuf/pixbuf-rc-style.h: include <gtk/gtk.h>
3786         instead of individual files.
3787
3788 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
3789
3790         Bug 485218 - Strange warning encountered
3791
3792         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted):
3793         (gtk_tree_model_sort_convert_child_iter_to_iter):
3794         (gtk_tree_model_sort_build_level): Better warnings. Patch
3795         by Kristian Rietveld.
3796
3797 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
3798
3799         Bug 351910 - Search column setting lost
3800
3801         * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Clarify
3802         the docs. Patch by Matt Barnes.
3803
3804 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
3805
3806         Bug 477278 - avoid unnecessary pointer subtraction
3807
3808         * gtk/gtkaccelgroup.c (quick_accel_remove): Avoid pointer 
3809         subtraction that sparse complains about. Patch by Christian
3810         Persch.
3811
3812 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
3813
3814         Bug 106574 - Inconsistent increment behavior for gtkspinbutton
3815
3816         * gtk/gtkspinbutton.c (gtk_spin_button_real_value_change):
3817         Commit the entry text before doing an increment. Patch by
3818         Björn Lindqvist.
3819
3820 2008-05-27  Federico Mena Quintero  <federico@novell.com>
3821
3822         http://bugzilla.gnome.org/show_bug.cgi?id=533891 - Don't allow
3823         drag and drop from the file list into itself, as it doesn't make
3824         sense (it would just change the current folder).
3825
3826         * gtk/gtkfilechooserdefault.c (file_list_dest_targets): Use
3827         GTK_TARGET_OTHER_WIDGET so we don't DnD from the file list into
3828         itself.
3829
3830 2008-05-27  Michael Natterer  <mitch@imendio.com>
3831
3832         * gtk/gtksignal.h: move deprecated guards around everything,
3833         including includes and include guards (just as in all other
3834         deprecated files).
3835
3836 2008-05-27  Tor Lillqvist  <tml@novell.com>
3837
3838         * gtk/updateiconcache.c (build_cache): Use simpler mode for open()
3839         on Windows. (No S_I?GRP and S_I?OTH bits are defined in
3840         <sys/stat.h> on Windows, and the mode used in open() doesn't
3841         matter much as there are no rwxrwxrwx bits on Windows anyway.)
3842         Open file in binary mode. Passing "b" to fdopen() later isn't
3843         enough.
3844
3845 2008-05-27 10:33:41  Tim Janik  <timj@imendio.com>
3846
3847         * gtk/gtkwidget.c: guard gtk_widget_get_snapshot() against
3848         invalid or invisible widgets.
3849
3850 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
3851
3852         Bug 531008 – Crash in gtkprintunixdialog.c
3853
3854         * gtk/gtkprintunixdialog.c: Disconnect signal handlers when
3855         the dialog closes. Patch by Yevgen Muntyan.
3856
3857 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
3858
3859         RH bug 248245: cups client printing from gnome applications fail
3860
3861         * modules/printbackends/cups/gtkprintbackendcups.c
3862         (gtk_print_backend_cups_print_stream): Specify the right server.
3863
3864 2008-05-27  Carlos Garnacho  <carlos@imendio.com>
3865
3866         * gtk/gtkfilechooserdefault.c (set_select_multiple): Enable
3867         rubberbanding when "select-multiple" is TRUE. Bug #446068.
3868
3869 2008-05-27  Carlos Garnacho  <carlos@imendio.com>
3870
3871         * gtk/gtkmountoperation.c (gtk_mount_operation_ask_password): Enable
3872         correctly dialog buttons sensitivity when the anonymous option is
3873         enabled by default. Bug #531865.
3874
3875 2008-05-27  Carlos Garnacho  <carlos@imendio.com>
3876
3877         * gtk/gtkmountoperation.c (gtk_mount_operation_ask_password): Set
3878         password dialog modal and transient for the parent window also if it
3879         was specified in the constructor. Bug #531864.
3880
3881 2008-05-26  Richard Hult  <richard@imendio.com>
3882
3883         * gdk/quartz/gdkevents-quartz.c: (gdk_screen_get_setting): Try
3884         setting the default font, might need to tweak this.
3885
3886 2008-05-26  Michael Natterer  <mitch@imendio.com>
3887
3888         * examples/gtkdial/gtkdial.h
3889         * modules/input/gtkimcontextthai.h: use G_BEGIN/END_DECLS.
3890
3891 2008-05-26  Michael Natterer  <mitch@imendio.com>
3892
3893         * gtk/gtkimmodule.h: fix indentation.
3894
3895 2008-05-26  Michael Natterer  <mitch@imendio.com>
3896
3897         * gtk/gtkshow.h: include "gdk/gdk.h" instead of "gdk/gdkscreen.h"
3898
3899         * gtk/gtkshow.c: remove inclusion of single files from gdk/
3900
3901         Removed trailing whitespace in both files.
3902
3903 2008-05-26  Richard Hult  <richard@imendio.com>
3904
3905         Bug 530353 – Mac-like gtk_accelerator_get_label()
3906
3907         * gtk/gtkaccellabel.c: (gtk_accel_label_class_init),
3908         (append_keyval_symbol), (_gtk_accel_label_class_get_accelerator_label):
3909         On quartz, make gtk_accelerator_get_label() format a Mac-like
3910         string, using unicode characters for modifier keys, arrows, delete
3911         etc. Patch from Yevgen Muntyan.
3912
3913 2008-05-26  Richard Hult  <richard@imendio.com>
3914
3915         Bug 534869 – Length miscalculation in
3916         _gtk_quartz_get_selection_data_from_pasteboard
3917
3918         * gtk/gtkquartz.c: (_gtk_quartz_get_selection_data_from_pasteboard):
3919         Get the number of bytes, not the number of characters, patch from
3920         Yevgen Muntyan.
3921
3922 2008-05-26  Matthias Clasen  <mclasen@redhat.com>
3923
3924         * gtk/gtkwidget.c: Some doc formatting fixes.
3925
3926 2008-05-26  Matthias Clasen  <mclasen@redhat.com>
3927
3928         Bug 511163 – Remove pango_extents_to_pixels() calls
3929
3930         * gtk/gtkcellrenderertext.c (get_size): Use
3931         pango_layout_get_pixel_extents.
3932
3933         * configure.in: Bump Pango requirement to 1.20
3934
3935         * INSTALL.in: Update required versions
3936
3937 2008-05-26  Matthias Clasen  <mclasen@redhat.com>
3938
3939         Bug 513811 – Use cairo_format_stride_for_width()
3940
3941         * gtk/gtkhsv.c (paint_ring, paint_triangle):
3942         * gdk/gdkcairo.c (gdk_cairo_set_source_pixbuf): Use
3943         cairo_format_stride_for_width, proposed by Behdad Esfahbod.
3944
3945         * configure.in: Bump cairo requirement to 1.6.0
3946
3947         * INSTALL.in: Update required versions
3948
3949 2008-05-26  Matthias Clasen  <mclasen@redhat.com>
3950
3951         * gtk/gtkshow.[hc]: Formatting fixes
3952
3953         * gtk/gtkmountoperation.c: Add docs
3954
3955 2008-05-25  Cody Russell  <bratsche@gnome.org>
3956
3957         Bug 507389 – use gslice for gtksettings
3958
3959         * gtk/gtksettings.c: Change from g_new0/g_free to use GSlice.
3960         Report and patch by Christian Persch.
3961
3962 2008-05-25  Cody Russell  <bratsche@gnome.org>
3963
3964         Bug 523562 - gtk-update-icon-cache core dumps when run concurrently and
3965         when options are missing
3966
3967         * gtk/updateiconcache.c: Open the cache file (O_CREAT | O_EXCL) so
3968         that other processes that try to open it will fail gracefully.  Also
3969         fix a crasher caused by lack of a NULL check.  Report and patch
3970         by Erwann Chenede.
3971
3972 2008-05-25  Cody Russell  <bratsche@gnome.org>
3973
3974         Bug 526635 - _gdk_window_get_toplevel handles FOREIGN windows
3975
3976         * gdk/x11/gdkwindow-x11.c (_gdk_window_get_toplevel): Check
3977         !WINDOW_IS_TOPLEVEL instead of checking for GDK_WINDOW_CHILD,
3978         so that we also take into account for foreign windows.
3979         Report and patch by Nathaniel Smith.
3980
3981 2008-05-25  Cody Russell  <bratsche@gnome.org>
3982
3983         Bug 525461 - Don't invalidate under an input-only child
3984
3985         * gdk/x11/gdkgeometry-x11.c (_gdk_window_move_resize_child):
3986         Check that the window is not input-only before invalidating.
3987         Report and patch by Owen Taylor.
3988
3989 2008-05-25  Cody Russell  <bratsche@gnome.org>
3990
3991         Bug 524110 - Gdk should not assume reparenting WMs when retrieving
3992         window frame extents
3993
3994         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents):
3995         Use _NET_FRAME_EXTENTS, if available.  Patch by Danny Baumann.
3996
3997 2008-05-25  Cody Russell  <bratsche@gnome.org>
3998
3999         Bug 522269 - Evince windows sometimes incorrectly unmaximized,
4000         caused by missing flag initialization
4001
4002         * gdk/x11/gdkwindow-x11.c (set_initial_hints): Initialize
4003         top-level private flags correctly.  Patch by Danny Baumann.
4004
4005 2008-05-25  Cody Russell  <bratsche@gnome.org>
4006
4007         Bug 534463 - non-editable GtkTextView should not call
4008         gtk_im_context_focus_in in focus event
4009
4010         * gtk/gtktextview.c: Add checks to see if the textview is
4011         editable.  Patch by Wang Diancheng.
4012
4013 2008-05-25  Matthias Clasen  <mclasen@redhat.com>
4014
4015         Bug 501730 – use GSlice for small allocs
4016
4017         * gtk/gtkmenuitem.c:
4018         * gtk/gtkmenu.c: Use the slice allocator for small allocations.
4019         Patch by Christian Persch.
4020         
4021 2008-05-25  Matthias Clasen  <mclasen@redhat.com>
4022
4023         Bug 523930 – sort -> search in gtktreeview.c
4024
4025         * gtk/gtktreeview.c (gtk_tree_view_set_search_column): Fix a doc
4026         glitch, pointed out by Björn Lindqvist.
4027
4028 2008-05-25  Matthias Clasen  <mclasen@redhat.com>
4029
4030         Bug 479384 – gtk_selection_data_targets_include_uri docs buglet
4031
4032         * gtk/gtkselection.c (gtk_selection_data_targets_include_uri): Fix
4033         doc glitch, pointed out by Christian Persch.
4034
4035 2008-05-25  Matthias Clasen  <mclasen@redhat.com>
4036
4037         Bug 534694 – Col id in GtkListStore could be out of range
4038
4039         * gtk/gtkliststore.c (list_store_start_element): Fix up error handling
4040         a bit. Pointed out by Jan Arne Petersen.
4041
4042 2008-05-25  Matthias Clasen  <mclasen@redhat.com>
4043
4044         Bug 532497 – Configure problem when cross-compiling
4045
4046         * configure.in: Use AC_CHECK_TOOLS to find C++ compiler, 
4047         pointed out by Marko Lindqvist.
4048
4049 2008-05-25  Richard Hult  <richard@imendio.com>
4050
4051         * gtk/gtkquartz.c: (_gtk_quartz_set_selection_data_for_pasteboard):
4052         Slight coding style cleanup.
4053
4054 2008-05-25  Tristan Van Berkom <tvb@gnome.org>
4055
4056         * gtk/gtkbuilderprivate.h, gtk/gtkbuilder.h, gtk/gtkbuilderparser.c:
4057         Added support for parsing required toolkit versions (so that ui descriptions
4058         can target specific versions of the backend widget libraries) bug 527612.
4059
4060         * gtk/docs/reference/gtk/tmpl/gtkbuilder.sgml: Added documentation
4061         for the added xml tags to the ui description.
4062
4063         * tests/buildertest.c: Enhanced pango attribute tests, Added tests
4064         for requires tag handling.
4065
4066 2008-05-25  Richard Hult  <richard@imendio.com>
4067
4068         * gtk/gtkdnd-quartz.c: (gtk_drag_drop_finished): Run
4069         gtk_drag_source_info_destroy in an idle, workaround for bug
4070         #501588, that makes any code that uses the context returned from
4071         gtk_drag_begin() crash, like treeview/iconview dnd.
4072         (GdkDragSourceOwner::provideDataForType): only use the data if we
4073         got any.
4074
4075 2008-05-25  Jan Arne Petersen  <jpetersen@jpetersen.org>
4076
4077         * gtk/gtkfilechooserdefault.c: (create_file_list): Add GDK_ACTION_MOVE
4078         to the drag actions to allow trash (#137717).
4079
4080 2008-05-25  Josselin Mouette  <joss@malsain.org>
4081
4082         reviewed by: Matthias Clasen
4083
4084         * gtk/gtksearchenginetracker.c: (_gtk_search_engine_tracker_new):
4085         check that tracker is actually working before using it. Fixes
4086         bug #479197.
4087
4088 2008-05-25  Sven Neumann  <sven@gimp.org>
4089
4090         * gtk/gtkdrawingarea.c (gtk_drawing_area_realize)
4091         (gtk_drawing_area_size_allocate): respect the GTK_NO_WINDOW flag
4092         and don't create an output window if it is set.
4093
4094         * gtk/gtkprintunixdialog.c: set the GTK_NO_WINDOW flag for the
4095         drawing areas. Fixes bug #519317.
4096
4097 2008-05-25  Jan Arne Petersen  <jpetersen@jpetersen.org>
4098
4099         * gtk/gtkentry.c: (gtk_entry_class_init), (get_text_area_size),
4100         (gtk_entry_get_text_area_size), (gtk_entry_draw_frame):
4101         * gtk/gtkentry.h:
4102         * gtk/gtkspinbutton.c: (gtk_spin_button_class_init),
4103         (gtk_spin_button_realize), (gtk_spin_button_size_allocate),
4104         (gtk_spin_button_expose), (gtk_spin_button_draw_arrow),
4105         (gtk_spin_button_enter_notify), (gtk_spin_button_leave_notify),
4106         (gtk_spin_button_grab_notify), (gtk_spin_button_state_changed),
4107         (start_spinning), (gtk_spin_button_button_release),
4108         (gtk_spin_button_motion_notify), (gtk_spin_button_value_changed),
4109         (gtk_spin_button_get_text_area_size), (gtk_spin_button_real_spin),
4110         (gtk_spin_button_update): Reorder strange window hierarchy of the
4111         GtkSpinButton (#466000).
4112
4113 2008-05-25  Jan Arne Petersen  <jpetersen@jpetersen.org>
4114
4115         * gtk/gtklabel.c: (get_layout_location): Subtract logical.x from x to
4116         fix the wrong position for right and center justified labels with
4117         logical.x > 0 (#530255).
4118
4119 2008-05-25  Jan Arne Petersen  <jpetersen@jpetersen.org>
4120
4121         * gtk/gtkfilechooserdefault.c:
4122         (shortcuts_activate_volume_mount_cb): Ignore G_IO_ERROR_FAILED_HANDLED
4123         errors (#532262).
4124
4125 2008-05-25  Björn Lindqvist  <bjourne@gmail.com>
4126
4127         * tests/pixbuf-lowmem.c
4128         * tests/pixbuf-random.c
4129         * tests/pixbuf-randomly-modified.c
4130         * tests/pixbuf-read.c
4131         * tests/pixbuf-threads.c
4132         * tests/testgtk.c
4133         * tests/testtreeview.c: Fix remaining compiler warnings in these
4134         files (#523751).
4135
4136 2008-05-25  Jaap A. Haitsma  <jaap@haitsma.org>
4137
4138         reviewed by: Matthias Clasen
4139
4140         * gtk/Makefile.am:
4141         * gtk/gtk.h:
4142         * gtk/gtk.symbols:
4143         * gtk/gtkshow.c: (gtk_show_uri):
4144         * gtk/gtkshow.h:
4145         Add gtk_show_uri to make showing uris really easy. Fixes bug #514396
4146
4147 2008-05-25  Jan Arne Petersen  <jpetersen@jpetersen.org>
4148
4149         * gtk/gtkliststore.c: (list_store_text): Use type of the correct
4150         column (#529535).
4151         * tests/buildertest.c: (test_list_store): Add test.
4152
4153 2008-05-24  Matthias Clasen  <mclasen@redhat.com>
4154
4155         Bug 520989 – icon factory buildable too strict
4156
4157         * gtk/gtkiconfactory.c (icon_source_start_element): Make filename
4158         an optional attribute.
4159
4160 2008-05-24  Matthias Clasen  <mclasen@redhat.com>
4161
4162         Bug 387972 – gtkassistant drawing problem
4163
4164         * gtk/gtkassistant.c (gtk_assistant_size_allocate): Make 
4165         GtkAssistant work better in glade. 
4166
4167 2008-05-24  Jan Arne Petersen  <jpetersen@jpetersen.org>
4168
4169         * gtk/gtktoolbar.c: (gtk_toolbar_class_init): Change defaults of child
4170         properties "expand" and "homogeneous" from TRUE to FALSE (as they are
4171         used in GtkToolItem) (#532787).
4172
4173 2008-05-24  Jan Arne Petersen  <jpetersen@jpetersen.org>
4174
4175         * gtk/gtkfilechooserdefault.c: (location_toggle_popup_handler): Don't
4176         try to toggle the visibility of the location entry field in search and
4177         recent mode (#526422).
4178
4179 2008-05-24  Jan Arne Petersen  <jpetersen@jpetersen.org>
4180
4181         * gtk/gtkfilechooserdefault.c: (shortcuts_query_tooltip_cb),
4182         (shortcuts_list_create): Show parse name as tooltip for path
4183         shortcuts (#137503).
4184
4185 2008-05-24  Björn Lindqvist  <bjourne@gmail.com>
4186
4187         * gdk/gdkcolor.c (gdk_color_parse): Update docstring to match
4188         pango_color_parse, do not reference XParseColor forms (#434991).
4189
4190 2008-05-24  James Sharpe <jsharpe@gnome.org>
4191
4192         * gdk/gdk.symbols: Remove duplicate
4193         gdk_window_redirect_to_drawable and gdk_window_remove_redirection
4194         * gtk/gtk.symbols: Remove duplicate gtk_widget_get_snapshot
4195         
4196 2008-05-23  Hans Breuer  <hans@breuer.org>
4197
4198         * **/makefile.msc gtk/makefile.msc.in : updated
4199         * gtk/gtkwidget.c : fix c99ism (variable at start of block
4200         * gdk/gdk.symbols gtk/gtk.symbols : export functions for window 
4201         redirection
4202         * gtk/gtkfilechooserdefault.c : #include <locale.h> for 
4203         setlocale(LC_ALL, ...)
4204
4205 2008-05-23  Tor Lillqvist  <tml@novell.com>
4206
4207         * gdk/gdk.symbols: Add gdk_window_redirect_to_drawable and
4208         gdk_window_remove_redirection.
4209
4210         * gdk/win32/gdkwindow-win32.c (_gdk_window_new)
4211         (_gdk_window_reparent): Rename to adapt to the offscreen rendering
4212         changes. Remove now unnecessary parameter checks as the caller
4213         does that already.
4214
4215         * gtk/gtk.symbols: Add gtk_widget_get_snapshot.
4216
4217 2008-05-23  Tor Lillqvist  <tml@novell.com>
4218
4219         * gdk/win32/gdkwindow-win32.c (update_style_bits): Don't do
4220         anything if style doesn't change. Improve debugging output.
4221
4222 2008-05-23  Michael Natterer  <mitch@gimp.org>
4223
4224         * perf/widgets.h
4225         * tests/print-editor.c
4226         * tests/prop-editor.h
4227         * tests/testmountoperation.c
4228         * tests/testmultidisplay.c
4229         * tests/testnouiprint.c
4230         * tests/testprint.c
4231         * tests/testprintfileoperation.h
4232         * tests/testtreesort.c
4233         * tests/textbuffertest.c: include <gtk/gtk.h> instead of single
4234         files. Remove some redundant includes.
4235
4236 2008-05-22  Hiroyuki Ikezoe  <poincare@ikezoe.net>
4237
4238         * gtk/gtksockget.c: (gtk_socket_realize): Remove second call of
4239         GTK_WIDGET_SET_FLAGS (widget, GTK_REALIZED).
4240
4241 2008-05-21  Richard Hult  <richard@imendio.com>
4242
4243         * gdk/quartz/gdkwindow-quartz.c:
4244         (_gdk_window_new), (_gdk_window_reparent): Renamed to adapt to the
4245         offscreen rendering changes, fixes build.
4246
4247 2008-05-21 21:10:15  Tim Janik  <timj@imendio.com>
4248
4249         * gtk/gtkwidget.h: added GdkRectangle *clip_rect to gtk_widget_get_snapshot().
4250
4251         * gtk/gtkwidget.c: clip the returned snapshot pixmap to clip_rect.
4252         return snapshot pixmap coordinates widget relative in *clip_rect.
4253
4254         * tests/testgtk.c: fixed bogus NULL pointer unref.
4255
4256 2008-05-21 21:04:28  Tim Janik  <timj@imendio.com>
4257
4258         * gtk/gtkwidget.c gtk_widget_get_snapshot(): grow snapshot area from
4259         widget's allocation to cover extra widget windows placed outside the
4260         widget allocation (spinbutton arrows are the prime example for this).
4261
4262 2008-03-18 10:49:20  Tim Janik  <timj@imendio.com>
4263
4264         * Applied pixmap redirection patch by Alexander Larsson with
4265         various updates from:
4266         Bug 318807 – Offscreen windows and window redirection.
4267
4268
4269         Updates:
4270
4271         * updated docs to mention "Since 2.16".
4272
4273         * tests/testgtk.c: fixed snapshooting pixmap leak.
4274         convert pixmap to pixbuf after snapshooting, to compensate for different
4275         bit depths (occurs when snapshooting ARGB visuals and displaying the
4276         pixmap in an RGB visual).
4277
4278         * gdk/gdkwindow.[hc]: made GdkWindowRedirect private.
4279
4280         * gdk/gdkwindow.c: removed damage idle handler, there's no aparent
4281         need for it. enqueue damage notification as GDK_DAMAGE events
4282         for each painting redirection at the start of the event queue.
4283         consider windows with a redirection fully visible when invalidating,
4284         and when updating from backing store. cleaned up stale variables.
4285
4286         * gdk/gdkevents.c: added _gdk_event_queue_prepend().
4287
4288         * gtk/gtkwidget.c: fixed coordinates for !NO_WINDOW widgets in
4289         gtk_widget_get_snapshot; this fixes garbage snap offsets for gammacurve,
4290         tree, drawingarea, text, handlebox, etc.
4291         clip the redirected window hierarchy to window sizes, the visible
4292         rectangles don't need to be taken into account here.
4293         extended snapshooting docs to recommend gdk_pixbuf_get_from_drawable()
4294         in case pixmap visuals could mismatch.
4295
4296         * gdk/x11/gdkwindow-x11.c: removed _gdk_windowing_window_get_visible_rect().
4297
4298
4299         Base patch:
4300
4301         * tests/testgtk.c: add a "Snapshot" test to demonstrate snapshooting
4302         of possibly obscured widgets into an offscreen pixmap.
4303
4304         * gtk/gtkwidget.[hc]: add GtkWidget::damage-event signal, add
4305         gtk_widget_get_snapshot() to render a widget's contents to a GdkPixmap.
4306
4307         * gtk/gtkmain.c: dispatch GDK_DAMAGE events.
4308
4309         * gdk/gdkwindow.c: moved outer gdk_window_new() and gdk_window_reparent()
4310         implementations here, adapted them to propagate redirects to child windows.
4311         gdk_window_end_paint(): copy repainted window contents to redirection pixmap,
4312         clipped to visible region. queue GDK_DAMAGE event delivery.
4313         gdk_window_redirect_to_drawable(): install window painting redirection.
4314         gdk_window_remove_redirection(): remove previously installed redirection.
4315
4316         * gdk/x11/gdkwindow-x11.c: added _gdk_windowing_window_get_visible_rect(),
4317         renamed _gdk_window_new() and _gdk_window_reparent().
4318
4319         * gdk/gdkwindow.h: added GdkWindowRedirect* to GdkWindowObject, export
4320         gdk_window_redirect_to_drawable() and gdk_window_remove_redirection().
4321
4322         * gdk/gdkevents.h: added GDK_DAMAGE event type.
4323
4324         * gdk/gdkevents.c: extract time and state from GDK_DAMAGE events.
4325
4326         * gdk/gdkinternals.h: added internal prototypes.
4327
4328 2008-05-21  Michael Natterer  <mitch@imendio.com>
4329
4330         * gtk/gtkalignment.c
4331         * gtk/gtkarrow.c
4332         * gtk/gtkbbox.c
4333         * gtk/gtkcalendar.c
4334         * gtk/gtkscrolledwindow.c: remove PROP_LAST enum values.
4335
4336 2008-05-20  Matthias Clasen  <mclasen@redhat.com>
4337
4338         RH bug 204621 - "GtkPrint" asks for "Letter" size paper when "A4" size
4339         was chosen
4340
4341         Patch by Marek Kasik.
4342
4343         * gtk/gtk.symbols:
4344         * gtk/gtkprinter.[hc]: Add gtk_printer_get_default_page_size.
4345         
4346         * gtk/gtkprintbackend.[hc]: Add fallback implementation.
4347
4348         * modules/printbackends/file/gtkprintbackendfile.c:
4349         * modules/printbackends/cups/gtkprintbackendcups.c: Implement
4350         get_default_page_size.
4351
4352         * gtk/gtkpagesetupunixdialog.c: When selecting a different printer,
4353         select its default paper size.
4354
4355         * gtk/gtkprintunixdialog.c: If no explicit page setup has been set,
4356         use the printer default.
4357
4358         * gtk/gtkprintoperation-unix.c: Don't create an empty page setup
4359         if we don't have a default page setup.
4360
4361 2008-05-20  Gian Mario Tagliaretti  <gianmt@gnome.org>
4362
4363         * gtk/gtkdnd.c: (gtk_drag_set_icon_pixmap): Fix the docs, the mask param
4364         can accept NULL for none. Fixes bug #533920.
4365
4366 2008-05-20  Björn Lindqvist  <bjourne@gmail.com>
4367
4368         * gtk/gtkspinbutton.c: (gtk_spin_button_snap,
4369         gtk_spin_button_update): Remove two chunks of duplicated
4370         code (#533733).
4371
4372 2008-05-20 14:27:34  Tim Janik  <timj@imendio.com>
4373
4374         * reverted recent unapproved changes by Yair Hershkovitz,
4375         regarding: Bug 503071 – Application direction changes to right
4376         to left even if theres no translation.
4377
4378 2008-05-19  Richard Hult  <richard@imendio.com>
4379
4380         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_hide),
4381         (gdk_window_fullscreen), (gdk_window_unfullscreen): Use
4382         SetSystemUIMode instead of hiding and showing the menubar.
4383
4384 2008-05-19  Federico Mena Quintero  <federico@novell.com>
4385
4386         http://bugzilla.gnome.org/show_bug.cgi?id=322298 - Save dialog
4387         can't be resized until you expand the "Browse for other folders"
4388         section.
4389
4390         * gtk/gtkfilechooserembed.h (struct _GtkFileChooserEmbedIface):
4391         Removed the "get_resizable" method.
4392         (_gtk_file_chooser_embed_get_resizable): Removed.
4393
4394         * gtk/gtkfilechooserembed.c: Removed the _get_resizable() machinery.
4395
4396         * gtk/gtkfilechooserdefault.c: Likewise.
4397
4398         * gtk/gtkfilechooserdialog.c
4399         (file_chooser_widget_default_size_changed): Act as if the dialog
4400         were always resizable.
4401
4402 2008-05-19  Michael Natterer  <mitch@imendio.com>
4403
4404         * gtk/gtkcellrenderer.c
4405         * gtk/gtkcellrendererpixbuf.c
4406         * gtk/gtkcellrenderertoggle.c
4407         * gtk/gtkimagemenuitem.c
4408         * gtk/gtkmenutoolbutton.c
4409         * gtk/gtkoptionmenu.c
4410         * gtk/gtkstatusbar.c
4411         * gtk/gtktextview.c: s/PROP_ZERO/PROP_0/g, remove LAST_PROP.
4412
4413 2008-05-17  Yair Hershkovitz  <yairhr@gmail.com>
4414
4415         * gtk/gtkmain.c: gtk_disable_setlocale() - Added a call to
4416         g_disable_setlocale().
4417
4418 2008-05-17  Richard Hult  <richard@imendio.com>
4419
4420         * gdk/quartz/gdkwindow-quartz.c:
4421         (gdk_window_impl_quartz_invalidate_maybe_recurse):
4422         (gdk_window_quartz_update_idle): Use gdk_threads_add_idle instead
4423         of g_idle_add. Add a temporary check if the window is already in
4424         the updates list, since update_area currently doesn't always match
4425         the backend's state, see bug #530801.
4426
4427 2008-05-13  Tor Lillqvist  <tml@novell.com>
4428
4429         Bug 496958 - Wacom Bamboo doesn't function with GTK apps in Win32
4430
4431         * gdk/win32/gdkinput-win32.c (_gdk_input_wintab_init_check): Set
4432         the "packet rate" of devices to zero instead of 50. This is
4433         reported to help significantly with Wacom tablet behaviour in GIMP
4434         and Inkscape. Patch from Thomas Bleeker.
4435
4436 2008-05-12  Richard Hult  <richard@imendio.com>
4437
4438         * gdk/quartz/gdkevents-quartz.c:
4439         * gdk/quartz/gdkquartz.h: Remove special casing of menu key events
4440         as it's no longer necessary; instead the added quartz API to get
4441         the nsevent from an event should be used. Also move the global
4442         filter up so it's done before the check for window-less events.
4443
4444 2008-05-12  Tor Lillqvist  <tml@novell.com>
4445
4446         Bug 532558 - Cannot build dll when using separate builddir
4447
4448         * gdk/Makefile.am
4449         * gtk/Makefile.am: .def file belongs in $(srcdir). Patch by Marko
4450         Lindqvist.
4451
4452 2008-05-12  Yair Hershkovitz  <yairhr@gmail.com>
4453
4454         * gtk/gtkmain.c: g_i18n_init(); -> g_i18n_init ();
4455
4456 2008-05-12  Tor Lillqvist  <tml@novell.com>
4457
4458         Bug 532059 - Leak in win32 clipboard manipulation
4459
4460         * gdk/win32/gdkselection-win32.c
4461         (gdk_win32_selection_add_targets): Plug memory leak. Patch by
4462         Daniel Atallah.
4463
4464 2008-05-11  Yair Hershkovitz  <yairhr@gmail.com>
4465
4466         * gtk/gtkmain.c: call g_i18n_init() in gettext_initialization(). do
4467         gettext_initialization only once.
4468
4469         *  gtk/gtkbuilderparser.c: use glib i18n api. removed dpgettext() as it
4470         duplicates g_dpgettext() and added _g_dpgettext() to wrap g_dpgettext 
4471         with the extended functionality that was in the removed dpgettext().
4472
4473         * gtk/gtkaccellabelc:
4474         * gtk/gtkstock.c:
4475         * gtk/gtkimmulticontext.c:
4476         * gtk/gtkactiongroup.c:
4477         * gtk/gtkintl.h: use glib i18n api.
4478
4479 2008-05-08  Richard Hult  <richard@imendio.com>
4480
4481         * gdk/quartz/gdkgeometry-quartz.c (gdk_window_scroll): Move the
4482         currently invalidated region. Fixes bug #532048, patch by Yevgen
4483         Muntyan.
4484
4485 2008-05-08  Richard Hult  <richard@imendio.com>
4486
4487         * gdk/quartz/gdkeventloop-quartz.c (poll_func): Only set the fake
4488         fd's revents, not the first one. Fixes bug #531056, spotted by
4489         Yevgen Muntyan.
4490
4491 2008-05-07  Tor Lillqvist  <tml@novell.com>
4492
4493         * gtk-zip.sh.in: Add gtk-update-icon-cache.exe and more man pages
4494         to the dev zipfile.
4495
4496 2008-05-05  Matthias Clasen  <mclasen@redhat.com>
4497
4498         Apply a patch by Marek Kasik <mkasik@redhat.com> to display
4499         more printer status information in the print dialog. 
4500
4501         * modules/printbackends/cups/gtkprintbackendcups.c: Translate
4502         printer-state-reasons into suitable messages and icons.
4503
4504         * gtk/stock-icons/16/gtk-print-error.{svg,png}:
4505         * gtk/stock-icons/16/gtk-print-report.{svg,png}:
4506         * gtk/stock-icons/16/gtk-print-warning.{svg,png}:
4507         * gtk/Makefile.am: 
4508         * gtk/gtkiconfactory.c:
4509         * gtk/gtkstock.h: New stock icons to display printer state.
4510
4511 2008-05-07  Michael Natterer  <mitch@imendio.com>
4512
4513         * gdk/gdkinternals.h
4514         * gdk/gdkevents.c
4515         * gdk/directfb/gdkevents-directfb.c
4516         * gdk/quartz/gdkevents-quartz.c
4517         * gdk/win32/gdkevents-win32.c
4518         * gdk/x11/gdkevents-x11.c (_gdk_windowing_event_data_copy):
4519         order parameters src,dest and make src const.
4520
4521 2008-05-06  Richard Hult  <richard@imendio.com>
4522
4523         * gdk/gdkevents.c: (gdk_event_copy), (gdk_event_free):
4524         * gdk/gdkinternals.h: Add private backend data to events, and
4525         handle it when copying/freeing events. Currently only needed in
4526         the quartz backend.
4527
4528         * gdk/directfb/gdkevents-directfb.c:
4529         * gdk/quartz/gdkevents-quartz.c:
4530         * gdk/win32/gdkevents-win32.c:
4531         * gdk/x11/gdkevents-x11.c: (_gdk_windowing_event_data_copy)
4532         (_gdk_windowing_event_data_free): Add stubs for X11, win32 and
4533         directfb. Implement for quartz. Part of fixing bug #473822.
4534
4535 2008-05-05  Richard Hult  <richard@imendio.com>
4536
4537         * gdk/quartz/gdkmain-quartz.c (_gdk_windowing_init): Initalize
4538         framework if there is one.
4539
4540 2008-05-05  Michael Natterer  <mitch@imendio.com>
4541
4542         * gtk/gtkcellrenderercombo.h
4543         * gtk/gtkcellrendererspin.h
4544         * gtk/gtkfilechooserbutton.h: style cleanups for the sake of
4545         consistency.
4546
4547         * gtk/gtkfilechooserdialog.h
4548         * gtk/gtkfilechooserwidget.h
4549         * gtk/gtkscalebutton.h: reorder instance and class structs to be
4550         in canonical order.
4551
4552 2008-05-04  Richard Hult  <richard@imendio.com>
4553
4554         * gdk/quartz/gdkkeys-quartz.c (maybe_update_keymap): Check if
4555         gdk_unicode_to_keyval() worked before using the result. Makes
4556         function keys work, bug #530156. Also add F16 to the function key
4557         map.
4558
4559 2008-05-04  Richard Hult  <richard@imendio.com>
4560
4561         * gdk/quartz/gdkkeys-quartz.c (maybe_update_keymap): Remove stray
4562         semicolon after if statement. Fixes bug #530963, patch from Yevgen
4563         Muntyan.
4564
4565 2008-05-02  Michael Natterer  <mitch@imendio.com>
4566
4567         * gtk/gtk.h: add 15 files that were missing (they all got included
4568         indirectly by including gtk.h, so should have been here in the
4569         first place).
4570
4571 2008-05-02  Michael Natterer  <mitch@imendio.com>
4572
4573         * modules/input/imthai.c: use GETTEXT_PACKAGE instead of "gtk20".
4574
4575 2008-05-01  Richard Hult  <richard@imendio.com>
4576
4577         * gtk/gtkquartz.c (_gtk_quartz_set_selection_data_for_pasteboard):
4578         Prevent crash, fixes bug #530153. Patch from Yevgen Muntyan.
4579
4580 2008-05-01  Matthias Clasen  <mclasen@redhat.com>
4581
4582         * modules/imput/imthai.c: Register the right translation domain.
4583
4584 2008-04-30  Matthias Clasen  <mclasen@redhat.com>
4585
4586         Bug 529386 – Printing options hidden by blacklisted option
4587
4588         * modules/printbackend/cups/gtkprintbackendcups.c
4589         (cups_printer_get_options): Fix the blacklist handling. 
4590         Patch by Marek Kašík.
4591         
4592 2008-04-30  Richard Hult  <richard@imendio.com>
4593
4594         * gdk/quartz/GdkQuartzView.c: Simplify check for zero sized expose
4595         area.
4596
4597 2008-04-30  Richard Hult  <richard@imendio.com>
4598
4599         * gdk/quartz/gdkevents-quartz.c: (_gdk_events_queue): Don't send
4600         nsevents with the gdk lock held, fixes deadlock when doing manual
4601         window resizing with threading enabled.
4602
4603 2008-04-30  Richard Hult  <richard@imendio.com>
4604
4605         * gdk/quartz/gdkevents-quartz.c:
4606         (get_keyboard_modifiers_from_ns_event), (create_key_event): Map
4607         Alt to Alt and Cmd to Meta. This is not only more logical but also
4608         makes it easier to have Mac-like behavior.
4609
4610 2008-04-25  Björn Lindqvist  <bjourne@gmail.com>
4611
4612         * gtk/gtkentry.c: (gtk_entry_expose) Use existing window size when
4613         painting the flat box instead of recalculating it. (#437493,
4614         Ricardo Cruz)
4615
4616 2008-04-25  Michael Emmel  <mike.emmel@gmail.com>
4617
4618         Bug 529841 – incorrect position in directfb 
4619
4620         * gdk/directfb/gdkwindow-directfb.c: fix y = abs_x 
4621
4622 2008-04-25  Johan Dahlin  <jdahlin@async.com.br>
4623
4624         * gtk/gtkwidget.h: include <atk/atk.h> instead of <atk/atkobject.h>
4625
4626 2008-04-25  Michael Natterer  <mitch@imendio.com>
4627
4628         * gtk/gtkprintcontext.h: include <pango/pango.h> instead of
4629         <pango/pango-layout.h>.
4630
4631         * gtk/gtkiconfactory.c
4632         * gtk/gtkimmodule.c
4633         * gtk/gtkmain.c
4634         * gtk/gtkmodules.c
4635         * gtk/queryimmodules.c: remove inclusion of single files from
4636         pango, none of them was actually needed.
4637
4638         * modules/input/gtkimcontextime.c: include <pango/pango.h> instead of
4639         <pango/pango-utils.h>.
4640
4641 2008-04-25  Michael Natterer  <mitch@imendio.com>
4642
4643         * gdk/gdkfont.h: include <pango/pango.h> instead of
4644         <pango/pango-font.h>.
4645
4646 2008-04-25  Michael Natterer  <mitch@imendio.com>
4647
4648         * gtk/gtkmountoperation.h: include <gdk/gdk.h> instead of
4649         <gdk/gdkscreen.h>.
4650
4651 2008-04-21  Michael Natterer  <mitch@imendio.com>
4652
4653         * gtk/gtkselection.c: add tons of g_return_if_fail() instead of
4654         crashing when NULL pointers get passed.
4655
4656 2008-04-18  Michael Natterer  <mitch@imendio.com>
4657
4658         * gtk/gtkenums.h: move a few '{' to their own lines so all enums
4659         here have the same style.
4660
4661 2008-04-18  Michael Natterer  <mitch@imendio.com>
4662
4663         * gtk/gtkicontheme.h
4664         * gtk/gtkrecentmanager.h: include <gdk/gdk.h> instead of
4665         <gdk/gdkscreen.h>.
4666
4667         * gtk/gtkbuilderparser.c
4668         * gtk/gtklinkbutton.c
4669         * gtk/gtkpreview.c
4670         * gtk/gtkrecentchooserdefault.c
4671         * gtk/gtkrecentchoosermenu.c
4672         * modules/input/gtkimcontextthai.c: remove inclusion of single
4673         files from gdk, none of the includes was actually needed.
4674
4675 2008-04-18  Michael Natterer  <mitch@imendio.com>
4676
4677         * gdk/gdk.h: reorder one include so they are all alphabetical.
4678
4679 2008-04-18  Michael Natterer  <mitch@imendio.com>
4680
4681         * modules/printbackends/cups/gtkprintercups.[ch]
4682         (gtk_printer_cups_get_ppd_name): change return value and local
4683         variable to const gchar* to fix warning about discarding const
4684         qualifier.
4685
4686 2008-04-18  Emmanuele Bassi  <ebassi@gnome.org>
4687
4688         * gtk/gtkrecentmanager.c:
4689         (gtk_recent_manager_set_filename): Keep the default storage
4690         file in $HOME, as we don't have a migration code in place yet.
4691
4692 2008-04-18  Michael Natterer  <mitch@imendio.com>
4693
4694         * gtk/gtkrecentmanager.c (gtk_recent_manager_clamp_to_age):
4695         g_strfreev() the uris returned by g_bookmark_file_get_uris().
4696
4697 2008-04-17  Michael Natterer  <mitch@imendio.com>
4698
4699         * gtk/gtkiconfactory.c (get_default_icons): register the
4700         GTK_STOCK_PAGE_SETUP icon.
4701
4702 2008-04-17  Michael Natterer  <mitch@imendio.com>
4703
4704         * gtk/gtktooltips.c (gtk_tooltips_destroy): no need to
4705         g_return_if_fail(tooltips != NULL);
4706
4707 2008-04-16  Tristan Van Berkom <tvb@gnome.org>
4708
4709         * gtk/gtkwindow.c: Chain up in buildable_finish()
4710
4711         * gtk/gtkbuilder.c: _gtk_builder_get_absolute_filename() handle
4712         cases where g_path_get_dirname() returns "."
4713
4714         * docs/reference/gtk/tmpl/gtklabel.sgml, 
4715         docs/reference/gtk/tmpl/gtkbuilder.sgml: Added documentation
4716         for the <attributes> tags on GtkLabel
4717
4718 2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>
4719
4720         * gtk/gtkrecentmanager.c:
4721         (gtk_recent_manager_real_changed): Fix last commit, and
4722         complete the gtk-recent-files-max-age semantics: if the
4723         property is set to 0 then purge the list.
4724
4725 2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>
4726
4727         Bug 488507 – boundless growth of .recently-used.xbel file
4728         slows down applications
4729
4730         * gtk/gtkrecentmanager.c:
4731         (gtk_recent_manager_init),
4732         (gtk_recent_manager_real_changed),
4733         (gtk_recent_manager_set_filename),
4734         (gtk_recent_manager_clamp_to_age): Clamp the recently
4735         used resources list by the age of its items, using
4736         the newly added GtkSettings property.
4737
4738         * gtk/gtksettings.c (gtk_settings_class_init): Add the
4739         gtk-recent-files-max-age property, controlling the
4740         maximum age of the items in the recently used resources
4741         list.
4742
4743 2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>
4744
4745         * gtk/gtkrecentmanager.c:
4746         (gtk_recent_manager_add_item_query_info),
4747         (gtk_recent_manager_add_item): Emit the ::changed signal
4748         at the end of the asynchronous MIME type query.
4749
4750 2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>
4751
4752         Bug 487375 – gtkrecent apps poll ~/.recently-used.xbel
4753         every 5 seconds
4754
4755         * gtk/gtkrecentmanager.c: Use GFileMonitor to check for
4756         changes in the recently used resources storage file, and
4757         drop the timeout-based poll.
4758
4759         * ChangeLog: Fix attribution of the patch of the previous
4760         commit.
4761
4762 2008-04-15  Emmanuele Bassi  <ebassi@gnome.org>
4763
4764         Bug 506062 – gtk_recent_manager_add_item does not detect mime
4765         type on Windows
4766
4767         * configure.in: Depend on gio-2.0
4768
4769         * gtk/gtkrecentmanager.c:
4770         (gtk_recent_manager_add_item_query_info_cb),
4771         (gtk_recent_manager_add_item): Use GIO to (asynchronously)
4772         query the MIME type of the passed URI (based on a patch by
4773         Armin Burgmeier)
4774
4775 2008-04-11  Carlos Garnacho  <carlos@imendio.com>
4776
4777         * gtk/gtkassistant.c (gtk_assistant_set_current_page): Add current
4778         page to visited page list instead of next current page. (#527466,
4779         patch by Marcus Brinkmann)
4780
4781 2008-04-11  Tristan Van Berkom <tvb@gnome.org>
4782
4783         * gtk/gtklabel.c: Added <attributes> / <attribute>
4784         custom tags to parse pango attributes into labels (#527486).
4785
4786         * tests/buildertest.c: Added tests for GtkLabel custom
4787         tag parsing.
4788
4789 2008-04-10  Carlos Garnacho  <carlos@imendio.com>
4790
4791         * gtk/gtknotebook.c (hide_drag_window): Do not call
4792         gtk_widget_set_parent_window(), using widget->window instead of NULL
4793         to unset is the wrong thing, and gtk_widget_unparent() will already 
4794         take care of this (#467698, patch by Sébastien Granjoux)
4795
4796 2008-04-08  Tor Lillqvist  <tml@novell.com>
4797
4798         * demos/gtk-demo/builder.c (quit_activate, about_activate): Mark
4799         these functions with G_MODULE_EXPORT.
4800
4801 2008-04-08  Tomas Bzatek  <tbzatek@redhat.com>
4802
4803         * gtk/gtkfilesystem.c: (gtk_file_info_render_icon),
4804         (gtk_file_system_volume_render_icon):
4805         Fix fallback icon rendering size
4806
4807 2008-04-08  Michael Natterer  <mitch@imendio.com>
4808
4809         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current): fix a
4810         touchscreen-mode keynav corner case: when navigating to the parent
4811         menu, make sure we don't close two menus at the same time in case
4812         the deepest open menu has no selectable items.
4813
4814 2008-04-06  Tristan Van Berkom <tvb@gnome.org>
4815
4816         * gtk/gtkwidget.c: Clarified a g_warning message regarding
4817         parsing accelerators from builder files.
4818
4819 2008-04-03  Cody Russell  <bratsche@gnome.org>
4820
4821         * gtk/gtkprintoperation-win32.c: Fix variable declared in the middle
4822         of the block. (#526021, reported by Kazuki IWAMOTO)
4823
4824 2008-04-03  Tor Lillqvist  <tml@novell.com>
4825
4826         Bug 330743 - Up/down spinbuttons won't take zeros and exhibit very
4827         strange behavior
4828
4829         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text) [Win32]: Add
4830         workaround for a specific kind of screwed up locale setting.
4831
4832 2008-04-02  Matthias Clasen  <mclasen@redhat.com>
4833
4834         * gdk/x11/gdkcolor-x11.c: Don't call XFreeColormap on foreign
4835         colormaps.  Found by Daniel Berrange.
4836
4837 2008-04-02  Björn Lindqvist  <bjourne@gmail.com>
4838
4839         * tests/autotestfilechooser.c: Cover
4840         GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER action in tests for current
4841         name. (#346058, Joe Halliwell)
4842
4843 2008-04-02  Federico Mena Quintero  <federico@novell.com>
4844
4845         Fix http://bugzilla.gnome.org/show_bug.cgi?id=492134 - The file
4846         chooser incorrectly substitutes and expands a ~ when you type it
4847         in the filename entry.
4848
4849         * gtk/gtkfilesystemunix.c (expand_tilde): Ensure that empty
4850         basenames result in a slash-terminated pathname.
4851         gtk_file_system_unix_parse() is correct, but it was splitting
4852         "/home/username" into path="/home" and file_part="username", which
4853         is not what the caller wants when the entry has just "~" or
4854         "~username".
4855
4856 2008-04-02  Tor Lillqvist  <tml@novell.com>
4857
4858         * gtk/Makefile.am: Don't bother compiling gtksearchenginebeagle.c
4859         and gtksearchenginetracker.c on Windows.
4860
4861         * gtk/gtksearchengine.c: Don't define HAVE_BEAGLE and HAVE_TRACKER
4862         on Windows.
4863
4864 2008-04-01  Cody Russell  <bratsche@gnome.org>
4865
4866         * configure.in: Bump required Cairo to 1.5.2.
4867
4868         * gtk/gtkprintoperation-win32.c: Add support for using the new
4869         cairo_win32_printing_surface for printing.  Also fixed to use
4870         cairo_surface_show_page(). (#488833 and #521178)
4871
4872 2008-03-31  Cody Russell  <bratsche@gnome.org>
4873
4874         * demos/gtk-demo/printing.c (draw_page): Move down each line in         
4875         units of text_height rather than in units of data->font_size.
4876         (totally awesome catch by Dom Lachowicz)
4877
4878 2008-03-28  Richard Hult  <richard@imendio.com>
4879
4880         * gdk/quartz/gdkevents-quartz.c: (gdk_event_translate),
4881         (_gdk_quartz_events_trigger_crossing_events): Defer the generated
4882         event to the mainloop and don't generate one at all if the
4883         toplevel didn't change. Use the actual window and not the toplevel
4884         as event window. These changes make the generated crossing events
4885         match the X11 behavior and fixes issues with e.g. tooltips,
4886         comboboxes and menus.
4887
4888         * gdk/quartz/GdkQuartzView.c: Don't update the tracking rect if
4889         the view has no window, it will be updated as soon as it's put
4890         inside a window.
4891
4892         * gdk/quartz/gdkwindow-quartz.c:
4893         (_gdk_quartz_window_debug_highlight): Make it possible to track
4894         multiple windows with debug highlighting.
4895         (show_window_internal): Remove workaround for tooltips and popups
4896         that is no longer needed with the above changes.
4897
4898 2008-03-26  Federico Mena Quintero  <federico@novell.com>
4899
4900         * gtk/gtkfilechooserentry.c (commit_completion_and_refresh): New
4901         helper function; factored out from the functions that commit the
4902         current suggested autocompletion and that refresh the entry's paths.
4903         (gtk_file_chooser_entry_activate): Use commit_completion_and_refresh().
4904         (_gtk_file_chooser_entry_get_file_part): Likewise.
4905         (_gtk_file_chooser_entry_get_current_folder): Likewise.  This
4906         makes the entry have the correct paths when *not* using any form
4907         of completion (and makes the file chooser work when clicking the
4908         OK button).
4909
4910 2008-03-25  Richard Hult  <richard@imendio.com>
4911
4912         * gdk/quartz/gdkevents-quartz.c:
4913         (_gdk_quartz_events_trigger_crossing_events): Bail out early if we
4914         can't find a matching window.
4915
4916         * gdk/quartz/gdkwindow-quartz.c: (show_window_internal): Add a
4917         comment, and only trigger an event for non-temp windows, fixes
4918         problems for tooltips caused by the workarounds for the
4919         problematic tracking rect API.
4920
4921 2008-03-25  Richard Hult  <richard@imendio.com>
4922
4923         * gdk/quartz/gdkwindow-quartz.c:
4924         (gdk_window_quartz_process_all_updates): Plug a leak and add a
4925         check that we have a toplevel before accessing it.
4926
4927 2008-03-24  Tor Lillqvist  <tml@novell.com>
4928
4929         Bug 524151 - Dragging of 0-byte files results in an empty filename
4930         on Windows XP and above
4931
4932         * gdk/win32/gdkdnd-win32.c (resolve_link): Check for the file
4933         being empty first. For some reason ISHellLink and IPersistFile
4934         succeeds in interpreting empty files as shortcuts, claiming the
4935         target of the shortcut is an empty path.
4936
4937         Change the function to take the wide character file name that the
4938         caller already has anyway, to avoid a superfluous conversion from
4939         UTF-8 to UTF-16.
4940
4941 2008-03-23  Björn Lindqvist  <bjourne@gmail.com>
4942
4943         * gdk-pixbuf/gdk-pixbuf-io.c (gdk_pixbuf_new_from_xpm_data): Guard
4944         against NULL pointer. (#467051, Gian Mario Tagliaretti)
4945
4946 2008-03-23  Cody Russell  <bratsche@gnome.org>
4947
4948         * gdk/win32/gdkevents-win32.c (show_window_recurse):
4949         Check window state for GDK_WINDOW_STATE_ICONIFIED before doing
4950         ShowWindow (SW_RESTORE).  This fixes a problem where tearing off
4951         menus from a maximized window would force the window to restore
4952         its size. (#518846)
4953
4954 2008-03-23  Johan Dahlin  <johan@gnome.org>
4955
4956         * gtk/gtk-builder-convert:
4957         Properly convert GtkImageMenuItems which use stock labels but don't
4958         have any children.
4959         (#523932, Brian Pepple)
4960         
4961 2008-03-22  Matthew Barnes  <mbarnes@redhat.com>
4962
4963         * gtk/gtkentrycompletion.c (gtk_entry_completion_get_cells):
4964         New function implements GtkCellLayoutClass::get_cells.  (#523787)
4965
4966 2008-03-22  Tor Lillqvist  <tml@novell.com>
4967
4968         Bug 523782 - Leftover call to GDK_THREADS_LEAVE() in gtktoolbar.c
4969
4970         * gtk/gtktoolbar.c (slide_idle_handler): Remove obviously wrong
4971         GDK_THREADS_LEAVE() call. Approved by mclasen.
4972
4973 2008-03-22  Björn Lindqvist  <bjourne@gmail.com>
4974
4975         * gtk/gtkexpander.c (gtk_expander_get_label):
4976         gtk_label_get_label() should be used instead of
4977         gtk_label_get_text(). (#353088, Xan Lopez)
4978
4979 2008-03-21  Tor Lillqvist  <tml@novell.com>
4980
4981         Import the GDI+ gdk-pixbuf loaders for Windows by Dominic
4982         Lachowicz and Alberto Ruiz into the GTK+ tree, from the
4983         gdip-pixbuf-loader module.
4984
4985         * configure.in: Add switch --disable-gdiplus-loaders that disables
4986         building of the GDI+ loaders.
4987
4988         When including loaders in the gdk-pixbuf library, and building
4989         GDI+ loaders, either build in all the GDI+ loaders or none of
4990         them. Use just -DINCLUDE_gdiplus in $INCLUDED_LOADER_DEFINE to
4991         signal building them in.
4992
4993         Add Automake conditionals BUILD_GDIPLUS_LOADERS to indicate
4994         whether the GDI+ loaders should be built and INCLUDE_GDIPLUS to
4995         indicate whether they should be built-in.
4996         
4997         For the rest of the changes, see gdk-pixbuf/ChangeLog.
4998         
4999 2008-03-20  Tor Lillqvist  <tml@novell.com>
5000
5001         * gtk/Makefile.am: Revert accidental change that went in as part
5002         of the commit on 2008-03-18. Do use grep -o. Unbreaks build on
5003         Darwin. On Windows one has to use a newer GNU grep that has -o,
5004         for instance the one from gnuwin32, instead of the oldish one in
5005         MSYS that doesn't have -o.
5006
5007 2008-03-20  Tor Lillqvist  <tml@novell.com>
5008
5009         * tests/testfilechooserbutton.c (chooser_update_preview_cb): Don't
5010         pass NULL for %s to g_message().
5011         (main): Drop unnecessary call to gtk_widget_destroy().
5012
5013 2008-03-20  Tor Lillqvist  <tml@novell.com>
5014
5015         Bug 314084 - GTK+ dialogs should not be placed partially offscreen
5016
5017         * gtk/gtkwindow.c (clamp): New function. Clamps a window position
5018         in one dimension, or centered in case it doesn't fit.
5019         (clamp_window_to_rectangle): Simplify. Call clamp() for x and y
5020         dimensions.
5021
5022 2008-03-18  Tor Lillqvist  <tml@novell.com>
5023
5024         Bug 523225 - modules/input/im*.c: MODULE_ENTRY macros make illegal code
5025         
5026         * modules/input/im*.c: Modify the MODULE_ENTRY macro so the
5027         G_MODULE_ENTRY decoration can be put in a more correct place.
5028
5029 2008-03-18  Sven Neumann  <sven@gimp.org>
5030
5031         * gtk/gtkmountoperation.c (gtk_mount_operation_ask_password): set
5032         alternative button order on the password dialog.
5033
5034 2008-03-18  Tor Lillqvist  <tml@novell.com>
5035
5036         Bug 99192 - Add --with-include-input-modules
5037
5038         * configure.in: Add --with-included-immodules switch. Handled in a
5039         similar way as the --with-included-loaders switch. For each input
5040         method module foo: Collect the list of input modules to be built
5041         into libgtk into INCLUDED_IMMODULE_OBJ. Collect a list of
5042         -DINCLUDE_IM_foo definitions into INCLUDED_IMMODULE_DEFINE.
5043         Define Automake conditionals INCLUDE_IM_FOO.
5044
5045         * modules/input/Makefile.am: For modules to be included in libgtk,
5046         build a static library.
5047         
5048         * modules/input/im*.c: Use MODULE_ENTRY macros much like in
5049         gdk-pixbuf to get unique names for the functions called by libgtk
5050         in the included case. Use G_MODULE_EXPORT in the non-included case
5051         so that we don't unnecessarily export unneeded random global
5052         symbols on Windows.
5053
5054         * gtk/Makefile.am: Build the included modules and link them into libgtk.
5055
5056         * gtk/gtkimmodule.c: Handle the built-in modules. Remove
5057         copy/paste leftover mentions of "themes" in comments.
5058
5059 2008-03-18  Tor Lillqvist  <tml@novell.com>
5060
5061         * tests/Makefile.am: Build testmountoperation only on Unix for now.
5062
5063 2008-03-17  Christian Kellner  <gicmo@gnome.org>
5064
5065         Implement GtkMountOperation, a subclass of GMountOperation
5066         to be used with gio wherever there is the need to ask the
5067         user for credentials or questions while mounting a volume.
5068         This is bug #522245
5069
5070         * gtk/gtkmountoperation.c:
5071         * gtk/gtkmountoperation.h:
5072         Implement GtkMountOperation.
5073         
5074         * gtk/gtk.h: Add gtkmountoperation.h
5075         * gtk/Makefile.am: Add gtkmountoperation.[hc]
5076         * gtk/gtk.symbols: Add symbols of GtkMountOperation.
5077         * tests/testmountoperation.c: Test program for it.
5078         * tests/Makefile.am: Add testmountoperation.
5079
5080 2008-03-17  Emmanuele Bassi  <ebassi@gnome.org>
5081
5082         * gtk/gtkcontainer.c: Properly document
5083         gtk_container_set_focus_child(). (#521739, Andrew Cowie)
5084
5085 2008-03-16  Alberto Ruiz <aruiz@gnome.org>
5086
5087         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: more descriptive
5088         style names for the ComboBox thickness style
5089
5090 2008-03-16  Alberto Ruiz <aruiz@gnome.org>
5091
5092         * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc:
5093         * modules/engines/ms-windows/msw_style.c (draw_box) (draw_arrow)
5094         (combo_box_draw_arrow) (setup_msw_rc_style): draw box does more
5095         intelligent separation for the xp theming engine and the classic
5096         theme while drawing the GtkComboBox button.  combobox_draw_arrow
5097         is not used anymore, commented.  The style has been updated to fix
5098         border/thickness glitches in the combobox according to the fixes
5099         commited regarding bug #521442. (bug #461805)
5100
5101 2008-03-16  Alberto Ruiz <aruiz@gnome.org>
5102
5103         * gtk/gtkcombobox.c: (gtk_combo_box_size_allocate) The child is
5104         now aware of both the combobox and frame (if has-frame is set)
5105         thickness and border. (bug #521442)
5106
5107 2008-03-15  Andre Klapper  <a9016009@gmx.de>
5108
5109         * configure.in: Added "si" to ALL_LINGUAS.
5110
5111 2008-03-15  Matthias Clasen  <mclasen@redhat.com>
5112
5113         * gtk/gtktreeview.c (gtk_tree_view_ensure_interactive_directory):
5114         Set window type hint on the search popup.  (#522279, Danny Baumann)
5115
5116 2008-03-15  Matthias Clasen  <mclasen@redhat.com>
5117
5118         * gtk/gtkimcontextsimple.c: Emit preedit_start/_end as
5119         appropriate.  (#521934, Huang Peng)
5120
5121 2008-03-14  Michael Natterer  <mitch@imendio.com>
5122
5123         * gdk/gdkspawn.h
5124         * gtk/gtkbuilderprivate.h
5125         * gtk/gtkfilechoosersettings.c
5126         * gtk/gtksearchenginesimple.c
5127         * gtk/tests/liststore.c
5128         * gtk/tests/treestore.c: remove single-file includes of GLib
5129         headers or replace them by <glib.h> where needed.
5130
5131 2008-03-14  Michael Natterer  <mitch@imendio.com>
5132
5133         * gtk/gtkadjustment.c: coding style cleanup.
5134
5135         (gtk_adjustment_set_property): no need to call g_object_notify()
5136         on the set properties.
5137
5138         Implement GObject::dispatch_properties_changed() and make sure we
5139         emit "changed" when anything but the "value" property changes.
5140
5141 2008-03-14  Tor Lillqvist  <tml@novell.com>
5142
5143         * gdk/win32/gdkevents-win32.c: Drop the support for the
5144         MSH_MOUSEWHEEL message that MSDN says is used only on NT 3.51 and
5145         Win95. Thanks to mitch for noticing this obsolete code.
5146
5147 2008-03-14  Cody Russell  <bratsche@gnome.org>
5148
5149         * examples/scribble-xinput/scribble-xinput.c: Changed
5150         'void int main()' to 'int main()'. (#522211, Liqing Huang)
5151         
5152 2008-03-14  Richard Hult  <richard@imendio.com>
5153
5154         * gdk/quartz/gdkwindow-quartz.c:
5155         (gdk_window_quartz_process_all_updates): Patch from Paul Davis,
5156         only flush the toplevel once per update.
5157
5158 2008-03-13  Federico Mena Quintero  <federico@novell.com>
5159
5160         * gtk/gtkfilechooserentry.c (create_completion_feedback_window):
5161         Set the mouse cursor of the feedback window to invisible, so that
5162         we respect GtkEntry's invisible cursor while typing.
5163
5164 2008-03-13  Federico Mena Quintero  <federico@novell.com>
5165
5166         * gtk/gtkfilechooserentry.c (show_completion_feedback_window): Put
5167         the feedback window at entry_height/2 pixels to the right of the
5168         cursor, for a cheap "M-width / 2" spacing.
5169
5170 2008-03-13  Sven Neumann  <sven@gimp.org>
5171
5172         * gtk/gtkfilechooserdefault.c
5173         * gtk/gtkprintunixdialog.c: set alternative button order for
5174         overwrite confirmation dialogs (bug #522191).
5175
5176 2008-03-13  Sven Neumann  <sven@gimp.org>
5177
5178         * gtk/gtkprintunixdialog.c (add_custom_button_to_dialog)
5179         (overwrite_confirmation_dialog): added some line-breaks for
5180         readability.
5181
5182 2008-03-12  Federico Mena Quintero  <federico@novell.com>
5183
5184         Rework the way completion works in GtkFileChooserEntry.  Fixes
5185         http://bugzilla.gnome.org/attachment.cgi?bugid=314873 - 
5186         Tab completion should work even if the cursor is not at the end of
5187         the entry.
5188
5189         * gtk/gtkfilechooserentry.c: Change the strategy by which we do
5190         completion.
5191
5192         We distinguish between two cases:
5193
5194                 - autocompletion - happens only in the Open modes by
5195                   inserting and selecting the common prefix as you type.
5196
5197                 - explicit completion - happens when you hit Tab.
5198
5199         When some type of completion needs to happen, the entry first
5200         parses its input and sees if it needs to initiate a folder load.
5201         Completion will not happen until the folder finishes loading.
5202
5203         If the folder is already completely loaded, then completion is
5204         performed immediately.  Otherwise, the entry queues a pending
5205         completion and starts loading the new folder (or waits until the
5206         current folder is completely loaded).
5207
5208         Tab completion is allowed to happen even if the cursor is not at
5209         the end of the entry.
5210
5211         There is a new feedback mechanism for explicit completion, so that
5212         you will get an Emacs-like tip whenever there are ambiguities in
5213         completion, no matches, etc.  (This needs to be polished so that
5214         we support RTL entries and all the fancy Pango layout in GtkEntry).
5215
5216         The only remaining thing to fix is the popup suggestion window.
5217         Unfortunately, GtkEntryCompletion does not let us do what we want,
5218         and will need further changes.
5219
5220 2008-03-12  Tor Lillqvist  <tml@novell.com>
5221
5222         Bug 510000 - GtkStatusIcon doesn't reshow after explorer.exe crash
5223
5224         * gtk/gtkstatusicon.c [Win32]: Keep a list of status icons. Check
5225         for the TaskbarCreated message in the window procedure for the
5226         dummy "tray observer" window we create. When we get a
5227         TaskbarCreated message, iterate over the status icons and re-add
5228         them to the task bar, and update them by calling
5229         gtk_status_icon_update_image().
5230
5231         Move some ifdefs around to avoid unused functions.
5232
5233 2008-03-12  Tor Lillqvist  <tml@novell.com>
5234
5235         * config.h.win32.in: Update to match what configure produces.
5236
5237 2008-03-12  Jens Granseuer  <jensgr@gmx.net>
5238
5239         * modules/printbackends/cups/gtkprintbackendcups.c:
5240         (cups_printer_prepare_for_print): Don't define variables in the
5241         middle of a block. (#522067)
5242
5243 2008-03-12  Matthias Clasen  <mclasen@redhat.com>
5244
5245         * gtk/gtkprintunixdialog.c: Add an overwrite confirmation 
5246         dialog for print-to-file.  (#474302, Marek Kašík)
5247
5248 2008-03-12  Matthias Clasen  <mclasen@redhat.com>
5249
5250         * modules/printbackends/cups/gtkprintbackendcups.c: Fix a crash
5251         (#469210, Wouter Bolsterlee)
5252
5253 2008-03-12  Matthias Clasen  <mclasen@redhat.com>
5254
5255         * gtk/gtkpagesetup.c (gtk_page_setup_copy): Don't leak 
5256         paper_size here.  (#488820, Morten Welinder)
5257
5258 2008-03-12  Michael Natterer  <mitch@imendio.com>
5259
5260         * acconfig.h: remove this deprecated file.
5261
5262         * configure.in: added comments to all instances of AC_DEFINE() so
5263         config.h can be completely generated from configure.in.
5264
5265 2008-03-12  Michael Natterer  <mitch@imendio.com>
5266
5267         * modules/printbackends/cups/gtkprintbackendcups.c: include
5268         <glib/gstdio.h> for g_fopen().
5269
5270 2008-03-11  Matthias Clasen  <mclasen@redhat.com>
5271
5272         * modules/printbackends/cups/gtkprintbackendcups.c: Use
5273         g_ascii_formatd when formatting custom paper sizes, since
5274         cups doesn't handle , as decimal separator.  (#521548)
5275
5276 2008-03-11  Tor Lillqvist  <tml@novell.com>
5277
5278         Bug 469868 - Filenames with colon ":" are not saved correctly
5279
5280         * gtk/gtkfilechooserentry.c (insert_text_callback)
5281         (delete_text_callback) [Win32]: New functions to make sure that
5282         colons used otherwise than as a separator after a drive letter, or
5283         characters that are always illegal in file names, are rejected on
5284         input. This means that the GTK+ file chooser can't be used to
5285         input full names of alternate data streams, but oh well. There are
5286         still more checks that could be done on the file names, see the
5287         bug report. But this will do for now.
5288         (_gtk_file_chooser_entry_init) [Win32]: Connect above functions.
5289
5290 2008-03-11  Jordi Mallach  <jordi@sindominio.net>
5291
5292         * configure.in (ALL_LINGUAS): Add ca@valencia (Valencian-Catalan).
5293
5294 2008-03-11  Michael Natterer  <mitch@imendio.com>
5295
5296         * gdk/linux-fb/*: removed linux-fb backend files.
5297
5298         * acconfig.h
5299         * config.h.win32.in
5300         * docs/README.linux-fb
5301         * gtk/Makefile.am: remove remaining traces of linux-fb.
5302
5303         * gtk/gtkwindow-decorate.c: same here. There is some code that
5304         calls into linux-fb to set window move/resize callbacks. I put it
5305         in #if 0 as a reminder because we did use decorated windows with
5306         the DirectFB backend and it did work, so I don't really know why
5307         this code is needed or how it could work with DirectFB back then.
5308         The file does actually compile now if DECORATE_WINDOWS is defined,
5309         but I didn't test with DirectFB to check if it does anything.
5310
5311 2008-03-11  Alberto Ruiz  <aruiz@gnome.org>
5312
5313         * gtk/gtkcombobox.c (gtk_combo_box_size_allocate):
5314         Take thickness into account in the size allocation of the child widgets in
5315         list mode.
5316         Fixes #521442
5317
5318 2008-03-11  Richard Hult  <richard@imendio.com>
5319
5320         * gdk/quartz/gdkwindow-quartz.c: Implement gdk_window_reparent.
5321
5322 2008-03-10  Tor Lillqvist  <tml@novell.com>
5323
5324         * tests/teststatusicon.c (do_exit, popup_menu): Add the
5325         possibility to test what happens if the process just calls exit()
5326         without any orderly cleanup of GTK+.
5327
5328 2008-03-10  Tor Lillqvist  <tml@novell.com>
5329
5330         * gtk/gtktrayicon-win32.c: Remove from SVN, finally.
5331
5332 2008-03-10  Tor Lillqvist  <tml@novell.com>
5333
5334         Bug 520286 - Non-deletable window has no minimize / maximize buttons
5335
5336         * gdk/win32/gdkmain-win32.c (_gdk_win32_window_style_to_string):
5337         New debugging output function that decodes a set of WS_* bits.
5338
5339         * gdk/win32/gdkprivate-win32.h: Declare it.
5340
5341         * gdk/win32/gdkwindow-win32.c (update_single_system_menu_entry):
5342         New function that enables or disables one menu entry in the system
5343         menu of a top-level window. (The corresponding decoration will
5344         then also be enabled or disabled (grayed).)
5345
5346         (update_style_bits): Do as the comment says and don't try to
5347         update the window style based on the GdkWMFunctions set for the
5348         window.
5349                    
5350         (update_system_menu): New function that enables or disables the
5351         system menu entries based on a window's stored set of
5352         GdkWMFunctions.
5353
5354         (gdk_window_set_functions): Call update_system_menu() instead of
5355         update_style_bits().
5356
5357 2008-03-10  Emmanuele Bassi  <ebassi@gnome.org>
5358
5359         * README.in: Reword the 2.14 release notes entry about the
5360         deprecation of the gtkitemfactory.h header, and fix typos
5361         and grammar.
5362
5363 2008-03-08  Alberto Ruiz  <aruiz@gnome.org>
5364
5365         * modules/engines/ms-windows/msw_style.c (draw_shadow):
5366         Do not draw frame if parent if combobox.
5367         (draw_box):
5368         Uses scrollbar width system metrics for combobox button.
5369         Fixes #461805 for XP theme engine.
5370
5371 2008-03-07  Johan Dahlin  <johan@gnome.org>
5372
5373         * gtk/gtkbuilder.c:
5374         * gtk/gtkbuilderparser.c:
5375         * gtk/gtkbuilderprivate.h:
5376         * gtk/gtkiconfactory.c:
5377         * tests/buildertest.c:
5378         - Treat enums like enums and not values
5379         - Avoid invalid free, in case of more than two sources
5380         - Add better error messages
5381         - Add much improved tests
5382         (#520979, Christian Persch)
5383
5384 2008-03-07  Carlos Garnacho  <carlos@imendio.com>
5385
5386         * gtk/gtkiconfactory.c (gtk_icon_factory_buildable_custom_tag_end):
5387         Fix build.
5388
5389 2008-03-06  Federico Mena Quintero  <federico@novell.com>
5390
5391         Fix http://bugzilla.gnome.org/show_bug.cgi?id=505857 -
5392         GtkFileChooserDialog should set a default response button if the
5393         app doesn't set it.  Based on a patch by Chris Wang <chris.wang@sun.com>.
5394
5395         * gtk/gtkfilechooserdialog.c (is_stock_accept_response_id): New
5396         function, refactor from where there was duplicated code.
5397         (gtk_file_chooser_dialog_map): Look at the buttons in our
5398         action_area.  If the response ID for a button is one of the stock
5399         ones, make it the default response button.
5400
5401 2008-03-06  Johan Dahlin  <jdahlin@async.com.br>
5402
5403         * docs/reference/gtk/tmpl/gtkiconfactory.sgml:
5404         * gtk/gtkbuilder.c:
5405         * gtk/gtkbuilderprivate.h:
5406         * gtk/gtkiconfactory.c:
5407         * tests/buildertest.c:
5408         Implement GtkBuildable on GtkIconFactory, to make
5409         it possible to register custom stock icons.
5410         Fixes #517066
5411
5412 2008-03-06  Johan Dahlin  <johan@gnome.org>
5413
5414         Make gtk-doc happy:
5415         
5416         * gtk/gtkstyle.c: npoints->n_points.
5417         * gtk/gtktestutils.h: widget->spinner
5418         * gtk/gtktestutils.c: argc->argcp, argv->argvp
5419
5420 2008-03-06  William Lachance <wrlach@gmail.com>
5421
5422         * gtk/gtkfilechooserdefault.c: Oops, forgot to make the raw "%H:%M" 
5423         string localizable (as it should be). 
5424
5425 2008-03-06  William Lachance <wrlach@gmail.com>
5426
5427         * gtk/gtkfilechooserdefault.c: Don't print "Today at" in front of
5428         the time for today's date. It's redudant. (see bug #410517).
5429
5430 2008-03-06  Xan Lopez  <xan@gnome.org>
5431
5432         * gtk/gtkfixed.c: fix typo in documentation.
5433
5434 2008-03-06  Johan Dahlin  <jdahlin@async.com.br>
5435
5436         * gtk/gtkitemfactory.h:
5437         * gtk/gtktypeutils.h:
5438         Move GtkTranslateFunc to gtktypeutils.h so we can completely
5439         deprecate gtkitemfactory.h. 
5440
5441         * gtk/gtkactiongroup.h:
5442         * gtk/gtkstock.h:
5443         Do not include gtkitemfactory.h directly, instead include gtktypeutils.h
5444
5445         * README.in: 
5446         Add a note describing this slight incompatible change
5447         
5448 2008-03-06  Johan Dahlin  <johan@gnome.org>
5449
5450         * gtk/gtkpreview.h: Avoid double-deprecation.
5451
5452 2008-03-06  Michael Natterer  <mitch@imendio.com>
5453
5454         * gtk/gtk.h
5455         * gtk/Makefile.am: move the remaining deprecated widgets to the
5456         separate sections and replaced spaces by tabs in Makefile.am
5457
5458 2008-03-05  Johan Dahlin  <johan@gnome.org>
5459
5460         * configure.in: Add --disable-cups option.
5461         (#513826, Alberto Ruiz)
5462
5463         * gtk/gtk.h: 
5464         * gtk/Makefile.am:
5465         Separate broken and deprecated sources and headers into different sections
5466
5467         * tests/buildertest.c (test_list_store): Restore accidentally broken test.
5468
5469 2008-03-05  Kristian Rietveld  <kris@imendio.com>
5470
5471         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_row_inserted):
5472         short-circuit in case an empty root level would be build (and thus
5473         directly destroyed) if no virtual root has been set.
5474
5475 2008-03-04  Matthias Clasen  <mclasen@redhat.com>
5476
5477         * modules/printbackends/cups/gtkprintbackendcups.c: 
5478         Honor cups user default options from ~/.cups/lpoptions
5479         (#469210, Stijn Hoop)
5480
5481 2008-03-04  Michael Natterer  <mitch@imendio.com>
5482
5483         * gtk/gtkcellview.c
5484         * gtk/gtkcolorbutton.c
5485         * gtk/gtkentrycompletion.c
5486         * gtk/gtkfontbutton.c
5487         * gtk/gtkiconview.c
5488         * gtk/gtkobject.c
5489         * gtk/gtkpaned.c
5490         * gtk/gtkpreview.c: don't include "gtksignal.h".
5491
5492         * gtk/gtkfilefilter.c
5493         * gtk/gtkrecentchoosermenu.c
5494         * gtk/gtkrecentfilter.c
5495         * gtk/gtktext.c: don't include "gtkobject.h".
5496
5497 2008-03-04  Simos Xenitellis  <simos@gnome.org>
5498
5499         Patch from http://bugzilla.gnome.org/show_bug.cgi?id=321896
5500         - Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
5501         
5502         * gdk/gdkkeysyms.h: Updated file from upstream (using script from 
5503         same directory).
5504         
5505         * gtk/gtkimcontextsimpleseqs.h (gtk_compose_seqs_compact[]): New 
5506         file, contains compose sequences that used to exist in 
5507         gtk/gtkimcontextsimple.c
5508
5509         * gtk/compose-parse.py: Script to generate compose 
5510         sequences from upstream (Xorg).
5511
5512         * gtk/gtkimcontextsimple.c (compare_seq_index, check_compact_table, 
5513         check_algorithmically): New functions. First two search in
5514         gtk_compose_seqs_compact[] for matching compose sequence, third
5515         tries NFC normalisation on incoming compose sequence.
5516         (gtk_im_context_simple_filter_keypress): 
5517         Adds searching with check_compact_table(), check_algorithmically().
5518
5519 2008-03-03  Carlos Garnacho  <carlos@imendio.com>
5520
5521         Fix http://bugzilla.gnome.org/show_bug.cgi?id=417389 - Make the
5522         scrollwheel work in GtkPathBar.
5523
5524         * gtk/gtkpathbar.h (struct _GtkPathBar): New field event_window.
5525
5526         * gtk/gtkpathbar.c (gtk_path_bar_realize): New function.  Create
5527         an input-only window, event_window, which we'll use to capture
5528         scroll events.
5529         (gtk_path_bar_map): Show the event_window under the rest of the
5530         windows, so it will be a catch-all for unhandled events.
5531
5532 2008-03-03  Sven Neumann  <sven@gimp.org>
5533
5534         * gtk/gtkfilechooserbutton.c (G_DEFINE_TYPE_WITH_CODE): fixed a
5535         typo in the documentation of the GtkFileChooserButtons::file-set
5536         signal (see bug #353196).
5537
5538 2008-03-03  Tor Lillqvist  <tml@novell.com>
5539
5540         * gtk-zip.sh.in: Add gail bits. Simplify check for message catalog
5541         location.
5542
5543 2008-03-02  Johan Dahlin  <johan@gnome.org>
5544
5545         * gtk/gtkiconview.c (gtk_icon_view_paint_item): 
5546         Remove left-over focus_pad variable.
5547         (#490892, Claudio Saavedra)
5548
5549         * docs/tutorial/gtk-tut.sgml: Remove an extra space and swap word order
5550         (#518166, Matt Kraai)
5551
5552 2008-03-02  Johan Dahlin  <johan@gnome.org>
5553
5554         * docs/tutorial/gtk-tut.sgml: Add a missing space
5555         (#517954, Matt Kraai)
5556
5557 2008-03-03  Tor Lillqvist  <tml@novell.com>
5558
5559         * modules/engines/ms-windows/msw_style.c (draw_box): Check that
5560         the widget is a GtkButton before casting.
5561
5562 2008-03-02  Johan Dahlin  <johan@gnome.org>
5563
5564         * configure.in: Compare using = instead of ==, which is portable.
5565         (#490787, Thomas Klausner)
5566
5567 2008-03-02  Johan Dahlin  <johan@gnome.org>
5568
5569         * tests/Makefile.am (noinst_PROGRAMS): Remove autotestkeywords, it's added later,
5570         fixes non-C++ build.
5571         (#496032, Nelson Benitez)
5572
5573 2008-02-29  Johan Dahlin  <johan@gnome.org>
5574
5575         * demos/gtk-demo/demo.ui:
5576         * gtk/gtkbuilderparser.c:
5577         * gtk/gtkbuilderprivate.h:
5578         * gtk/gtkliststore.c:
5579         * tests/buildertest.c:
5580         Add translatable/context and comment attributes on
5581         <col> tags under a GtkListStore. Refactor parts of the
5582         translation api and make it available inside gtk+ itself.
5583         Update tests and example.
5584         Fixes a part of #518642
5585
5586 2008-02-29  Johan Dahlin  <johan@gnome.org>
5587
5588         * gtk/gtkbuilder.c:
5589         Add missing g_return_val_if_fail checks for public API.
5590
5591         * gtk/gtkbuilderparser.c:
5592         * gtk/gtkbuilderprivate.h:
5593         Do not use g_error for a few more errors, instead set
5594         the GError sent in through add_from_file/add_from_string.
5595         * tests/buildertest.c:
5596         Add a couple of new parsing tests.
5597         (#519199, Pavel Syomin)
5598
5599 2008-02-29  Federico Mena Quintero  <federico@novell.com>
5600
5601         * gtk/gtkfilesystemunix.c (gtk_file_system_unix_get_folder): When
5602         refreshing an existing folder (i.e. when we are about to reload
5603         its file list), turn off the folder's is_finished_loading flag.
5604         Otherwise callers which do ::is_finished_loading() followed by
5605         ::list_children() will get nothing.
5606
5607 2008-02-29  Cody Russell  <bratsche@gnome.org>
5608
5609         * docs/tutorial/gtk-tut.sgml: Fix tutorial documentation to
5610         say 'gtk_main_quit()' instead of 'gtk_quit()'. (#517908, Matt Kraai)
5611
5612 2008-02-28  Matthias Clasen  <mclasen@redhat.com>
5613
5614         * gtk/gtkcalendar.h: Remove trailing comma from enum to
5615         make the compiler happy.  (#517295, Sylvain Pasche)
5616
5617 2008-02-27  Michael Natterer  <mitch@imendio.com>
5618
5619         * gtk/gtkmenushell.c
5620         * gtk/gtktable.c
5621         * gtk/gtktext.c
5622         * gtk/gtktipsquery.c
5623         * gtk/gtktoolbar.c
5624         * gtk/gtktreeitem.c
5625         * gtk/gtktreeview.c
5626         * gtk/gtkviewport.c
5627         * gtk/gtkwin32embedwidget.c: remove g_return_if_fail() from
5628         private functions and virtual function implementations.
5629
5630 2008-02-27  Richard Hult  <richard@imendio.com>
5631
5632         * gdk/quartz/GdkQuartzView.c:
5633         * gdk/quartz/GdkQuartzView.h:
5634         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_decorations):
5635         Fix performance regression for borderless transparent windows
5636         with shadow.
5637
5638 2008-02-27  Emmanuele Bassi  <ebassi@gnome.org>
5639
5640         * tests/testgtk.c: Revert back to r19454.
5641
5642 2008-02-27  Sven Neumann  <sven@gimp.org>
5643
5644         * gtk/Makefile.am (GTK_PRINT_PREVIEW_COMMAND): when building the
5645         Quartz backend, use a native Mac OS X application for the print
5646         preview (bug #518624).
5647
5648 2008-02-26  Michael Natterer  <mitch@imendio.com>
5649
5650         * gtk/gtktextbufferserialize.c (parse_info_free): don't g_free()
5651         the members of info->tag_stack since they are a) gobjects and b)
5652         not even owned by us, ugh... Fixes crash when deserializing fails.
5653
5654 2008-02-26  Sven Neumann  <sven@gimp.org>
5655
5656         * docs/tools/shooter.c (find_toplevel_window)
5657         * docs/tools/widgets.c (find_toplevel_window): fixed signedness of
5658         argument passed to XQueryTree().
5659
5660 2008-02-25  Matthias Clasen  <mclasen@redhat.com>
5661
5662         * gtk/gtksearchenginebeagle.c: Look for libbeagle.so.1 and
5663         don't use beagle_query_add_hit_type.
5664
5665 2008-02-25  Richard Hult  <richard@imendio.com>
5666
5667         * gdk/quartz/gdkevents-quartz.c
5668         (_gdk_quartz_events_trigger_crossing_events): Fix build on tiger.
5669
5670 2008-02-24  Richard Hult  <richard@imendio.com>
5671
5672         * gdk/quartz/GdkQuartzWindow.c: Prevent hidden windows from being
5673         shown without gdk's control when clicking the dock icon.
5674
5675 2008-02-24  Richard Hult  <richard@imendio.com>
5676
5677         * gdk/quartz/gdkprivate-quartz.h:
5678         * gdk/quartz/gdkeventloop-quartz.c: (got_fd_activity), (poll_func):
5679         Use the subtype field for the custom event that is used to wake up
5680         the mainloop so we can have other custom event types.
5681
5682         * gdk/quartz/gdkevents-quartz.c:
5683         (_gdk_quartz_events_trigger_crossing_events):
5684         * gdk/quartz/gdkwindow-quartz.c: (show_window_internal): Create
5685         crossing events after showing a window if necessary, to work
5686         around problems with the tracking rect API.
5687
5688 2008-02-22  Dominic Lachowicz  <domlachowicz@gmail.com>
5689
5690         * demos/gtk-demo/printing.c (do_printing): gtk-demo printing gives 
5691         wrong results on win32 because it doesn't set the printing units, 
5692         which affect the transformation of the cairo context 
5693         (#347125, Erik van Pienbroek)
5694
5695 2008-02-22  Tor Lillqvist  <tml@novell.com>
5696
5697         * tests/pixbuf-init.c: Add file missing from SVN, from the tarball.
5698
5699 2008-02-22  Dominic Lachowicz  <domlachowicz@gmail.com>
5700
5701         * gdk-pixbuf/queryloaders.c (loader_sanity_check): It's perfectly
5702         acceptable for a module to only support the save_to_callback()
5703         method if it marks itself as WRITABLE
5704
5705 2008-02-16  Matthias Clasen  <mclasen@redhat.com>
5706         
5707         * configure.in: Bump version
5708
5709 2008-02-16  Matthias Clasen  <mclasen@redhat.com>
5710
5711         * === Released 2.13.0 ===
5712
5713         * Makefile.decl: Start Xvfb at depth 16 so cairo doesn't choke.
5714
5715 2008-02-21  Tor Lillqvist  <tml@novell.com>
5716
5717         * gtk/gtkfilechooserdefault.c (list_mtime_data_func) [Win32]: Must
5718         pass the format string to strftime in the C library's locale's
5719         charset, not the system's. Correspondingly, the return value from
5720         strftime() is in the C library's locale's charset. (#509885)
5721
5722 2008-02-20  Richard Hult  <richard@imendio.com>
5723
5724         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_set_decorations): Set
5725         the right window level and shadow after recreating the window.
5726
5727         * gdk/quartz/GdkQuartzView.c: (drawRect): Invalidate the shadow if
5728         necessary after drawing (bug #517338).
5729
5730 2008-02-20  Marc-Andre Lureau  <marcandre.lureau@gmail.com>
5731
5732         * gtk/gtkbuilder.c (_gtk_builder_enum_from_string): fix missing
5733         call to g_type_class_unref in case of error. (#517563)
5734
5735 2008-02-18  Sven Neumann  <sven@gimp.org>
5736
5737         * gtk/Makefile.am (STOCK_ICONS)
5738         * gtk/stock-icons/16/gtk-page-setup.png
5739         * gtk/stock-icons/24/gtk-page-setup.png: added page-setup icons
5740         taken from GNOME icon theme.
5741
5742         * gtk/gtkstock.[ch]: added GTK_STOCK_PAGE_SETUP. Closes bug #514410.
5743
5744 2008-02-18  Runa Bhattacharjee <runabh@gmail.com>
5745
5746         * configure.in: Added Kannada (kn) to ALL_LINGUAS
5747
5748 2008-02-17  Johan Dahlin  <johan@gnome.org>
5749
5750         * gtk/gtk-builder-convert (GtkBuilderConverter._add_action_from_menuitem): 
5751         When converting a stock item based on the label, remove the label property.
5752
5753 2008-02-17  Richard Hult  <richard@imendio.com>
5754
5755         * gdk/quartz/GdkQuartzWindow.c: (showAndMakeKey): Update the
5756         position after showing the window since the window manager might
5757         not place it where we requested in the first places.
5758
5759 2008-02-17  Richard Hult  <richard@imendio.com>
5760
5761         * gdk/quartz/gdkwindow-quartz.c: (show_window_internal),
5762         (_gdk_quartz_window_detach_from_parent),
5763         (_gdk_quartz_window_attach_to_parent), (gdk_window_focus): Clear
5764         the toplevel ordering list in all places where the order is
5765         potentially changed. Fixes mouse focus issues for windows with
5766         a transient parent set.
5767
5768 2008-02-17  Richard Hult  <richard@imendio.com>
5769
5770         * gdk/quartz/gdkevents-quartz.c
5771         (_gdk_quartz_events_update_mouse_window): Highlight the mouse
5772         window when event debugging is enabled.
5773
5774 2008-02-16  Richard Hult  <richard@imendio.com>
5775
5776         * gdk/quartz/gdkevents-quartz.c (create_scroll_event): Add state
5777         to the scroll event (bug #516757, Paul Davis).
5778
5779 2008-02-16  Matthias Clasen  <mclasen@redhat.com>
5780
5781         * NEWS: Updates
5782
5783 2008-02-16  Matthias Clasen  <mclasen@redhat.com>
5784
5785         * gtk/gtklinkbutton.c: Show the URI in a tooltip.  (#505480,
5786         Teppo Turtiainen)
5787
5788 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
5789
5790         * gdk/Makefile.am: Don't install private headers. (#463510)
5791
5792         * gdk/gdkinternal.h: Include gdkmedialib.h here, not in
5793         the installed header gdkprivate.h.
5794
5795 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
5796
5797         * gtk/gtknotebook.c (gtk_notebook_stop_reorder): Prevent
5798         a crash with hidden, reorderable tabs.  (#513230, 
5799         Mike Massonnet, patch by Carlos Garnacho)
5800
5801 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
5802
5803         * gtk/gtkuimanager.c (gtk_ui_manager_insert_action_group):
5804         Warn on duplicate action group names.  (#501746, Christian
5805         Persch)
5806
5807 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
5808
5809         * gtk/Makefile.am:
5810         * modules/other/gail/tests/Makefile.am:
5811         * modules/other/gail/libgail-util/Makefile.am:
5812         * modules/other/gail/Makefile.am: Fix builddir!=srcdir
5813         builds.  (#516254,  Yevgen Muntyan)
5814
5815 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
5816
5817         * gtk/gtkentry.c:
5818         * gtk/gtkfilesel.c:
5819         * gtk/gtklabel.c:
5820         * gtk/gtkpathbar.c: Use gtk_drag_*_add_{text,uri}_targets 
5821         instead of hardcoded target tables.  (#516092, Christian Persch)
5822
5823 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
5824
5825         * gtk/gtkselection.c (gtk_target_list_add_text_targets): Don't
5826         add the same target atom twice.  (#516087, Christian Persch)
5827
5828 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
5829
5830         * tests/testfilechooser.c: Add a --backend option.
5831         (#516073, Christian Persch)
5832
5833 2008-02-16  Richard Hult  <richard@imendio.com>
5834
5835         * gdk/quartz/gdkprivate-quartz.h:
5836         * gdk/quartz/gdkwindow-quartz.c: Add debugging code to highlight a
5837         gdkwindow.
5838
5839 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
5840
5841         * configure.in: Go back to 2.13.0 as version for now,
5842         as there was no consensus to do the jump.
5843
5844         * many other places: Update Since: tags.
5845
5846 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
5847
5848         * gtk/gtk.symbols: Add gtk_tool_shell_get_type
5849
5850         * gtk/gtktestutils.c: Don't generate unnecessary PLT entries
5851
5852 2008-02-15  Richard Hult  <richard@imendio.com>
5853
5854         * gdk/quartz/GdkQuartzView.c: Adapt to the change to use frame
5855         instead of bounds when resizing windows.
5856
5857 2008-02-15  Matthias Clasen  <mclasen@redhat.com>
5858
5859         * gdk/x11/gdkkeys-x11.c:
5860         * gdk/x11/gdkcolor-x11.c:
5861         * gdk/gdkpolyreg-generic.c: Fix a small doc issues.
5862
5863 2008-02-15  Matthias Clasen <mclasen@redhat.com>
5864
5865         * gdk/x11/gdktestutils-x11.c:
5866         * gdk/x11/gdkscreen-x11.c: Documentation fixes.
5867
5868 2008-02-15  Tor Lillqvist  <tml@novell.com>
5869
5870         * gtk/gtkfilesystemwin32.c (get_viewable_logical_drives): Don't
5871         leak Registry key handles. (#516578)
5872
5873 2008-02-14  Richard Hult  <richard@imendio.com>
5874
5875         * gdk/quartz/gdkwindow-quartz.c: (gdk_window_focus): Using
5876         makeKeyWindow unfortunately doesn't work in all cases, we must use
5877         makeKeyAndOrderFront.
5878
5879 2008-02-14  Richard Hult  <richard@imendio.com>
5880
5881         * gdk/quartz/gdkwindow-quartz.c: (get_fullscreen_geometry),
5882         (gdk_window_hide), (gdk_window_fullscreen),
5883         (gdk_window_unfullscreen): Make sure we leave fullscreen mode if
5884         the window is hidden.
5885
5886 2008-02-14  Richard Hult  <richard@imendio.com>
5887
5888         * gdk/quartz/GdkQuartzWindow.c: Set frame, not bounds when
5889         resizing to be consistent and to avoid introducing an internal
5890         transform in the view.
5891
5892 2008-02-14  Richard Hult  <richard@imendio.com>
5893
5894         * gdk/quartz/gdkdisplay-quartz.c: (gdk_display_open): Coding style
5895         fix.
5896
5897 2008-02-14  Johan Dahlin  <johan@gnome.org>
5898
5899         * gdk/gdktestutils.h
5900         * gtk/gtktestutils.h: Remove ; trailing G_BEGIN/END_DECLS
5901
5902 2008-02-13  Richard Hult  <richard@imendio.com>
5903
5904         * gtk/gtkclipboard-quartz.c: (gtk_clipboard_wait_for_contents):
5905         Remove unused variables.
5906         (gtk_clipboard_set_contents),
5907         (gtk_clipboard_get_owner), (clipboard_unset),
5908         (gtk_clipboard_request_targets): Notify the previous clipboard
5909         owner when the owner changes. Fixes bug #493406.
5910         
5911 2008-02-13  Richard Hult  <richard@imendio.com>
5912
5913         * gdk/quartz/gdkcolor-quartz.c: (gdk_colormap_alloc_colors): Fix
5914         the return value (return number of colors that failed), and handle
5915         RGBA colormap.
5916         (gdk_colormap_free_colors): Fix typo in comment.
5917
5918 2008-02-13  Kristian Rietveld  <kris@imendio.com>
5919
5920         * gtk/gtktreeview.c (gtk_tree_view_stop_rubber_band): only
5921         queue a redraw if the rubber banding has actually been active.
5922
5923 2008-02-12  Matthias Clasen  <mclasne@redhat.com>
5924
5925         * gtk/gtkpapersize.c:
5926         * gtk/gtkprintoperation.c:
5927         * gtk/gtkvolumebutton.c:
5928         * gtk/gtkbulderparser.c: Fix some i18n errors. Pointed
5929         out by Behdad Esfahbod.
5930
5931 2008-02-12  Federico Mena Quintero  <federico@novell.com>
5932
5933         Merged from gtk-2-12:
5934
5935         Don't focus the file list when shortcuts get activated.  This
5936         removes a lot of ambiguity in when the file selection should
5937         change, and makes the overall code flow simpler.
5938
5939         This fixes http://bugzilla.gnome.org/show_bug.cgi?id=419737 -
5940         file/save dialog clears the filename entry when changing
5941         directories.
5942
5943         Also fixes http://bugzilla.gnome.org/show_bug.cgi?id=499940 -
5944         focus should not go to the file list when a shortcut is activated.
5945
5946         * gtk/gtkfilechooserdefault.c
5947         (shortcuts_activate_volume_mount_cb): Don't focus the file list
5948         (shortcuts_activate_get_info_cb): Likewise.
5949
5950         * gtk/gtkfilechooserdefault.c (switch_to_shortcut): Don't focus
5951         the file list (this was the last place where we would focus the
5952         file list explicitly).  If you are in the location entry, for
5953         example, you don't want Alt-Home to take you to the file list; you
5954         just want the current folder to change.  Thanks to Olle Bergkvist
5955         <olle.bergkvist@yahoo.se> for pointing this out in
5956         http://bugzilla.gnome.org/show_bug.cgi?id=419737#c51.
5957         (focus_browse_tree_view_if_possible): Removed.
5958
5959 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
5960
5961         Skip exensions when selecting filenames in the save-as dialog.
5962         (#362516, Carlos Garnacho)
5963
5964         * gtk/gtkfilechooserentry.h:
5965         * gtk/gtkfilechooserentry.c (_gtk_file_chooser_entry_select_filename):
5966         New function to skip the extension part when selecting a filename.
5967         (_gtk_file_chooser_entry_set_base_folder): Use it here.
5968
5969         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_entry_grab_focus):
5970         ...and here.
5971
5972 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
5973
5974         * gtk/gtkiconview.c: Fix state change reporting for 
5975         accessibility.  (#499835, Rich Burridge, patch by LiYan Zhang)
5976
5977 2008-02-12  Emmanuele Bassi  <ebassi@gnome.org>
5978
5979         * gtk/gtkrecentchooser.c:
5980         (gtk_recent_chooser_class_init): Set the default value of the
5981         :show-not-found property to TRUE, as every implementation sets
5982         it to TRUE already.
5983
5984         * gtk/gtkrecentchooserdefault.c:
5985         (_gtk_recent_chooser_default_init): Sync show_tips to the
5986         default value of the :show-tips property.
5987
5988 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
5989
5990         * gtk/gtkclipboard-quartz.c:
5991         * gtkquartz.c:
5992         * gtkselection.c: Use GSlice for GtkSelectionData.  (#515060,
5993         Christian Persch)
5994
5995 2008-02-12  Kristian Rietveld  <kris@imendio.com>
5996
5997         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row),
5998         (gtk_tree_view_real_toggle_cursor_row): guard against people
5999         deleting the row in question in the selection-changed callback.
6000         (#514621, Andreas Koehler).
6001
6002 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
6003
6004         * gtk/*.c: Unify the handling of various "Enter" keysyms
6005         all over the place.  (#515047, Christian Persch)
6006
6007 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
6008
6009         * gtk/gtkfilesystemmodel.c:
6010         * gtk/gtkprinter.c:
6011         * gtk/gtkwidget.c: Use g_value_set_static_string() where 
6012         appropriate.  (#515042, Christian Persch)
6013
6014 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
6015
6016         * tests/prop-editor.c: Fix a memory leak (#515039, Christian Persch)
6017         
6018 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
6019
6020         * tests/testmerge.c: Fix a memory leak (#515038, Christian Persch)
6021
6022 2008-02-12  Matthias Clasen  <mclasen@redhat.com>
6023
6024         * gtk/gtkfilechooserdefault.c (recent_model_sort_drag_data_get):
6025         (recent_model_sort_drag_data_get):
6026         (search_model_sort_drag_data_get):
6027         * gtk/gtkfilesystemmodel.c (drag_source_drag_data_get):
6028         * gtk/gtkpathbar.c (button_drag_data_get_cb):
6029         Use gtk_selection_data_set_uris() instead of doing it
6030         by hand.  (#514890, Christian Persch)
6031
6032 2008-02-12  Michael Natterer  <mitch@imendio.com>
6033
6034         * gtk/gtkstatusicon.c: #include "gtkmain.h" for
6035         gtk_get_current_event_time().
6036
6037 2008-02-12  Michael Natterer  <mitch@imendio.com>
6038
6039         * gtk/gtkwindow.c (gtk_window_activate_key): simply use
6040         gtk_window_get_key_hash() to get the hash instead of manually
6041         fiddling with quarks and gtk_window_keys_changed(). Also add
6042         g_return_if_fail() to this public function.
6043
6044 2008-02-11  Matthias Clasen  <mclasen@redhat.com>
6045
6046         Support keynav in status icons.  (#473786, Li Yuan)
6047
6048         * gtk/gtkstatusicon.c: Handle keynav, make the tray icon focusable.
6049
6050         * gtk/gtktrayicon-x11.c: Draw a focus rectangle when focused.
6051
6052 2008-02-11  Kristian Rietveld  <kris@imendio.com>
6053
6054         * gtk/gtkcellview.c (gtk_cell_view_cell_layout_reorder)
6055         * gtk/gtkiconview.c (gtk_icon_view_cell_layout_reorder): plug leak
6056         wrt. link deletion from list; contination of fix for #503569.
6057
6058 2008-02-11  Emmanuele Bassi  <ebassi@gnome.org>
6059
6060         * gtk/gtkrecentchoosermenu.c:
6061         (gtk_recent_chooser_menu_constructor): Set no-show-all flag
6062         on the placeholder menu item.
6063
6064         * tests/testrecentchoosermenu.c:
6065         (create_recent_chooser_menu): Use gtk_widget_show_all() to test
6066         whether the placeholder menu item gets shown.
6067
6068 2008-02-10  Cody Russell  <bratsche@gnome.org>
6069
6070         * gtk/gtkfilechooser.c (gtk_file_chooser_get_current_folder_uri):
6071         Check the return value of _gtk_file_chooser_get_file_system () for
6072         NULL before passing it to gtk_file_system_path_to_uri ().
6073         (#515667, Francesco Montorsi)
6074
6075 2008-02-10  Philip Withnall  <pwithnall@svn.gnome.org>
6076
6077         * gtk/gtkbuilder.c: Improve the documentation for
6078         gtk_builder_connect_signals. (#514471)
6079
6080 2008-02-10  Matthias Clasen  <mclasen@redhat.com>
6081
6082         * gtk/gtkrecentaction.c: Propagate local-only.  (#511987, 
6083         Jonh Wendell)
6084
6085 2008-02-08  Cody Russell  <bratsche@gnome.org>
6086
6087         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_start):
6088         Removed an extra semicolon.  (#515219, reported by Kazuki IWAMOTO)
6089
6090 2008-02-08  Richard Hult  <richard@imendio.com>
6091
6092         * gdk/quartz/gdkevents-quartz.c (gdk_event_translate): Ignore the
6093         delta from the NSEvent for now, generating multiple scroll events
6094         results in a lot of events getting queued up and things get really
6095         slow.
6096
6097 2008-02-08  Sven Herzberg  <sven@imendio.com>
6098
6099         Adjust the code to match the documentation, examples, "common sense"
6100         and existing applications.
6101
6102         * gtk/gtkaction.c: (_gtk_action_sync_menu_visible): take into account
6103         that a GtkMenu for a <popup> element doesn't have to have a GtkAction
6104         assigned
6105
6106 2008-02-07  Cody Russell  <bratsche@gnome.org>
6107
6108         * gdk/win32/gdkevents-win32.c
6109         * gdk/win32/gdkwindow-win32.c: Fixed two declarations in the middle
6110         of a block that were causing compile problems on old
6111         compilers. (#515053, reported by Kazuki IWAMOTO)
6112         
6113 2008-02-07  Michael Natterer  <mitch@imendio.com>
6114
6115         * gtk/gtkcellview.c
6116         * gtk/gtklabel.c
6117         * gtk/gtklayout.c
6118         * gtk/gtklist.c
6119         * gtk/gtkmenu.c
6120         * gtk/gtkmenushell.c
6121         * gtk/gtkmisc.c
6122         * gtk/gtkoptionmenu.c
6123         * gtk/gtkplug.c
6124         * gtk/gtkpreview.c
6125         * gtk/gtkprogress.c
6126         * gtk/gtkradiomenuitem.c
6127         * gtk/gtkscale.c
6128         * gtk/gtkscrolledwindow.c
6129         * gtk/gtksocket.c: remove g_return_if_fail() from private
6130         functions and virtual function implementations.
6131
6132 2008-02-07  Michael Natterer  <mitch@imendio.com>
6133
6134         * gtk/gtkaction.c
6135         * gtk/gtkassistant.c
6136         * gtk/gtkbin.c
6137         * gtk/gtkbox.c
6138         * gtk/gtkcalendar.c
6139         * gtk/gtkcellrenderercombo.c
6140         * gtk/gtkcombobox.c
6141         * gtk/gtkcombo.c
6142         * gtk/gtkdrawingarea.c
6143         * gtk/gtkentrycompletion.c
6144         * gtk/gtkfixed.h
6145         * gtk/gtkgamma.c
6146         * gtk/gtkhpaned.c
6147         * gtk/gtkiconview.c
6148         * gtk/gtkitem.c
6149         * gtk/gtkitemfactory.c: remove g_return_if_fail() from private
6150         functions and virtual function implementations.
6151
6152 2008-02-07  Christian Persch  <chpe@gnome.org>
6153
6154         * gdk/gdkpixbuf-render.c:
6155         (gdk_pixbuf_render_pixmap_and_mask_for_colormap): If the pixbuf has an
6156         alpha channel, use gdk_draw_rgb_32_image to draw it to the pixmap;
6157         otherwise there will be random pixel values in the semi-transparent
6158         area of the pixbuf within the mask. Bug #487865.
6159
6160 2008-02-06  Cody Russell  <bratsche@gnome.org>
6161
6162         * gdk/win32/gdkevents-win32.c: Check if the window is a temp window,
6163         otherwise things get wonky when you click on a menu.  This fixes
6164         a regression caused in #505928.  Thanks to Tor for spotting this
6165         one!  (#514789)
6166
6167 2008-02-06  Michael Natterer  <mitch@imendio.com>
6168
6169         * gtk/gtkcontainer.c
6170         * gtk/gtkexpander.c
6171         * gtk/gtkframe.c
6172         * gtk/gtklabel.c
6173         * gtk/gtkmain.c
6174         * gtk/gtkmenu.c
6175         * gtk/gtkmenuitem.c
6176         * gtk/gtkmenushell.c
6177         * gtk/gtknotebook.c
6178         * gtk/gtkseparatortoolitem.c
6179         * gtk/gtksocket.c
6180         * gtk/gtktextlayout.c
6181         * gtk/gtktoggletoolbutton.c
6182         * gtk/gtktoolbutton.c
6183         * gtk/gtktoolitem.c
6184         * gtk/gtktree.c
6185         * gtk/gtktreeitem.c: replace "foo && GTK_IS_FOO (foo)" by simply
6186         "GTK_IS_FOO (foo)".
6187
6188 2008-02-05  Matthias Clasen  <mclasen@redhat.com>
6189
6190         * gtk/gtkprintsettings.c (gtk_print_settings_get_page_ranges):
6191         Allow to store half-open ranges.
6192
6193 2008-02-05  Cody Russell  <bratsche@gnome.org>
6194
6195         * gdk/win32/gdkwindow-win32.c (_gdk_modal_current): Walk
6196         down the stack until we get to a window that is mapped.
6197         Otherwise hiding a window will cause all windows in the app
6198         to be blocked. (#514643)
6199
6200 2008-02-05  Matthias Clasen  <mclasen@redhat.com>
6201
6202         * gtk/updateiconcache.c: Ignore images in the toplevel theme
6203         directory, avoiding one source of invalid caches that has been
6204         spotted in the wild.
6205
6206 2008-02-05  Matthias Clasen  <mclasen@redhat.com>
6207
6208         * gtk/updateiconcache.c: Fix the previous commit to compile.
6209
6210 2008-02-05  Matthias Clasen  <mclasen@redhat.com>
6211
6212         * gtk/updateiconcache.c: Install a printerr handler that
6213         prepends the program name, since gtk-update-icon-cache output
6214         often appears in the middle of other output, e.g. rpm update logs.
6215
6216 2008-02-05  Cody Russell  <bratsche@gnome.org>
6217
6218         * gdk/win32/gdkprivate-win32.h
6219         * gdk/win32/gdkevents-win32.c
6220         * gdk/win32/gdkwindow-win32.c
6221         * gdk/win32/gdkwindow-win32.h
6222         * gdk/win32/gdkwin32.h:
6223         Modal window rework.  (#455627 and #511111)
6224
6225 2008-02-04  Michael Natterer  <mitch@imendio.com>
6226
6227         * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_add_attribute):
6228         g_return_if_fail() if the cell is not part of the combo instead of
6229         crashing in the next line.
6230
6231 2008-02-01  Cody Russell  <cody@jhu.edu>
6232
6233         * modules/engines/ms-windows/xp_theme.[ch]
6234         * modules/engines/ms-windows/xp_theme_defs.h
6235         * modules/engines/ms-windows/msw_rc_style.c
6236         * modules/engines/ms-windows/msw_theme_main.c
6237         * modules/engines/ms-windows/msw_style.c: Re-indented and generally
6238         attempted to stylize more like the rest of the gtk+ stack's code.
6239
6240 2008-02-01  Michael Natterer  <mitch@imendio.com>
6241
6242         * tests/testgtk.c: initialize GdkColor structs to fix warning
6243         about uninitialized "pixel" member.
6244
6245         * tests/testactions.c: connect the toolbar_style() callback so it
6246         does something useful and doesn't warn about being defined but not
6247         used.
6248
6249 2008-01-31  Cody Russell  <bratsche@gnome.org>
6250
6251         * gdk/win32/gdkevents-win32.c:
6252         Refactored some of the window hiding/showing code from
6253         WM_ACTIVATE to WM_SIZE and WM_SYSCOMMAND.  Having this
6254         under WM_ACTIVATE was causing the application to go into
6255         a weird state when the user right-clicked on the taskbar
6256         entry of a window that was minimized.  (#505928)
6257         
6258 2008-01-31  Cody Russell  <bratsche@gnome.org>
6259
6260         * gtk/gtkpaned.c (gtk_paned_set_position):
6261         Change queue_resize() to queue_draw(), and add a check for
6262         child2 != NULL in case someone calls this before there is
6263         a child packed in there.  (#144269 again)
6264
6265 2008-01-31  Sven Neumann  <sven@gimp.org>
6266
6267         * gdk/directfb/gdkimage-directfb.c (_gdk_directfb_copy_to_image):
6268         applied patch from Denis Oliver Kropp <dok@directfb.org>.
6269
6270 2008-01-31  Sven Neumann  <sven@gimp.org>
6271
6272         * gdk/directfb/gdkdisplay-directfb.c
6273         * gdk/directfb/gdkdrawable-directfb.c
6274         * gdk/directfb/gdkprivate-directfb.h
6275         * gdk/directfb/gdkwindow-directfb.c: applied patch from Denis
6276         Oliver Kropp <dok@directfb.org>. Fixes remaining warnings.
6277
6278 2008-01-31  Richard Hult  <richard@imendio.com>
6279
6280         * gdk/quartz/GdkQuartzView.c: Another attempt at fixing focus
6281         issues with undecorated windows. Revert the change done on
6282         2008-01-25 and fix it by using the view's bounds instead. The
6283         bounds will always be up to date when setting up the tracking
6284         rect, so this should be more robust.
6285
6286 2008-01-30  Sven Neumann  <sven@gimp.org>
6287
6288         * gdk/directfb/gdkdrawable-directfb.c
6289         * gdk/directfb/gdkwindow-directfb.c
6290         * gdk/directfb/gdkprivate-directfb.h: applied patch from Denis
6291         Oliver Kropp <dok@directfb.org>. Adds debug messages using
6292         DirectFB's debugging system
6293
6294 2008-01-30  Sven Neumann  <sven@gimp.org>
6295
6296         * gdk/directfb/gdkdirectfb.h
6297         * gdk/directfb/gdkdisplay-directfb.c
6298         * gdk/directfb/gdkdrawable-directfb.c
6299         * gdk/directfb/gdkim-directfb.c
6300         * gdk/directfb/gdkimage-directfb.c
6301         * gdk/directfb/gdkinput-directfb.c
6302         * gdk/directfb/gdkmain-directfb.c
6303         * gdk/directfb/gdkpixmap-directfb.c
6304         * gdk/directfb/gdktestutils-directfb.c
6305         * gdk/directfb/gdkvisual-directfb.c
6306         * gdk/directfb/gdkwindow-directfb.c: applied patch from Denis
6307         Oliver Kropp <dok@directfb.org>. Fixes various warnings, some
6308         errors and has some cleanups.
6309
6310 2008-01-30  Michael Natterer  <mitch@imendio.com>
6311
6312         * gtk/gtkbuilderparser.c (parse_custom): use the right type for
6313         "subparser_data" and remove the (gpointer*) cast. Fixes bogus
6314         aliasing warning.
6315
6316         * gtk/updateiconcache.c (add_string): cast const gchar* to
6317         gpointer when inserting in a GHashTable.
6318
6319         * tests/testcalendar.c (calendar_detail_cb): remove const from
6320         return value since it's a newly allocated string.
6321
6322         (calendar_update_details): free the detail.
6323
6324 2008-01-29  Johan Dahlin  <johan@gnome.org>
6325
6326         * demos/gtk-demo/builder.c: (quit_activate), (about_activate),
6327         (do_builder):
6328         * demos/gtk-demo/demo.ui:
6329         Move the about dialog to the glade file, add accessible tags
6330         examples to the markup file.
6331
6332 2008-01-28  Paolo Borelli  <pborelli@katamail.com>
6333
6334         * gtk/gtkprintunixdialog.c (draw_page_cb): do not leak the pango
6335         layout, fixes #512375.
6336
6337 2008-01-28  Michael Natterer  <mitch@imendio.com>
6338
6339         * gtk/gtktextchild.c
6340         * gtk/gtktextview.c: meant to use G_STRFUNC, not G_STRLOC...
6341
6342 2008-01-28  Michael Natterer  <mitch@imendio.com>
6343
6344         * demos/gtk-demo/builder.c (about_activate): use
6345         gtk_about_dialog_set_program_name() instead of the deprecated
6346         set_name().
6347
6348 2008-01-28  Michael Natterer  <mitch@imendio.com>
6349
6350         * gtk/gtktextchild.c
6351         * gtk/gtktextview.c: use G_STRLOC instead of G_GNUC_FUNCTION (which
6352         is deprecated now).
6353
6354 2008-01-26  Johan Dahlin  <johan@gnome.org>
6355
6356         * tests/Makefile.am:
6357         * tests/textbuffertest.c:
6358         Rename textbuffer test and port it to the new test framework
6359         
6360 2008-01-25  Johan Dahlin  <johan@gnome.org>
6361
6362         * gtk/gtktestutils.c (gtk_test_init): Restore accidentally removed
6363         unsetting of GTK_MODULES.
6364
6365         * gtk/gtk-builder-convert
6366         (GtkBuilderConverter._convert_adjustment): Handle the case where
6367         there is no child text node.
6368         (GtkBuilderConverter): Allow xml comments in most places.
6369
6370 2008-01-25  Johan Dahlin  <johan@gnome.org>
6371
6372         * gtk/gtk-builder-convert
6373         (GtkBuilderConverter._convert_combobox_items): Remove the items
6374         even if there are no items set.
6375         (GtkBuilderConverter._add_action_from_menuitem): Convert toggled
6376         signals and tooltips for all menu items subclasses and 
6377         GtkImageMenuItem:label. 
6378         Makes it possible to fully convert and run Jokosher.glade.
6379
6380 2008-01-25  Johan Dahlin  <johan@gnome.org>
6381
6382         * gtk/gtkwidget.c: (gtk_widget_buildable_interface_init),
6383         (gtk_widget_buildable_get_internal_child), (free_action),
6384         (free_relation), (gtk_widget_buildable_parser_finished),
6385         (accessibility_start_element),
6386         (gtk_widget_buildable_custom_tag_start),
6387         (gtk_widget_buildable_custom_finished):
6388         Implement accessible support, fixes #454653.
6389
6390         * gtk/gtk-builder-convert:
6391         Add support for migrating old glade files
6392         
6393         * tests/buildertest.c: (test_widget), (test_file):
6394         Add accessible tests and imprve the test_file function to display
6395         toplevels and run dialogs.
6396
6397 2008-01-25  Richard Hult  <richard@imendio.com>
6398
6399         * gdk/quartz/GdkQuartzView.c: Don't recreate a tracking rect if it
6400         didn't change, fixes focus event issues for undecorated windows.
6401
6402 2008-01-25  Richard Hult  <richard@imendio.com>
6403
6404         * gdk/quartz/gdkwindow-quartz.c: Fix compile warnings (add missing
6405         const and remove unused variables).
6406
6407 2008-01-25  Michael Natterer  <mitch@imendio.com>
6408
6409         * gtk/gtkbutton.h
6410         * gtk/gtkcellrenderer.h
6411         * gtk/gtkimcontext.h
6412         * gtk/gtkstyle.h
6413         * gtk/gtktoolbar.h
6414         * gtk/gtktooltip.h
6415         * gtk/gtktreeprivate.h
6416         * gtk/gtktreeviewcolumn.h
6417         * gtk/gtkwidget.h: add const to constant structs which are passed
6418         into GTK+. Also add some forgotten const for const strings.
6419         Fixes bug #511554.
6420
6421         * gtk/gtkbutton.c
6422         * gtk/gtkcellrenderer.c
6423         * gtk/gtkimcontext.c
6424         * gtk/gtkstyle.c
6425         * gtk/gtktoolbar.c
6426         * gtk/gtktooltip.c
6427         * gtk/gtktreeview.c
6428         * gtk/gtktreeviewcolumn.c
6429         * gtk/gtkwidget.c: changed accordingly.
6430
6431 2008-01-25  Sven Herzberg  <sven@imendio.com>
6432
6433         Reviewed by Johan Dahlin.
6434
6435         * gtk/gtkuimanager.c (gtk_ui_manager_remove_ui): emit a warning if
6436         this is called with something that's not a GtkUIManager
6437
6438 2008-01-24  Johan Dahlin  <johan@gnome.org>
6439
6440         * gtk/gtkdialog.c (gtk_dialog_buildable_get_internal_child): 
6441         Chain up to parent, so widgets can have internal children.
6442
6443 2008-01-22  Mathias Hasselmann  <mathias@openismus.com>
6444
6445         Add gdk_app_launch_context_get_type() to gdk.symbols (#511308, Kazuki
6446         IWAMOTO).
6447
6448         * gdk/gdk.symbols: Add gdk_app_launch_context_get_type().
6449
6450 2008-01-22  Mathias Hasselmann  <mathias@openismus.com>
6451
6452         Use pango_layout_set_height() for calendar details (#506049).
6453
6454         * configure.in: Require 1.19.3 for pango_layout_set_height().
6455         * gtk/gtkcalendar.c: Use pango_layout_set_height() for details.
6456
6457 2008-01-18  Johan Dahlin  <johan@gnome.org>
6458
6459         * gtk/gtk-builder-convert (get_property_node): New method
6460         (GtkBuilderConverter._create_object): Conditionally take a node as
6461         a property value, so don't lose translate/context attributes if they
6462         are set. 
6463         (GtkBuilderConverter._add_action_from_menuitem): Send in Node as
6464         property values instead of strings.
6465         (#509153, Erik van Pienbroek)
6466
6467 2008-01-16  Mathias Hasselmann  <mathias@openismus.com>
6468
6469         Change GtkCalendarDetailFunc to return newly allocated string. (#339540)
6470
6471         * gtk/gtkcalendar.c: Release the memory returned by the detail_func.
6472         * gtk/gtkcalendar.h: Remove G_CONST_RETURN from GtkCalendarDetailFunc.
6473         * tests/testcalendar.c: Duplicate calendar details before returning.
6474
6475 2008-01-16  Christian Persch  <chpe@gnome.org>
6476
6477         * gtk/gtkwidget.c: Store the event mask and extension event mode
6478         directly in the gobject data pointer, instead of in an allocated
6479         gint. Bug #506604.
6480
6481 2008-01-16  Michael Natterer  <mitch@imendio.com>
6482
6483         * configure.in (GDK_PIXBUF_PACKAGES): add "gio-2.0" because
6484         gdk-pixbuf now uses gio functions.
6485
6486 2008-01-16  Matthias Clasen  <mclasen@redhat.com>
6487
6488         * gtk/gtkcombobox.c (gtk_combo_box_set_model): Emit
6489         the notify::model signal.  (#509819, David Zeuthen)
6490
6491 2008-01-15  Michael Natterer  <mitch@imendio.com>
6492
6493         * gdk/gdkdisplay.h
6494         * gdk/gdkdrawable.h
6495         * gdk/gdkevents.h
6496         * gdk/gdkpango.h
6497         * gdk/gdkregion.h
6498         * gdk/gdkrgb.h
6499         * gdk/gdkwindow.h: made more struct pointer and array parameters
6500         const. GDK should now be constified as far as possible without
6501         breaking source compatibility. Includes some minor cleanup like
6502         indentation and s/nfoo/n_foo/ (bug #508544).
6503
6504         * gdk/gdkdisplay.c
6505         * gdk/gdkdraw.c
6506         * gdk/gdkevents.c
6507         * gdk/gdkpango.c
6508         * gdk/gdkregion-generic.c
6509         * gdk/gdkrgb.c
6510         * gdk/directfb/gdkdisplay-directfb.c
6511         * gdk/directfb/gdkwindow-directfb.c
6512         * gdk/quartz/gdkdisplay-quartz.c
6513         * gdk/quartz/gdkwindow-quartz.c
6514         * gdk/win32/gdkdisplay-win32.c
6515         * gdk/win32/gdkwindow-win32.c
6516         * gdk/x11/gdkdisplay-x11.c
6517         * gdk/x11/gdkwindow-x11.c: changed accordingly.
6518
6519 2008-01-14  Michael Natterer  <mitch@imendio.com>
6520
6521         * gtk/gtkrc.c (_gtk_rc_style_unset_rc_property): add cast to fix
6522         const warning.
6523
6524         (gtk_rc_parse_any): change variables to const and introduce
6525         another local variable to fix const warnings.
6526
6527 2008-01-14  Michael Natterer  <mitch@imendio.com>
6528
6529         * gdk/gdkscreen.c (gdk_screen_get_property): cast the return value
6530         of gdk_screen_get_font_options() to gpointer to get rid of const
6531         warning.
6532
6533 2008-01-14  Michael Natterer  <mitch@imendio.com>
6534
6535         * tests/testdnd.c (source_drag_data_get): fix another call to
6536         gtk_selection_data_set().
6537
6538 2008-01-14  Michael Natterer  <mitch@imendio.com>
6539
6540         * gtk/gtkoldeditable.c (gtk_old_editable_selection_received): fix
6541         signedness warning.
6542
6543 2008-01-14  Michael Natterer  <mitch@imendio.com>
6544
6545         * gtk/gtkiconcache.c (find_image_offset): remove unused variable.
6546
6547 2008-01-14  Michael Natterer  <mitch@imendio.com>
6548
6549         * gtk/gtkfilesystemmodel.c (drag_source_drag_data_get): cast
6550         "uris" to guchar* when passing it to gtk_selection_data_set().
6551
6552 2008-01-14  Michael Natterer  <mitch@imendio.com>
6553
6554         * gdk/gdk.h
6555         * gdk/gdkcairo.h
6556         * gdk/gdkcolor.h
6557         * gdk/gdkgc.h
6558         * gdk/gdkinternals.h
6559         * gdk/gdkregion.h
6560         * gdk/gdkwindow.h: made GdkRectangle*, GdkRegion* and GdkColor*
6561         parameters const (bug #508544).
6562
6563         * gdk/gdkcairo.c
6564         * gdk/gdkgc.c
6565         * gdk/gdkwindow.c
6566         * gdk/gdkrectangle.c
6567         * gdk/gdkpolyreg-generic.c
6568         * gdk/gdkregion-generic.c
6569         * gdk/directfb/gdkcolor-directfb.c
6570         * gdk/directfb/gdkgc-directfb.c
6571         * gdk/directfb/gdkgeometry-directfb.c
6572         * gdk/directfb/gdkwindow-directfb.c
6573         * gdk/quartz/gdkcolor-quartz.c
6574         * gdk/quartz/gdkgc-quartz.c
6575         * gdk/quartz/gdkgeometry-quartz.c
6576         * gdk/quartz/gdkwindow-quartz.c
6577         * gdk/win32/gdkcolor-win32.c
6578         * gdk/win32/gdkgc-win32.c
6579         * gdk/win32/gdkgeometry-win32.c
6580         * gdk/win32/gdkprivate-win32.h
6581         * gdk/win32/gdkwindow-win32.c
6582         * gdk/x11/gdkcolor-x11.c
6583         * gdk/x11/gdkgc-x11.c
6584         * gdk/x11/gdkgeometry-x11.c
6585         * gdk/x11/gdkmain-x11.c
6586         * gdk/x11/gdkprivate-x11.h
6587         * gdk/x11/gdkwindow-x11.c: changed accordingly.
6588
6589         * gdk/gdkpolyreg-generic.c: uncruftify to have proper function
6590         headers.
6591
6592 2008-01-14  Mathias Hasselmann  <mathias@openismus.com>
6593
6594         Explain name choice for gtk_tool_item_toolbar_reconfigured.
6595
6596         * gtk/gtktoolitem.c: Add comment expaining name choice for
6597         gtk_tool_item_toolbar_reconfigured.
6598
6599 2008-01-14  Mathias Hasselmann  <mathias@openismus.com>
6600
6601         Make _gtk_tool_item_toolbar_reconfigured public to allow GtkToolShell
6602         implementations to notify its children, when some aspect of their
6603         configuration changed (#509042).
6604
6605         * gtk/gtk.symbols: Add gtk_tool_item_toolbar_reconfigured.
6606         * gtk/gtktoolbar.c, gtk/gtktoolitem.c, gtk/gtktoolitem.h:
6607         Rename _gtk_tool_item_toolbar_reconfigured.
6608
6609 2008-01-12  Mathias Hasselmann  <mathias@openismus.com>
6610
6611         Include <gtk/gtktoolshell.h> from gtk.h.
6612
6613         * gtk/gtk.h: Add gtktoolshell.h
6614
6615 2008-01-12  Mathias Hasselmann  <mathias@openismus.com>
6616
6617         Print angle brackets arround e-mail addresses in the about dialog
6618         (#409520, Mariano Suárez-Alvarez).
6619
6620         * gtk/gtkaboutdialog.c: Keep e-mail brackets in add_credits_page().
6621
6622 2008-01-11 13:28:02  Tim Janik  <timj@imendio.com>
6623
6624         * gtk/gtktestutils.c (gtk_test_create_widget): removed old testutils
6625         special casing so test widgets are always queues for destruction
6626         during teardown.
6627
6628         * gtk/tests/testing.c: removed bits left-over from testing without
6629         gtestutils.h.
6630
6631 2008-01-10  Tor Lillqvist  <tml@novell.com>
6632
6633         * modules/other/gail/libgail-util/Makefile.am
6634         * modules/other/gail/tests/Makefile.am: Link with gtktargetlib and
6635         gdktargetlib.
6636         
6637 2008-01-10  Tor Lillqvist  <tml@novell.com>
6638
6639         * tests/Makefile.am: Build defaultvaluetest only on Unix as it
6640         uses gtkprintunixdialog API.
6641
6642 2008-01-10  Tor Lillqvist  <tml@novell.com>
6643
6644         * gdk/win32/gdkdisplay-win32.c
6645         * gdk/win32/gdkglobals-win32.c
6646         * gdk/win32/gdkprivate-win32.h
6647         * gdk/win32/gdkscreen-win32.c
6648         * gdk/win32/gdkwindow-win32.c: Implement
6649         gdk_screen_get_monitor_width_mm(), gdk_screen_get_monitor_height_mm()
6650         and gdk_screen_get_monitor_plug_name(). Thanks to Kazuki
6651         Iwamoto. (#505753)
6652
6653 2008-01-10  Cody Russell  <bratsche@gnome.org>
6654
6655         * gdk/win32/gdkwindow-win32.c: (gdk_window_set_transient_for),
6656         Properly ref/unref windows and parents.  (#506769)
6657
6658 2008-01-10  Richard Hult  <richard@imendio.com>
6659
6660         * gdk/quartz/gdkwindow-quartz.c: (show_window_internal),
6661         (gdk_window_hide), (move_resize_window_internal): Move the
6662         tracking rect workaround from here...
6663
6664         * gdk/quartz/GdkQuartzWindow.c:
6665         * gdk/quartz/GdkQuartzWindow.h: ...to here, and ignore window
6666         movements during showing/hiding operations. Fixes bug #508516.
6667
6668 2008-01-10  Michael Natterer  <mitch@imendio.com>
6669
6670         * gdk/directfb/gdkscreen-directfb.c
6671         (gdk_screen_get_monitor_width_mm)
6672         (gdk_screen_get_monitor_height_mm)
6673         (gdk_screen_get_monitor_plug_name): add these functions to make
6674         it build again.
6675
6676 2008-01-10  Emmanuele Bassi  <ebassi@gnome.org>
6677
6678         * gtk/gtkrecentchoosermenu.c:
6679         (idle_populate_func), (idle_populate_clean_up): Fix possible
6680         recursion by resetting the idle source id. (#507605, William
6681         Pitcock)
6682
6683 2008-01-10  Kristian Rietveld  <kris@imendio.com>
6684
6685         * gtk/gtktreeview.c (gtk_tree_view_motion_draw_column_motion_arrow),
6686         (_gtk_tree_view_column_start_drag): fully initialize GdkWindowAttr to
6687         avoid valgrind warnings.  (#507751, patch from Christian Persch).
6688
6689 2008-01-10  Kristian Rietveld  <kris@imendio.com>
6690
6691         * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_get_path): Fix
6692         a leak of the path (#504611, patch from Sadrul Habib Chowdhury).
6693
6694 2008-01-10  Kristian Rietveld  <kris@imendio.com>
6695
6696         Fix #477175, reported by Juri Pakaste.
6697
6698         * gtk/gtktreeprivate.h:
6699         * gtk/gtktreeview.c (gtk_tree_view_top_row_to_dy): do not set
6700         tree_view->priv->dy here directly, just calculate the new value
6701         and set it on the adjustment,
6702         (gtk_tree_view_adjustment_changed): add guards to not call
6703         gtk_tree_view_dy_to_top_row() if we are currently in
6704         gtk_tree_view_top_row_to_dy(),
6705         (gtk_tree_view_put): fix coordinate annotation: these are bin_window
6706         coordinates, not tree coordinates,
6707         (gtk_tree_view_real_start_editing): add cast.
6708
6709         * gtk/tests/treeview-scrolling.c: add an assertion for checking the
6710         position of the editable in the "create new row and start editing"
6711         tests.
6712
6713 2008-01-09  Michael Natterer  <mitch@imendio.com>
6714
6715         * gtk/gtkcolorsel.c (make_label_spinbutton): remove unused
6716         variable.
6717
6718         * gtk/gtkcombobox.c (gtk_combo_box_detacher)
6719         * gtk/gtkicontheme.c (theme_list_contexts)
6720         (gtk_icon_theme_lookup_icon)
6721         * gtk/gtkimcontextsimple.c (beep_window)
6722         * gtk/gtklinkbutton.c (set_link_color)
6723         * gtk/gtkuimanager.c (child_hierarchy_changed_cb): add casts to
6724         fix warnings.
6725
6726         * gtk/gtkpathbar.c (_gtk_path_bar_set_file_system): remove unused
6727         variable and add const to another to fix a warning.
6728
6729 2008-01-07  Matthias Clasen  <mclasen@redhat.com>
6730
6731         * gtk/gtkassistant.c (remove_page): Be more robust when removing 
6732         the current page.  (#499951, Andreas Sandberg)
6733
6734 2008-01-06  Johan Dahlin  <johan@gnome.org>
6735
6736         * gtk/gtkspinbutton.c: Declare value in the example code for
6737         GtkSpinButton::output, as pointed out by Anders Carlsson.
6738
6739 2008-01-06  Christian Persch  <chpe@gnome.org>
6740
6741         * gtk/gtkpagesetupunixdialog.c: Make the labels left-aligned,
6742         and remove an obsolete event box. Bug #506760.
6743
6744 2008-01-06  Johan Dahlin  <johan@gnome.org>
6745
6746         * tests/buildertest.c (test_domain): 
6747         Update, GtkBuilder::translation-domain is no longer set
6748         
6749         * gtk/gtkbuilderparser.c (parse_interface): 
6750         Allow domains to be overridden in <interface>'s if a translation-domain
6751         is set in the builder.
6752         (_gtk_builder_parser_parse_buffer): Do not modify the translation-domain
6753         of the builder, make the domain set in the <interface> apply only to strings
6754         in that interface.
6755         (#496831, Ryan Lortie)
6756
6757         * gtk/gtkbuilder.c: Avoid adding unnecessary trailing newlines 
6758         to g_warning calls.
6759
6760         * gtk/gtktreestore.c (tree_model_end_element): 
6761         Remove an unused variable
6762
6763 2008-01-06  Matthias Clasen  <mclasen@redhat.com>
6764
6765         * gtk/gtkspinbutton.c: Document the ::output signal and
6766         add an example.  (#507566, example by Owen Taylor)
6767
6768 2008-01-06  Johan Dahlin  <johan@gnome.org>
6769
6770         * gtk/gtkcellrenderercombo.c:
6771         (gtk_cell_renderer_combo_get_property),
6772         (gtk_cell_renderer_combo_set_property):
6773         * gtk/gtkcombobox.c: (gtk_combo_box_set_property):
6774         * gtk/gtkcomboboxentry.c: (gtk_combo_box_entry_set_property):
6775         * gtk/gtknotebook.c: (gtk_notebook_set_property):
6776         * gtk/gtkspinbutton.c: (gtk_spin_button_set_property):
6777         * gtk/gtktextbuffer.c: (gtk_text_buffer_set_property),
6778         (gtk_text_buffer_get_property):
6779         * gtk/gtktextview.c: (gtk_text_view_set_property):
6780         * gtk/gtktogglebutton.c: (gtk_toggle_button_set_property):
6781         * gtk/gtktoolbutton.c: (gtk_tool_button_set_property),
6782         (gtk_tool_button_get_property):
6783         * gtk/gtktoolitem.c: (gtk_tool_item_set_property),
6784         (gtk_tool_item_get_property):
6785         * gtk/gtktreeview.c: (gtk_tree_view_set_property):
6786         * gtk/gtkwidget.c: (gtk_widget_set_property):
6787         * gtk/gtkwindow.c: (gtk_window_set_property):
6788         Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently.
6789         Fixes #507585
6790
6791 2008-01-06  Johan Dahlin  <johan@gnome.org>
6792
6793         * gtk/gtk-builder-convert (GtkBuilderConverter._strip_root): 
6794         Make sure that --root works for toplevel widgets.
6795         (#491847, Phil Lello)
6796
6797 2008-01-05  Johan Dahlin  <johan@gnome.org>
6798
6799         * modules/other/gail/tests/Makefile.am: Include Makefile.decl,
6800         to make sure that make test-report works properly
6801
6802 2008-01-05  Christian Persch  <chpe@gnome.org>
6803
6804         * tests/defaultvaluetest.c: Fix mem leak, and don't pass
6805         GType as integer through gpointer. Bug #507395.
6806
6807 2008-01-04  Mathias Hasselmann  <mathias@openismus.com>
6808
6809         Avoid some compiler warnings (#507000).
6810
6811         * gtk/gtkbuilder.c, gtk/gtkbuilderprivate.h: Use proper sign
6812         for value argument of _gtk_builder_flags_from_string.
6813         * gtk/gtkwidget.c: Don't alias the child pointer passed
6814         to gdk_window_get_user_data.
6815
6816 2008-01-04  Michael Natterer  <mitch@imendio.com>
6817
6818         * gdk/x11/gdkinput-x11.c (_gdk_device_get_history): don't forget
6819         to set the time in the returned GdkTimeCoords.
6820
6821 2008-01-03  Emmanuele Bassi  <ebassi@gnome.org>
6822
6823         * gtk/gtkfilechooserdefault.c (recent_sort_mru): Use the
6824         correct comparison function (kudos to Christian Persch and
6825         Claudio Saavedra for spotting this)
6826
6827         * gtk/gtkrecentchooserutils.c:
6828         (sort_recent_items_mru),
6829         (sort_recent_items_lru): Ditto as above.
6830
6831 2008-01-03  Johan Dahlin  <johan@gnome.org>
6832
6833         * tests/defaultvaluetest.c: Make it pass again.
6834
6835 2008-01-02  Johan Dahlin  <johan@gnome.org>
6836
6837         * tests/defaultvaluetest.c (test_type): Ignore a few more tests to 
6838         make it pass on Ubuntu.
6839         (main): Use gtk_test_list_all_types () instead of providing our
6840         own list.
6841         And it no longer passes.
6842
6843 2007-12-30  Johannes Schmid <jhs@gnome.org>
6844
6845         * gtk/gtknotebook.c: (gtk_notebook_stop_reorder):
6846         Also reorder menu when reordering tabs by drag & drop
6847         (Bug #506474)
6848         
6849         * tests/testnotebookdnd.c: (create_notebook_with_notebooks):
6850         Add a menu to one of the notebooks to have a test-case for
6851         the change mentioned above.
6852
6853 2007-12-31  Philip Van Hoof  <pvanhoof@gnome.org>
6854
6855         * gtk/gtktreemodel.c: Using GSlice for GtkTreePath
6856
6857 2007-12-31  Christian Persch  <chpe@gnome.org>
6858
6859         * gtk/gtkprintunixdialog.c: (gtk_print_unix_dialog_get_property):
6860         Plug a mem leak. Bug #506107.
6861
6862 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
6863
6864         * gtk/gtkiconfactory.c (render_fallback_image): Adjust to
6865         icon cache api change.  (#506135, Kazuki Iwamoto)
6866
6867 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
6868
6869         Consider "wide-separators" and "separator-height" style properties:
6870         The separator is drawn using gtk_paint_box instead of cairo, when
6871         "wide-separators" is set. Also do not highlight details for previous
6872         or next month, if their day matches the selected day. (#339540)
6873
6874         * gtk/gtkcalendar.c: Consider "wide-separators" and "separator-height"
6875         in gtk_calendar_size_request and calendar_paint_day
6876         * gtk/gtkstyle.c: Modify gtk_default_draw_box to use special colors
6877         for selected detail separators in GtkCalendar.
6878
6879 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
6880
6881         Remove max_detail_height field from GtkCalendarPrivate. (#339540)
6882
6883         * gtk/gtkcalendar.c: Drop max_detail_height field, and use
6884         a local variable instead in gtk_calendar_size_request.
6885
6886 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
6887
6888         * tests/defaultvaluetest.c: Add enough exclusions to make the
6889         test succeed.
6890
6891 2007-12-28  Christian Persch  <chpe@gnome.org>
6892
6893         * modules/other/gail/Makefile.am:
6894         * modules/other/gail/tests/*:
6895         * configure.in: Merge tests from standalone gail. Bug #504568.
6896
6897 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
6898
6899         * gtk/gtkclipboard.c: Make the finalizer work when display is
6900         not set.
6901
6902 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
6903
6904         Draw bottom shadow of GtkCalender headings. (#506113)
6905
6906         * gtk/gtkcalendar.c: Set proper initial height for priv->header_win.
6907
6908 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
6909
6910         * gtk/gtkcalendar.c: Document the initial values of year/month/day
6911         properties.
6912
6913 2007-12-28  Christian Persch  <chpe@gnome.org>
6914
6915         * gtk/gtkfontsel.c: (gtk_font_selection_get_property): Plug
6916         a mem leak. Bug #506096.
6917
6918 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
6919
6920         * gtk/gtktable.c:
6921         * gtk/gtktreeview.c:
6922         * gtk/gtkprintoperation.c:
6923         * gtk/gtkprogressbar.c:
6924         * gtk/gtkmessagedialog.c:
6925         * gtk/gtknotebook.c:
6926         * gtk/gtkprinter.c:
6927         * gtk/gtkfilesel.c:
6928         * gtk/gtklabel.c:
6929         * gtk/gtklinkbutton.c:
6930         * gtk/gtkmenu.c: More default property value corrections.
6931
6932 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
6933
6934         * gtk/gtkitemfactory.c (gtk_item_factory_finalize): Don't unref
6935         accel_group unless it is set.
6936
6937 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
6938
6939         * gdk/x11/gdkwindow-x11.c (get_default_title): Don't return NULL.
6940
6941 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
6942
6943         * gtk/gtkhandlebox.c: Fix the default values of shadow and 
6944         shadow-type properties.
6945
6946         * gtk/gtkfontsel.c: Fix the default values of several properties.
6947
6948         * gtk/gtkfilesel.c: Fix the default value of the show-fileops
6949         property.
6950
6951         * gtk/gtkcurve.c: Fix the default value of the curve-type property.
6952
6953         * gtk/gtkcombo.c: Fix the default value of the enable-arrows-always
6954         property.
6955
6956 2007-12-28  Johan Dahlin  <johan@gnome.org>
6957
6958         * gtk/gtkdialog.c (gtk_dialog_buildable_custom_finished)
6959         (gtk_dialog_buildable_custom_tag_start): Chain up. 
6960         This makes it possible to have accelerators tags on GtkDialog 
6961         subclasses.
6962
6963 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
6964
6965         Add GTK_CALENDAR_SHOW_DETAILS display flag, which chooses if details
6966         are shown within the widget, or just as tooltip. (#339540)
6967
6968         * gtk/gtkcalendar.c, gtk/gtkcalendar.h: Add "show-details" property
6969         aka. GTK_CALENDAR_SHOW_DETAILS, and use it.
6970         * tests/testcalendar.c: Test GTK_CALENDAR_SHOW_DETAILS. Reduce padding
6971         in flags vbox.
6972
6973 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
6974
6975         Try more decent appearance of calendar details separator. (#339540)
6976
6977         * gtk/gtkcalendar.c: Use different colors for drawing the separator,
6978         and make it short by one pixel on each side.
6979
6980 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
6981
6982         Apply trivial code-style changes from attachement 101101. (#339540)
6983
6984         * tests/testcalendar.c: Some updates to current GTK+ code-style.
6985
6986 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
6987
6988         Restructure testcalendar for testing calendar details. (#339540)
6989
6990         * tests/testcalendar.c: Push code arround for testing calendar details.
6991
6992 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
6993
6994         Implement GtkTooltip API for calendar details. (#339540)
6995
6996         * gtk/gtkcalendar.c: Add gtk_calendar_query_tooltip and chain it up.
6997         Remember detail overflows in calendar_paint_day to show the tooltip
6998         only when neccessary.
6999
7000 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
7001
7002         Without setting "detail-width-chars" and "detail-height-rows"
7003         properties not only the widget has to be redrawn on certain
7004         conditions, but also its size must be recalculated. (#339540)
7005
7006         * gtk/gtkcalendar.c: Add calendar_queue_refresh and call
7007         that function instead of gtk_widget_queue_draw.
7008
7009 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
7010
7011         Consider details for size-request and expose-event. (#339540)
7012
7013         * gtk/gtkcalendar.c: Add gtk_calendar_get_detail and
7014         is_color_attribute functions. Change gtk_calendar_size_request
7015         and calendar_paint_day to consider and show calender details.
7016
7017 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
7018
7019         * gtk/gtkcombobox.c: Introduce local priv variables to 
7020         reduce ->->
7021
7022 2007-12-27  Matthias Clasen  <mclasen@redhat.com>
7023
7024         * gtk/gtkcombobox.c: Correct the default value for the 
7025         tearoff-title property.
7026
7027         * gtk/gtkcellrenderertext.c: Fix the default value for the
7028         wrap-mode and font-scale properties.
7029
7030         * gtk/gtkaspectratio.c: Fix the default value for the ratio
7031         property.
7032
7033 2007-12-27  Matthias Clasen  <mclasen@redhat.com>
7034
7035         * gkt/gtksignal.h: Fix 0<>NULL confusion in gtk_signal_connect...
7036         defines.  (#505708,  MINAMI Hirokazu)
7037
7038 2007-12-27  Christian Persch  <chpe@gnome.org>
7039         
7040         * Makefile.am: Install gail.pc. Bug #505859.
7041
7042 2007-12-27  Mathias Hasselmann  <mathias@openismus.com>
7043
7044         Add infrastructure for GtkCalendar details. (#339540)
7045
7046         * gtk/gtkcalendar.c, gtk/gtkcalendar.h, gtk/gtk.symbols:
7047         Add "detail-width-chars" and "detail-height-rows" properties,
7048         and gtk_calendar_set_detail_func function.
7049
7050 2007-12-27  Xan Lopez  <xan@gnome.org>
7051
7052         * gtk/gtk.symbols: 
7053         * gtk/gtkstyle.c (gtk_border_new, gtk_border_copy): 
7054
7055         Add gtk_border_new to avoid memory allocator confusions when using
7056         GtkBorders. Also, make gtk_border_copy use g_slice_dup. (#454042)
7057
7058 2007-12-27  Christian Persch  <chpe@gnome.org>
7059
7060         * gdk/x11/gdkscreen-x11.c: (init_randr12): Fir the patch from 
7061         bug #504886 not to read unitialised memory.
7062
7063 2007-12-26  Xan Lopez  <xan@gnome.org>
7064
7065         * gtk/gtkstatusbar.c (has_extra_children): take into account the
7066         modification of the internal frame contents to decide if we have
7067         extra children. (#415677)
7068
7069 2007-12-22  Christian Persch  <chpe@gnome.org>
7070
7071         * modules/other/gail/gailitem.c: Fix mem leak. Bug #505556.
7072
7073 2007-12-25  Christian Persch  <chpe@gnome.org>
7074
7075         * modules/other/gail/gailwindow.c: (gail_window_initialize):
7076         Initialise |widget|. Fixes a buglet introduced by the commit from bug
7077         #505226.
7078
7079 2007-12-25  Christian Persch  <chpe@gnome.org>
7080
7081         * modules/other/gail/*.h: Use G_BEGIN_DECLS/G_END_DECLS. Bug #505268.
7082         
7083 2007-12-25  Christian Persch  <chpe@gnome.org>
7084
7085         * modules/other/gail/*.[ch]: Remove relocations from the atk
7086         factories. Remove unused gail_foo_new() functions. Fix object
7087         instantiation to be derivation safe by moving initialisation code
7088         from the removed gail_foo_new() functions to the
7089         AtkObjectClass::initialize implementation. Bug #505226.
7090
7091 2007-12-24  Matthias Clasen  <mclasen@redhat.com>
7092
7093         * modules/other/gail/gailentry.c:
7094         * modules/other/gail/gailimage.c:
7095         * modules/other/gail/gailtextview.c: Remove non-multihead-safe
7096         uses of clipboards and settings.  (#504722, Christian Persch)
7097
7098 2007-12-24  Matthias Clasen  <mclasen@redhat.com>
7099
7100         * gdk/gdkapplaunchcontext.c: Remove unneeded includes. (#505411,
7101          Kazuki IWAMOTO)
7102
7103 2007-12-24  Matthias Clasen  <mclasen@redhat.com>
7104
7105         * gtk/gtkcombobox.c: When popping up a menu from a treeview cell,
7106         use the time and button information from the event.  (#504901,
7107         Peter Bloomfield)
7108
7109 2007-12-23  Cody Russell  <bratsche@gnome.org>
7110
7111         * gdk/win32/gdkevents-win32.c (show_window_recurse): Check that
7112         the window is mapped before setting SW_RESTORE or SW_MINIMIZE.
7113         Fixes a regression caused by #164537 patch where transient
7114         windows that are hidden get shown (incorrectly) when their
7115         parents are minimized. (#504984)
7116         
7117 2007-12-22  Christian Persch  <chpe@gnome.org>
7118
7119         * modules/other/gail/gailcell.c:
7120         * modules/other/gail/gailcontainercell.c:
7121         * modules/other/gail/gailexpander.c:
7122         * modules/other/gail/gailtextcell.c:
7123         * modules/other/gail/gailtextview.c:
7124         * modules/other/gail/gailwindow.c: Fix compile warnings. Bug #504701.
7125
7126 2007-12-22  Christian Persch  <chpe@gnome.org>
7127
7128         * modules/other/gail/*.c: Include config.h. Bug #504720.
7129
7130 2007-12-22  Christian Persch  <chpe@gnome.org>
7131
7132         * modules/other/gail/*.c: Use G_DEFINE_TYPE[_WITH_CODE] instead of
7133         handwritten get_type functions. Bug #504661.
7134
7135 2007-12-23  Xan Lopez  <xan@gnome.org>
7136
7137         * gtk/gtktreeview.c (gtk_tree_view_build_tree): pass correct argument
7138         to g_signal_emit for TEST_EXPAND_ROW (GtkTreeIter* vs. GtkTreeIter**).
7139
7140         Patch by Sadrul Habib Chowdhury (#504804)
7141
7142 2007-12-22  Christian Persch  <chpe@gnome.org>
7143
7144         * modules/other/gail/Makefile.am: Link to gdk and gtk libs. Bug
7145         #504645, patch by Li Yuan.
7146
7147 2007-12-22  Christian Persch  <chpe@gnome.org>
7148
7149         * gdk/x11/gdkscreen-x11.c: (init_randr12): Plug mem leaks. Bug #504886.
7150
7151 2007-12-22  Christian Persch  <chpe@gnome.org>
7152         
7153         * modules/other/gail/gail.c:
7154         * modules/other/gail/gailbutton.c:
7155         * modules/other/gail/gailcell.c:
7156         * modules/other/gail/gailcombo.c:
7157         * modules/other/gail/gailcombo.h:
7158         * modules/other/gail/gailcombobox.c:
7159         * modules/other/gail/gailentry.c:
7160         * modules/other/gail/gailexpander.c:
7161         * modules/other/gail/gailmenuitem.c:
7162         * modules/other/gail/gailnotebook.c:
7163         * modules/other/gail/gailnotebookpage.c:
7164         * modules/other/gail/gailnotebookpage.h:
7165         * modules/other/gail/gailoptionmenu.c:
7166         * modules/other/gail/gailrange.c:
7167         * modules/other/gail/gailtextview.c:
7168         * modules/other/gail/gailtreeview.c:
7169         * modules/other/gail/gailtreeview.h:
7170         * modules/other/gail/gailwindow.c: Use gdk_threads_add_idle.
7171         Bug #504571.
7172
7173 2007-12-22  Matthias Clasen  <mclasen@redhat.com>
7174
7175         * modules/other/gail/gailclist.c: Chain up the finalizer (#504570,
7176         Christian Persch)
7177
7178 2007-12-21  Richard Hult  <richard@imendio.com>
7179
7180         * gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_destroy):
7181         Plug leak of destroyed subviews, fixes bug #504753.
7182
7183 2007-12-20  Johan Dahlin  <johan@gnome.org>
7184
7185         * tests/Makefile.am (TEST_PROGS): 
7186         * tests/defaultvaluetest.c: Add a test for default values,
7187         based on program by Christan Perch
7188
7189 2007-12-20  Johan Dahlin  <johan@gnome.org>
7190
7191         * gtk/gtk-builder-convert (GtkBuilderConverter._remove_window): 
7192         Refactor to avoid some duplication.
7193         Convert toplevel GtkMenu's top popups and not menubars in the ui manager.
7194         Fixes #504749, Yuri Pimenov
7195
7196 2007-12-20  Kristian Rietveld  <kris@imendio.com>
7197
7198         * configure.in: RYuri Pimenovemove leftovers from old XRandR check.  Makes
7199         the build work again on systems without xrandr 1.2.
7200
7201 2007-12-20  Christian Persch  <chpe@gnome.org>
7202
7203         * configure.in:
7204         * modules/other/gail/libgail-util/Makefile.am:
7205         Keep the same libtool version as the standalone libgail-util had.
7206         Bug #504643.
7207
7208 2007-12-20 15:30:09  Tim Janik  <timj@imendio.com>
7209
7210         * Makefile.decl: generate HTML reports for test-report perf-report full-report.
7211
7212 2007-12-20  Alexander Larsson  <alexl@redhat.com>
7213         
7214         * gdk/x11/gdkapplaunchcontext-x11.c:
7215         Update for gio API changes
7216
7217 2007-12-20  Richard Hult  <richard@imendio.com>
7218
7219         * gdk/quartz/GdkQuartzWindow.c:
7220         * gdk/quartz/GdkQuartzWindow.h: Make manual resizing smoother by
7221         processing events after changing the size.
7222
7223 2007-12-20  Richard Hult  <richard@imendio.com>
7224
7225         * modules/other/gail/gailwindow.c: (gail_window_get_mdi_zorder):
7226         Add stub for quartz to fix build.
7227
7228 2007-12-20  Christian Persch  <chpe@gnome.org>
7229
7230         * modules/other/gail/Makefile.am:
7231         * modules/other/gail/gailimage.c: (gail_image_class_init),
7232         (gail_image_init), (elide_underscores), (gail_image_get_name),
7233         (atk_image_interface_init), (gail_image_finalize):
7234         * modules/other/gail/gailimage.h:
7235         R modules/other/gail/gailintl.h:
7236         * po/POTFILES.skip: Use the stock item's label as the name of the
7237         accessible in gailimage.c. Bug #504246.
7238
7239 2007-12-19  Mathias Hasselmann  <mathias@openismus.com>
7240
7241         Avoid some compiler warnings and remove obsolete code. (#339540)
7242
7243         * gtk/gtkcalendar.c: Change week and year variable in
7244         calendar_paint_week_numbers from gint to guint. Remove obsolete "#if
7245         0" block from calendar_paint_day: The feature in question is handled
7246         few lines above. Cast data returned by gtk_selection_data_get_text()
7247         to (gchar*) in gtk_calendar_drag_data_received.
7248
7249 2007-12-19 17:05:31  Tim Janik  <timj@imendio.com>
7250
7251         * modules/other/Makefile.am: include Makefile.decl to unbreak test rules.
7252
7253 2007-12-19  Johan Dahlin  <johan@gnome.org>
7254
7255         * tests/buildertest.c (test_object_properties): 
7256         Add another call to gtk_builder_add_string after using
7257         delayed properties, as reported in #504393 but already
7258         fixed in #495769.
7259
7260 2007-12-18  Christian Persch  <chpe@gnome.org>
7261
7262         * configure.in:
7263         * docs/reference/Makefile.am:
7264         * docs/reference/libgail-util/*:
7265         * gail-uninstalled.pc.in:
7266         * gail.pc.in:
7267         * modules/Makefile.am:
7268         * modules/other/Makefile.am:
7269         * modules/other/gail/*:
7270         * modules/other/gail/libgail-util/*:
7271         * po/POTFILES.skip: Integrate gail into gtk+. Bug #169488.
7272
7273 2007-12-17  Matthias Clasen  <mclasen@redhat.com>
7274
7275         * gtk/gtksettings.c: Add a gtk-im-module GTK setting
7276         * gdk/win32/gdkproperty-win32.c: 
7277         * gdk/x11/gdksettings.c: ...and back it by a Gtk/IMModule X setting.
7278
7279         * gtk/gtkimmodule.[hc]: 
7280         * gtk/gtkimmulticontext.[hc]: When determining the default context,
7281         look at the gtk-im-module setting, and listen for changes to the
7282         setting.  (#502446, Akira Tagoh)
7283
7284 2007-12-17  Kristian Rietveld  <kris@imendio.com>
7285
7286         * gtk/gtktooltip.c (gtk_tooltip_finalize),
7287         (gtk_tooltip_set_last_window): use a weak pointer to set last_window
7288         to NULL as soon as it's destroyed.  (#496546, patch from
7289         Benjamin Berg).
7290
7291 2007-12-17  Kristian Rietveld  <kris@imendio.com>
7292
7293         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
7294         always determine what arrow to show if show_sort_indicator is true.
7295         (#352738, Chris Vine).
7296
7297 2007-12-16  Mathias Hasselmann  <mathias@openismus.com>
7298
7299         Prevent assertion failure in gtk_paned_find_neighbours. (#503824,
7300         Sébastien Granjoux)
7301
7302         * gtk/gtkpaned.c: Call gtk_container_forall instead of
7303         gtk_container_foreach in get_child_panes.
7304
7305 2007-12-15  Xan Lopez  <xan.lopez@nokia.com>
7306
7307         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_reorder):
7308
7309         Plug leak: When reordering the info in the list the old node is
7310         removed but not freed. (#503569)
7311
7312 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
7313
7314         * gdk/directfb/gdkcursor-directfb.c: (gdk_cursor_new_for_display):
7315         Use u32 instead of __u32 and u8 instead of __u8 as the other types
7316         are deprecated since DirectFB 1.0.0. If compiling with an older
7317         version define the new type name to the old types. Fixes bug #503190.
7318
7319 2007-12-14  Ray Strode  <rstrode@redhat.com>
7320
7321         * gtk/gtkwidget.c: Suggest g_signal_connect (..., "realize", ...)
7322         instead of g_signal_connect_after (..., "realize", ...) as an
7323         alternative to gtk_widget_realize () (bug 503537).
7324
7325 2007-12-14  Michael Natterer  <mitch@imendio.com>
7326
7327         * gdk/gdkinternals.h
7328         * gdk/gdkapplaunchcontext.h: #include <gio/gio.h> instead of
7329         individual files.
7330
7331         * gdk/gdkapplaunchcontext.c
7332         * gdk/x11/gdkapplaunchcontext-x11.c: remove all gio includes, the
7333         header already includes everything now.
7334
7335 2007-12-14  Mathias Hasselmann  <mathias@openismus.com>
7336
7337         Correct "Since:" tags for GtkPageSetup and GtkPrintSettings as
7338         next stable release shall be 2.16, not 2.14 - even if disagree.
7339
7340         * gtk/gtkpagesetup.c, gtk/gtkprintsettings.c: s/2.14/2.16/
7341
7342 2007-12-14  Mathias Hasselmann  <mathias@openismus.com>
7343
7344         Change GtkToolItem to retrieve its properties from GtkToolShell
7345         interface, instead of relying on being child of a GtkToolbar.
7346         (#5034079)
7347
7348         * gtk/gtk.symbols, docs/reference/gtk/gtk-docs.sgml,
7349         docs/reference/gtk/gtk-sections.txt: Add GtkToolShell symbols.
7350         * docs/reference/gtk/tmpl/gtktoolitem.sgml: Move section docs inline.
7351         * gtk/gtktoolbar.c: Implement GtkToolShellIface.
7352         * gtk/gtktoolbar.h: Remove _gtk_toolbar_rebuild_menu.
7353         * gtk/gtktoolitem.c: Use GtkToolShell, instead of GtkToolbar.
7354         Take section docs from template file and update them for GtkToolShell.
7355         * gtk/Makefile.am: Add gtk/gtktoolshell.c and gtk/gtktoolshell.h.
7356         * gtk/gtktoolshell.c, gtk/gtktoolshell.h: New GtkToolShellIface.
7357
7358 2007-12-14  Mathias Hasselmann  <mathias@openismus.com>
7359
7360         Extract loading of GtkPageSetup and GtkPrintSettings from their
7361         *_new_*() functions and move that code into separate
7362         *_load_*() functions (#475565).
7363
7364         * gtk/gtk.symbols, gtk/gtkpagesetup.c, gtk/gtkpagesetup.h:
7365         Extract gtk_page_setup_load_file, gtk_page_setup_load_key_file,
7366         gtk_print_settings_load_file and gtk_print_settings_load_key_file.
7367         Change the matching *_new_*() functions to use those functions.
7368
7369 2007-12-14  Matthias Clasen  <mclasen@redhat.com>
7370
7371         * gtk/gtk.symbols:
7372         * gtk/gtktooltip.[hc]: Add gtk_tooltip_set_icon_from_icon_name().
7373
7374 2007-12-14  Kristian Rietveld  <kris@imendio.com>
7375
7376         * gtk/tests/liststore.c:
7377         * gtk/tests/treestore.c: added tests for insertion functions.
7378
7379 Thu Dec 13 13:14:50 2007  Søren Sandmann  <sandmann@redhat.com>
7380
7381         * Add RandR 1.2 support
7382
7383         - New monitors_changed signal - New API to get width/height of
7384           monitors, and the name of the plug
7385
7386 2007-12-13  Kristian Rietveld  <kris@imendio.com>
7387
7388         * gtk/tests/liststore.c:
7389         * gtk/tests/treestore.c: test the move and swap functions on a
7390         store with only one node.
7391
7392 2007-12-13  Kristian Rietveld  <kris@imendio.com>
7393
7394         * gtk/gtktestutils.c (gtk_test_init): add a call to
7395         g_test_bug_base().
7396
7397         * gtk/tests/treeview-scrolling.c: add g_test_bug() calls to
7398         appriopriate tests.
7399
7400 2007-12-13  Kristian Rietveld  <kris@imendio.com>
7401
7402         * gtk/tests/liststore.c:
7403         * gtk/tests/treestore.c: start composing tests for the list and tree
7404         store.
7405
7406         * gtk/tests/treeview-scrolling.c: added automated tests for
7407         GtkTreeView's scrolling "subsystem".
7408
7409         * gtk/tests/Makefile.am: updated; added new test programs.
7410
7411 2007-12-13  Mathias Hasselmann  <mathias@openismus.com>
7412
7413         Make the code compile again after the GdkAppLaunchContext changes.
7414
7415         * configure.in: Add gio-2.0 to GDK_PACKAGES.
7416         * gdk/gdkinternals.h: Include <gio/gappinfo.h>.
7417
7418 2007-12-12  Matthias Clasen  <mclasen@redhat.com>
7419
7420         * gdk/gdkapplaunchcontext.c: Add docs
7421
7422 2007-12-12  Matthias Clasen  <mclasen@redhat.com>
7423
7424         * gdk/gdkapplaunchcontext.[hc]: Implement GAppLaunchContext 
7425         in gdk, providing startup notification.  (#503203)
7426
7427         * gdk/x11/gdkapplaunchcontext-x11.c: 
7428         * gdk/win32/gdkapplaunchcontext-win32.c:
7429         * gdk/quartz/gdkapplaunchcontext-quartz.c: 
7430         * gdk/directfb/gdkapplaunchcontext-directfb.c: Backend-specific
7431         parts. All but X11 are just empty stubs for now.
7432
7433         * gdk/gdk.symbols:
7434         * gdk/gdkinternals.h:
7435         * gdk/Makefile.am:
7436         * gdk/x11/Makefile.am: 
7437         * gdk/win32/Makefile.am: 
7438         * gdk/quartz/Makefile.am: 
7439         * gdk/directfb/Makefile.am: Necessary glue.
7440
7441 2007-12-12  Mathias Hasselmann  <mathias@openismus.com>
7442
7443         * gtk/gtkdnd.c: Another attempt to improve gtk_drag_dest_set docs.
7444
7445 2007-12-11  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
7446
7447         * gdk/directfb/gdktestutils-directfb.c:
7448         * gdk/directfb/Makefile.am: Applied a patch by Claudio Ciccani
7449         which adds testing functions to the DirectFB backend.
7450
7451 2007-12-11  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
7452
7453         * gdk/directfb/gdkdrawable-directfb.c: Applied a patch by Claudio
7454         Ciccani which fixes the mixing of gdk and cairo rendering.
7455
7456 2007-12-11  Mathias Hasselmann  <mathias@openismus.com>
7457
7458         * gtk/gtkdnd.c, gtk/gtkwidget.c: Mention impact of GtkDestDefaults
7459         on "drag-motion" handlers. Clearify documentation for
7460         gtk_drag_dest_set.
7461
7462 2007-12-11 15:44:01  Tim Janik  <timj@imendio.com>
7463
7464         * buildertest.c: made unnecessarily exported symbols static.
7465         switched g_return_if_fail() statements in tests to assertions.
7466         special cased currently failing Widget/accesibility test to
7467         run only for g_test_thorough(), so it doesn't break make check.
7468         some coding style fixes.
7469
7470         * Makefile.am: added buildertest to TEST_PROGS.
7471
7472 2007-12-11  Stefan Kost  <ensonic@users.sf.net>
7473
7474         * docs/tutorial/gtk-tut.sgml:
7475           Use gtk_widget_get_parent_window() instead of widget->parent->window.
7476
7477 2007-12-10  Richard Hult  <richard@imendio.com>
7478
7479         * gdk/quartz/Makefile.am:
7480         * gdk/quartz/gdkquartz.h:
7481         * gdk/quartz/gdkwindow-quartz.c: Install backend specific
7482         header (bug #405915). Also add a getter for the toplevel nswindow.
7483
7484 2007-12-10  Richard Hult  <richard@imendio.com>
7485
7486         * gdk/quartz/gdkdrawable-quartz.c:
7487         (gdk_quartz_drawable_get_context),
7488         (gdk_quartz_drawable_release_context):
7489         * gdk/quartz/gdkeventloop-quartz.c: (gdk_event_prepare),
7490         (gdk_event_check), (gdk_event_dispatch), (poll_func):
7491         * gdk/quartz/gdkwindow-quartz.h: Replace the autorelease pools
7492         used for each drawing context and in prepare, dispatch and poll
7493         with one that exists across each main loop iteration. Fixes leaks
7494         on leopard and protects against future leaks introduce when the
7495         underlying system changes again (bug #492977).
7496
7497 2007-12-10  Richard Hult  <richard@imendio.com>
7498
7499         * gdk/quartz/gdkwindow-quartz.c: (move_resize_window_internal):
7500         Fix the check for no changes to position and size.
7501
7502 2007-12-10  Richard Hult  <richard@imendio.com>
7503
7504         * gdk/quartz/GdkQuartzView.c: Ignore drawRect calls with zero
7505         sized areas at (0, 0), patch from Paul Davis.
7506
7507 2007-12-10  Richard Hult  <richard@imendio.com>
7508
7509         * gdk/quartz/gdkprivate-quartz.h: 
7510         * gdk/quartz/gdkeventloop-quartz.c:
7511         (_gdk_quartz_event_loop_get_pending),
7512         (_gdk_quartz_event_loop_check_pending),
7513         (_gdk_quartz_event_loop_release_event), (gdk_event_prepare),
7514         (gdk_event_check), (gdk_event_dispatch):
7515         * gdk/quartz/gdkevents-quartz.c: (gdk_events_pending)
7516         (_gdk_events_queue): Fix a bug where we could end up trying to
7517         handle the same event more than once. Based on patch from Paul
7518         Davis.
7519
7520 2007-12-10  Tor Lillqvist  <tml@novell.com>
7521
7522         * gtk-zip.sh.in: Include bin/gtk-builder-convert in the dev
7523         package. (#502850)
7524
7525 2007-12-10  Matthias Clasen  <mclasen@redhat.com>
7526
7527         * gtk/gtknotebook.c (gtk_notebook_real_remove): Another fix
7528         to avoid further fallout from the fix for bug 388321.
7529
7530 2007-12-09 09:56:06  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
7531
7532         * gdk/directfb/gdkgc-directfb.c:
7533         * gdk/directfb/gdkdrawable-directfb.c:
7534         * gdk/directfb/gdkdirectfb.h:
7535         * gdk/directfb/gdkwindow-directfb.c:
7536         * gdk/directfb/gdkprivate-directfb.h: Committed several patches
7537         (window_flip_group, no_background_pixmap_fix, opt_temp_region2,
7538         blit_after_cairo_fix, rect_clip_fix, fast_blend, opt_temp_region_etc,
7539         opt_clip_region_and_fill_rects, no_state_resets) by Denis Oliver Knopp
7540         which are expected to improve the performance of the DirectFB backend.
7541         Experimental pieces of code (GDK_DIRECTFB_NO_EXPERIMENTS) are disabled.
7542
7543 2007-12-07  Matthias Clasen  <mclasen@redhat.com>
7544
7545         * gtk/gtkcontainer.c: Correct the documentation of child
7546         property getter arguments.  (#501992, David Brigada)
7547
7548 2007-12-07  Matthias Clasen  <mclasen@redhat.com>
7549
7550         * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): Don't
7551         leak pixbufs.  (#502250, Yevgen Muntyan)
7552
7553 2007-12-07  Yevgen Muntyan  <muntyan@tamu.edu>
7554
7555         * gtk/gtkprintunixdialog.c:
7556         * gtk/gtkpagesetupunixdialog.c: added alternative button order in
7557         Print and Page Setup dialogs (#502202).
7558
7559 2007-12-07 13:16:33  Tim Janik  <timj@imendio.com>
7560
7561         * Makefile.decl: skip tests if gdktarget!=x11, since GUI tests need
7562         Xvfb. only start Xvfb if TEST_PROGS is not empty. moved "set -e" out
7563         of XVFB_START, since it's the GTESTER invokation that needs this.
7564
7565 2007-12-06  Tommi Komulainen  <tommi.komulainen@iki.fi>
7566
7567         * gdk-pixbuf/gdk-pixbuf.symbols:
7568         * gdk/gdk.symbols:
7569         * gdk/gtk.symbols: Remove trailing whitespace that can trigger false
7570         positives in abicheck.sh
7571
7572 2007-12-06 18:45:06  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
7573
7574         * gdk/directfb/gdkevents-directfb.c: Committed a patch by DOK to fix
7575         GDK events generations in the DirectFB backend.
7576
7577 2007-12-06 13:55:06  Tim Janik  <timj@imendio.com>
7578
7579         * Makefile.decl: replaced seq(1) invokation for X11 ids with a hardcoded
7580         set of likely unused display ids, because MacOS has no seq(1) command.
7581
7582 2007-12-06  Richard Hult  <richard@imendio.com>
7583
7584         * gdk/quartz/gdkevents-quartz.c:
7585         (synthesize_crossing_events_for_ns_event): Fix warning when
7586         switching spaces in leopard.
7587
7588 2007-12-06 13:38:36  Tim Janik  <timj@imendio.com>
7589
7590         * tests/floatingtest.c: ported to new testing framework.
7591
7592         * tests/Makefile.am: run floatingtest as testing framework test.
7593
7594 2007-12-06 10:44:52  Tim Janik  <timj@imendio.com>
7595
7596         * tests/autotestfilechooser.c: majorly speed up execution by reducing
7597         timeouts and converting main loop sleeps to pending/iterate loops with
7598         very low priority async handlers. eliminate output for non-verbose
7599         tests. assert successfull subtests in all test functions. use testing
7600         framework in main().
7601
7602         * tests/Makefile.am: add autotestfilechooser to TEST_PROGS, so it's
7603         executed inside Xvfb upon make check.
7604
7605 2007-12-06 08:23:38  Tim Janik  <timj@imendio.com>
7606
7607         * tests/objecttests.c: use string comparisons for string property
7608         values and get rid of referencing symbols in array initialization.
7609
7610 2007-12-05 18:59:59  Tim Janik  <timj@imendio.com>
7611
7612         * gtk+/Makefile.decl: run tests in current dir after setting up the
7613         logging directory, so their results get properly merged into the
7614         resulting test log.
7615
7616         * gtk+/gtk/gtktestutils.[hc]: added gtk_test_list_all_types() for
7617         tests to loop over registered Gdk/Gtk+ types.
7618
7619         * gtk+/tests/objecttests.c: new test program, implements automated
7620         property tests. several properties are blacklisted because they
7621         seem to trigger Gdk/Gtk+ bugs. ./objecttests -m thorough --verbose
7622         can be used to test blacklisted properties and see which proprty failed.
7623
7624 2007-12-04  Richard Hult  <richard@imendio.com>
7625
7626         * gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_init):
7627         Fully initialize the root window, fixes bug #501583.
7628
7629 2007-12-04  Matthias Clasen  <mclasen@redhat.com>
7630
7631         * gtk/gtknotebook.c: Modify the tab-label-destroy fix to not
7632         crash epiphany.
7633
7634 2007-12-03  Richard Hult  <richard@imendio.com>
7635
7636         * gtk/gtkquartz.c: (_gtk_quartz_set_selection_data_for_pasteboard):
7637         Don't crash when dragging from a source that doesn't support uri
7638         lists (bug #499868, Paul Davis).
7639
7640 2007-12-03  Richard Hult  <richard@imendio.com>
7641
7642         * gdk/quartz/gdkwindow-quartz.c:
7643         (gdk_window_impl_quartz_begin_paint_region): Don't crash when a
7644         parent relative bg pixmap is set, and no parent has a bg
7645         pixmap. Fixes bug #500804.
7646
7647 2007-12-03  Matthias Clasen  <mclasen@redhat.com>
7648
7649         Two optimizations for icon cache lookups.
7650
7651         * gtk/gtkiconcache.[hc]:
7652         * gtk/gtkicontheme.c: Remember the directory index for
7653         subdirectories, instead of running over the directory list
7654         again and again.
7655
7656         * gtk/gtkiconcache.c (find_image_offset): Remember the last 
7657         chain and try it first; this helps with the the usage patterns
7658         in gtkicontheme.c, where the same icon is queried for a lot
7659         of subdirectories.
7660
7661 2007-12-03 15:18:17  Tim Janik  <timj@imendio.com>
7662
7663         * gtk/Makefile.am (gtktypefuncs.c): use 'grep -o' to extract _get_type
7664         functions from header files. this should be portable across linux and
7665         Mac OS, unlike the previpous sed expression.
7666
7667 2007-12-1  Cody Russell  <bratsche@gnome.org>
7668
7669         * gtk/gtkpaned.c: (gtk_paned_set_position) [Win32]:
7670         On Windows, queue a redraw of child2 whenever we set
7671         the pane handle position.  This is unfortunately kind
7672         of hacky, but solves the visual artifacts that were
7673         occuring on at least certain types of child widgets
7674         (e.g., text views and tree views) that are inside
7675         horizontal or vertical panes. (#144269)
7676
7677 2007-11-30  Matthias Clasen  <mclasen@redhat.com>
7678
7679         * gtk/gtkrc.c: Fix doc typos.  (#500672, David Lambert)
7680
7681 2007-11-29  Matthias Clasen  <mclasen@redhat.com>
7682
7683         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Remove leftover
7684         debug spew.
7685
7686 2007-11-29  Matthias Clasen  <mclasen@redhat.com>
7687
7688         * gtk/Makefile.am: Fix ordering of subdirs.
7689
7690 2007-11-28  Tor Lillqvist  <tml@novell.com>
7691
7692         A proper build of GNU libintl is supposed to export the variable
7693         _nl_msg_cat_cntr. configure looks for that variable in order to
7694         recognize GNU gettext. If it sees that it is indeed GNU gettext
7695         that is used, it decides to install message catalogs in
7696         share/locale, otherwise in lib/locale. Until now on Windows I have
7697         built GTK+ against a build of GNU gettext that did not export
7698         _nl_msg_cat_cntr. But this will change, so we can't assume message
7699         catalogs are always in lib/locale.
7700
7701         * gtk/gtkmain.c: (_gtk_get_localedir) [Win32]: Rework to handle
7702         GTK_LOCALEDIR being either in "lib" or "share". Move the function
7703         before the inclusion of gtkprivate.h so that it sees the original
7704         GTK_LOCALEDIR.
7705
7706         * gtk-zip.sh.in: Check whether the message catalogs are in
7707         share/locale or lib/locale.
7708
7709         * config.h.win32.in: Tack on "/share/locale" to GTK_LOCALEDIR so
7710         that the code in _gtk_get_localedir() will find the slashes.
7711
7712 2007-11-28  Tor Lillqvist  <tml@novell.com>
7713
7714         * gtk/Makefile.am: Improve portability. The -o option is present
7715         only in newish GNU egreps. Use one more sed in the pipeline
7716         instead.
7717
7718 2007-11-28  Tor Lillqvist  <tml@novell.com>
7719
7720         Fix #375893, patch by Ben Hague:
7721
7722         * gtk/gtkfilesystemwin32.c (get_viewable_logical_drives): Wrapper
7723         around GetLogicalDrives() that takes also the viewable drive
7724         restrictions in the Registry (which are usually the result of an
7725         Active Directory Group Policy) into account.
7726
7727         (check_volumes, gtk_file_system_win32_list_volumes) Call
7728         get_viewable_logical_drives() instead of GetLogicalDrives().
7729
7730 2007-11-27  Matthias Clasen <mclasen@redhat.com>
7731
7732         * gtk/gtkwindow.c (gtk_window_move_resize): Zero some
7733         variables to silence valgrind.  (#495124, Morten Welinder)
7734
7735 2006-11-26  Ryan Lortie  <desrt@desrt.ca>
7736
7737         * docs/reference/gtk/tmpl/gtkbuildable.sgml: add clarification stating
7738         that the construct_child function is responsible for returning a
7739         reference.
7740         * gtkbuilder.c (_gtk_builder_construct): remove g_object_ref() for
7741         objects from constructors
7742         * gtkuimanager.c (gtk_ui_manager_buildable_construct_child): add
7743         g_object_ref() to this construction function (it's the only
7744         implementer in GTK)
7745
7746         Fixes #496645.
7747
7748 2006-11-26  Ryan Lortie  <desrt@desrt.ca>
7749
7750         * gtkbuilder.c: remove concept of root objects and just refcount
7751         all objects in the builder.  Fixes #496651.
7752
7753 2007-11-26  Ryan Lortie  <desrt@desrt.ca>
7754
7755         * tests/buildertest.c (test_window): fix invalid free
7756
7757 2007-11-26  Josselin Mouette <joss@malsain.org>
7758
7759         reviewed by: Federico Mena Quintero
7760
7761         * gtk/gtkfilechooserdefault.c: (shortcuts_append_paths),
7762         (shortcuts_add_bookmarks), (shortcuts_selection_changed_cb),
7763         (shortcuts_list_create), (gtk_file_chooser_default_should_respond):
7764         Make the shortcuts activate with a single click. (#148828)
7765         Fix a few things affected by the change:
7766           - Set selection mode to GTK_SELECTION_SINGLE to allow a case 
7767             where no shortcut is selected.
7768           - Don't activate a shortcut in the response callback.
7769           - Filter out duplicate entries in volumes and bookmarks to 
7770             avoid the selection to change when reordering them with DnD.
7771
7772 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
7773
7774         * gtk/gtkmain.c:
7775         * gtk/gtknotebook.c:
7776         * gtk/gtkplugprivate.h:
7777         * gtk/gtksocket.c:
7778         * gtk/gtksocketprivate.h:
7779         * gtk/gtktable.c: Fix up some doc comments to shut up gtk-doc.
7780
7781 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
7782
7783         * configure.in: Use $CUPS_CONFIG instead of hardcoded cups-config.
7784         (#495574, Richard Hult)
7785
7786 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
7787
7788         * gtk/gtkprintunixdialog.c: Change some labels to be clearer.
7789         String change !   (#376361, Sven Neumann)
7790
7791 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
7792
7793         * gtk/gtknotebook.c (gtk_notebook_update_labels): Short-circuit on
7794         destroy.
7795         (gtk_notebook_destroy): Destroy tab_label widgets. (#388321, Morten
7796         Welinder)
7797
7798 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
7799
7800         * gtk/gtkassistant.c: Improve alternative button
7801         ordering.  (#476827, Yevgen Muntyan, patch by Carlos Garnacho)
7802
7803 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
7804
7805         * gtk/gtkcalendar.c: Fix a theming problem with colors
7806         in GtkCalendar.  (#499703, Michael Hofmann)
7807
7808 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
7809
7810         * configure.in: Bump glib requirement to 2.15.0 (for g_test_init)
7811
7812 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
7813
7814         Use templates for glib-mkenums calls instead of 
7815         complicated commandlines in Makefiles.  (#429910)
7816
7817         * gdk-pixbuf/Makefile.am:
7818         * gdk/Makefile.am: 
7819         * gtk/Makefile.am: 
7820         * perf/Makefile.am: Use templates for glib-mkenums
7821
7822         * gdk-pixbuf/gdk-pixbuf-enum-types.[ch].template:
7823         * gdk/gdkenumtypes.[ch].template: 
7824         * gtk/gtktypebuiltings.[ch].template: 
7825         * perf/typebuiltins.[ch].template: The templates
7826
7827 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
7828
7829         * gtk/gtkfilechooserbutton.c:
7830         * gtk/gtktoolbar.c: Don't use guint8 for bitfields, since
7831         some compilers choke on that.  (#467722)
7832
7833 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
7834
7835         * gtk/gtkaboutdialog.c (gtk_about_dialog_set_website): Add a note
7836         about hook setup.  (#425004, Emmanuele Bassi)
7837
7838 2007-11-26  Tor Lillqvist  <tml@novell.com>
7839
7840         * gdk/win32/gdkwindow-win32.c (gdk_window_fullscreen): Use the
7841         monitor the window currently is on, not always the primary
7842         monitor. (#463865, Tim Evans)
7843
7844 2007-11-26  Tor Lillqvist  <tml@novell.com>
7845
7846         * gdk/win32/gdktestutils-win32.c: New file, dummy implementations.
7847
7848         * gdk/win32/Makefile.am: Add it.
7849
7850 2007-11-26  Tor Lillqvist  <tml@novell.com>
7851
7852         * configure.in: Don't add jasper to all_loaders if no libjasper.
7853
7854 2007-11-25  Bastien Nocera  <hadess@hadess.net>
7855
7856         * configure.in: Add detection for libjasper, used by the
7857         gdk-pixbuf JPEG2000 loader
7858
7859 2007-11-25  Matthias Clasen  <mclasen@redhat.com>
7860
7861         * configure.in: Require gtk-doc 1.8
7862
7863         * */*.c: Use gtk-doc abbreviations for examples in docs.
7864
7865 2007-11-25  Matthias Clasen  <mclasen@redhat.com>
7866
7867         * gtk/gtktreeview.c (gtk_tree_view_set_show_expanders): Fix a
7868         typo.  (#498922)
7869
7870 2007-11-25  Matthias Clasen  <mclasen@redhat.com>
7871
7872         * gtk/gtkdialog.c: Move signal and property documentation inline,
7873         fix a problem with the ::response signal docs.  (#499133, Josselin
7874         Mouette)
7875
7876 2007-11-22 15:48:26  Tim Janik  <timj@imendio.com>
7877
7878         * Makefile.decl: initialize automake variables EXTRA_DIST and
7879         TEST_PROGS for unconditional appending via += in other makefiles.
7880         define recursive test targets: test, test-report, perf-report,
7881         full-report, as described here:
7882       http://mail.gnome.org/archives/gtk-devel-list/2007-November/msg00000.html
7883         the test targets will execute Gtk+ test programs within an Xvfb session.
7884
7885         * gtk/gtktestutils.c: call g_test_init() from gtk_test_init().
7886
7887         * gtk/tests/testing.c: use g_test_add_func() to register tests and use
7888         g_test_run() to run the tests to integrate with the testing framework.
7889
7890         * gtk/tests/Makefile.am: removed exemplary testing rules.
7891
7892         * Makefile.am, gtk/tests/Makefile.am, gtk/Makefile.am:
7893         * gtk/xdgmime/Makefile.am, gtk/theme-bits/Makefile.am:
7894         * tests/Makefile.am, docs/reference/gdk-pixbuf/Makefile.am:
7895         * docs/reference/gdk/Makefile.am, docs/reference/gtk/Makefile.am:
7896         * docs/reference/Makefile.am, docs/tools/Makefile.am:
7897         * docs/tutorial/Makefile.am, docs/faq/Makefile.am, docs/Makefile.am:
7898         * gdk-pixbuf/pixops/Makefile.am, gdk-pixbuf/Makefile.am:
7899         * demos/gtk-demo/Makefile.am, demos/Makefile.am:
7900         * modules/input/Makefile.am, modules/printbackends/file/Makefile.am:
7901         * modules/printbackends/test/Makefile.am, modules/printbackends/Makefile.am:
7902         * modules/printbackends/cups/Makefile.am, modules/printbackends/lpr/Makefile.am:
7903         * modules/engines/ms-windows/Theme/gtk-2.0/Makefile.am:
7904         * modules/engines/ms-windows/Theme/Makefile.am:
7905         * modules/engines/ms-windows/Makefile.am:
7906         * modules/engines/Makefile.am,  modules/engines/pixbuf/Makefile.am:
7907         * modules/Makefile.am, m4macros/Makefile.am, perf/Makefile.am:
7908         * contrib/Makefile.am, contrib/gdk-pixbuf-xlib/Makefile.am:
7909         * gdk/directfb/Makefile.am, gdk/linux-fb/Makefile.am:
7910         * gdk/quartz/Makefile.am, gdk/win32/rc/Makefile.am:
7911         * gdk/win32/Makefile.am, gdk/x11/Makefile.am, gdk/Makefile.am:
7912         include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments.
7913
7914 2007-11-22  Matthias Clasen  <mclasen@redhat.com>
7915
7916         * modules/printbackends/cups/gtkcupsutils.c: Fix a casting problem.
7917         (#485662, patch by Herbert Valerio Riedel)
7918
7919 2007-11-22  Matthias Clasen  <mclasen@redhat.com>
7920
7921         * gtk/gtktextiter.c: Fix an aliasing problem.  (#347585, Ed Catmur)
7922
7923 2007-11-21  Richard Hult  <richard@imendio.com>
7924
7925         * gdk/quartz/Makefile.am: * gdk/quartz/gdktestutils-quartz.c: Add
7926         stubs for the testing functions to fix the build.
7927
7928 2007-11-21  Behdad Esfahbod  <behdad@gnome.org>
7929
7930         * tests/testrichtext.c (setup_buffer): Fix C89 compilation issue.
7931         (#467711, The Written Word)
7932
7933 2007-11-21  Ross Burton  <ross@openedhand.com>
7934
7935         * gdk/x11/gdksettings.c:
7936         Add xsetting for gtk-scrolled-window-placement (#458103).
7937
7938 2007-11-21  Behdad Esfahbod  <behdad@gnome.org>
7939
7940         * gtk/gtkmenuitem.c (gtk_menu_item_class_init),
7941         (gtk_menu_item_paint): Make GtkMenuItem's arrow size themeable.
7942         (#469239, Michael Natterer)
7943
7944 2007-11-21  Behdad Esfahbod  <behdad@gnome.org>
7945
7946         * gdk/x11/gdksettings.c (gdk_settings_names, gdk_settings_map): Add
7947         Gtk/EnableAccels and Gtk/EnableMnemonics xsettings for
7948         gtk-enable-accels and gtk-enable-mnemonics GtkSettings respectively.
7949         (#436536, Tommi Komulainen)
7950
7951 2007-11-21  Matthias Clasen  <mclasen@redhat.com>
7952
7953         * gtk/gtktoolbar.c: Fix the default value of the toolbar-style
7954         property.  (#489782, Jan Janech)
7955
7956 2007-11-20  Matthias Clasen  <mclasen@redhat.com>
7957
7958         * gtk/gtkimage.c (animation_timeout): Avoid drawing one too many
7959         frames.  (#107398, Owen Taylor, Miguel Gomez)
7960
7961 Tue Nov 20 15:19:42 2007 +0100 Tim Janik
7962
7963         Moved Gdk test functions from Gtk+ to Gdk test utils.
7964
7965         * gdk/Makefile.am: added gdktestutils.h to public includes.
7966
7967         * gdk/gdk.h: added gdktestutils.h to public includes.
7968
7969         * gdk/gdk.symbols: added gdk_test_simulate_button,
7970         gdk_test_simulate_key, gdk_test_render_sync.
7971
7972         * gdk/gdktestutils.h: new file, added prototypes for
7973         gdk_test_simulate_button, gdk_test_simulate_key, gdk_test_render_sync.
7974
7975         * gdk/x11/Makefile.am: build gdktestutils-x11.c.
7976
7977         * gdk/x11/gdktestutils-x11.c: implemented gdk_test_simulate_button,
7978         gdk_test_simulate_key, gdk_test_render_sync.
7979
7980         * gtk/gtktestutils.c:
7981         * gtk/gtktestutils.h:
7982         * gtk/gtk.symbols: removed gtk_test_simulate_button
7983         gtk_test_simulate_key, gtk_test_xserver_render_sync.
7984
7985         * gtk/tests/testing.c: call gdk_test_render_sync.
7986
7987 Thu Nov 15 13:11:39 2007 +0100 Tim Janik
7988
7989         Added unit tests for Gtk+ testing utilities.
7990
7991         * gtk/tests/testing.c: added a sample test program that tests Gtk+ test
7992         utility functions. some g_test_* related portions are disabled and need
7993         to be enabled once Gtk+ depends on a new glib with the GLib testing
7994         framework integrated.
7995
7996         * gtk/tests/Makefile.am: new subdirectory to include quick Gtk+
7997         tests.  added exemplary test rules to run tests inside Xvfb. this
7998         needs to depend on gtester for full fledged testing.
7999
8000         * gtk/Makefile.am: build gtk+/gtk/tests, define
8001         -DGTK_ENABLE_BROKEN when collecting _get_type functions to catch
8002         e.g. gtk_text_get_type().
8003
8004         * configure.in: create gtk/tests/Makefile.in and gtk/tests/Makefile.
8005
8006 Thu Nov 15 11:55:34 2007 +0100 Tim Janik
8007
8008         Added Gtk+ testing utilities.
8009
8010         * gtk/gtktestutils.h, gtk/gtktestutils.c: added unit test utility
8011         functions.  for the most part, the functions herein involve
8012         navigating and interacting with dialog elements programatically,
8013         to automate user interaction tests of dialogs and widgets.
8014
8015         * gtk/gtk.h: include gtk/gtktestutils.h as public API.
8016
8017         * gtk/gtk.symbols: added gtk_test_* symbols.
8018
8019         * gtk/Makefile.am: include gtktestutils.h and gtktestutils.c into
8020         the build.  generate gtktypefuncs.c which contains a list of all
8021         _get_type functions in Gtk+ and Gdk.
8022
8023 2007-11-20  Bastien Nocera  <hadess@hadess.net>
8024
8025         * configure.in: add support for conditional icns gdk-pixbuf loader
8026         (Closes: #395738)
8027
8028 2007-11-19 10:31:26  Tim Janik  <timj@imendio.com>
8029
8030         * configure.in: updated version number to 2.15.0 for development.
8031
8032 2007-11-19 10:27:39  Tim Janik  <timj@imendio.com>
8033
8034         === Branch for 2.12 ===
8035