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