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