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