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