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