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