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