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