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