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