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