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