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