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