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