]> Pileus Git - ~andy/gtk/blob - ChangeLog
56acab7dc4d305bd2141450847c1c2e27610879a
[~andy/gtk] / ChangeLog
1 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
2
3         Bug 565846 – "va_end(args);" should be added into gtk_tree_store_new
4
5         * gtk/gtktreestore.c (gtk_tree_store_new): Add a missing
6         va_end() call. Pointed out by Jiwon Lee.
7
8 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
9
10         * gtk/gtkentry.c: Code cleanups; get rid of get_text_area_size,
11         replace get_icon_allocation by get_icon_allocations, don't
12         pass allocation to place_windows; other stylistic changes to 
13         the icon-related code.
14
15 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
16
17         * gtk/gtkentry.c: Avoid size allocation loops.
18
19 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
20
21         * gtk/gtkentry.c: Fix errors in property definitions and
22         get_property implementation.
23
24 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
25
26         * gtk/gtkentry.c: Redo the Caps Lock warning using an icon.
27
28 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
29
30         Bug 558694 – Paned window splitter keynav broken
31
32         * gtk/gtkpaned.c (get_child_panes): Don't add unrealized
33         widgets.
34
35 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
36
37         * gtk/gtkstyle.c:
38         * gtk/gtkmenutooltbutton.c:
39         * gtk/gtkprintoperationpreview.c: Doc additions
40
41 2008-12-29  Matthias Clasen  <mclasen@redhat.com>
42
43         * gtk/gtkiconview.c:
44         * gtk/gtklabel.c:
45         * gtk/gtkentry.c:
46         * gtk/gtktextview.c:
47         * gtk/gtkeditable.c: 
48         * gtk/gtktextbuffer.c: Doc additions.
49
50 2008-12-29  Tor Lillqvist  <tml@novell.com>
51
52         * gtk/gtk.symbols: Add missing symbols from gtkentry.c.
53
54 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
55
56         * gtk/gtkwindow.c: 
57         * gtk/gtkstyle.c: Doc additions
58
59 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
60
61         * gtk/gtk[hv]scrollbar.c: Document gtk_[hv]scrollbar_new.
62
63 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
64
65         * gtk/gtkwidget.c: Document gtk_mnemonic_activate.
66
67 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
68
69         * gtk/gtktextlayout.c: Un-doc-commentize non-public api
70
71 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
72
73         * gtk/gtkprogress.h: Fix a typo
74
75 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
76
77         * gtk/gtkhsv.c:
78         * gtk/gtkentry.c: Doc fixes
79
80 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
81
82         * gtk/gtkwidget.c:
83         * gtk/gtktextutil.c: Un-doc-commentize non-exported functions
84         to make gtk-doc happy.
85
86 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
87
88         * gtk/gtkscale.c:
89         * gtk/gtkimagemenuitem.c: Doc fixes
90
91 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
92
93         * gtk/gtkeditable.h: Match parameter names to make gtk-doc happy.
94
95 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
96
97         * tk/gtkfontsel.c: Merge docs inline.
98
99 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
100
101         * gtk/gtkprintsettings.c:
102         * gtk/gtkbindings.c:
103         * gtk/gtkstyle.c: Doc fixes
104
105 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
106
107         * gtk/gtkscrolledwindow.c: 
108         * gtk/gtkscale.c: Merge docs inline.
109
110 2008-12-28  Ryan Lortie  <desrt@desrt.ca>
111
112         small fix for "Paned Window Widgets" example
113
114         * docs/tutorial/gtk-tut.sgml: use gtk_container_add rather than
115         add_with_viewport for putting a GtkTreeView into a ScrolledWindow
116
117         Spotted by Benjamin Herrenschmidt
118
119 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
120
121         * gtk/gtkimmodule.c:
122         * gtk/gtkseparatortoolitem.c: Doc fixes
123
124         * gtk/gtkfontsel.c:
125         * gtk/gtkeditable.c: Merge docs inline.
126
127 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
128
129         * gtk/gtkhsv.c:
130         * gtk/gtkwidget.c: 
131         * gtk/gtkaccelgroup.c: Documentation fixes
132
133         * gtk/gtkstatusicon.c:
134         * gtk/gtkentry.c:
135         * gtk/gtkeditable.[hc]: Make parameter names match to make gtk-doc
136         happy.
137
138 2008-12-27  Matthias Clasen  <mclasen@redhat.com>
139
140         * gtk/gtkentry.c: Expand the docs some more.
141
142 2008-12-26  Matthias Clasen  <mclasen@redhat.com>
143
144         * gtk/gtkentry.c: Don't emit ::icon-pressed on nonactivatable
145         icons. Fix up docs to match actual api.
146
147         * tests/testentryicons.c: Reshuffle tests a bit. Add a DND test.
148
149 2008-12-26  Matthias Clasen  <mclasen@redhat.com>
150
151         * gtk/gtkentry.c: Fix interaction between icons and widget sensitivity.
152         Also fix a few typos.
153
154         * tests/testentryicons.c: Add property editors.
155         * tests/Makefile.am: Glue
156
157 2008-12-26  Matthias Clasen  <mclasen@redhat.com>
158
159         * gtk/gtkentry.c: Allow builtin icons when loading themed icons,
160         and don't leak a GtkIconInfo.
161
162 2008-12-26  Matthias Clasen  <mclasen@redhat.com>
163
164         * gtk/gtkentry.c: Emit ::icon-pressed regardless which button was
165         pressed. Also make it explicit in the signal signature that the
166         position parameter is a GtkEntryIconPosition.
167
168 2008-12-26  Matthias Clasen  <mclasen@redhat.com>
169
170         * gtk/gtkentry.c: Emit property notification for the text-length
171         property.
172
173 2008-12-26  Matthias Clasen  <mclasen@redhat.com>
174
175         * demos/gtk-demo/search_entry.c: Add a demo for new entry features.
176         * demos/gtk-demo/Makefile.am: Glue
177
178 2008-12-25  Matthias Clasen  <mclasen@redhat.com>
179
180         * gdk/gdkapplaunchcontext.c:
181         * gdk/gdkkeys.c:
182         * gdk/x11/gdkdnd-x11.c:
183         * gdk/x11/gdkkeyx-x11.c:
184         * gdk/x11/gdktestutils-x11.c: Typo fixes and other small
185         doc improvements.
186
187 2008-12-23  Li Yuan  <li.yuan@sun.com>
188
189         * gtk/gtkiconview.c: (gtk_icon_view_accessible_model_row_changed):
190         Bug #549251. No need to set name if there is no a11y item object.
191
192 2008-12-21  Yair Hershkovitz  <yairhr@gmail.com>
193
194         Bug 565203: RTL locales: icons are misplaced when horizontal 
195                     gtkiconview is contained in a gtkscrolledwindow.
196
197         * gtk/gtkiconview.c (gtk_icon_view_layout_single_row):
198         Fix horizontal icon positions when in RTL locale.
199
200 2008-12-19  Matthias Clasen  <mclasen@redhat.com>
201
202         * NEWS: Update
203
204 2008-12-19  Matthias Clasen  <mclasen@redhat.com>
205
206         Bug 564881 – gtkstatusicon.c: 'event' bug again
207
208         * gtk/gtkstatusicon.c (button_callback): Fix the build.
209         Patch by Christian Dywan.
210
211 2008-12-19  Cody Russell  <bratsche@gnome.org>
212
213         Bug 85292 – add an icon to gtkentry
214
215         * gtk/gtkmarshalers.list: Add VOID:INT,BOXED
216         * tests/testentryicons.c: Initial icon entry test
217         * tests/Makefile.am: Add testentryicons
218         * gtk/gtkentry.[ch]: Add API for setting primary/secondary icons
219         and other features related to them.
220         
221 2008-12-19  Marek Kasik  <mkasik@redhat.com>
222
223         Bug 339318 - Allow page rendering to (optionally) happen in a thread
224
225         * gtk/gtk.symbols: API change
226         * doc/reference/gtk/gtk-sections.txt: API change
227         * gtk/gtkprintoperation-private.h
228         * gtk/gtkprintoperation.h
229         * gtk/gtkprintoperation.c: Adds 2 new functions
230            gtk_print_operation_set_defer_drawing()
231              - Sets up the GtkPrintOperation to wait for calling of
232                gtk_print_operation_draw_page_finish() from application. It can
233                be used for drawing page in another thread.
234                This function must be called in the callback of "draw-page"
235                signal.
236            gtk_print_operation_draw_page_finish()
237              - Signalize that drawing of particular page is complete.
238                It is called after completion of page drawing (e.g. drawing
239                in another thread).
240                If gtk_print_operation_set_defer_drawing() was called before,
241                then this function has to be called by application. In another
242                case it is called by the library itself.
243
244 2008-12-15  Matthias Clasen  <mclasen@redhat.com>
245
246         * gtk/gtkprintunixdialog.c: Don't export emit_ok_response
247
248 2008-12-15  Tomas Bzatek  <tbzatek@redhat.com>
249
250         * gtk/gtkfilechooserdefault.c: (list_row_activated):
251         * gtk/gtkfilesystem.c: (_gtk_file_info_consider_as_directory):
252         Mask G_FILE_TYPE_SHORTCUT as a directory (#561494)
253
254 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
255
256         * gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
257         Mount the enclosing volume if the folder we're switching to is not
258         mounted. Patch by Tomas Bzatek, based on work by Carlos Garnacho
259
260 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
261
262         Bug 561494 – FileChooser network browsing and authentication support
263
264         * gtk/gtkfilesystem.[hc] (_gtk_file_info_consider_as_directory): 
265         Privately export this method. It classifies directories and mountables
266         the same.
267
268         * gtk/gtkfilesystem.c (enclosing_volume_mount_cb): Silently drop
269         G_IO_ERROR_ALREADY_MOUNTED error for gvfs backends without visible
270         mounts.
271
272         * gtk/gtkfilesystemmodel.c:
273         * gtk/gtkfilechooserbutton.c:
274         * gtk/gtkfilechooserentry.c: 
275         * gtk/gtkfilechooserdefault.c: Use the new function instead of 
276         direct checks for G_FILE_TYPE_DIRECTORY throughout.
277
278 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
279         
280         Bug 562579 – Remove error dialog when directory does not exist
281
282         * gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
283         Don't show an error dialog when changing to a non-existing folder,
284         since this is ususally just an annoyance. 
285
286 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
287
288         Bug 556233 – local-only causes G_IS_FILE warning
289
290         * gtk/gktfilechooserdefault.c (set_local_only): Avoid a warning
291         in tests. Patch by Christian Dywan
292
293 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
294
295         Bug 563158 – CellRendererProgress pulsing and progressing rows can 
296         not be used together
297
298         * gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_set_pulse):
299         Don't try to keep state in a cell renderer between two paint
300         calls. It doesn't work. Patch by Kristian Mueller
301
302 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
303
304         Bug 555560 – gtk_combo_box_set_active fails with no model
305         
306         * gtk/gtkcombobox.c: Allow out-of-order setting of model and active.
307         Patch by Christian Dywan
308
309 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
310
311         Bug 558306 – Cannot build gdk (gtk+ 2.14.4) on Solaris 8
312
313         * gdk/x11/gdktestutils-x11.c (gdk_test_simulate_button):
314         Remove a C99ism. Pointed out by Eric Lamarque
315
316 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
317
318         Bug 549251 – GTK icon view accessible issue.
319
320         * gtk/gtkiconview.c (gtk_icon_view_accessible_model_row_changed):
321         Handle separate append/set for rows.  Patch by Li Yuan
322
323 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
324
325         Bug 556839 – Crash when opening a link
326
327         * gtk/gtkstatusicon.c (gtk_status_icon_finalize): Destroy the
328         image too. Patch by Carlos Garcia Campos
329
330 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
331
332         Bug 563751 – xatom cache is prefilled too late
333
334         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize the
335         XAtom cache earlier. Patch by Christian Persch
336
337 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
338
339         Bug 564212 – gtk_icon_view_accessible_model_rows_reordered explain 
340         new_order in the wrong way
341
342         * gtk/gtkiconview.c (gtk_icon_view_accessible_model_rows_reordered):
343         Use the new order correctly.  Patch by Li Yuan
344
345 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
346
347         Bug 563835 – Typo in gtk_widget_has_screen() docs
348
349         * gdk/directfb/gdkwindow-directfb.c:
350         * gdk/gdkwindow.c:
351         * gdk/x11/gdkwindow-x11.c:
352         * gtk/gtkmenushell.c:
353         * gtk/gtkwidget.c:
354         * gtk/tests/builder.c:
355         * tests/testdnd.c: s/heirarchy/hierarchy/ in docs and comments.
356         Pointed out by Wouter Bolsterlee
357
358 2008-12-12  Matthias Clasen  <mclasen@redhat.com>
359
360         Bug 564066 – Crash in gtk_rc_parse_default_files
361
362         * gtk/gtkrc.c (gtk_rc_parse_default_files): Handle being called
363         early. Bug report by Andrés G. Aragoneses
364
365 2008-12-12  Matthias Clasen  <mclasen@redhat.com>
366
367         * gtk/gtkmountoperation.c: Set an empty title on password dialogs.
368         Pointed out by Máirín Duffy.
369
370 2008-12-11  Sven Herzberg  <sven@imendio.com>
371
372         Document the "set-scroll-adjustments" signal
373
374         Reviewed by Kristian Rietveld.
375
376         * gtk/gtkiconview.c,
377         * gtk/gtklayout.c,
378         * gtk/gtktextview.c,
379         * gtk/gtktreeview.c,
380         * gtk/gtkviewport.c: added proper documentation for the signal
381
382 2008-12-11  Daniel Elstner  <danielk@openismus.com>
383
384         Bug 563994 – Input method module interface not documented
385
386         * gtk/gtkimcontext.h: Add public/private markers.
387         * gtk/gtkimcontext.c: Add section documentation which explains how
388         to add a new input method module to GTK+.  Document the signals and
389         virtual functions of GtkIMContextClass.
390         * gtk/gtkimmodule.c: Document struct GtkIMContextInfo.
391         * docs/reference/gtk/gtk-sections.txt: Add GtkIMContextClass and
392         GtkIMContextInfo to section GtkIMContext.
393         * docs/reference/gtk/Makefile.am (IGNORE_HFILES): Remove
394         gtkimmodule.h from the list in order to pick up GtkIMContextInfo.
395         * docs/reference/gtk/tmpl/gtkimcontext.sgml: Remove file from
396         repository since all the hand-edited content has been migrated to
397         source file comments.
398
399 2008-12-10  Matthias Clasen  <mclasen@redhat.com>
400
401         Bug 563991 – gtk_file_chooser_button_new_with_backend is deprecated
402         -- but what should be used instead?
403
404         * gtk/gtkfilechooserbutton.c: Enhanced deprecation annotation.
405
406 2008-12-10  Daniel Elstner  <danielk@openismus.com>
407
408         Maintenance of Multipress input method by Openismus GmbH:
409
410         * modules/input/gtkimcontextmultipress.[ch]: Clean up the code
411         a bit to follow the GTK+ coding style more closely.  Fix the code
412         to emit "preedit-start" and "preedit-end", too, rather than only
413         "preedit-changed".
414         (GTK_IM_CONTEXT_MULTIPRESS*): Rename incorrectly spelled macros
415         gtk_im_context_multipress*. Shouldn't break API or ABI as it's
416         only used internally.
417         * modules/input/immultipress.c: More cleanup,
418         * modules/input/README.multipress: ditto.
419
420 2008-12-09  Michael Natterer  <mitch@imendio.com>
421
422         * gdk/gdk.symbols: add missing #ifndef GDK_DISABLE_DEPRECATED.
423
424 2008-12-09  Michael Natterer  <mitch@imendio.com>
425
426         * gtk/gtkcontainer.c (struct PackingPropertiesData): add missing
427         semicolon.
428
429         * gtk/gtkcontainer.c (attributes_text_element): "value" is a
430         gchar*, not const gchar*.
431
432 2008-12-07  Matthias Clasen  <mclasen@redhat.com>
433
434         Bug 546378 – GtkAssistant page title is not translatable
435
436         * gtk/gtkbuilderparser.c: Make gtk_builder_get_translation_domain()
437         useful for subparsers.
438
439         * gtk/gtkcontainer.c: Make the child property parser support
440         translatable child properties. Patch by Antti Kaijanmäki
441  
442 2008-12-07  Matthias Clasen  <mclasen@redhat.com>
443
444         Bug 554274 – Add default hook for GtkLinkButton
445
446         * gtk/gtklinkbutton.c: Call gtk_show_uri() if no uri hook has
447         been set. Patch by Emmanuele Bassi
448
449 2008-12-07  Matthias Clasen  <mclasen@redhat.com>
450
451         Bug 559325 – documentation for gdk_display_get_window_at_pointer() 
452 :       is wrong
453
454         * gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): Correct
455         the documentation. Patch by Paul Davis
456
457 2008-12-07  Matthias Clasen  <mclasen@redhat.com>
458
459         Bug 563285 – test print backend does not compile
460
461         * modules/printbackends/test/gtkprintbackendtest.c: Clean up
462         includes. 
463
464 2008-12-07  Behdad Esfahbod  <behdad@gnome.org>
465
466         Bug 563547 – Update gdkx11 atom precache table
467
468         * gdk/x11/gdkdisplay-x11.c: Add more atoms to precache.
469
470 2008-12-05  Michael Natterer  <mitch@imendio.com>
471
472         Bug 546285 – Allow GtkEntry to draw progress
473
474         * gtk/gtkentry.[ch]: add new API similar to GtkProgressBar which
475         allows to set the entry's progress_fraction, its progress_pulse_step
476         and to let the entry's progress pulse.
477
478         * gtk/gtk.symbols: updated.
479
480         * tests/testgtk.c: add progress demo code to the "Entry" window.
481
482 2008-12-04  Johan Dahlin  <jdahlin@async.com.br>
483
484         * gtk/gtkstatusicon.c:
485         Add missing space in gtk-doc deprecated syntax
486
487 2008-12-03  Simos Xenitellis  <simos@gnome.org>
488
489         Bug 557420 – Some compose sequences don't work anymore (or only in
490         a specific order)
491
492         * gtk/gtkimcontextsimple.c: Update of table size, keysym boundary,
493         to match the gtkimcontextsimpleseqs.h table.
494         * gtk/gtkimcontextsimpleseqs.h: Update with older gtk+ compose
495         sequences that went missing due to table update with upstream.
496         * gtk/compose-parse.py: Updated to include gtk-compose-lookaside.txt
497         * gtk/gtk-compose-lookaside.txt: Older gtk+ compose sequences that
498         are not found in the X.Org Compose file.
499
500 2008-12-03  Sven Herzberg  <sven@imendio.com>
501
502         Bug 562998 – GtkFontButton documentation improvements
503
504         * gtk/gtkfontbutton.c: mention the way the font string should be used.
505         Patch by Sven Herzberg and Nelson Benitez
506
507 2008-12-03  Marek Kasik  <mkasik@redhat.com>
508
509         Bug 559914 – eog doesn't apply paper setup.
510
511         * gtk/gtkpapersize.c: Call the gtk_paper_size_new_from_ppd() with width
512         and height in points.
513
514 2008-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
515
516         Bug 562878 – password save incorrectly set in gtkmountoperation
517
518         * gtk/gtkmountoperation.c (remember_button_toggled),
519         (gtk_mount_operation_ask_password): Remember the password save
520         flags only when the radio button becomes active. Set also the
521         default state of the radio buttons depending on the current value
522         of password save flags. 
523         
524 2008-12-01  Matthias Clasen <mclasen@redhat.com>
525
526         Bug 555334 – connected server feature
527
528         * gtk/gtkfilesystem.c (get_volumes_list): Filter out shadow mounts.
529         Patch by David Zeuthen.
530
531 2008-12-01  Matthias Clasen <mclasen@redhat.com>
532
533         * gtk/gtkentry.c: Revert an accidental change that sneaked
534         in with the last commit.
535
536 2008-12-01  Paul Bolle  <pebolle@tiscali.nl>
537
538         Bug 562817 – GtkDialog: typo
539
540         * gtk/gtkdialog.c: Fix typo
541
542 2008-11-29  Matthias Clasen  <mclasen@redhat.com>
543
544         Bug 554453 – "typeahead find" widget of GtkTreeView appears on 
545         wrong monitor in a multi-head environment
546
547         * gtk/gtktreeview.c (gtk_tree_view_ensure_interactive_directory):
548         Make sure the typeahead window follows screen changes of the
549         treeview. Noticed by Rainer Stransky
550
551 2008-11-30  Christian Dywan  <christian@imendio.com>
552
553         Bug 559622 – GdkDevice test segfaults
554
555         * gdk/x11/gdkdisplay-x11.c (gdk_display_x11_dispose):
556         * gdk/x11/gdkinput.c (gdk_device_class_init), (gdk_device_dispose):
557         Free and reset device in dispose. Patch by Michael Natterer and myself.
558
559 2008-11-30  Christian Dywan  <christian@imendio.com>
560
561         Bug 554076 – eventually release g_new-ed supported_atoms
562
563         * gdk/x11/gdkevents-x11.c (cleanup_atoms),
564         (gdk_x11_screen_supports_net_wm_hint): Set cleanup callback.
565         Patch by Caolan McNamara.
566
567 2008-11-30  Christian Dywan  <christian@imendio.com>
568
569         Bug 539263 – Deprecate gdk_window_get_toplevels
570
571         * gdk/gdkwindow.c:
572         * gdk/gdkwindow.h: Deprecate gdk_window_get_toplevels
573
574 2008-11-29  Federico Mena Quintero  <federico@novell.com>
575
576         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): If tree lines are
577         enabled, flip them around for the right-to-left case.  Fixes
578         https://bugzilla.novell.com/show_bug.cgi?id=447004.  Patch by
579         Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt>
580
581 2008-11-29  Christian Persch  <chpe@gnome.org>
582
583         * gtk/gtkselection.c: Typo fix.
584
585 2008-11-29  Matthias Clasen  <mclasen@redhat.com>
586
587         * gtk/gtkselection.c:
588         * gtk/gtkentry.c:
589         * gtk/gtkdnd.c:
590         * gtk/gtkcolorsel.c:
591         * gtk/gtkbindings.c: Improve deprecation annotations.
592
593 2008-11-26  Christian Dywan  <christian@imendio.com>
594
595         Bug 561504 – testgtk should load rc file from sub folder
596
597         * tests/testgtk.c (main):
598         Make testgtk look in subfolder and warn if not found
599
600 2008-11-25  Johan Dahlin  <jdahlin@async.com.br>
601
602         Bug 559947 – Unchecked dependency on python>=2.4
603
604         * gtk/gtk-builder-convert:
605         Avoid using sorted() which is only present in python 2.
606
607 2008-11-24  Tristan Van Berkom <tvb@gnome.org>
608
609         * gtk/gtkalignment.c: Bug 561539 - Fix warnings when size allocations
610         fall short of border width and padding.
611
612 2008-11-22  Paul Bolle  <pebolle@tiscali.nl>
613
614         Bug 561335 - Fix typos in GtkToolItem documentation
615
616         * gtk/gtktoolitem.c: Fix typos in GtkToolItem documentation
617
618 2008-11-21  Matthias Clasen <mclasen@redhat.com>
619
620         * configure.in: Bump gtk-doc dependency to 1.11 for
621         nicer index-generation.
622
623 2008-11-21  Matthias Clasen <mclasen@redhat.com>
624
625         * gtk/gtkmountoperation.[hc]: Declare structs in a way that
626         gtk-doc understands.
627
628 2008-11-17  Christian Dywan  <christian@imendio.com>
629
630         Bug 377699 – realizing gtk.Progress() causes SEGV
631
632         * gtk/gtkprogress.c: Define GtkProgress as an abstract type
633
634 2008-11-13  Christian Dywan  <christian@imendio.com>
635
636         Bug 560602 – Wrong GtkMenuItem default value (test fails)
637
638         * gtk/gtkmenuitem.c (gtk_menu_item_class_init):
639         Correct default "label" value to ""
640
641 2008-11-12  Christian Dywan  <christian@imendio.com>
642
643         Bug 560139 – GtkEntry doesn't paint with the right state
644
645         * gtk/gtkentry.c (gtk_entry_class_init), (gtk_entry_draw_frame),
646         (gtk_entry_expose): Reflect the right state if state-hint is set
647
648 2008-11-12  Christian Dywan  <christian@imendio.com>
649
650         Bug 559619 – invisible-char default cannot be tested
651
652         * gtk/tests/defaultvalue.c (test_type):
653         Skip invisible-char when testing
654
655 2008-11-12  Richard Hult  <richard@imendio.com>
656
657         * gtk/gtkdnd-quartz.c: (gtk_drag_set_icon_pixmap): Implement,
658         patch from Paul Davis.
659
660 2008-11-12  Christian Dywan  <christian@imendio.com>
661
662         Bug 525550 – GTK+ 2.13.0 GtkCurve test fails
663
664         * gtk/tests/object.c (list_ignore_properties),
665         (object_test_property), (main): Ignore GtkCurve when testing
666
667 2008-11-12  Richard Hult  <richard@imendio.com>
668
669         Bug 550942 – [patch] Rework of gdkeventloop-quartz.c
670
671         * gdk/gdk.c:
672         * gdk/gdkinternals.h: Add eventloop debug facility.
673         * gdk/quartz/gdkeventloop-quartz.c: Big rework of the quartz
674         mainloop integration, patch from Owen Taylor. See bug #550942 for
675         the details.
676
677 2008-11-12  Richard Hult  <richard@imendio.com>
678
679         Bug 558586 – handling of keyboard under darwin (quartz)
680
681         * gdk/quartz/gdkkeys-quartz.c: Follow up on this bug, only use the
682         new API when building on 64-bit, since there are still old non-xml
683         layouts used out there we don't want to break them. (For 64-bit
684         those layouts doesn't work so we don't have a choice there.)
685
686 2008-11-11  Matthias Clasen  <mclasen@redhat.com>
687
688         * gtk/gtkspinbutton.c: Chain up in enter and leave notify handlers.
689
690 2008-11-11  Michael Natterer  <mitch@imendio.com>
691
692         Bug 553765 – Add orientation API to GtkRange
693
694         * gtk/gtkrange.[ch]: implement the GtkOrientable interface. Add
695         evil code that makes sure that the stepper_detail and slider_detail
696         set in GtkRangeClass continue to work with the hacked subclasses
697         below.
698
699         * gtk/gtkscale.[ch]: swallow all code from GtkHScale and GtkVScale
700         and add gtk_scale_new() and gtk_scale_new_with_range() which take
701         a GtkOrientation argument. Set slider_detail to "Xscale" so above
702         evil code works.
703
704         * gtk/gtkscrollbar.[ch]: add gtk_scrollbar_new() which takes a
705         GtkOrientation argument. Set stepper_detail to "Xscrollbar" so
706         above evil code works.
707
708         * gtk/gtkhscale.c
709         * gtk/gtkvscale.c
710         * gtk/gtkhscrollbar.c
711         * gtk/gtkvscrollbar.c: remove all code except the constructor and
712         call gtk_orientable_set_orientation() in init().
713
714         * gtk/gtk.symbols: changed accordingly.
715
716 2008-11-11  Michael Natterer  <mitch@imendio.com>
717
718         * gtk/gtktoolbar.h: move deprecated functions together, move
719         setters and getters together, some indentation cleanup.
720
721 2008-11-11  Michael Natterer  <mitch@imendio.com>
722
723         * gtk/gtktoolbar.[ch]: implement the GtkOrientable interface
724         and deprecate gtk_toolbar_get,set_orientation().
725
726         * gtk/gtk.symbols: changed accordingly.
727
728 2008-11-10  Marek Kasik  <mkasik@redhat.com>
729
730         Bug 560135 - Print when the user double clicks a printer
731
732         * gtk/gtkprintunixdialog.c: add handling of double click to
733         GtkPrintUnixDialog.
734
735 2008-11-07  Michael Natterer  <mitch@imendio.com>
736
737         * gtk/gtkpaned.c: argh, actually call the newly added private
738         gtk_paned_calc_position() instead of the deprecated public
739         version.
740
741 2008-11-07  Michael Natterer  <mitch@imendio.com>
742
743         Bug 553586 – Add orientation API to GtkPaned
744
745         * gtk/gtkpaned.[ch]: implement the GtkOrientable interface
746         and swallow all code from GtkHPaned and GtkVPaned. Add
747         gtk_paned_new() which takes a GtkOrientation argument. Deprecate
748         gtk_paned_compute_position() for good (also for GTK_COMPILATION).
749
750         * gtk/gtkhpaned.[ch]
751         * gtk/gtkvpaned.[ch]: remove all code except the constructor and
752         call gtk_orientable_set_orientation() in init().
753
754         * gtk/gtk.symbols: add gtk_box_new().
755
756 2008-11-07  Johan Dahlin  <jdahlin@async.com.br>
757
758         * gtk/gtkcontainer.c (gtk_container_buildable_add_child):
759         Check for child->parent instead of GTK_WIDGET_TOPLEVEL.
760
761 2008-11-07  Michael Natterer  <mitch@imendio.com>
762
763         * gtk/gtkscrollbar.c: remove bogus newlines in the middle of
764         function calls, fix broken indentation and remove trailing
765         whitespace.
766
767 2008-11-06  Tristan Van Berkom <tvb@gnome.org>
768
769         * gtk/gtkmenuitem.c: Made buildable and added support for adding
770         children of type "submenu"
771
772         * gtk/gtkwindow.c: Added support for custom tag "accel-groups" to
773         add GtkAccelGroups to the window.
774
775         * gtk/gtkcontainer.c: Added builder contextual warnings in
776         buildable_add_child()
777
778         * gtk/tests/builder.c: Added tests for buildable menus (test that
779         accelerators are properly connected on stock items, test the menu
780         hierarchy, test permission to add alien/custom menuitem children).
781
782         * docs/reference/gtk/tmpl/gtkbuilder.sgml
783         * docs/reference/gtk/tmpl/gtkwindow.sgml
784         * docs/reference/gtk/tmpl/gtkmenuitem.sgml: Updated docs for
785         buildable submenus and accel groups.
786
787 2008-11-06  Tristan Van Berkom <tvb@gnome.org>
788
789         * gtk/gtkmenuitem.[ch]: added new apis
790         gtk_menu_item_[set/get]_label() and
791         gtk_menu_item_[set/get]_use_underline() with "label" and
792         "use-underline" properties, constructors cleaned up to use
793         g_object_new().  GtkMenuItemClass take new vfuncs
794         ->get/set_label().
795
796         * gtk/gtkcheckmenuitem.c: constructors cleaned up to use
797         g_object_new().
798
799         * gtk/gtkimagemenuitem.[ch]: added new apis
800         gtk_image_menu_item_[get/set]_use_stock() and
801         gtk_image_menu_item_set_accel_group() with "use-stock" and
802         write-only "accel-group" properties. constructors cleaned up to
803         use g_object_new().
804
805 2008-11-06  Tristan Van Berkom <tvb@gnome.org>
806
807         * gtk/gtkbuilder.h: Fixed a crasher in
808         GTK_BUILDER_WARN_INVALID_CHILD_TYPE()
809
810 2008-11-06  Tristan Van Berkom <tvb@gnome.org>
811
812         * gtk/gtklabel.c: gtk_label_set_attributes() now applies attributes
813         on top of any markup or mnemonic attributes (bug 558409).
814
815         * README: Updated and added release notes for 2.16
816
817 2008-11-06  Richard Hult  <richard@imendio.com>
818
819         Bug 558586 – handling of keyboard under darwin (quartz)
820
821         * gdk/quartz/gdkkeys-quartz.c: (maybe_update_keymap): Patch from
822         Arnaud Charlet to replace use of deprecated keyboard layout API
823         with the new TIS API available in 10.5. The old code is still used
824         when building for 10.4.
825
826 2008-11-05  Richard Hult  <richard@imendio.com>
827
828         * gdk/quartz/gdkevents-quartz.c:
829         (get_keyboard_modifiers_from_ns_event), (create_key_event): Revert
830         (at least for now) the alt/cmd switching since it breaks the
831         "alt-gr" functionality of alt which makes it impossible to input
832         lots of characters.
833
834 2008-11-05  Christian Dywan  <christian@imendio.com>
835
836         Bug 559404 – gtk_editable_insert_text counts length in bytes
837
838         * gtk/gtkeditable.c:
839         Document new_text_length as the number of bytes
840
841 2008-11-05  Richard Hult  <richard@imendio.com>
842
843         * gdk/quartz/gdkwindow-quartz.c:
844         (gdk_window_impl_quartz_begin_paint_region): Set the fill color
845         outside the loop.
846
847 2008-11-05  Richard Hult  <richard@imendio.com>
848
849         * gtk/gtkstatusicon.c: (gtk_status_icon_set_has_tooltip),
850         (gtk_status_icon_get_tooltip_markup): Fix build for win32 and
851         quartz.
852
853 2008-11-04  Tor Lillqvist  <tml@novell.com>
854
855         Bug 557212 - Problem with which window gains focus and is visible
856
857         * gdk/win32/gdkevents-win32.c (ensure_stacking_on_activate_app):
858         Only do the restacking for the active window of the
859         application. Seems to fix the problem.
860
861         (gdk_event_translate): Only call ensure_stacking_on_activate_app()
862         when the application is being activated, not deactivated.
863
864 2008-11-03  Matthias Clasen  <mclasen@redhat.com>
865
866         * gtk/gtk.symbols:
867         * gtk/gtkstatusicon.[hc]: Add new tooltip api.
868
869 2008-11-03  Christian Persch  <chpe@gnome.org>
870
871         Bug 558001 – gtk_icon_view_enable_model_drag_[source|dest] problem
872
873         * gtk/gtkiconview.c: Make gtk_drag_*_add_*_targets() usable with
874         GtkIconView.
875
876 2008-11-02  Matthias Clasen  <mclasen@redhat.com>
877
878         Bug 558929 – gtkstatusicon.c: 'event' is a member of the structure
879
880         * gtk/gtkstatusicon.c: Fix the build.
881
882 2008-11-02  Matthias Clasen  <mclasen@redhat.com>
883
884         * gtk/gtkimagemenuitem.c: Make it possible to overrule the
885         gtk-menu-images setting.
886
887         * gtk/gtkaction.c (connect_proxy): Show the image before adding
888         it to the image menu item.
889
890 2008-11-01  Tor Lillqvist  <tml@novell.com>
891
892         Bug 558278 - Crash when calling a callback set by
893         gdk_add_client_message_filter()
894
895         * gdk/win32/gdkevents-win32.c (apply_event_filters): Rename from
896         apply_filters() so that it is clear that this function is for
897         GdkEventFilters only.
898
899         (print_event): Print more information for GDK_CLIENT_EVENT events.
900
901         (gdk_event_translate): When handling client filters, don't use
902         apply_event_filters(). Use similar code as in the X11 backend,
903         although not exactly, as the parameter list and return value
904         semantics of gdk_event_translate() is different.
905
906         * tests/testclientmessage.c: New interactive test program to
907         verify client message functionality.
908
909         * tests/Makefile.am: Add it.
910
911 2008-11-01  Matthias Clasen  <mclasen@redhat.com>
912
913         Bug 409435 – GtkStatusIcon enhancements: DnD, scroll events, 
914         middle click, rich tooltips
915
916         * gtk/gtkstatusicon.[hc]: Add support for button press/release and
917         scroll events. Patch by Ed Catmur
918
919 2008-11-01  Matthias Clasen  <mclasen@redhat.com>
920
921         Bug 322934 – Replace menu's proxy icons with empty space hiding icons
922
923         * gtk/gtkmenu.c (gtk_menu_size_request): Use consistent padding
924         regardless of imagees or checks being in the menu. Also add
925         padding on the right edge.
926         Proposal by Luca Ferretti, patch by Jon McCann
927
928 2008-11-01  Matthias Clasen  <mclasen@redhat.com>
929
930         Bug 412134 – Add API to query style properties from the style
931
932         * gtk/gtk.symbols:
933         * gtk/gtkstyle.[hc]: Add getters for style properties to
934         avoid the need for ugly workarounds with dummy widget instances.
935         Patch by Mariano Suárez-Alvarez
936
937 2008-10-31  Christian Dywan  <christian@imendio.com>
938
939         Bug 558667 – gtk_font_selection_dialog_get_apply_button - deprecate?
940
941         * gtk/gtk.symbols:
942         * gtk/gtkfontsel.c:
943         * gtk/gtkfontsel.h:
944         Deprecate gtk_font_selection_dialog_get_apply_button
945
946 2008-10-31  Matthias Clasen  <mclasen@redhat.com>
947
948         Bug 558323 – glitches when popping up combos in treeviews
949
950         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_set_property):
951         Don't set the model property on the combo box, since that leads
952         to loops.
953
954 2008-10-31  Christian Dywan  <christian@imendio.com>
955
956         Bug 347230 – testicontheme shortcomings
957
958         * tests/testicontheme.c (main):
959         Use theme for "display" and quit on window closing
960
961 2008-10-30  Matthias Clasen  <mclasen@redhat.com>
962
963         Bug 558522 – scroll arrow painted insensitive even though there
964         are pages beyond the edge
965
966         * gtk/gtknotebook.c (gtk_notebook_real_insert_page): Redraw
967         arrows. Pointed out by Christian Persch
968
969 2008-10-30  Michael Natterer  <mitch@imendio.com>
970
971         * gtk/gtkcellrenderertext.h
972         * gtk/gtkentry.[ch]
973         * gtk/gtkimcontext.h
974         * gtk/gtklabel.c
975         * gtk/gtkstyle.h: <pango/pango.h> is pulled in by <gdk/gdk.h>,
976         remove its inclusion here.
977
978 2008-10-30  Michael Natterer  <mitch@imendio.com>
979
980         * gtk/*.h: no need to include <gtk/gtkenums.h> in headers which
981         somehow include gtkobject.h or another header which includes it.
982
983 2008-10-30  Marek Kasik  <mkasik@redhat.com>
984
985         Bug 339714 - Set printer dpi on cairo ps/pdf surfaces when printing
986
987         * gtk/gtk.symbols
988         * gtk/gtkprintsettings.c
989         * gtk/gtkprintsettings.h
990         * docs/reference/gtk/gtk-sections.txt
991         * modules/printbackends/file/gtkprintbackendfile.c
992         * modules/printbackends/test/gtkprintbackendtest.c
993         * modules/printbackends/cups/gtkprintbackendcups.c
994         * modules/printbackends/lpr/gtkprintbackendlpr.c:
995         Added lpi (lines per inch) setting to GtkPrintSettings and support
996         for anamorphic dpi. Surface fallback resolution is set to 2*lpi.
997
998 2008-10-30  Michael Natterer  <mitch@imendio.com>
999
1000         * gtk/*.h: no need to include <gdk/gdk.h> in any widget header,
1001         it's included via gtkwidget.h anyway.
1002
1003 2008-10-30  Sven Neumann  <sven@gimp.org>
1004
1005         * gtk/gtkwidget.c (gtk_widget_get_property): removed redundant
1006         conditional.
1007
1008 2008-10-30  Christian Dywan  <christian@imendio.com>
1009
1010         Bug 557316 – GtkLinkButton should consider user-defined tooltip
1011
1012         * gtk/gtklinkbutton.c (gtk_link_button_query_tooltip_cb):
1013         Only override the tooltip if not previously set
1014
1015 2008-10-29  Christian Dywan  <christian@imendio.com>
1016
1017         Bug 557762 – Misleading error message in GDK DirectFB
1018
1019         * gdk/directfb/gdkdisplay-directfb.c (gdk_display_open):
1020         Correctly say GetInputDevice instead of GetDisplayLayer
1021
1022 2008-10-29  Christian Dywan  <christian@imendio.com>
1023
1024         Bug 558397 – gtk_widget_error_bell undefined without a screen
1025
1026         * gtk/gtkwidget.c (gtk_widget_error_bell): Test the settings
1027         instance and return silently if unset
1028
1029 2008-10-28  Michael Natterer  <mitch@imendio.com>
1030
1031         * gdk/keyname-table.h: fix small typo.
1032
1033 2008-10-27  Richard Hult  <richard@imendio.com>
1034
1035         Bug 557894 – Wrong return value for
1036         gdk_pointer_grab_info_libgtk_only()
1037
1038         * gdk/quartz/gdkevents-quartz.c:
1039         (gdk_pointer_grab_info_libgtk_only): Return TRUE when there is a
1040         pointer grab. Patch by Owen Taylor.
1041
1042 2008-10-26  Matthias Clasen  <mclasen@redhat.com>
1043
1044         * gtk/gtktoolshell.c:
1045         * gtk/gtktoolitem.c: Remove markup from short descriptions.
1046
1047 2008-10-26  Matthias Clasen  <mclasen@redhat.com>
1048
1049         * gdk/keyname-table.h:
1050         * gtk/gen-paper-names.c:
1051         * gtk/paper_names_offsets.c:
1052         * gtk/gtkpapersize.c:
1053         * gtk/gtkaccellabel.c:
1054         * gtk/gtkprintoperation.c:
1055         * gtk/gtkstock.c: More conversion to C_().
1056
1057 2008-10-26  Matthias Clasen  <mclasen@redhat.com>
1058
1059         * gtk/gtkaccellabel.c:
1060         * gtk/gtkcalendar.c:
1061         * gtk/gtkcellrendereraccel.c:
1062         * gtk/gtkcellrendererprogress.c:
1063         * gtk/gtkimmulticontext.c:
1064         * gtk/gtkrecentchoosermenu.c:
1065         * gtk/gtkvolumebutton.c: Use C_() instead of Q_(). String change!
1066
1067 2008-10-26  Christian Persch  <chpe@gnome.org>
1068
1069         Bug 557065 – gtkcellrendererpixbuf spams console over and over with
1070         'could not load image' warnings
1071
1072         * gtk/gtkcellrendererpixbuf.c:
1073         (gtk_cell_renderer_pixbuf_create_themed_pixbuf): Remove noisy
1074         g_warning.
1075
1076 2008-10-26  Philip Withnall  <philip@tecnocode.co.uk>
1077
1078         Bug 530454 – Clarify page_nr when printing
1079
1080         * gtk/gtkprintoperation.c (gtk_print_operation_class_init): Point out
1081         that page_nr is 0-based in the documentation.
1082
1083 2008-10-25  Matthias Clasen  <mclasen@redhat.com>
1084         
1085         Bug 557315 – stale clipboard target cache
1086
1087         * gtk/gtkclipboard.c (gtk_clipboard_set_contents): Remove cached
1088         targets. Pointed out by Evan Stade
1089
1090 2008-10-24  Tristan Van Berkom  <tvb@gnome.org>
1091
1092         * gtk/gtkwidget.c: Added a note about GtkWidget:has-tooltip in
1093         the docs for GtkWidget::query-tooltip.
1094
1095 2008-10-24  Matthias Clasen  <mclasen@redhat.com>
1096
1097         * gtk/gtkmountoperation.c: The "screen" property ought to have
1098         type GdkScreen, not GtkWindow. Found by Cosimo Cecchi
1099
1100 2008-10-24  Matthias Clasen  <mclasen@redhat.com>
1101
1102         Bug 556954 – gtk+/gtk/gtkrecentchooserdefault.c: mismatching
1103         allocation and deallocation
1104
1105         * gtk/gtkrecentchooserdefault.c (remove_selected_from_list): Don't
1106         free a strdup'ed string by g_free. Pointed out by Daniel Marjamäki
1107
1108 2008-10-24  Matthias Clasen  <mclasen@redhat.com>
1109
1110         Bug 556835 – gtkentry.c: variable is declared at middle of block
1111
1112         * gtk/gtkentry.c (gtk_entry_copy_clipboard): Fix a C99ism pointed
1113         out by Kazuki Iwamoto
1114
1115 2008-10-24  Matthias Clasen  <mclasen@redhat.com>
1116
1117         Bug 557524 – "va_end(args);" should be added into
1118         gtk_text_buffer_insert_with_tags_by_name( )
1119
1120         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_with_tags_by_name):
1121         Don't forget to call va_end. Pointed out by Boram Park
1122
1123 2008-10-23  Alexander Larsson  <alexl@redhat.com>
1124
1125         Bug 528320 - Incorrect icons displayed for files with custom
1126         mimetype icons
1127         
1128         * gtk/gtkfilesystem.c:
1129         (_gtk_file_info_render_icon):
1130         Fall back on default file icon if there was no icon or it
1131         was not found in the theme. This goes with the corresponding
1132         change in glib to not add the fallback icon, but is useful
1133         in other cases too.
1134
1135 2008-10-22  Behdad Esfahbod  <behdad@gnome.org>
1136
1137         Bug 555920 – gtkentry.c passes wrong enum to
1138         pango_layout_set_alignment()
1139
1140         * gtk/gtkentry.c (gtk_entry_create_layout): Don't set layout
1141         adjustment.
1142
1143 2008-10-22  Matthias Clasen  <mclasen@redhat.com>
1144
1145         * gdk/x11/gdkscreen-x11.c: Only emit size-changed if the screen
1146         size actually changed.
1147
1148 2008-10-21  Michael Natterer  <mitch@imendio.com>
1149
1150         * gdk/gdkdraw.c
1151         * gdk/gdkimage.c
1152         * gdk/gdkscreen.c
1153         * gdk/gdkwindow.c: replace assertions for obj != NULL by
1154         GDK_IS_OBJ(), remove redundant != NULL checks when there is
1155         already a type check, add some g_return_if_fail() that were
1156         missing entirely, fix some broken indentation and spacing.
1157
1158 2008-10-21  Tor Lillqvist  <tml@novell.com>
1159
1160         Bug 557266 - Window Management Problem
1161
1162         Also reported in mail to gtk-list, and of course it has been well
1163         known in general that window state management is messy and buggy
1164         in various ways in gdk/win32.
1165
1166         * gdk/win32/gdkwindow-win32.c (show_window_internal): Correct
1167         handling of GDK_WINDOW_STATE_ABOVE windows. It doesn't work to set
1168         the WS_EX_TOPMOST extended style bit using SetWindowLong(). We
1169         must call SetWindowPos() on the window using HWND_TOPMOST
1170         instead. The description for WS_EX_TOPMOST in the documentation
1171         for CreateWindowEx() even implies that if you read it carefully.
1172
1173 2008-10-21  Michael Natterer  <mitch@imendio.com>
1174
1175         * gdk/gdkapplaunchcontext.c: reorder functions to be in standard
1176         order, add prototypes and namespace to static functions, add
1177         g_return_if_fail()s which were missing all over the place.
1178
1179 2008-10-20  Christian Persch  <chpe@gnome.org>
1180
1181         Bug 557059 – crash when compositing emblems with icon
1182
1183         * gtk/gtkicontheme.c: (apply_emblems): Copy the pixbuf before using it
1184         with gtk_pixbuf_composite, in case its pixdata is read-only (mmaped
1185         from icon cache or builtins).
1186
1187 2008-10-20  Murray Cumming  <murrayc@murrayc.com>
1188
1189         * gtk/gtkiconview.c: gtk_icon_view_set_tooltip_row(), 
1190         gtk_icon_view_set_tooltip_item():
1191         * gtk/gtktreeview.c: gtk_icon_view_set_tooltip_row(), 
1192         gtk_icon_view_set_tooltip_cell():
1193         Documentation: Mention the simple set_tooltip_column() 
1194         alternative.
1195
1196 2008-10-18  Tor Lillqvist  <tml@novell.com>
1197
1198         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
1199         WM_WINDOWPOSCHANGING, don't dereference windowpos in the debugging
1200         output without setting it first.
1201
1202 2008-10-18  Tor Lillqvist  <tml@novell.com>
1203
1204         Bug 556578 - GIMP windows stay on top of other windows
1205
1206         * gdk/win32/gdkevents-win32.c (ensure_stacking_on_unminimize)
1207         (ensure_stacking_on_window_pos_changing)
1208         (ensure_stacking_on_activate_app): Ignore unmapped windows in the
1209         loops where we look for the lowest "transient-type" window.
1210
1211         (gdk_event_translate): Don't call
1212         ensure_stacking_on_window_pos_changing() or
1213         ensure_stacking_on_activate_app() for unmapped windows.
1214
1215 2008-10-16  Marek Kasik  <mkasik@redhat.com>
1216
1217         Bug 556527 - The current page property is not passed to
1218         GtkPrintUnixDialog
1219
1220         * gtk/gtkprintoperation-unix.c: pass current-page property
1221         to GtkPrintUnixDialog
1222
1223 2008-10-15  Michael Natterer  <mitch@imendio.com>
1224
1225         * gdk/gdkapplaunchcontext.h (GDK_IS_APP_LAUNCH_CONTEXT): fix typo
1226         in the type name so the macro becomes usable.
1227
1228 2008-10-14  Christian Dywan  <christian@imendio.com>
1229
1230         556150 – gtk 'object' property test fixing
1231
1232         * gtk/tests/object.c (list_ignore_properties):
1233         Remove some recently fixed properties from the exception list
1234
1235 2008-10-13  Matthias Clasen  <mclasen@redhat.com>
1236
1237         Bug 555779 – GtkCellRendererPixbuf crashed on failed GIcon lookup
1238
1239         * gtk/gtkcellrendererpixbuf
1240         (gtk_cell_renderer_pixbuf_create_themed_pixbuf): Don't crash
1241         if a GIcon is not present in the current theme. Patch by 
1242         Alex Larsson.
1243
1244 2008-10-13  Matthias Clasen  <mclasen@redhat.com>
1245
1246         Bug 552318 – menubar mnemonics consumed even when
1247         gtk-enable-mnemonics=false
1248
1249         * gtk/gtkwindow.c (gtk_window_activate_key): Don't let mnemonic
1250         entries block accelerator activation when gtk-enable-mnemonics is
1251         FALSE. Problem reported by Andreas Moog.
1252
1253 2008-10-13  Cody Russell <cody@jhu.edu>
1254
1255         * test/testfilechooser.c: Fix option parsing so that -a and
1256         --action work correctly.
1257
1258 2008-10-13  Christian Persch <chpe@gnome.org>
1259
1260         Bug 555386 – format not a string literal and no format arguments
1261
1262         * gtk/gtkiconfactory.c
1263         * gtk/gtkprintbackend.c
1264         * gtk/gtkprintoperation.c
1265         * gtk/gtkthemes.c
1266         * gtk/tests/builder.c
1267         * modules/other/gail/gailtextview.c
1268         * tests/testmerge.c: Use printf safely.
1269
1270 2008-10-13  Christian Persch <chpe@gnome.org>
1271
1272         Bug 555724 – gtkcellrendereraccel not initialised correctly
1273
1274         * gtk/gtkcellrendereraccel.c: Initialise the cell text.
1275
1276 2008-10-12  Simos Xenitellis  <simos@gnome.org>
1277
1278         Bug 555625 – Updated gtk_compose_seqs_compact table 
1279         (gtkimcontextsimpleseqs.h)
1280         
1281         * gtk/gtkimcontextsimpleseqs.c: Updated the compose sequence table.
1282         In this update we removed a further set of compose sequences that
1283         are otherwise covered by check_algorithmically(). 
1284
1285         * gtk/gtkimcontextsimple.c: Updated table value that shows how many 
1286         distinct first values exist in the compose sequences. 
1287         Change from 22 to 20.
1288         
1289 2008-10-11  Matthias Clasen  <mclasen@redhat.com>
1290
1291         * gtk/gtktoolbar.c: Revert the GtkSettings::gtk-toolbar-icon-size
1292         part of the previous change, since it doesn't work correctly without
1293         extra complication, and using custom icon sizes doesn't make too
1294         much sense in a desktop-wide setting.
1295
1296 2008-10-11  Matthias Clasen  <mclasen@redhat.com>
1297
1298         Bug 555186 – Setting gtk-toolbar-icon-size with custom icon_size
1299
1300         * gtk/gtktoolbar.c: Turn GtkToolbar::icon-size and
1301         GtkSettings::gtk-toolbar-icon-size into int properties, to
1302         allow the use of app-registered icon sizes.
1303
1304 2008-10-11  Christian Dywan  <christian@imendio.com>
1305
1306         Bug 555676 – gtk_widget_real_grab_focus assumes toplevel == window
1307
1308         * gtk/gtkwidget.c (gtk_widget_real_grab_focus):
1309         Actually test for GTK_IS_WINDOW *and* GTK_WIDGET_TOPLEVEL
1310
1311 2008-10-10  Behdad Esfahbod  <behdad@gnome.org>
1312
1313         Bug 551355 – [PATCH] Make glib build with libtool 2.2
1314
1315         * autogen.sh: Accept libtool 2.2.   We are moving towards having
1316         it working.
1317
1318 2008-10-10  Richard Hult  <richard@imendio.com>
1319
1320         * gdk/quartz/gdkkeys-quartz.c: (gdk_keymap_get_caps_lock_state)
1321         Add empty stub to fix linking.
1322
1323 2008-10-10  Simos Xenitellis  <simos@gnome.org>
1324
1325         Bug 555000 – Wrong treatment on non-spacing marks dead keys in 
1326         GtkIMContextSimple
1327
1328         * gtk/gtkimcontextsimple.c: Change IS_DEAD_KEY() macro so that
1329         it only checks if input is a deadkey keysym.
1330
1331 2008-10-09  Christian Dywan  <christian@imendio.com>
1332
1333         Bug 555676 – gtk_widget_real_grab_focus assumes toplevel == window
1334
1335         * gtk/gtkwidget.c (gtk_widget_real_grab_focus):
1336         Test for GTK_IS_WINDOW instead of GTK_WIDGET_TOPLEVEL
1337
1338 2008-10-09  Christian Dywan  <christian@imendio.com>
1339
1340         Bug 555573 – gtk_font_selection_set_font_name
1341         shouldn't require a screen
1342
1343         * gtk/gtkfontsel.c (gtk_font_selection_set_font_name):
1344         Don't warn if there is no screen, just return FALSE
1345
1346 2008-10-09  Christian Dywan  <christian@imendio.com>
1347
1348         Bug 555523 – gtk_scale_button_set_adjustment should accept NULL
1349
1350         * gtk/gtkscalebutton.c (gtk_scale_button_set_adjustment):
1351         Create a new adjustment if NULL is passed, like other widgets
1352
1353 2008-10-09  Christian Dywan  <christian@imendio.com>
1354
1355         Bug 555578 – GtkTable propertiy maxima are wrong
1356
1357         * gtk/gtktable.c (gtk_table_class_init), (gtk_table_resize):
1358         Always use 65535 instead of G_MAXUINT since that is
1359         the actually supported maximum number of columns and rows
1360
1361 2008-10-09  Richard Hult  <richard@imendio.com>
1362
1363         Bug 550342 – Splash screens have a caption
1364
1365         * gdk/quartz/gdkwindow-quartz.c: (_gdk_window_new),
1366         (gdk_window_set_decorations): Patch from Marianne Gagnon to make
1367         splash windows borderless.
1368
1369 2008-10-09  Michael Natterer  <mitch@imendio.com>
1370
1371         Bug 516425 – Optionally display accelerators in popups
1372
1373         * gtk/gtkuimanager.h (enum GtkUIManagerItemType): add value
1374         GTK_UI_MANAGER_POPUP_WITH_ACCELS which works like _POPUP but
1375         shows the actions' accelerators.
1376
1377         * gtk/gtkuimanager.c: honor the new enum value for programmatically
1378         created UIs, and support <popup accelerators="true"> in the XML
1379         for the same purpose.
1380
1381 2008-10-09  Simos Xenitellis  <simos@gnome.org>
1382
1383         Bug 554192 – double press on the "circumflex" dead key 
1384         (standard french 105 keyboard) no longer produces the "^" character
1385
1386         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
1387         Changed the order, put check_compact_table() first, then 
1388         check_algorithmically().
1389
1390 2008-10-08  Christian Persch  <chpe@gnome.org>
1391
1392         Bug 554702 – gtkfilesystem leaks GError
1393
1394         * gtk/gtkfilesystem.c (_gtk_file_system_init): Free the GError.
1395
1396 2008-10-08  Matthias Clasen  <mclasen@redhat.com>
1397
1398         * gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
1399         Don't forget to reset reload_state when current_folder is already
1400         correct. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=465992
1401
1402 2008-10-08  Christian Dywan  <christian@imendio.com>
1403
1404         Bug 555270 – Allow unsetting a MessageDialog's image
1405
1406         * gtk/gtkmessagedialog.c (gtk_message_dialog_set_property),
1407         Remove a superfluous cast to GtkWidget*
1408         (gtk_message_dialog_set_image): Accept NULL for the image
1409         and unset the image in that case.
1410
1411 2008-10-08  Christian Dywan  <christian@imendio.com>
1412
1413         Bug 436533 – Allow more space efficient scroll arrows placement
1414
1415         * gtk/gtkenums.h: Add GtkArrowPlacement
1416         * gtk/gtkmenu.c (gtk_menu_class_init), (get_arrows_border),
1417         (get_arrows_visible_area), (get_double_arrows),
1418         (get_arrows_sensitive_area): Implement GtkMenu::arrow-placement
1419         to allow scrolling arrows to be placed at the start, end or both
1420         Patch by Tommi Komulainen and myself
1421
1422 2008-10-08  Christian Dywan  <christian@imendio.com>
1423
1424         Bug 555387 – Changing the sensitivity of a statusbar
1425         mistakenly requires a display
1426
1427         * gtk/gtkstatusbar.c (set_grip_cursor): Only change the cursor
1428         of the resize grip if there is a grip window.
1429
1430 2008-10-06  Matthias Clasen  <mclasen@redhat.com>
1431
1432         * gtk/gtktooltip.c (gtk_tooltip_show_tooltip): Avoid unitialized
1433         memory warnings from valgrind.
1434
1435 2008-10-07 11:03:30  Tim Janik  <timj@imendio.com>
1436
1437         * gtk/gtkbox.h: keep GtkBox as an abstract type and keep _gtk_box_new()
1438         as private function until we settle on the exact semantics.
1439         renamed _gtk_box_set_old_defaults() as suggested by Mitch.
1440
1441 2008-10-07  Michael Natterer  <mitch@imendio.com>
1442
1443         * gtk/gtkbox.c: reindent static prototypes.
1444
1445 2008-10-07  Michael Natterer  <mitch@imendio.com>
1446
1447         Bug 553573 – Add orientation API to GtkBox
1448
1449         * gtk/gtkbox.[hh]: implement the GtkOrientable interface and
1450         swallow all code from GtkHBox and GtkVBox. Add gtk_box_new()
1451         which takes a GtkOrientation argument. Also move the newly
1452         added "spacing_set" boolean from struct GtkBox to the new
1453         private struct.
1454
1455         * gtk/gtkhbox.[ch]
1456         * gtk/gtkvbox.[ch]: remove all code except the constructor and
1457         call gtk_orientable_set_orientation() in init().
1458
1459         * gtk/gtk.symbols: add gtk_box_new().
1460
1461 2008-10-06  Björn Lindqvist  <bjourne@gmail.com>
1462
1463         Bug 539464 – gtk_cell_view_get_model is missing in GtkCellView
1464
1465         * gtk/gtkcellview.c (gtk_cell_view_get_model): Add
1466         gtk_cell_view_get_model.
1467
1468 2008-10-06  Matthias Clasen  <mclasen@redhat.com>
1469
1470         * gtk/gtkprintunixdialog.c (create_main_page): Show the tooltip
1471         on the range entry itself, too.
1472
1473 2008-10-04  Tor Lillqvist  <tml@novell.com>
1474
1475         Bug 132501 - Make utility window translate to tool window in win32
1476
1477         Implement the utility window type hint. Such windows are kept on
1478         top of other windows of the same process. Makes GIMP's toolbox and
1479         dock windows behave more like in GNOME under metacity. Apply the
1480         same logic also to windows marked with the dialog window type
1481         hint, and windows that are transient for some other window. I'll
1482         call such windows "transient-type" below.
1483
1484         * gdk/win32/gdkevents-win32.c (doesnt_want_key): Drop unused
1485         variables.
1486
1487         (ensure_stacking_on_unminimize)
1488         (ensure_stacking_on_window_pos_changing)
1489         (ensure_stacking_on_activate_app): New functions to implement the
1490         desired stacking order. Make sure that a window that is not
1491         transient-type stays below any transient-type windows of the
1492         application. When activating a non-transient-type window make sure
1493         it rises as high as possible while still staying below the lowest
1494         transient-type window.
1495
1496         (gdk_event_translate): Call above functions on
1497         WM_WINDOWPOSCHANGING, WM_ACTIVATEAPP and on WM_SIZE when
1498         unminimizing. Improve debugging printout.
1499
1500         * gdk/win32/gdkwindow-win32.c (get_effective_window_decorations):
1501         Handle utility windows like toolbar windows.
1502
1503         (gdk_window_new_internal) (update_style_bits): Give utility
1504         windows the WS_EX_TOOLWINDOW extended style.
1505
1506         (gdk_window_set_title): If debugging "misc" or "events", make the
1507         handle of top-level windows show up in their title bars. Very
1508         useful when looking at debugging output.
1509
1510         (gdk_window_set_transient_for) (gdk_window_set_keep_above)
1511         (gdk_window_set_keep_below) (gdk_window_set_modal_hint)
1512         (gdk_window_set_skip_taskbar_hint)
1513         (gdk_window_set_skip_pager_hint): Add and improve debugging
1514         printout.
1515
1516         (gdk_window_set_type_hint): Print hint symbolically in GDK_NOTE().
1517
1518 2008-10-04  Tor Lillqvist  <tml@novell.com>
1519
1520         * gdk/win32/gdkmain-win32.c (_gdk_win32_window_exstyle_to_string)
1521         (_gdk_win32_window_pos_bits_to_string): New debugging printout
1522         functions. Decode the WS_EX_* and SWP_* bits.
1523
1524         * gdk/win32/gdkprivate-win32.h: Declare them. Define
1525         GDK_DEBUG_MISC_OR_EVENTS for use in GDK_NOTE() to match either
1526         "misc" or "events".
1527
1528 2008-10-03  Matthias Clasen <mclasen@redhat.com>
1529
1530         * gtk/gtkmodules.c (_gtk_modules_settings_changed): Add some
1531         debug output.
1532
1533 2008-10-02  Matthias Clasen <mclasen@redhat.com>
1534
1535         Bug 96431 – Can't cut and paste / DND within invisible entry
1536
1537         * gtk/gtkentry.c: Disable cut, copy and drag out of an invisible
1538         entry. Proposed by Owen Taylor
1539
1540 2008-10-02  Matthias Clasen <mclasen@redhat.com>
1541
1542         Bug 530575 – GtkEntry with invisible chars has a confused cursor in
1543         overwrite mode
1544
1545         * gtk/gtkentry.c (gtk_entry_draw_cursor): Use the visible text
1546         in the layout when positioning the cursor, not the actual text
1547         content of the entry. This makes a different when using overwrite
1548         mode in an invisible entry. 
1549         Problem noticed by Jonathan Blandford
1550
1551         * gtk/gtktextutil.c: Fix a typo in a comment
1552
1553 2008-10-02  Christian Persch
1554
1555         Bug 554704 – gtkfilesystemmodel does too much work
1556
1557         * gtk/gtkfilesystemmodel.c: Replace g_slist_length()<1 check with a
1558         simple NULL check.
1559
1560 2008-10-02  Christian Persch
1561
1562         Bug 554701 – filechooser spams console with useless warnings
1563
1564         * gtk/gtkfilesystem.c.c: Don't warn if the async call was simply
1565         cancelled.
1566
1567 2008-10-02  Christian Persch
1568
1569         Bug 554698 – mem leak in filechooser
1570
1571         * gtk/gtkfilechooserdefault.c: Plug a mem leak.
1572
1573 2008-10-02  Christian Persch
1574
1575         Bug 554696 – invalid free function used
1576
1577         * gtk/gtkfilesystemmodel.c: Use the right free func.
1578
1579 2008-10-02  Christian Persch
1580
1581         Bug 554691 – mem leak in filechooser
1582
1583         * gtk/gtkfilesystemmodel.c: Plug a mem leak.
1584
1585 2008-10-02  Christian Persch
1586
1587         Bug 554690 – mem leak in filechooser
1588
1589         * gtk/gtkfilechooserdefault.c: Plug a mem leak.
1590
1591 2008-10-02  Michael Natterer  <mitch@imendio.com>
1592
1593         Bug 553585 – Add orientation API to GtkRuler
1594
1595         * gtk/gtkruler.[ch]: implement the GtkOrientable interface and
1596         swallow all code from GtkHRuler and GtkVRuler. Add gtk_ruler_new()
1597         which takes a GtkOrientation argument.
1598
1599         * gtk/gtkhruler.c
1600         * gtk/gtkvruler.c: remove all code except the constructor and
1601         call gtk_orientable_set_orientation() in init().
1602
1603         * gtk/gtk.symbols: add gtk_ruler_new().
1604
1605 2008-10-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>
1606
1607         * docs/reference/gtk/gtk-sections.txt:
1608         * gtk/gtk.symbols:
1609         * gtk/gtkselection.c:
1610         * gtk/gtkselection.h: Add gtk_selection_data_get_selection to
1611         retrieve the sealed struct field GtkSelectionData.selection.
1612
1613 2008-10-01  Tor Lillqvist  <tml@novell.com>
1614
1615         * gtk/gtkscalebutton.c: Don't #define _GNU_SOURCE on Windows as it
1616         confuses newest mingw headers.
1617
1618 2008-10-01  Tor Lillqvist  <tml@novell.com>
1619
1620         * gdk/win32/gdkkeys-win32.c (gdk_keymap_get_caps_lock_state):
1621         Implement trivially on Windows. Not sure if something more complex
1622         is actually needed, more specifically whether the function needs
1623         to differentiate between "Caps Lock" and "Shift Lock" semantics?
1624
1625 2008-10-01  Simos Xenitellis  <simos@gnome.org>
1626
1627         Bug 554506 – combining diacritics broken, became deadkeys
1628
1629         * gtk/gtkimcontextsimple.c: added check if keysym is greater
1630         than 0x1000000, in this case it is not a dead key.
1631
1632 2008-09-30  Michael Natterer  <mitch@imendio.com>
1633
1634         Bug 553582 – Add orientation API to GtkSeparator
1635
1636         * gtk/gtkseparator.[ch]: implement the GtkOrientable interface and
1637         swallow all code from GtkHSeparator and GtkVSeparator. Add
1638         gtk_separator_new() which takes a GtkOrientation argument.
1639
1640         * gtk/gtkhseparator.c
1641         * gtk/gtkvseparator.c: remove all code except the constructor and
1642         call gtk_orientable_set_orientation() in init().
1643
1644         * gtk/gtk.symbols: add gtk_separator_new().
1645
1646 2008-09-30  Marek Kasik  <mkasik@redhat.com>
1647
1648         Bug 344522 – support non-local destination files (GtkPrint):
1649
1650         * gtk/gtkprintunixdialog.c
1651         * gtk/gtkprinteroptionwidget.c: Process URI instead of filename.
1652         * modules/printbackends/file/gtkprintbackendfile.c: Add ability
1653         to save files on non-local filesystems.
1654
1655 2008-09-30  Michael Natterer  <mitch@imendio.com>
1656
1657         * gtk/gtk.symbols: forgot the G_GNUC_CONST of
1658         gtk_orientable_get_type().
1659
1660 2008-09-30  Michael Natterer  <mitch@imendio.com>
1661
1662         Bug 541009 – Get rid of separate subclasses for horizontal and
1663         vertical orientation:
1664
1665         * gtk/Makefile.am
1666         * gtk/gtk.symbols
1667         * gtk/gtk.h
1668         * gtk/gtkorientable.[ch]: add new interface GtkOrientable which
1669         will be implemented by everything that can switch orientation.
1670
1671 2008-09-30  Christian Dywan  <christian@imendio.com>
1672
1673         Fix a typo in the tutorial.
1674
1675         * docs/tutorial/gtk-tut.sgml: It's mnemonic, not 'mnemnonic'.
1676
1677 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
1678
1679         Bug 553086 – hard to see current immodule
1680
1681         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
1682         Display the actually selected context in the system menuitem.
1683         Complaint by Akira Tagoh.
1684
1685 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
1686
1687         Bug 530568 – Entries with visibility=FALSE should warn for caps-lock
1688         on
1689
1690         * gtk/gtkentry.c: Add a tooltip-like Caps Lock warning for
1691         password entries. The warning is also triggered if an input method
1692         is active. The warning can be turned off using the
1693         GtkEntry::caps-lock-warning property. 
1694         Proposed by Owen Taylor
1695
1696 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
1697
1698         * gtk/gtk.symbols:
1699         * gtk/gtkimmulticontext.[hc] (gtk_im_multicontext_get_context_id): 
1700         Add a getter for the the sealed context_id field.
1701
1702 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
1703
1704         Bug 107000 – Add signals to GdkKeymap for monitoring caps_lock, etc.
1705
1706         * gdk/gdk.symbols:
1707         * gdk/gdkkeys.[ch]: Add a new GdkKeymap::state-changed signal, and
1708         a gdk_keymap_get_caps_lock_state function.
1709
1710         * gdk/x11/gdkkeys-x11.c: Implement it here. For now, only emit
1711         state-changed when caps lock lockedness changes. 
1712
1713         * gdk/x11/gdkdisplay-x11.c: Also select for modifier lock status
1714         changes in the XkbSelectEventDetails call.
1715
1716 2008-09-29  Kristian Rietveld  <kris@imendio.com>
1717
1718         Bug 487624 - Tooltips doesn't get updated if ther's no mouse motion
1719         over widget
1720
1721         * gtk/gtkwidget.c (gtk_widget_set_property): after updating
1722         tooltip text or markup, call gtk_widget_trigger_tooltip_query()
1723         so that existing visible tooltips are updated.
1724
1725 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
1726
1727         Bug 371908 – Password Entry broken
1728         Bug 317002 – Disable input method completely in GtkEntry when it's 
1729         in invisible mode.
1730
1731         * gtk/gtkentry.c (gtk_entry_backspace): Make backspace behave
1732         properly when invisible.
1733
1734         * gtk/gtkentry.c (gtk_entry_create_layout): Show preedit even if
1735         invisible. 
1736
1737         * gtk/gtkentry.c (gtk_entry_set_visibility): Don't disable input
1738         methods when making the entry invisible.
1739         
1740 2008-09-29  Emmanuele Bassi  <ebassi@linux.intel.com>
1741
1742         * gdk/x11/gdkinput.c:
1743         (gdk_device_class_init), (gdk_device_finalize): Correctly chain
1744         up the finalize implementation.
1745
1746 2008-09-29  Richard Hult  <richard@imendio.com>
1747
1748         Bug 554141 – uninitialized data use/free in gtkclipboard-quartz.c
1749
1750         * gtk/gtkclipboard-quartz.c: (gtk_clipboard_wait_for_contents):
1751         Patch from Jon A. Cruz to initialize the allocated selection data.
1752
1753 2008-09-27  Matthias Clasen  <mclasen@redhat.com>
1754
1755         Bug 339367 – Incorrect spotlocation
1756
1757         * modules/input/gtkimcontextxim.c: Correct the spot location
1758         for on-the-spot style.
1759
1760 2008-09-27  Denis Washington  <denisw@svn.gnome.org>
1761
1762         * gtk/gtkiconview.c: only draw keyboard focus when keyboard navigation
1763         is used, like GtkTreeView. (Bug #553575)
1764
1765 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
1766
1767         Bug 552959 – GtkTrayIcon: _NET_SYSTEM_TRAY_VISUAL and real
1768         transparency
1769
1770         * gtk/gtktrayicon-x11.c: Add support for the _NET_SYSTEM_TRAY_VISUAL
1771         property described in
1772         http://lists.freedesktop.org/archives/xdg/2008-September/009919.html
1773         If _NET_SYSTEM_TRAY_VISUAL is a visual with an alpha channel, the 
1774         parent-relative-background hack is skipped and we draw with a real
1775         transparent background.
1776
1777         * gtk/gtkrc.c: Remove the default GtkTrayIcon style, since the
1778         parent-relative background is now set when realizing the tray
1779         icon.
1780
1781         Patch by Owen Taylor
1782
1783 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
1784
1785         Bug 552956 – Should check composite extension version
1786
1787         * gdk/x11/gdkdisplay-x11.c: Check that the version of the
1788         composite extension is at least 0.4.
1789         Patch by Owen Taylor
1790
1791 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
1792         
1793         Bug 553803 – eventually call XCloseDevice on XOpenDevice results
1794
1795         * gdk/x11/gdkinput.c: Add a finalize function for device objects,
1796         and call XCloseDevice there. 
1797
1798         * gdk/x11/gdkinput-x11.c:
1799         * gdk/x11/gdkdisplay-x11.c: Move freeing of device objects to
1800         the finalize function.
1801         Patch by Caolan McNamara
1802         
1803 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
1804
1805         Bug 553578 - tabs are not drawn correctly
1806
1807         * gtk/gtknotebook.c: Track the visibility state of notebook tabs 
1808         between allocations so that we know to redraw the tab labels if 
1809         tabs are hidden and shown without changing position. 
1810         Reported by Marek Kašík, patch by Owen Taylor.
1811
1812 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
1813
1814         Bug 553133 – GtkFileChooser won't ask to mount a volume
1815         Bug 553211 – GtkFileChooserButton unsets filter after first use
1816
1817         * gtk/gtkfilechooserdefault.c (shortcuts_activate_volume): Use
1818         a GtkMountOperation when mounting, so that we get a password
1819         dialog when required.  
1820
1821         * gtk/gtkfilechooserdefault.c (show_and_select_files): Also
1822         get the content-type, since it is used later on. 
1823         Pointed out by Davyd Madeley.
1824
1825 2008-09-26  Cody Russell  <bratsche@gnome.org>
1826
1827         Bug 553917 – Typo in gdkwindow-win32.c
1828
1829         * gdk/win32/gdkwindow-win32.c: Fixed a typo in
1830         update_system_menu().  Changed GDK_DECOR_ALL to GDK_FUNC_ALL.
1831
1832         Reported by Richard Hult
1833
1834 2008-09-25  Marek Kasik  <mkasik@redhat.com>
1835
1836         Bug 553241 – double freed pointer in lpr_write cause firefox3 crash
1837
1838         * modules/printbackends/lpr/gtkprintbackendlpr.c:
1839         The redundant freeing of memory was removed.
1840
1841         Patch by Chris Wang
1842
1843 2008-09-25  Michael Natterer  <mitch@imendio.com>
1844
1845         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
1846         don't unref the file system backend, the newly added
1847         unset_file_system_backend() already does this (bug #553135).
1848
1849 2008-09-24  Michael Natterer  <mitch@imendio.com>
1850
1851         * gtk/gtkeventbox.c: events return gboolean not gint, reindented
1852         static prototypes.
1853
1854 2008-09-24  Johan Dahlin  <johan@gnome.org>
1855
1856         Bug 553385 – gtk-builder-convert creates untranslated combobox models
1857
1858         * gtk/gtk-builder-convert: Set the translatable property on
1859         col tags for converted combos.
1860
1861 2008-09-24  Tor Lillqvist  <tml@novell.com>
1862
1863         * gtk-zip.sh.in: Include all of share/man, lib/pkgconfig,
1864         share/aclocal and share/gtk-doc instead of trying to list
1865         individual files or subdirectories. We had missed gail.pc, for
1866         instance.
1867
1868 2008-09-24  Christian Dywan  <christian@imendio.com>
1869
1870         Bug 538782 – Make GtkMenu's arrow size themable
1871
1872         * gtk/gtkmenu.c (gtk_menu_class_init), (gtk_menu_paint):
1873         Implement "arrow-scaling" style property in GtkMenu.
1874
1875 2008-09-24  Christian Dywan  <christian@imendio.com>
1876
1877         Bug 408244 – add GtkDialog::content-area-spacing
1878
1879         * gtk/gtkbox.c (gtk_box_init), (gtk_box_set_spacing),
1880         (_gtk_box_set_spacing_set), (_gtk_box_get_spacing_set):
1881         * gtk/gtkbox.h:
1882         * gtk/gtkdialog.c (gtk_dialog_class_init), (update_spacings):
1883         Implement "content-area-spacing" style property in GtkDialog
1884         and internal helper _gtk_box_get_spacing_set in GtkBox.
1885         Patch by Tim Janik, Sven Herzberg and myself.
1886
1887 2008-09-24  Christian Dywan  <christian@imendio.com>
1888
1889         Bug 541391 – Unfocussable Treeview swallows focus
1890
1891         * gtk/gtktreeview.c (grab_focus_and_unset_draw_keyfocus),
1892         (gtk_tree_view_focus): Honor GTK_WIDGET_CAN_FOCUS properly
1893
1894 2008-09-24  Denis Washington  <denisw@svn.gnome.org>
1895
1896         * gtk/gtkiconview.c: draw focus as a rectangle around the
1897         complete item, not just the text. (Bug #38254)
1898
1899 2008-09-23  Michael Natterer  <mitch@imendio.com>
1900
1901         * gtk/gtkobject.c
1902         * gtk/gtksignal.[ch]: s/GtkType/GType/ and
1903         s/GtkSignalMarshaller/GSignalCMarshaller/.
1904
1905 2008-09-23  Michael Natterer  <mitch@imendio.com>
1906
1907         * gdk/x11/gdkevents-x11.c (gdk_event_translate): remove unused
1908         variable and fix indentation.
1909
1910 2008-09-23  Michael Natterer  <mitch@imendio.com>
1911
1912         * gtk/gtkclist.h
1913         * gtk/gtkctree.h
1914         * gtk/gtklist.h
1915         * gtk/gtklistitem.h
1916         * gtk/gtkobject.h
1917         * gtk/gtkoldeditable.h
1918         * gtk/gtkpixmap.h
1919         * gtk/gtkpreview.h
1920         * gtk/gtktext.h
1921         * gtk/gtktipsquery.h
1922         * gtk/gtktree.h
1923         * gtk/gtktreeitem.h: get rid of GtkType and GTK_CHECK_FOO() also
1924         in all deprecated headers.
1925
1926 2008-09-22  Matthias Clasen  <mclasen@redhat.com>
1927
1928         Bug 553135 – eog crash: assertion failed. Gtk error:
1929         shortcuts_remove_rows: code should not be reached
1930
1931         * gtk/gtkfilechooserdefault.c: Disconnect from GtkFileSystem 
1932         signals when we are destroyed, in order to avoid nasty surprises.
1933         Patch by Claudio Saavedra
1934
1935 2008-09-22  Emmanuele Bassi  <ebassi@linux.intel.com>
1936
1937         Bug 552789 – Show size column in the search and recently used
1938         files modes
1939
1940         * gtk/gtkfilechooserdefault.c: Display the file size column
1941         when in OPERATION_MODE_SEARCH. This removes a stat() call
1942         and simplifies the code a little bit by changing the query
1943         for file informations for each search engine hit.
1944
1945 2008-09-22  Michael Natterer  <mitch@imendio.com>
1946
1947         * gtk/gtksignal.[ch]
1948         * gtk/gtkclist.c
1949         * gtk/gtklist.c
1950         * gtk/gtkmain.c
1951         * gtk/gtktext.c
1952         * gtk/gtktreeitem.c: use G_CALLBACK and GCallback instead of
1953         GTK_SIGNAL_FUNC and GtkSignalFunc also in deprecated code.
1954
1955 2008-09-22  Frederic Crozat  <fcrozat@mandriva.com>
1956
1957         * gtk/gtkfilesystem.c: use the correct gi18n header.
1958         Fixes bug #553000.
1959
1960 2008-09-22  Michael Natterer  <mitch@imendio.com>
1961
1962         * gtk/gtktoolbar.[ch]: add "Deprecated: 2.4" to all the deprecated
1963         append(), prepend() and insert() functions and recommend to use
1964         gtk_toolbar_insert() instead. Use GCallback instead of
1965         GtkSignalFunc even in deprecated API.
1966
1967 2008-09-20  Matthias Clasen  <mclasen@redhat.com>
1968
1969         * gtk/gtkfilechooserbutton.c (filter_model_visible_func): Don't
1970         leak a GFile.
1971
1972 2008-09-19  Owen Taylor  <otaylor@redhat.com>
1973
1974         Small cleanups to debug messages for GtkPlug/GtkSocket
1975
1976         * gtk/gtksocket-x11.c: Fix debug message to say "Socket" not "Plug"
1977         * gtk/gtkplug-x11.c: Remove excess newlines from the ends of debug
1978         messages.
1979
1980 2008-09-19  Carlos Garnacho  <carlos@imendio.com>
1981
1982         Bug 83935 – GtkEntry's default invisible char should be U+25CF
1983
1984         * gtk/gtkentry.c (find_invisible_char) (gtk_entry_init): Find a
1985         more suitable invisible char than '*' based on the used font.
1986         (gtk_entry_class_init) (gtk_entry_set_property)
1987         (gtk_entry_get_property): Add a "invisible-char-set" property.
1988         (gtk_entry_unset_invisible_char): New function, needed now that the
1989         default invisible char isn't fixed.
1990         * gtk/gtkentry.h:
1991         * gtk/gtk.symbols:
1992         * docs/reference/gtk/gtk-sections.txt: Add the new function.
1993
1994 2008-09-19  Christian Persch  <chpe@gnome.org>
1995  
1996         Bug 552837 – mem leak in gtkimmulticontext
1997  
1998         * gtk/gtkimmulticontext.c: (gtk_im_multicontext_get_slave): Plug mem
1999         leak.
2000  
2001 2008-09-18  Emmanuele Bassi  <ebassi@linux.intel.com>
2002
2003         * gtk/gtkfilechooserdefault.c (settings_save): Save the size column
2004         visibility state with the rest of the FileChooser settings.
2005
2006 2008-09-18  Emmanuele Bassi  <ebassi@linux.intel.com>
2007
2008         Bug 325095 – show a 'size' column
2009
2010         * gtk/gtkfilechooserdefault.c:
2011         * gtk/gtkfilechooserprivate.h: Add a context menu item controlling
2012         the visibility of the file size column. This works only for the
2013         browse mode, and the column is not visible by default.
2014
2015         * gtk/gtkfilechoosersettings.[ch]: Add a ShowSizeColumn key to the
2016         settings file.
2017
2018 2008-09-18  Dominic Lachowicz  <domlachowicz@gmail.com>
2019
2020         * modules/engines/ms-windows/*: Revert most of previous patch, as
2021         it didn't work as expected; Some work toward #531086 - the new
2022         GtkTooltip widget doesn't theme properly on win32. Now, at least
2023         the background color seems okay
2024         
2025 2008-09-18  Dominic Lachowicz  <domlachowicz@gmail.com>
2026
2027         * modules/engines/ms-windows/*: MS Windows style should use
2028         pango_win32_font_description_from_logfont; Allows us to rip out a
2029         lot of potentially buggy code, and also get the font specification
2030         from the XP theme (#434987)
2031         
2032 2008-09-18  Matthias Clasen  <mclasen@redhat.com>
2033
2034         * configure.in: updated version number to 2.15.0 for development.
2035
2036         * ChangeLog.pre-2-14: rotate ChangeLog
2037
2038 === Branch for 2.14 ===