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