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