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