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