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