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