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