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