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