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