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