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