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