]> Pileus Git - ~andy/gtk/blob - ChangeLog
Use the correct comparison function (kudos to Christian Persch and Claudio
[~andy/gtk] / ChangeLog
1 2008-01-03  Emmanuele Bassi  <ebassi@gnome.org>
2
3         * gtk/gtkfilechooserdefault.c (recent_sort_mru): Use the
4         correct comparison function (kudos to Christian Persch and
5         Claudio Saavedra for spotting this)
6
7         * gtk/gtkrecentchooserutils.c:
8         (sort_recent_items_mru),
9         (sort_recent_items_lru): Ditto as above.
10
11 2008-01-03  Johan Dahlin  <johan@gnome.org>
12
13         * tests/defaultvaluetest.c: Make it pass again.
14
15 2008-01-02  Johan Dahlin  <johan@gnome.org>
16
17         * tests/defaultvaluetest.c (test_type): Ignore a few more tests to 
18         make it pass on Ubuntu.
19         (main): Use gtk_test_list_all_types () instead of providing our
20         own list.
21         And it no longer passes.
22
23 2007-12-30  Johannes Schmid <jhs@gnome.org>
24
25         * gtk/gtknotebook.c: (gtk_notebook_stop_reorder):
26         Also reorder menu when reordering tabs by drag & drop
27         (Bug #506474)
28         
29         * tests/testnotebookdnd.c: (create_notebook_with_notebooks):
30         Add a menu to one of the notebooks to have a test-case for
31         the change mentioned above.
32
33 2007-12-31  Philip Van Hoof  <pvanhoof@gnome.org>
34
35         * gtk/gtktreemodel.c: Using GSlice for GtkTreePath
36
37 2007-12-31  Christian Persch  <chpe@gnome.org>
38
39         * gtk/gtkprintunixdialog.c: (gtk_print_unix_dialog_get_property):
40         Plug a mem leak. Bug #506107.
41
42 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
43
44         * gtk/gtkiconfactory.c (render_fallback_image): Adjust to
45         icon cache api change.  (#506135, Kazuki Iwamoto)
46
47 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
48
49         Remove max_detail_height field from GtkCalendarPrivate. (#339540)
50
51         * gtk/gtkcalendar.c: Drop max_detail_height field, and use
52         a local variable instead in gtk_calendar_size_request.
53
54 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
55
56         * tests/defaultvaluetest.c: Add enough exclusions to make the
57         test succeed.
58
59 2007-12-28  Christian Persch  <chpe@gnome.org>
60
61         * modules/other/gail/Makefile.am:
62         * modules/other/gail/tests/*:
63         * configure.in: Merge tests from standalone gail. Bug #504568.
64
65 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
66
67         * gtk/gtkclipboard.c: Make the finalizer work when display is
68         not set.
69
70 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
71
72         Draw bottom shadow of GtkCalender headings. (#506113)
73
74         * gtk/gtkcalendar.c: Set proper initial height for priv->header_win.
75
76 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
77
78         * gtk/gtkcalendar.c: Document the initial values of year/month/day
79         properties.
80
81 2007-12-28  Christian Persch  <chpe@gnome.org>
82
83         * gtk/gtkfontsel.c: (gtk_font_selection_get_property): Plug
84         a mem leak. Bug #506096.
85
86 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
87
88         * gtk/gtktable.c:
89         * gtk/gtktreeview.c:
90         * gtk/gtkprintoperation.c:
91         * gtk/gtkprogressbar.c:
92         * gtk/gtkmessagedialog.c:
93         * gtk/gtknotebook.c:
94         * gtk/gtkprinter.c:
95         * gtk/gtkfilesel.c:
96         * gtk/gtklabel.c:
97         * gtk/gtklinkbutton.c:
98         * gtk/gtkmenu.c: More default property value corrections.
99
100 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
101
102         * gtk/gtkitemfactory.c (gtk_item_factory_finalize): Don't unref
103         accel_group unless it is set.
104
105 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
106
107         * gdk/x11/gdkwindow-x11.c (get_default_title): Don't return NULL.
108
109 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
110
111         * gtk/gtkhandlebox.c: Fix the default values of shadow and 
112         shadow-type properties.
113
114         * gtk/gtkfontsel.c: Fix the default values of several properties.
115
116         * gtk/gtkfilesel.c: Fix the default value of the show-fileops
117         property.
118
119         * gtk/gtkcurve.c: Fix the default value of the curve-type property.
120
121         * gtk/gtkcombo.c: Fix the default value of the enable-arrows-always
122         property.
123
124 2007-12-28  Johan Dahlin  <johan@gnome.org>
125
126         * gtk/gtkdialog.c (gtk_dialog_buildable_custom_finished)
127         (gtk_dialog_buildable_custom_tag_start): Chain up. 
128         This makes it possible to have accelerators tags on GtkDialog 
129         subclasses.
130
131 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
132
133         Add GTK_CALENDAR_SHOW_DETAILS display flag, which chooses if details
134         are shown within the widget, or just as tooltip. (#339540)
135
136         * gtk/gtkcalendar.c, gtk/gtkcalendar.h: Add "show-details" property
137         aka. GTK_CALENDAR_SHOW_DETAILS, and use it.
138         * tests/testcalendar.c: Test GTK_CALENDAR_SHOW_DETAILS. Reduce padding
139         in flags vbox.
140
141 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
142
143         Try more decent appearance of calendar details separator. (#339540)
144
145         * gtk/gtkcalendar.c: Use different colors for drawing the separator,
146         and make it short by one pixel on each side.
147
148 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
149
150         Apply trivial code-style changes from attachement 101101. (#339540)
151
152         * tests/testcalendar.c: Some updates to current GTK+ code-style.
153
154 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
155
156         Restructure testcalendar for testing calendar details. (#339540)
157
158         * tests/testcalendar.c: Push code arround for testing calendar details.
159
160 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
161
162         Implement GtkTooltip API for calendar details. (#339540)
163
164         * gtk/gtkcalendar.c: Add gtk_calendar_query_tooltip and chain it up.
165         Remember detail overflows in calendar_paint_day to show the tooltip
166         only when neccessary.
167
168 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
169
170         Without setting "detail-width-chars" and "detail-height-rows"
171         properties not only the widget has to be redrawn on certain
172         conditions, but also its size must be recalculated. (#339540)
173
174         * gtk/gtkcalendar.c: Add calendar_queue_refresh and call
175         that function instead of gtk_widget_queue_draw.
176
177 2007-12-28  Mathias Hasselmann  <mathias@openismus.com>
178
179         Consider details for size-request and expose-event. (#339540)
180
181         * gtk/gtkcalendar.c: Add gtk_calendar_get_detail and
182         is_color_attribute functions. Change gtk_calendar_size_request
183         and calendar_paint_day to consider and show calender details.
184
185 2007-12-28  Matthias Clasen  <mclasen@redhat.com>
186
187         * gtk/gtkcombobox.c: Introduce local priv variables to 
188         reduce ->->
189
190 2007-12-27  Matthias Clasen  <mclasen@redhat.com>
191
192         * gtk/gtkcombobox.c: Correct the default value for the 
193         tearoff-title property.
194
195         * gtk/gtkcellrenderertext.c: Fix the default value for the
196         wrap-mode and font-scale properties.
197
198         * gtk/gtkaspectratio.c: Fix the default value for the ratio
199         property.
200
201 2007-12-27  Matthias Clasen  <mclasen@redhat.com>
202
203         * gkt/gtksignal.h: Fix 0<>NULL confusion in gtk_signal_connect...
204         defines.  (#505708,  MINAMI Hirokazu)
205
206 2007-12-27  Christian Persch  <chpe@gnome.org>
207         
208         * Makefile.am: Install gail.pc. Bug #505859.
209
210 2007-12-27  Mathias Hasselmann  <mathias@openismus.com>
211
212         Add infrastructure for GtkCalendar details. (#339540)
213
214         * gtk/gtkcalendar.c, gtk/gtkcalendar.h, gtk/gtk.symbols:
215         Add "detail-width-chars" and "detail-height-rows" properties,
216         and gtk_calendar_set_detail_func function.
217
218 2007-12-27  Xan Lopez  <xan@gnome.org>
219
220         * gtk/gtk.symbols: 
221         * gtk/gtkstyle.c (gtk_border_new, gtk_border_copy): 
222
223         Add gtk_border_new to avoid memory allocator confusions when using
224         GtkBorders. Also, make gtk_border_copy use g_slice_dup. (#454042)
225
226 2007-12-27  Christian Persch  <chpe@gnome.org>
227
228         * gdk/x11/gdkscreen-x11.c: (init_randr12): Fir the patch from 
229         bug #504886 not to read unitialised memory.
230
231 2007-12-26  Xan Lopez  <xan@gnome.org>
232
233         * gtk/gtkstatusbar.c (has_extra_children): take into account the
234         modification of the internal frame contents to decide if we have
235         extra children. (#415677)
236
237 2007-12-22  Christian Persch  <chpe@gnome.org>
238
239         * modules/other/gail/gailitem.c: Fix mem leak. Bug #505556.
240
241 2007-12-25  Christian Persch  <chpe@gnome.org>
242
243         * modules/other/gail/gailwindow.c: (gail_window_initialize):
244         Initialise |widget|. Fixes a buglet introduced by the commit from bug
245         #505226.
246
247 2007-12-25  Christian Persch  <chpe@gnome.org>
248
249         * modules/other/gail/*.h: Use G_BEGIN_DECLS/G_END_DECLS. Bug #505268.
250         
251 2007-12-25  Christian Persch  <chpe@gnome.org>
252
253         * modules/other/gail/*.[ch]: Remove relocations from the atk
254         factories. Remove unused gail_foo_new() functions. Fix object
255         instantiation to be derivation safe by moving initialisation code
256         from the removed gail_foo_new() functions to the
257         AtkObjectClass::initialize implementation. Bug #505226.
258
259 2007-12-24  Matthias Clasen  <mclasen@redhat.com>
260
261         * modules/other/gail/gailentry.c:
262         * modules/other/gail/gailimage.c:
263         * modules/other/gail/gailtextview.c: Remove non-multihead-safe
264         uses of clipboards and settings.  (#504722, Christian Persch)
265
266 2007-12-24  Matthias Clasen  <mclasen@redhat.com>
267
268         * gdk/gdkapplaunchcontext.c: Remove unneeded includes. (#505411,
269          Kazuki IWAMOTO)
270
271 2007-12-24  Matthias Clasen  <mclasen@redhat.com>
272
273         * gtk/gtkcombobox.c: When popping up a menu from a treeview cell,
274         use the time and button information from the event.  (#504901,
275         Peter Bloomfield)
276
277 2007-12-23  Cody Russell  <bratsche@gnome.org>
278
279         * gdk/win32/gdkevents-win32.c (show_window_recurse): Check that
280         the window is mapped before setting SW_RESTORE or SW_MINIMIZE.
281         Fixes a regression caused by #164537 patch where transient
282         windows that are hidden get shown (incorrectly) when their
283         parents are minimized. (#504984)
284         
285 2007-12-22  Christian Persch  <chpe@gnome.org>
286
287         * modules/other/gail/gailcell.c:
288         * modules/other/gail/gailcontainercell.c:
289         * modules/other/gail/gailexpander.c:
290         * modules/other/gail/gailtextcell.c:
291         * modules/other/gail/gailtextview.c:
292         * modules/other/gail/gailwindow.c: Fix compile warnings. Bug #504701.
293
294 2007-12-22  Christian Persch  <chpe@gnome.org>
295
296         * modules/other/gail/*.c: Include config.h. Bug #504720.
297
298 2007-12-22  Christian Persch  <chpe@gnome.org>
299
300         * modules/other/gail/*.c: Use G_DEFINE_TYPE[_WITH_CODE] instead of
301         handwritten get_type functions. Bug #504661.
302
303 2007-12-23  Xan Lopez  <xan@gnome.org>
304
305         * gtk/gtktreeview.c (gtk_tree_view_build_tree): pass correct argument
306         to g_signal_emit for TEST_EXPAND_ROW (GtkTreeIter* vs. GtkTreeIter**).
307
308         Patch by Sadrul Habib Chowdhury (#504804)
309
310 2007-12-22  Christian Persch  <chpe@gnome.org>
311
312         * modules/other/gail/Makefile.am: Link to gdk and gtk libs. Bug
313         #504645, patch by Li Yuan.
314
315 2007-12-22  Christian Persch  <chpe@gnome.org>
316
317         * gdk/x11/gdkscreen-x11.c: (init_randr12): Plug mem leaks. Bug #504886.
318
319 2007-12-22  Christian Persch  <chpe@gnome.org>
320         
321         * modules/other/gail/gail.c:
322         * modules/other/gail/gailbutton.c:
323         * modules/other/gail/gailcell.c:
324         * modules/other/gail/gailcombo.c:
325         * modules/other/gail/gailcombo.h:
326         * modules/other/gail/gailcombobox.c:
327         * modules/other/gail/gailentry.c:
328         * modules/other/gail/gailexpander.c:
329         * modules/other/gail/gailmenuitem.c:
330         * modules/other/gail/gailnotebook.c:
331         * modules/other/gail/gailnotebookpage.c:
332         * modules/other/gail/gailnotebookpage.h:
333         * modules/other/gail/gailoptionmenu.c:
334         * modules/other/gail/gailrange.c:
335         * modules/other/gail/gailtextview.c:
336         * modules/other/gail/gailtreeview.c:
337         * modules/other/gail/gailtreeview.h:
338         * modules/other/gail/gailwindow.c: Use gdk_threads_add_idle.
339         Bug #504571.
340
341 2007-12-22  Matthias Clasen  <mclasen@redhat.com>
342
343         * modules/other/gail/gailclist.c: Chain up the finalizer (#504570,
344         Christian Persch)
345
346 2007-12-21  Richard Hult  <richard@imendio.com>
347
348         * gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_destroy):
349         Plug leak of destroyed subviews, fixes bug #504753.
350
351 2007-12-20  Johan Dahlin  <johan@gnome.org>
352
353         * tests/Makefile.am (TEST_PROGS): 
354         * tests/defaultvaluetest.c: Add a test for default values,
355         based on program by Christan Perch
356
357 2007-12-20  Johan Dahlin  <johan@gnome.org>
358
359         * gtk/gtk-builder-convert (GtkBuilderConverter._remove_window): 
360         Refactor to avoid some duplication.
361         Convert toplevel GtkMenu's top popups and not menubars in the ui manager.
362         Fixes #504749, Yuri Pimenov
363
364 2007-12-20  Kristian Rietveld  <kris@imendio.com>
365
366         * configure.in: RYuri Pimenovemove leftovers from old XRandR check.  Makes
367         the build work again on systems without xrandr 1.2.
368
369 2007-12-20  Christian Persch  <chpe@gnome.org>
370
371         * configure.in:
372         * modules/other/gail/libgail-util/Makefile.am:
373         Keep the same libtool version as the standalone libgail-util had.
374         Bug #504643.
375
376 2007-12-20 15:30:09  Tim Janik  <timj@imendio.com>
377
378         * Makefile.decl: generate HTML reports for test-report perf-report full-report.
379
380 2007-12-20  Alexander Larsson  <alexl@redhat.com>
381         
382         * gdk/x11/gdkapplaunchcontext-x11.c:
383         Update for gio API changes
384
385 2007-12-20  Richard Hult  <richard@imendio.com>
386
387         * gdk/quartz/GdkQuartzWindow.c:
388         * gdk/quartz/GdkQuartzWindow.h: Make manual resizing smoother by
389         processing events after changing the size.
390
391 2007-12-20  Richard Hult  <richard@imendio.com>
392
393         * modules/other/gail/gailwindow.c: (gail_window_get_mdi_zorder):
394         Add stub for quartz to fix build.
395
396 2007-12-20  Christian Persch  <chpe@gnome.org>
397
398         * modules/other/gail/Makefile.am:
399         * modules/other/gail/gailimage.c: (gail_image_class_init),
400         (gail_image_init), (elide_underscores), (gail_image_get_name),
401         (atk_image_interface_init), (gail_image_finalize):
402         * modules/other/gail/gailimage.h:
403         R modules/other/gail/gailintl.h:
404         * po/POTFILES.skip: Use the stock item's label as the name of the
405         accessible in gailimage.c. Bug #504246.
406
407 2007-12-19  Mathias Hasselmann  <mathias@openismus.com>
408
409         Avoid some compiler warnings and remove obsolete code. (#339540)
410
411         * gtk/gtkcalendar.c: Change week and year variable in
412         calendar_paint_week_numbers from gint to guint. Remove obsolete "#if
413         0" block from calendar_paint_day: The feature in question is handled
414         few lines above. Cast data returned by gtk_selection_data_get_text()
415         to (gchar*) in gtk_calendar_drag_data_received.
416
417 2007-12-19 17:05:31  Tim Janik  <timj@imendio.com>
418
419         * modules/other/Makefile.am: include Makefile.decl to unbreak test rules.
420
421 2007-12-19  Johan Dahlin  <johan@gnome.org>
422
423         * tests/buildertest.c (test_object_properties): 
424         Add another call to gtk_builder_add_string after using
425         delayed properties, as reported in #504393 but already
426         fixed in #495769.
427
428 2007-12-18  Christian Persch  <chpe@gnome.org>
429
430         * configure.in:
431         * docs/reference/Makefile.am:
432         * docs/reference/libgail-util/*:
433         * gail-uninstalled.pc.in:
434         * gail.pc.in:
435         * modules/Makefile.am:
436         * modules/other/Makefile.am:
437         * modules/other/gail/*:
438         * modules/other/gail/libgail-util/*:
439         * po/POTFILES.skip: Integrate gail into gtk+. Bug #169488.
440
441 2007-12-17  Matthias Clasen  <mclasen@redhat.com>
442
443         * gtk/gtksettings.c: Add a gtk-im-module GTK setting
444         * gdk/win32/gdkproperty-win32.c: 
445         * gdk/x11/gdksettings.c: ...and back it by a Gtk/IMModule X setting.
446
447         * gtk/gtkimmodule.[hc]: 
448         * gtk/gtkimmulticontext.[hc]: When determining the default context,
449         look at the gtk-im-module setting, and listen for changes to the
450         setting.  (#502446, Akira Tagoh)
451
452 2007-12-17  Kristian Rietveld  <kris@imendio.com>
453
454         * gtk/gtktooltip.c (gtk_tooltip_finalize),
455         (gtk_tooltip_set_last_window): use a weak pointer to set last_window
456         to NULL as soon as it's destroyed.  (#496546, patch from
457         Benjamin Berg).
458
459 2007-12-17  Kristian Rietveld  <kris@imendio.com>
460
461         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
462         always determine what arrow to show if show_sort_indicator is true.
463         (#352738, Chris Vine).
464
465 2007-12-16  Mathias Hasselmann  <mathias@openismus.com>
466
467         Prevent assertion failure in gtk_paned_find_neighbours. (#503824,
468         Sébastien Granjoux)
469
470         * gtk/gtkpaned.c: Call gtk_container_forall instead of
471         gtk_container_foreach in get_child_panes.
472
473 2007-12-15  Xan Lopez  <xan.lopez@nokia.com>
474
475         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_layout_reorder):
476
477         Plug leak: When reordering the info in the list the old node is
478         removed but not freed. (#503569)
479
480 2007-12-15  Sebastian Dröge  <slomo@circular-chaos.org>
481
482         * gdk/directfb/gdkcursor-directfb.c: (gdk_cursor_new_for_display):
483         Use u32 instead of __u32 and u8 instead of __u8 as the other types
484         are deprecated since DirectFB 1.0.0. If compiling with an older
485         version define the new type name to the old types. Fixes bug #503190.
486
487 2007-12-14  Ray Strode  <rstrode@redhat.com>
488
489         * gtk/gtkwidget.c: Suggest g_signal_connect (..., "realize", ...)
490         instead of g_signal_connect_after (..., "realize", ...) as an
491         alternative to gtk_widget_realize () (bug 503537).
492
493 2007-12-14  Michael Natterer  <mitch@imendio.com>
494
495         * gdk/gdkinternals.h
496         * gdk/gdkapplaunchcontext.h: #include <gio/gio.h> instead of
497         individual files.
498
499         * gdk/gdkapplaunchcontext.c
500         * gdk/x11/gdkapplaunchcontext-x11.c: remove all gio includes, the
501         header already includes everything now.
502
503 2007-12-14  Mathias Hasselmann  <mathias@openismus.com>
504
505         Correct "Since:" tags for GtkPageSetup and GtkPrintSettings as
506         next stable release shall be 2.16, not 2.14 - even if disagree.
507
508         * gtk/gtkpagesetup.c, gtk/gtkprintsettings.c: s/2.14/2.16/
509
510 2007-12-14  Mathias Hasselmann  <mathias@openismus.com>
511
512         Change GtkToolItem to retrieve its properties from GtkToolShell
513         interface, instead of relying on being child of a GtkToolbar.
514         (#5034079)
515
516         * gtk/gtk.symbols, docs/reference/gtk/gtk-docs.sgml,
517         docs/reference/gtk/gtk-sections.txt: Add GtkToolShell symbols.
518         * docs/reference/gtk/tmpl/gtktoolitem.sgml: Move section docs inline.
519         * gtk/gtktoolbar.c: Implement GtkToolShellIface.
520         * gtk/gtktoolbar.h: Remove _gtk_toolbar_rebuild_menu.
521         * gtk/gtktoolitem.c: Use GtkToolShell, instead of GtkToolbar.
522         Take section docs from template file and update them for GtkToolShell.
523         * gtk/Makefile.am: Add gtk/gtktoolshell.c and gtk/gtktoolshell.h.
524         * gtk/gtktoolshell.c, gtk/gtktoolshell.h: New GtkToolShellIface.
525
526 2007-12-14  Mathias Hasselmann  <mathias@openismus.com>
527
528         Extract loading of GtkPageSetup and GtkPrintSettings from their
529         *_new_*() functions and move that code into separate
530         *_load_*() functions (#475565).
531
532         * gtk/gtk.symbols, gtk/gtkpagesetup.c, gtk/gtkpagesetup.h:
533         Extract gtk_page_setup_load_file, gtk_page_setup_load_key_file,
534         gtk_print_settings_load_file and gtk_print_settings_load_key_file.
535         Change the matching *_new_*() functions to use those functions.
536
537 2007-12-14  Matthias Clasen  <mclasen@redhat.com>
538
539         * gtk/gtk.symbols:
540         * gtk/gtktooltip.[hc]: Add gtk_tooltip_set_icon_from_icon_name().
541
542 2007-12-14  Kristian Rietveld  <kris@imendio.com>
543
544         * gtk/tests/liststore.c:
545         * gtk/tests/treestore.c: added tests for insertion functions.
546
547 Thu Dec 13 13:14:50 2007  Søren Sandmann  <sandmann@redhat.com>
548
549         * Add RandR 1.2 support
550
551         - New monitors_changed signal - New API to get width/height of
552           monitors, and the name of the plug
553
554 2007-12-13  Kristian Rietveld  <kris@imendio.com>
555
556         * gtk/tests/liststore.c:
557         * gtk/tests/treestore.c: test the move and swap functions on a
558         store with only one node.
559
560 2007-12-13  Kristian Rietveld  <kris@imendio.com>
561
562         * gtk/gtktestutils.c (gtk_test_init): add a call to
563         g_test_bug_base().
564
565         * gtk/tests/treeview-scrolling.c: add g_test_bug() calls to
566         appriopriate tests.
567
568 2007-12-13  Kristian Rietveld  <kris@imendio.com>
569
570         * gtk/tests/liststore.c:
571         * gtk/tests/treestore.c: start composing tests for the list and tree
572         store.
573
574         * gtk/tests/treeview-scrolling.c: added automated tests for
575         GtkTreeView's scrolling "subsystem".
576
577         * gtk/tests/Makefile.am: updated; added new test programs.
578
579 2007-12-13  Mathias Hasselmann  <mathias@openismus.com>
580
581         Make the code compile again after the GdkAppLaunchContext changes.
582
583         * configure.in: Add gio-2.0 to GDK_PACKAGES.
584         * gdk/gdkinternals.h: Include <gio/gappinfo.h>.
585
586 2007-12-12  Matthias Clasen  <mclasen@redhat.com>
587
588         * gdk/gdkapplaunchcontext.c: Add docs
589
590 2007-12-12  Matthias Clasen  <mclasen@redhat.com>
591
592         * gdk/gdkapplaunchcontext.[hc]: Implement GAppLaunchContext 
593         in gdk, providing startup notification.  (#503203)
594
595         * gdk/x11/gdkapplaunchcontext-x11.c: 
596         * gdk/win32/gdkapplaunchcontext-win32.c:
597         * gdk/quartz/gdkapplaunchcontext-quartz.c: 
598         * gdk/directfb/gdkapplaunchcontext-directfb.c: Backend-specific
599         parts. All but X11 are just empty stubs for now.
600
601         * gdk/gdk.symbols:
602         * gdk/gdkinternals.h:
603         * gdk/Makefile.am:
604         * gdk/x11/Makefile.am: 
605         * gdk/win32/Makefile.am: 
606         * gdk/quartz/Makefile.am: 
607         * gdk/directfb/Makefile.am: Necessary glue.
608
609 2007-12-12  Mathias Hasselmann  <mathias@openismus.com>
610
611         * gtk/gtkdnd.c: Another attempt to improve gtk_drag_dest_set docs.
612
613 2007-12-11  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
614
615         * gdk/directfb/gdktestutils-directfb.c:
616         * gdk/directfb/Makefile.am: Applied a patch by Claudio Ciccani
617         which adds testing functions to the DirectFB backend.
618
619 2007-12-11  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
620
621         * gdk/directfb/gdkdrawable-directfb.c: Applied a patch by Claudio
622         Ciccani which fixes the mixing of gdk and cairo rendering.
623
624 2007-12-11  Mathias Hasselmann  <mathias@openismus.com>
625
626         * gtk/gtkdnd.c, gtk/gtkwidget.c: Mention impact of GtkDestDefaults
627         on "drag-motion" handlers. Clearify documentation for
628         gtk_drag_dest_set.
629
630 2007-12-11 15:44:01  Tim Janik  <timj@imendio.com>
631
632         * buildertest.c: made unnecessarily exported symbols static.
633         switched g_return_if_fail() statements in tests to assertions.
634         special cased currently failing Widget/accesibility test to
635         run only for g_test_thorough(), so it doesn't break make check.
636         some coding style fixes.
637
638         * Makefile.am: added buildertest to TEST_PROGS.
639
640 2007-12-11  Stefan Kost  <ensonic@users.sf.net>
641
642         * docs/tutorial/gtk-tut.sgml:
643           Use gtk_widget_get_parent_window() instead of widget->parent->window.
644
645 2007-12-10  Richard Hult  <richard@imendio.com>
646
647         * gdk/quartz/Makefile.am:
648         * gdk/quartz/gdkquartz.h:
649         * gdk/quartz/gdkwindow-quartz.c: Install backend specific
650         header (bug #405915). Also add a getter for the toplevel nswindow.
651
652 2007-12-10  Richard Hult  <richard@imendio.com>
653
654         * gdk/quartz/gdkdrawable-quartz.c:
655         (gdk_quartz_drawable_get_context),
656         (gdk_quartz_drawable_release_context):
657         * gdk/quartz/gdkeventloop-quartz.c: (gdk_event_prepare),
658         (gdk_event_check), (gdk_event_dispatch), (poll_func):
659         * gdk/quartz/gdkwindow-quartz.h: Replace the autorelease pools
660         used for each drawing context and in prepare, dispatch and poll
661         with one that exists across each main loop iteration. Fixes leaks
662         on leopard and protects against future leaks introduce when the
663         underlying system changes again (bug #492977).
664
665 2007-12-10  Richard Hult  <richard@imendio.com>
666
667         * gdk/quartz/gdkwindow-quartz.c: (move_resize_window_internal):
668         Fix the check for no changes to position and size.
669
670 2007-12-10  Richard Hult  <richard@imendio.com>
671
672         * gdk/quartz/GdkQuartzView.c: Ignore drawRect calls with zero
673         sized areas at (0, 0), patch from Paul Davis.
674
675 2007-12-10  Richard Hult  <richard@imendio.com>
676
677         * gdk/quartz/gdkprivate-quartz.h: 
678         * gdk/quartz/gdkeventloop-quartz.c:
679         (_gdk_quartz_event_loop_get_pending),
680         (_gdk_quartz_event_loop_check_pending),
681         (_gdk_quartz_event_loop_release_event), (gdk_event_prepare),
682         (gdk_event_check), (gdk_event_dispatch):
683         * gdk/quartz/gdkevents-quartz.c: (gdk_events_pending)
684         (_gdk_events_queue): Fix a bug where we could end up trying to
685         handle the same event more than once. Based on patch from Paul
686         Davis.
687
688 2007-12-10  Tor Lillqvist  <tml@novell.com>
689
690         * gtk-zip.sh.in: Include bin/gtk-builder-convert in the dev
691         package. (#502850)
692
693 2007-12-10  Matthias Clasen  <mclasen@redhat.com>
694
695         * gtk/gtknotebook.c (gtk_notebook_real_remove): Another fix
696         to avoid further fallout from the fix for bug 388321.
697
698 2007-12-09 09:56:06  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
699
700         * gdk/directfb/gdkgc-directfb.c:
701         * gdk/directfb/gdkdrawable-directfb.c:
702         * gdk/directfb/gdkdirectfb.h:
703         * gdk/directfb/gdkwindow-directfb.c:
704         * gdk/directfb/gdkprivate-directfb.h: Committed several patches
705         (window_flip_group, no_background_pixmap_fix, opt_temp_region2,
706         blit_after_cairo_fix, rect_clip_fix, fast_blend, opt_temp_region_etc,
707         opt_clip_region_and_fill_rects, no_state_resets) by Denis Oliver Knopp
708         which are expected to improve the performance of the DirectFB backend.
709         Experimental pieces of code (GDK_DIRECTFB_NO_EXPERIMENTS) are disabled.
710
711 2007-12-07  Matthias Clasen  <mclasen@redhat.com>
712
713         * gtk/gtkcontainer.c: Correct the documentation of child
714         property getter arguments.  (#501992, David Brigada)
715
716 2007-12-07  Matthias Clasen  <mclasen@redhat.com>
717
718         * gtk/gtkfilechooserdefault.c (shortcuts_reload_icons): Don't
719         leak pixbufs.  (#502250, Yevgen Muntyan)
720
721 2007-12-07  Yevgen Muntyan  <muntyan@tamu.edu>
722
723         * gtk/gtkprintunixdialog.c:
724         * gtk/gtkpagesetupunixdialog.c: added alternative button order in
725         Print and Page Setup dialogs (#502202).
726
727 2007-12-07 13:16:33  Tim Janik  <timj@imendio.com>
728
729         * Makefile.decl: skip tests if gdktarget!=x11, since GUI tests need
730         Xvfb. only start Xvfb if TEST_PROGS is not empty. moved "set -e" out
731         of XVFB_START, since it's the GTESTER invokation that needs this.
732
733 2007-12-06  Tommi Komulainen  <tommi.komulainen@iki.fi>
734
735         * gdk-pixbuf/gdk-pixbuf.symbols:
736         * gdk/gdk.symbols:
737         * gdk/gtk.symbols: Remove trailing whitespace that can trigger false
738         positives in abicheck.sh
739
740 2007-12-06 18:45:06  Attilio Fiandrotti  <attilio.fiandrotti@gmail.com>
741
742         * gdk/directfb/gdkevents-directfb.c: Committed a patch by DOK to fix
743         GDK events generations in the DirectFB backend.
744
745 2007-12-06 13:55:06  Tim Janik  <timj@imendio.com>
746
747         * Makefile.decl: replaced seq(1) invokation for X11 ids with a hardcoded
748         set of likely unused display ids, because MacOS has no seq(1) command.
749
750 2007-12-06  Richard Hult  <richard@imendio.com>
751
752         * gdk/quartz/gdkevents-quartz.c:
753         (synthesize_crossing_events_for_ns_event): Fix warning when
754         switching spaces in leopard.
755
756 2007-12-06 13:38:36  Tim Janik  <timj@imendio.com>
757
758         * tests/floatingtest.c: ported to new testing framework.
759
760         * tests/Makefile.am: run floatingtest as testing framework test.
761
762 2007-12-06 10:44:52  Tim Janik  <timj@imendio.com>
763
764         * tests/autotestfilechooser.c: majorly speed up execution by reducing
765         timeouts and converting main loop sleeps to pending/iterate loops with
766         very low priority async handlers. eliminate output for non-verbose
767         tests. assert successfull subtests in all test functions. use testing
768         framework in main().
769
770         * tests/Makefile.am: add autotestfilechooser to TEST_PROGS, so it's
771         executed inside Xvfb upon make check.
772
773 2007-12-06 08:23:38  Tim Janik  <timj@imendio.com>
774
775         * tests/objecttests.c: use string comparisons for string property
776         values and get rid of referencing symbols in array initialization.
777
778 2007-12-05 18:59:59  Tim Janik  <timj@imendio.com>
779
780         * gtk+/Makefile.decl: run tests in current dir after setting up the
781         logging directory, so their results get properly merged into the
782         resulting test log.
783
784         * gtk+/gtk/gtktestutils.[hc]: added gtk_test_list_all_types() for
785         tests to loop over registered Gdk/Gtk+ types.
786
787         * gtk+/tests/objecttests.c: new test program, implements automated
788         property tests. several properties are blacklisted because they
789         seem to trigger Gdk/Gtk+ bugs. ./objecttests -m thorough --verbose
790         can be used to test blacklisted properties and see which proprty failed.
791
792 2007-12-04  Richard Hult  <richard@imendio.com>
793
794         * gdk/quartz/gdkwindow-quartz.c: (_gdk_windowing_window_init):
795         Fully initialize the root window, fixes bug #501583.
796
797 2007-12-04  Matthias Clasen  <mclasen@redhat.com>
798
799         * gtk/gtknotebook.c: Modify the tab-label-destroy fix to not
800         crash epiphany.
801
802 2007-12-03  Richard Hult  <richard@imendio.com>
803
804         * gtk/gtkquartz.c: (_gtk_quartz_set_selection_data_for_pasteboard):
805         Don't crash when dragging from a source that doesn't support uri
806         lists (bug #499868, Paul Davis).
807
808 2007-12-03  Richard Hult  <richard@imendio.com>
809
810         * gdk/quartz/gdkwindow-quartz.c:
811         (gdk_window_impl_quartz_begin_paint_region): Don't crash when a
812         parent relative bg pixmap is set, and no parent has a bg
813         pixmap. Fixes bug #500804.
814
815 2007-12-03  Matthias Clasen  <mclasen@redhat.com>
816
817         Two optimizations for icon cache lookups.
818
819         * gtk/gtkiconcache.[hc]:
820         * gtk/gtkicontheme.c: Remember the directory index for
821         subdirectories, instead of running over the directory list
822         again and again.
823
824         * gtk/gtkiconcache.c (find_image_offset): Remember the last 
825         chain and try it first; this helps with the the usage patterns
826         in gtkicontheme.c, where the same icon is queried for a lot
827         of subdirectories.
828
829 2007-12-03 15:18:17  Tim Janik  <timj@imendio.com>
830
831         * gtk/Makefile.am (gtktypefuncs.c): use 'grep -o' to extract _get_type
832         functions from header files. this should be portable across linux and
833         Mac OS, unlike the previpous sed expression.
834
835 2007-12-1  Cody Russell  <bratsche@gnome.org>
836
837         * gtk/gtkpaned.c: (gtk_paned_set_position) [Win32]:
838         On Windows, queue a redraw of child2 whenever we set
839         the pane handle position.  This is unfortunately kind
840         of hacky, but solves the visual artifacts that were
841         occuring on at least certain types of child widgets
842         (e.g., text views and tree views) that are inside
843         horizontal or vertical panes. (#144269)
844
845 2007-11-30  Matthias Clasen  <mclasen@redhat.com>
846
847         * gtk/gtkrc.c: Fix doc typos.  (#500672, David Lambert)
848
849 2007-11-29  Matthias Clasen  <mclasen@redhat.com>
850
851         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Remove leftover
852         debug spew.
853
854 2007-11-29  Matthias Clasen  <mclasen@redhat.com>
855
856         * gtk/Makefile.am: Fix ordering of subdirs.
857
858 2007-11-28  Tor Lillqvist  <tml@novell.com>
859
860         A proper build of GNU libintl is supposed to export the variable
861         _nl_msg_cat_cntr. configure looks for that variable in order to
862         recognize GNU gettext. If it sees that it is indeed GNU gettext
863         that is used, it decides to install message catalogs in
864         share/locale, otherwise in lib/locale. Until now on Windows I have
865         built GTK+ against a build of GNU gettext that did not export
866         _nl_msg_cat_cntr. But this will change, so we can't assume message
867         catalogs are always in lib/locale.
868
869         * gtk/gtkmain.c: (_gtk_get_localedir) [Win32]: Rework to handle
870         GTK_LOCALEDIR being either in "lib" or "share". Move the function
871         before the inclusion of gtkprivate.h so that it sees the original
872         GTK_LOCALEDIR.
873
874         * gtk-zip.sh.in: Check whether the message catalogs are in
875         share/locale or lib/locale.
876
877         * config.h.win32.in: Tack on "/share/locale" to GTK_LOCALEDIR so
878         that the code in _gtk_get_localedir() will find the slashes.
879
880 2007-11-28  Tor Lillqvist  <tml@novell.com>
881
882         * gtk/Makefile.am: Improve portability. The -o option is present
883         only in newish GNU egreps. Use one more sed in the pipeline
884         instead.
885
886 2007-11-28  Tor Lillqvist  <tml@novell.com>
887
888         Fix #375893, patch by Ben Hague:
889
890         * gtk/gtkfilesystemwin32.c (get_viewable_logical_drives): Wrapper
891         around GetLogicalDrives() that takes also the viewable drive
892         restrictions in the Registry (which are usually the result of an
893         Active Directory Group Policy) into account.
894
895         (check_volumes, gtk_file_system_win32_list_volumes) Call
896         get_viewable_logical_drives() instead of GetLogicalDrives().
897
898 2007-11-27  Matthias Clasen <mclasen@redhat.com>
899
900         * gtk/gtkwindow.c (gtk_window_move_resize): Zero some
901         variables to silence valgrind.  (#495124, Morten Welinder)
902
903 2006-11-26  Ryan Lortie  <desrt@desrt.ca>
904
905         * docs/reference/gtk/tmpl/gtkbuildable.sgml: add clarification stating
906         that the construct_child function is responsible for returning a
907         reference.
908         * gtkbuilder.c (_gtk_builder_construct): remove g_object_ref() for
909         objects from constructors
910         * gtkuimanager.c (gtk_ui_manager_buildable_construct_child): add
911         g_object_ref() to this construction function (it's the only
912         implementer in GTK)
913
914         Fixes #496645.
915
916 2006-11-26  Ryan Lortie  <desrt@desrt.ca>
917
918         * gtkbuilder.c: remove concept of root objects and just refcount
919         all objects in the builder.  Fixes #496651.
920
921 2007-11-26  Ryan Lortie  <desrt@desrt.ca>
922
923         * tests/buildertest.c (test_window): fix invalid free
924
925 2007-11-26  Josselin Mouette <joss@malsain.org>
926
927         reviewed by: Federico Mena Quintero
928
929         * gtk/gtkfilechooserdefault.c: (shortcuts_append_paths),
930         (shortcuts_add_bookmarks), (shortcuts_selection_changed_cb),
931         (shortcuts_list_create), (gtk_file_chooser_default_should_respond):
932         Make the shortcuts activate with a single click. (#148828)
933         Fix a few things affected by the change:
934           - Set selection mode to GTK_SELECTION_SINGLE to allow a case 
935             where no shortcut is selected.
936           - Don't activate a shortcut in the response callback.
937           - Filter out duplicate entries in volumes and bookmarks to 
938             avoid the selection to change when reordering them with DnD.
939
940 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
941
942         * gtk/gtkmain.c:
943         * gtk/gtknotebook.c:
944         * gtk/gtkplugprivate.h:
945         * gtk/gtksocket.c:
946         * gtk/gtksocketprivate.h:
947         * gtk/gtktable.c: Fix up some doc comments to shut up gtk-doc.
948
949 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
950
951         * configure.in: Use $CUPS_CONFIG instead of hardcoded cups-config.
952         (#495574, Richard Hult)
953
954 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
955
956         * gtk/gtkprintunixdialog.c: Change some labels to be clearer.
957         String change !   (#376361, Sven Neumann)
958
959 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
960
961         * gtk/gtknotebook.c (gtk_notebook_update_labels): Short-circuit on
962         destroy.
963         (gtk_notebook_destroy): Destroy tab_label widgets. (#388321, Morten
964         Welinder)
965
966 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
967
968         * gtk/gtkassistant.c: Improve alternative button
969         ordering.  (#476827, Yevgen Muntyan, patch by Carlos Garnacho)
970
971 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
972
973         * gtk/gtkcalendar.c: Fix a theming problem with colors
974         in GtkCalendar.  (#499703, Michael Hofmann)
975
976 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
977
978         * configure.in: Bump glib requirement to 2.15.0 (for g_test_init)
979
980 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
981
982         Use templates for glib-mkenums calls instead of 
983         complicated commandlines in Makefiles.  (#429910)
984
985         * gdk-pixbuf/Makefile.am:
986         * gdk/Makefile.am: 
987         * gtk/Makefile.am: 
988         * perf/Makefile.am: Use templates for glib-mkenums
989
990         * gdk-pixbuf/gdk-pixbuf-enum-types.[ch].template:
991         * gdk/gdkenumtypes.[ch].template: 
992         * gtk/gtktypebuiltings.[ch].template: 
993         * perf/typebuiltins.[ch].template: The templates
994
995 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
996
997         * gtk/gtkfilechooserbutton.c:
998         * gtk/gtktoolbar.c: Don't use guint8 for bitfields, since
999         some compilers choke on that.  (#467722)
1000
1001 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1002
1003         * gtk/gtkaboutdialog.c (gtk_about_dialog_set_website): Add a note
1004         about hook setup.  (#425004, Emmanuele Bassi)
1005
1006 2007-11-26  Tor Lillqvist  <tml@novell.com>
1007
1008         * gdk/win32/gdkwindow-win32.c (gdk_window_fullscreen): Use the
1009         monitor the window currently is on, not always the primary
1010         monitor. (#463865, Tim Evans)
1011
1012 2007-11-26  Tor Lillqvist  <tml@novell.com>
1013
1014         * gdk/win32/gdktestutils-win32.c: New file, dummy implementations.
1015
1016         * gdk/win32/Makefile.am: Add it.
1017
1018 2007-11-26  Tor Lillqvist  <tml@novell.com>
1019
1020         * configure.in: Don't add jasper to all_loaders if no libjasper.
1021
1022 2007-11-25  Bastien Nocera  <hadess@hadess.net>
1023
1024         * configure.in: Add detection for libjasper, used by the
1025         gdk-pixbuf JPEG2000 loader
1026
1027 2007-11-25  Matthias Clasen  <mclasen@redhat.com>
1028
1029         * configure.in: Require gtk-doc 1.8
1030
1031         * */*.c: Use gtk-doc abbreviations for examples in docs.
1032
1033 2007-11-25  Matthias Clasen  <mclasen@redhat.com>
1034
1035         * gtk/gtktreeview.c (gtk_tree_view_set_show_expanders): Fix a
1036         typo.  (#498922)
1037
1038 2007-11-25  Matthias Clasen  <mclasen@redhat.com>
1039
1040         * gtk/gtkdialog.c: Move signal and property documentation inline,
1041         fix a problem with the ::response signal docs.  (#499133, Josselin
1042         Mouette)
1043
1044 2007-11-22 15:48:26  Tim Janik  <timj@imendio.com>
1045
1046         * Makefile.decl: initialize automake variables EXTRA_DIST and
1047         TEST_PROGS for unconditional appending via += in other makefiles.
1048         define recursive test targets: test, test-report, perf-report,
1049         full-report, as described here:
1050       http://mail.gnome.org/archives/gtk-devel-list/2007-November/msg00000.html
1051         the test targets will execute Gtk+ test programs within an Xvfb session.
1052
1053         * gtk/gtktestutils.c: call g_test_init() from gtk_test_init().
1054
1055         * gtk/tests/testing.c: use g_test_add_func() to register tests and use
1056         g_test_run() to run the tests to integrate with the testing framework.
1057
1058         * gtk/tests/Makefile.am: removed exemplary testing rules.
1059
1060         * Makefile.am, gtk/tests/Makefile.am, gtk/Makefile.am:
1061         * gtk/xdgmime/Makefile.am, gtk/theme-bits/Makefile.am:
1062         * tests/Makefile.am, docs/reference/gdk-pixbuf/Makefile.am:
1063         * docs/reference/gdk/Makefile.am, docs/reference/gtk/Makefile.am:
1064         * docs/reference/Makefile.am, docs/tools/Makefile.am:
1065         * docs/tutorial/Makefile.am, docs/faq/Makefile.am, docs/Makefile.am:
1066         * gdk-pixbuf/pixops/Makefile.am, gdk-pixbuf/Makefile.am:
1067         * demos/gtk-demo/Makefile.am, demos/Makefile.am:
1068         * modules/input/Makefile.am, modules/printbackends/file/Makefile.am:
1069         * modules/printbackends/test/Makefile.am, modules/printbackends/Makefile.am:
1070         * modules/printbackends/cups/Makefile.am, modules/printbackends/lpr/Makefile.am:
1071         * modules/engines/ms-windows/Theme/gtk-2.0/Makefile.am:
1072         * modules/engines/ms-windows/Theme/Makefile.am:
1073         * modules/engines/ms-windows/Makefile.am:
1074         * modules/engines/Makefile.am,  modules/engines/pixbuf/Makefile.am:
1075         * modules/Makefile.am, m4macros/Makefile.am, perf/Makefile.am:
1076         * contrib/Makefile.am, contrib/gdk-pixbuf-xlib/Makefile.am:
1077         * gdk/directfb/Makefile.am, gdk/linux-fb/Makefile.am:
1078         * gdk/quartz/Makefile.am, gdk/win32/rc/Makefile.am:
1079         * gdk/win32/Makefile.am, gdk/x11/Makefile.am, gdk/Makefile.am:
1080         include $(top_srcdir)/Makefile.decl, adapted EXTRA_DIST assignments.
1081
1082 2007-11-22  Matthias Clasen  <mclasen@redhat.com>
1083
1084         * modules/printbackends/cups/gtkcupsutils.c: Fix a casting problem.
1085         (#485662, patch by Herbert Valerio Riedel)
1086
1087 2007-11-22  Matthias Clasen  <mclasen@redhat.com>
1088
1089         * gtk/gtktextiter.c: Fix an aliasing problem.  (#347585, Ed Catmur)
1090
1091 2007-11-21  Richard Hult  <richard@imendio.com>
1092
1093         * gdk/quartz/Makefile.am: * gdk/quartz/gdktestutils-quartz.c: Add
1094         stubs for the testing functions to fix the build.
1095
1096 2007-11-21  Behdad Esfahbod  <behdad@gnome.org>
1097
1098         * tests/testrichtext.c (setup_buffer): Fix C89 compilation issue.
1099         (#467711, The Written Word)
1100
1101 2007-11-21  Ross Burton  <ross@openedhand.com>
1102
1103         * gdk/x11/gdksettings.c:
1104         Add xsetting for gtk-scrolled-window-placement (#458103).
1105
1106 2007-11-21  Behdad Esfahbod  <behdad@gnome.org>
1107
1108         * gtk/gtkmenuitem.c (gtk_menu_item_class_init),
1109         (gtk_menu_item_paint): Make GtkMenuItem's arrow size themeable.
1110         (#469239, Michael Natterer)
1111
1112 2007-11-21  Behdad Esfahbod  <behdad@gnome.org>
1113
1114         * gdk/x11/gdksettings.c (gdk_settings_names, gdk_settings_map): Add
1115         Gtk/EnableAccels and Gtk/EnableMnemonics xsettings for
1116         gtk-enable-accels and gtk-enable-mnemonics GtkSettings respectively.
1117         (#436536, Tommi Komulainen)
1118
1119 2007-11-21  Matthias Clasen  <mclasen@redhat.com>
1120
1121         * gtk/gtktoolbar.c: Fix the default value of the toolbar-style
1122         property.  (#489782, Jan Janech)
1123
1124 2007-11-20  Matthias Clasen  <mclasen@redhat.com>
1125
1126         * gtk/gtkimage.c (animation_timeout): Avoid drawing one too many
1127         frames.  (#107398, Owen Taylor, Miguel Gomez)
1128
1129 Tue Nov 20 15:19:42 2007 +0100 Tim Janik
1130
1131         Moved Gdk test functions from Gtk+ to Gdk test utils.
1132
1133         * gdk/Makefile.am: added gdktestutils.h to public includes.
1134
1135         * gdk/gdk.h: added gdktestutils.h to public includes.
1136
1137         * gdk/gdk.symbols: added gdk_test_simulate_button, gdk_test_simulate_key,
1138         gdk_test_render_sync.
1139
1140         * gdk/gdktestutils.h: new file, added prototypes for gdk_test_simulate_button,
1141         gdk_test_simulate_key, gdk_test_render_sync.
1142
1143         * gdk/x11/Makefile.am: build gdktestutils-x11.c.
1144
1145         * gdk/x11/gdktestutils-x11.c: implemented gdk_test_simulate_button,
1146         gdk_test_simulate_key, gdk_test_render_sync.
1147
1148         * gtk/gtktestutils.c:
1149         * gtk/gtktestutils.h:
1150         * gtk/gtk.symbols: removed gtk_test_simulate_button
1151         gtk_test_simulate_key, gtk_test_xserver_render_sync.
1152
1153         * gtk/tests/testing.c: call gdk_test_render_sync.
1154
1155 Thu Nov 15 13:11:39 2007 +0100 Tim Janik
1156
1157         Added unit tests for Gtk+ testing utilities.
1158
1159         * gtk/tests/testing.c: added a sample test program that tests Gtk+ test
1160         utility functions. some g_test_* related portions are disabled and need
1161         to be enabled once Gtk+ depends on a new glib with the GLib testing
1162         framework integrated.
1163
1164         * gtk/tests/Makefile.am: new subdirectory to include quick Gtk+ tests.
1165         added exemplary test rules to run tests inside Xvfb. this needs to depend
1166         on gtester for full fledged testing.
1167
1168         * gtk/Makefile.am: build gtk+/gtk/tests, define -DGTK_ENABLE_BROKEN when
1169         collecting _get_type functions to catch e.g. gtk_text_get_type().
1170
1171         * configure.in: create gtk/tests/Makefile.in and gtk/tests/Makefile.
1172
1173 Thu Nov 15 11:55:34 2007 +0100 Tim Janik
1174
1175         Added Gtk+ testing utilities.
1176
1177         * gtk/gtktestutils.h, gtk/gtktestutils.c: added unit test utility functions.
1178         for the most part, the functions herein involve navigating and interacting
1179         with dialog elements programatically, to automate user interaction tests of
1180         dialogs and widgets.
1181
1182         * gtk/gtk.h: include gtk/gtktestutils.h as public API.
1183
1184         * gtk/gtk.symbols: added gtk_test_* symbols.
1185
1186         * gtk/Makefile.am: include gtktestutils.h and gtktestutils.c into the build.
1187         generate gtktypefuncs.c which contains a list of all _get_type functions in
1188         Gtk+ and Gdk.
1189 2007-11-20  Bastien Nocera  <hadess@hadess.net>
1190
1191         * configure.in: add support for conditional icns gdk-pixbuf loader
1192         (Closes: #395738)
1193
1194 2007-11-19 10:31:26  Tim Janik  <timj@imendio.com>
1195
1196         * configure.in: updated version number to 2.15.0 for development.
1197
1198 2007-11-19 10:27:39  Tim Janik  <timj@imendio.com>
1199
1200         === Branch for 2.12 ===
1201