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