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