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