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