]> Pileus Git - ~andy/gtk/blob - ChangeLog
Added entries for Oriya language Translation updation.
[~andy/gtk] / ChangeLog
1 2009-03-11  Matthias Clasen  <mclasen@redhat.com>
2
3         Bug 572455 – GtkEntry window layed out wrong if the widget has focus
4
5         * gtk/gtkentry.c: Fix problems with window positioning. Reported
6         by Benjamin Berg.
7
8 2009-03-11  Tor Lillqvist  <tml@iki.fi>
9
10         Bug 573067 - Intra-app dnd of text behavior on Windows is wrong
11
12         * gdk/win32/gdkdnd-win32.c (local_send_motion) (gdk_drag_motion):
13         The default action should be move, not copy. Tweak how the
14         GdkDragAction fields in GdkDragContexts are changed. Seems to help
15         the problem.
16
17         Add more debugging printout for --gdk-debug=dnd to many functions.
18
19         * gdk/win32/gdkmain-win32.c
20         * gdk/win32/gdkprivate-win32.h: (_gdk_win32_drag_protocol_to_string)
21         (_gdk_win32_drag_action_to_string): New functions for use in
22         debugging printouts.
23         
24 2009-03-11  Tor Lillqvist  <tml@iki.fi>
25
26         * gdk/win32/gdkdnd-win32.c: Use G_DEFINE_TYPE. Some debugging
27         printout changes. Hacking on the OLE2_DND code, which still
28         doesn't work, though, and is not normally compiled.
29
30 2009-03-11  Tor Lillqvist  <tml@iki.fi>
31
32         Bug 570896 - gdkevents-win32.c(2947) : error C4053: one void
33         operand for '?:'
34
35         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix
36         compilation error with MSVC. While at it add clarifying comments
37         and fix a typo in the debugging output.
38
39 2009-03-11  Tor Lillqvist  <tml@iki.fi>
40
41         Bug 574794 - Can not resize shaped windows on Windows
42
43         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On handling
44         WM_WINDOWPOSCHANGED, don't do anything if the position and size
45         hasn't changed. I am not exactly sure I understand why this helps
46         this particular bug.
47
48 2009-03-10  Matthias Clasen  <mclasen@redhat.com>
49
50         Bug 574561 – gtk_style_get "shadows" g_object_get
51
52         * gtk/gtk.symbols:
53         * gtk/gtkstyle.[hc]: Rename gtk_style_get_property to
54         gtk_style_get_style_property to avoid problems for language
55         bindings. Pointed out by Torsten Schoenfeld.
56
57 2009-03-10  Matthias Clasen  <mclasen@redhat.com>
58
59         Bug 574622 – GtkEntry: Should we wrap icon-press and icon-release
60         signals?
61
62         * gtk/gtkentry.c: ::icon-press and ::icon-release are not
63         action signals. Pointed out by Murray Cumming
64
65 2009-03-04  Michael Hasselmann <michaelh@openismus.com>
66
67         * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_contents_changed):
68         Fixed regression reported in bug #574059. (search button not available in 
69         some cases.) The old implementation relied on bug #572478.
70
71 2009-03-10  Alexander Larsson  <alexl@redhat.com>
72
73         * gtk/gtkmountoperation.c:
74         (gtk_mount_operation_ask_password):
75         Clear all optionally created widget pointer in priv. Initially
76         priv is cleared so thats ok, but on a second call we may have
77         leftovers from previous calls which is problematic if for instance
78         we asked for the user the first time and not the second, then we
79         will access the old priv->username_entry.
80
81 2009-03-06  Michael Natterer  <mitch@gimp.org>
82
83         * gtk/gtkscalebutton.c (gtk_scale_button_set_property): don't call
84         gtk_orientable_set_orientation() because that calls g_object_set()
85         again -> infinite recursion. Call gtk_scale_button_set_orientation()
86         instead.
87
88 2009-03-02  Matthias Clasen  <mclasen@redhat.com>
89
90         * configure.in: Bump version
91
92 2009-03-02  Matthias Clasen  <mclasen@redhat.com>
93
94         * === Released 2.15.5 ===
95
96 2009-03-02  Matthias Clasen  <mclasen@redhat.com>
97
98         * NEWS: Updates
99
100 2009-03-02  Matthias Clasen  <mclasen@redhat.com>
101
102         Bug 546285 – Allow GtkEntry to draw progress
103
104         * gtk/gtkentry.c: Improve the drawing of progress in entries,
105         using fg/bg[SELECTED]. Add a progress-border style property.
106         Draw progress behind icons too.
107         * gtk/gtkrc.c: Add defaults for fg/bg[SELECTED] in entries.
108         Patch by Benjamin Berg.
109
110 2009-03-02  Matthias Clasen  <mclasen@redhat.com>
111
112         Bug 573688 – Don't steal update region in gtk_text_view_paint()
113
114         * gtk/gtktextview.c (gtk_text_view_paint): If additional areas got
115         invalidated, don't try to add them to the paint region: in an expose
116         handler, we cannot paint outside the area that was passed in, since
117         drawing will be clipped. So stealing the update region from the
118         window causes lost draws.
119         Patch by Owen Taylor
120
121 2009-03-02  Alexander Larsson  <alexl@redhat.com>
122
123         Bug 573087 – gdkwindow.c: {x,y}_offset used uninitialized
124
125         * gdk/gdkwindow.c (gdk_window_clear_backing_rect_redirect):
126         Don't use uninitialized vars.
127         Fix offsets for redirected pixmap, draw to pixmap not window.
128
129 2009-03-02  Theppitak Karoonboonyanan  <thep@linux.thai.net>
130
131         Bug 457086 - numpad does not work when the Thai-Lao input method is
132         used
133
134         * modules/input/gtkimcontextthai.c (is_context_lost_key): Do not count
135         character-generating keypads as context-lost keys. (patch recommitted
136         after approval)
137
138 2009-03-01  Matthias Clasen  <mclasen@redhat.com>
139
140         * gdk/gdkkeysyms.h: Fix the sorting of GDK_KP_Equal.
141
142 2009-03-01  Matthias Clasen  <mclasen@redhat.com>
143
144         Bug 552619 – File Chooser no longer automatically enters newly created
145         directories
146
147         * gtk/gtkfilechooserdefault.c (edited_idle_cb): Switch to the newly
148         created folder on success.
149
150 2009-03-01  Matthias Clasen  <mclasen@redhat.com>
151
152         Bug 573515 – po-properties/ special Makefile.in.in handling causes
153         failure to build
154
155         * configure.in: Generate po-properties/POTFILES at configure time.
156         Patch by Loïc Minier
157
158 2009-03-01  Matthias Clasen  <mclasen@redhat.com>
159
160         * demos/gtk-demo/appwindow.c: Set the program-name property
161         of the about dialog.
162
163         * docs/tools/widgets.c: Add GtkAboutDialog
164
165 2009-02-28  Matthias Clasen  <mclasen@redhat.com>
166
167         Bug 572273 – No replacement documented for gtk_action_connect_proxy()
168
169         * gtk/gtkaction.c: Make gtk-doc pick up deprecation notes.
170         Insisted on by Andre Klapper.
171
172 2009-02-28  Matthias Clasen  <mclasen@redhat.com>
173
174         Bug 573287 – Warning on startup
175
176         * gtk/gtkstatusicon.c (gtk_status_icon_finalize): Disconnect
177         all tray icon signals. Noticed by Bastien Nocera
178
179 2009-02-28  Matthias Clasen  <mclasen@redhat.com>
180
181         Bug 573211 – Setting screen for popup windows
182
183         * gtk/gtkentrycompletion.c:
184         * gtk/gtknotebook.c: Keep popups on the right screen.
185         Pointed out by Morten Welinder
186
187 2009-02-28  Matthias Clasen  <mclasen@redhat.com>
188
189         Bug 573113 – Can't build tests due to testfilechooserbutton.c...
190
191         * tests/testfilechooserbutton.c: Don't use deprecated API.
192         Reported by Tobias Mueller
193
194 2009-02-28  Matthias Clasen  <mclasen@redhat.com>
195
196         Bug 573069 – Gdk-CRITICAL warnings with Gtk 2.14 when dragging
197         GtkNotebook tabs
198
199         * gtk/gtkwidget.c (_gtk_widget_synthesize_crossing): Be a little
200         more careful when navigating up the parent chain.
201
202         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Reset the
203         pointer window thats stored on the screen when it is destroyed.
204
205 2009-02-27  Matthias Clasen  <mclasen@redhat.com>
206
207         Bug 572996 – crash in Home Folder: Trying to open the sidebar
208
209         * gtk/gtkpaned.c (get_child_panes): Handle widget being NULL.
210         Pointed out by Wouter Bolsterlee.
211
212 2009-02-27  Matthias Clasen  <mclasen@redhat.com>
213
214         Bug 572972 – GtkRecentChooserDefault: memory leak in
215         copy_activated_cb()
216
217         * gtk/gtkrecentchooserdefault.c (copy_activated_cb): Don't leak
218         a GtkRecentInfo. Found by Tommi Rantala
219
220 2009-02-27  Matthias Clasen  <mclasen@redhat.com>
221
222         Bug 572968 – GtkIconView: image_description setter function strdups
223         wrong string
224
225         * gtk/gtkiconview.c
226         (gtk_icon_view_item_accessible_image_set_image_description): Copy
227         the right string. Pointed out by Tommi Rantala
228
229 2009-02-27  David Zeuthen  <davidz@redhat.com>
230
231         Bug 573416 – GtkMountOperation fixes for ask_password()
232
233         * gtk/gtkmountoperation.c (gtk_mount_operation_ask_password):
234         Split the message from GMountOperation into primary/secondary like
235         we also do in gtk_mount_operation_ask_question()
236
237 2009-02-27  Michael Natterer  <mitch@imendio.com>
238
239         Bug 573383 – Setting a textview's buffer to NULL doesn't do a
240         complete job
241
242         * gtk/gtktextview.c (gtk_text_view_set_buffer): always set
243         text_view->layout's buffer, also if it's NULL.
244
245 2009-02-25  Tristan Van Berkom <tvb@gnome.org>
246
247         Bug 572904 – GtkRadioAction broken in trunk
248
249         * gtk/gtkradioaction.c: When setting non active state always
250         notify the action's active state (this prevents toggle type proxies
251         used with radio actions from deactivating when pressed a second time).
252
253 2009-02-25  Xan Lopez  <xan@gnome.org>
254
255         Bug 495320 - GtkRange does not use gdk_event_request_motions
256
257         * gtk/gtkrange.c:
258         (gtk_range_motion_notify): Use gdk_event_request_motions to
259         request more motion events, as suggested in the docs for widgets
260         using motion hints.
261
262 2009-02-24  Matthias Clasen <mclasen@redhat.com>
263
264         * gdk/x11/gdkevents-x11.c:
265         * gdk/x11/gdkscreen-x11.[hc]: Another attempt at getting Xrandr
266         screen size changes right. Actually handle XRRScreenChangeNotify
267         events, and ignore root ConfigureNotify events if we are using
268         Xrandr. Only emit size-changed signals if the screen size changed,
269         and only emit monitor-changed signals if the monitors changed.
270
271 2009-02-23  Matthias Clasen <mclasen@redhat.com>
272
273         Bug 565199 – Ellipsize text in Places list
274
275         * gtk/gtkfilechooserdefault.c (shortcuts_list_create): Never scroll
276         the places horizontally. Instead, ellipsize the text.
277
278 2009-02-19  Michael Hasselmann <michaelh@openismus.com>
279
280         * gtk/gtkcombobox.c (gtk_combo_box_set_active_internal):
281         Added a check to not emit a "changed" signal when an already invalid
282         selection was set to invalid.
283
284 2009-02-22  Matthias Clasen <mclasen@redhat.com>
285
286         * gtk/gtk.symbols:
287         * gtk/gtkactivatable.[hc]: Rename gtk_activatable_reset to
288         gtk_activatable_sync_action_properties, since the previous name
289         was deemed too generic. Update all implementations.
290
291 2009-02-19  Ray Strode  <rstrode@redhat.com>
292
293         * gdk/x11/gdkscreen-x11.c
294         (monitor_compare_function), (init_randr13):
295         After using randr to get a list of monitors,
296         sort the list such that the biggest output
297         of "cloned" outputs comes first in the list.
298         This helps apps that don't generally handle
299         overlapping outputs to work better in randr
300         clone mode.
301
302 2009-02-19  Sven Neumann  <sven@gimp.org>
303
304         * gdk/directfb/gdkwindow-directfb.c
305         (gdk_directfb_window_move_resize): looks like being called with
306         negative width and height should be interpreted as a move. Fixes
307         scrolling and makes popups work to some extent.
308
309         (_gdk_directfb_move_resize_child): formatting.
310
311 2009-02-19  Sven Neumann  <sven@gimp.org>
312
313         * gdk/directfb/gdkdisplay-directfb.c (gdk_display_open): move the
314         call to _gdk_windowing_window_init() up a little. Fixes a crash
315         when running on pseudo-color visuals. Thanks to Masse Nicolas for
316         pointing this out.
317
318 2009-02-19  Sven Neumann  <sven@gimp.org>
319
320         * gdk/directfb/gdkwindow-directfb.c
321         (gdk_window_foreign_new_for_display, gdk_directfb_window_new):
322         initialize private->impl. Thanks to Masse Nicolas for pointing
323         this out.
324
325 2009-02-19  Matthias Clasen  <mclasen@redhat.com>
326
327         Bug 572387 – gdm crashes after gtk 2.15.4 upgrade
328
329         * gdk/x11/gdkscreen-x11.c (init_xrandr13): If X is broken and returns
330         no monitors, fall back to other multihead init methods, so that we
331         at least get one monitor set up.
332
333 2009-02-19  Michael Natterer  <mitch@imendio.com>
334
335         * gtk/gtkmountoperation.c: sort functions so their order is more
336         "standard", some cosmetic cleanup (not changing any code).
337
338 2009-02-19  Michael Natterer  <mitch@imendio.com>
339
340         * tests/testgtk.c: add some orientation flipping code to the
341         "flipping" test.
342
343 2009-02-19  Michael Natterer  <mitch@imendio.com>
344
345         * gtk/gtkscalebutton.c: make the orientation flipping much simpler
346         by using the GtkOrientable features of the involved widgets:
347
348         (gtk_scale_button_init): create the frame, box and scale here,
349         they never need to be recreated because they implement GtkOrientable.
350
351         (gtk_scale_button_constructor): remove their construction here.
352
353         (gtk_scale_button_set_orientation): don't destroy and re-create
354         anything. Instead, simply set the orientation of the above created
355         widgets and fiddle a bit with the "plus" and "minus" buttons'
356         packing and the scale's "inverted" state.
357
358         Remove separate internal GtkScaleButtonHScale and
359         GtkScaleButtonVScale subclasses and simply have a
360         GtkScaleButtonScale directly inherited from GtkScale.
361
362 2009-02-19  Theppitak Karoonboonyanan  <thep@linux.thai.net>
363
364         * modules/input/gtkimcontextthai.c (is_context_lost_key): Revert the
365         unapproved patch for bug 457086.
366
367 2009-02-18  Matthias Clasen  <mclasen@redhat.com>
368
369         * gdk/x11/gdkscreen-x11.c (init_randr13): Ignore disconnected outputs,
370         and fill in name and physical dimensions.
371
372 2009-02-18  Sven Neumann  <sven@gimp.org>
373
374         Bug 533456 – Memory leak when window is destroyed
375
376         * gdk/directfb/gdkdirectfb.h
377         * gdk/directfb/gdkprivate-directfb.h
378         * gdk/directfb/gdkcursor-directfb.c
379         * gdk/directfb/gdkevents-directfb.c
380         * gdk/directfb/gdkwindow-directfb.c: removed all #ifdef checks for
381         DIRECTFB_MAJOR_VERSION >= 1 and compile that code unconditionally.
382         as we depend on DirectFB >= 1.0.0 now.  Fixes a potential build
383         issue that would lead to a memory leak as described in bug #533456.
384
385 2009-02-18  Sven Neumann  <sven@gimp.org>
386
387         Bug 513422 – Unknown meaning of translatable messages
388
389         * gdk/directfb/gdkdisplay-directfb.c: removed broken and commented
390         code and the translatable messages that belonged to it.
391
392 2009-02-18  Sven Neumann  <sven@gimp.org>
393
394         Bug 560671 – the client_message API doesn't work in DirectFB
395
396         * gdk/directfb/gdkevents-directfb.c: applied a slightly cleaned up
397         patch from Steve Lhomme that adds this functionality using
398         DirectFB's DFBUserEvent.
399
400 2009-02-18  Sven Neumann  <sven@gimp.org>
401
402         Bug 543710 – Dead keys do not work anymore with DirectFB
403
404         * gdk/directfb/gdkkeys-directfb.c (gdk_directfb_translate_key):
405         applied patch from Josselin Mouette that removes special handling
406         of dead keys as that is done by DirectFB for a long time already.
407
408 2009-02-18  Sven Neumann  <sven@gimp.org>
409
410         * configure.in: depend on DirectFB >= 1.0.0. There's no point in
411         using an earlier development version.
412
413 2009-02-18  Sven Neumann  <sven@gimp.org>
414
415         Bug 554407 – directfb backend does not implement GdkWindowImpl
416
417         * gdk/directfb/gdkgeometry-directfb.c
418         * gdk/directfb/gdkprivate-directfb.h
419         * gdk/directfb/gdkwindow-directfb.c: fix the build of the DirectFB
420         backend and resurrect basic functionality. Based on a patch from
421         the Ubuntu bug-tracker and work by Masse Nicolas.
422
423 2009-02-18  Theppitak Karoonboonyanan  <thep@linux.thai.net>
424
425         Bug 457086 - numpad does not work when the Thai-Lao input method is
426         used
427
428         * modules/input/gtkimcontextthai.c (is_context_lost_key): Do not count
429         character-generating keypads as context-lost keys.
430
431 2009-02-17  Matthias Clasen  <mclasen@redhat.com>
432
433         * configure.in: Bump version
434
435 2009-02-17  Matthias Clasen  <mclasen@redhat.com>
436
437         * === Released 2.15.4 ===
438
439         * gdk/tests/Makefile.am: Disable check-gdk-cairo for now.
440
441 2009-02-17  Andre Klapper  <a9016009@gmx.de>
442
443         * demos/gtk-demo/main.c:
444         Fix deprecated glib call.
445
446 2009-02-17  Matthias Clasen  <mclasen@redhat.com>
447
448         * NEWS: Updates
449
450 2009-02-16  Matthias Clasen  <mclasen@redhat.com>
451
452         Bug 572040 – GtkAssistant does not expose page titles
453
454         * gtk/gtkassistant.c (gtk_assistant_accessible_ref_child): Set
455         the object name to the page title. Proposed by Eitan Isaacson
456
457 2009-02-16  Matthias Clasen  <mclasen@redhat.com>
458
459         Bug 572041 – Focus should change when advancing forward in GtkAssistant
460
461         * gtk/gtkassistant.c (set_current_page): Set focus when the current
462         page changes. Pointed out by Eitan Isaacson
463
464 2009-02-16  Matthias Clasen  <mclasen@redhat.com>
465
466         * configure.in: Require GLib 2.19.7 for GMountOperation::aborted.
467
468         * gtk/gtkmountoperation.c: Implement GMountOperation::aborted.
469
470 2009-02-16  Sven Neumann  <sven@gimp.org>
471
472         * gdk/gdk.symbols
473         * gdk/directfb/gdkkeys-directfb.c: implement
474         gdk_keymap_get_caps_lock_state(). No "state-changed" signal yet.
475
476 2009-02-16  Tor Lillqvist  <tml@novell.com>
477
478         Bug 571873 - Compile error with gdk/win32/gdkselection-win32.c
479
480         * gdk/win32/gdkselection-win32.c (gdk_selection_convert): Cast
481         gpointer to char * before pointer arithmetic to avoid compilation
482         error with MSVC.
483
484         (_gdk_selection_property_delete): Remove unused variable.
485
486 2009-02-13  Matthias Clasen  <mclasen@redhat.com>
487
488         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Don't forget to
489         register randr events. Found by Søren Sandmann
490
491 2009-02-13  Matthias Clasen  <mclasen@redhat.com>
492
493         * configure.in: Check for Xrandr 1.3
494
495         * gdk/x11/gdkdisplay-x11.[ch]: Rename have_randr12 to have_randr13
496         and set if if we have randr 1.3
497
498         * gdk/x11/gdkscreen-x11.c: Go back to using randr for monitor
499         information, if we have XRRGetScreenResourcesCurrent.
500 :
501 2009-02-12  Cody Russell  <bratsche@gnome.org>
502
503         Bug 571576 – gdk_pixbuf_save_to_stream() broken
504
505         * gdk-pixbuf/gdk-pixbuf-io.c: Fix gdk_pixbuf_save_to_stream() so that
506         it does not always return FALSE (even when it succeeds), and also so
507         that it does not set error to NULL when something goes wrong.
508
509 2009-02-12  Marek Kasik  <mkasik@redhat.com>
510
511         Bug 568571 – Asian am/pm format on cups print backend's time parsing
512
513         * modules/printbackends/cups/gtkprintbackendcups.c: Add Asian am/pm
514         format into formats recognized by CUPS backend
515
516 2009-02-11  Matthias Clasen  <mclasen@redhat.com>
517
518         Bug 570824 – [a11y] TreeView is not keyboard (re)focusable after 
519         selecting a cell in a non-sortable column
520
521         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Don't grab
522         focus to a header button if it is not focusable. Problem reported
523         by Joanmarie Diggs
524
525 2009-02-11  Matthias Clasen  <mclasen@redhat.com>
526
527         Bug 508545 – No way to identify terminal classes from documentation
528
529         * gtk/gtkvolumebutton.[hc]: Move the _GtkVolumeButton definition
530         into the header to make it possible to derive from GtkVoumeButton.
531         Reported by Chris Lord.
532
533 2009-02-11  Matthias Clasen  <mclasen@redhat.com>
534
535         Bug 571196 – gtk_binding_entry_add_signall deprecated without 
536         alternative
537         * gtk/gtk.symbols:
538         * gtk/gtkbindings.[hc]: Undeprecate gtk_binding_entry_add_signall
539         since its replacement is a varargs function. Complaint by
540         Torsten Schoenfeld.
541
542 2009-02-11  Matthias Clasen  <mclasen@redhat.com>
543
544         Bug 571249 – Icons are not drawn properly when initial widget 
545         state is insensitive
546
547         * gtk/gtkentry.c (gtk_entry_ensure_pixbuf): Render icons
548         in normal state, regardless of the entrys state. Reported by
549         Enrico Tröger.
550
551 2009-02-11  Matthias Clasen  <mclasen@redhat.com>
552
553         * gtk/gtkfilechooserbutton.c: Don't emit the file-set signal
554         if the file chooser dialog is canceled. But emit it if a file
555         is received via DND.
556
557 2009-02-11  Matthias Clasen  <mclasen@redhat.com>
558
559         Bug 353196 – Add a file-set signal to GtkFileChooserButton
560
561         * gtk/gtkfilechooserbutton.c: Remove GTK_SIGNAL_ACTION
562         from the file-set signal, that wasn't supposed to have it.
563
564 2009-02-10  Takao Fujiwara  <takao.fujiwara@sun.com>
565
566         Bug 571015 – libprintbackend-cups has unlocalized strings
567
568         * modules/printbackends/cups/gtkprintbackendcups.c:
569         Added a translator comment with the request of translators.
570
571 2009-02-09  Richard Hughes  <richard@hughsie.com>
572
573         * docs/reference/gtk/migrating-GtkEntry-icons.sgml:
574         Fix the enumerated name in the migration document.
575
576 2009-02-09  Cody Russell  <bratsche@gnome.org>
577
578         * gdk/win32/gdkwin32.h: Add potentially missing #defines for
579         XBUTTON1, etc.  Fixes the build that was broken in r21746.
580
581 2009-02-09  Takao Fujiwara  <takao.fujiwara@sun.com>
582
583         Bug 571015 – libprintbackend-cups has unlocalized strings
584
585         Reviewed by Matthias Clasen  <mclasen@redhat.com>
586
587         * modules/printbackends/cups/gtkprintbackendcups.c (handle_option):
588         Add translatable strings from ppd files.
589
590 2009-02-06  Matthias Clasen  <mclasen@redhat.com>
591
592         Make the new GtkAction code work with PolicyKit-gnome's use of actions.
593
594         * gtk/gtkaction.c (gtk_action_[un]block_activate_from): Block
595         the action.
596
597         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_activatable_reset):
598         * gtk/gtktogglebutton. (gtk_toggle_button_activatable_reset):
599         * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_activatable_reset):
600         Work with non-toggle actions without complaining.
601
602         * gtk/gtktoolbutton.c (gtk_tool_button_activatable_update): Updating
603         the icon-name should not remove the label.
604
605         * gtk/gtkimagemenuitem.c (activatable_update_icon_name): Also
606         update the image when the icon name is set to NULL.
607
608 2009-02-06  Matthew Barnes  <mbarnes@redhat.com>
609
610         * gtk/gtklabel.c (gtk_label_set_label): Accept a NULL string.
611
612 2009-02-03  Matthias Clasen  <mclasen@redhat.com>
613
614         Bug 538439 – tooltip may appear in upper left corner instead of 
615         over widget
616
617         * gtk/gtktooltip.c (gtk_tooltip_trigger_query): Set the root 
618         coordinates in the event correctly. Patch by Kristian Rietveld.
619
620 2009-02-02  Matthias Clasen  <mclasen@redhat.com>
621
622         * configure.in: Bump version
623
624 2009-02-02  Matthias Clasen  <mclasen@redhat.com>
625
626         * === Released 2.15.3 ===
627
628         * NEWS: Updates
629
630 2009-02-01  Behdad Esfahbod  <behdad@gnome.org>
631
632         * gtk/gtksettings.c (gtk_settings_class_init): Change the
633         "gtk-fontconfig-timestamp" property from int to uint.  Doesn't affect
634         anything in practice, except that  it overflows years later...
635
636 2009-02-01  Behdad Esfahbod  <behdad@gnome.org>
637
638         Bug 569635 – fontchooser should reload list of families/styles on
639         theme change
640
641         * gtk/gtkfontsel.c (gtk_font_selection_class_init),
642         (gtk_font_selection_init), (gtk_font_selection_finalize),
643         (gtk_font_selection_ref_family), (gtk_font_selection_ref_face),
644         (gtk_font_selection_reload_fonts),
645         (gtk_font_selection_screen_changed),
646         (gtk_font_selection_style_set),
647         (gtk_font_selection_scroll_to_selection),
648         (gtk_font_selection_scroll_on_map),
649         (gtk_font_selection_select_font),
650         (gtk_font_selection_show_available_fonts),
651         (gtk_font_selection_show_available_styles),
652         (gtk_font_selection_select_style),
653         (gtk_font_selection_select_font_desc),
654         (gtk_font_selection_set_font_name):
655         Reload Pango families and faces in style_set.  Installing/uninstalling
656         fonts shows up immediately in an open font chooser now.
657
658 2009-01-31  Matthias Clasen  <mclasen@redhat.com>
659
660         Bug 162726 – Multiple Latin layouts in XKB break keyboard shortcuts
661
662         * gtk/gtkkeyhash.c (_gtk_key_hash_lookup): Change the handling of
663         fuzzy matches: As long there are any exact matches, only exact 
664         matches are returned. If there are no exact matches, fuzzy matches 
665         will be returned, as long as they are not shadowing a possible exact
666         match. This means that fuzzy matches won't be considered if their
667         keyval is present in the current group. Problem reported by
668         many people, patch by Simos Xenitellis.
669
670 2009-01-31  Matthias Clasen  <mclasen@redhat.com>
671
672         * NEWS: Updates
673
674 2009-01-30  Fridrich Strba  <fridrich.strba@bluewin.ch>
675
676         * configure.in: Allow linking in static jasper gdk-pixbuf loader.
677         (reviewed by Tor Lillqvist)
678
679 2009-01-30  Matthias Clasen  <mclasen@redhat.com>
680
681         * gtk/gtktextview.c (preedit_changed_handler): Be more careful
682         with the beeps, since preedit-changed is occasionally emitted 
683         without actual input. Pointed out by Tor Lillqvist.
684
685 2009-01-30  Matthias Clasen  <mclasen@redhat.com>
686
687         Bug 569918 – 64bit portability issue in gtkrecentchooser.c
688
689         * gtk/gtkrecentchooser.c (gtk_recent_chooser_set_use_action_appearance):
690         Avoid a compiler warning. Patch by Magnus Boman.
691
692 2009-01-30  Matthias Clasen  <mclasen@redhat.com>
693
694         Bug 359288 – Toolbar items are not shown after hiding
695
696         * gtk/gtktoolbar.c (slide_idle_handler): Make sure we queue
697         at least one resize. This fixes a problem with toolitems remaining
698         invisible when they shouldn't that was reported by Christian Weiske.
699
700 2009-01-30  Matthias Clasen  <mclasen@redhat.com>
701
702         * gtk/gtkrecentchoosermenu.c (gtk_recent_chooser_menu_create_item):
703         Always show images.
704
705 2009-01-29  Tor Lillqvist  <tml@novell.com>
706
707         Bug 559408 - Transparency lost when images are copied between GTK+
708         and the clipboard on Windows
709
710         The code in gdkselection-win32.c is simplified quite a lot. When
711         an image is stored on the clipboard from GTK+, only the "PNG" and
712         CF_DIB formats are advertised. PNG is our preferred format because
713         it can losslessly represent any image that gdk-pixbuf can handle,
714         even with alpha, unambiguously. CF_DIB is also advertised because
715         of its ubiquitous support in Windows software.
716
717         Delayed rendering is used as before, so for other data than text
718         nothing is actually stored on the clipboard until some app asks
719         for it.
720
721         It's pointless to advertise images formats like "image/png" or
722         "image/x-MS-bmp" that no other Windows application is going to
723         look for anyway. Likewise it's pointless to store text under
724         formats like "text/plain" or "UTF8_STRING". Just store
725         CF_UNICODETEXT. CF_TEXT will be available as a synthesized format
726         anyways.
727
728         Office 2007 offers and asks for images in PNG format using the
729         registered clipboard format name "PNG", so we do likewise. If the
730         "PNG" format is available that is preferred when copying to GTK+
731         from the clipboard.
732
733         Unfortunately Word 2007 still uses CF_DIB without handling
734         alpha. But PowerPoint 2007 uses PNG if available and handles alpha
735         correctly. Both Word and Powerpoint offer PNG with alpha nicely.
736
737         Firefox and IE7 offer images that contain alpha as 32-bit version
738         3 BI_RGB DIBs with the undocumented "extra" bytes actually being
739         alpha. Also, alpha is premultiplied into the RGB bytes, presumably
740         because that is how AlphaBlend() wants such DIBs. That is also
741         taken care of. At least for Firefox it easy to be sure that a
742         CF_DIB on the clipboard is from Firefox.
743
744         Also some general stylistic cleanup, comment improvements, and
745         improvements of debugging printout especially in the clipboard
746         handling. Those are not detailled below.
747
748         * gdk/win32/gdkprivate-win32.h
749         * gdk/win32/gdkglobals-win32.c
750         * gdk/win32/gdkgmain-win32.c: Move some globals that were used
751         only in gdkselection-win32.c to be local to that file.
752
753         * gdk/win32/gdkproperty-win32.c (gdk_property_change): Don't
754         bother checking if text to be placed on the clipboard consists of
755         only ASCII.
756
757         * gdk/win32/gdkselection-win32.c: Add static variables for a list
758         of GdkPixbuf-supported formats, well-known registered clipboard
759         formats for images, and for GdkAtoms for well-known image and text
760         formats.
761
762         (_gdk_win32_selection_init): Initialize above static variables.
763
764         (selection_property_store) (gdk_selection_property_get)
765         (_gdk_selection_property_delete): Don't use a FIFO of GdkSelProps
766         for a window after all, it breaks testtext. See bug #163844.
767
768         (gdk_selection_convert): When converting to the TARGETS format,
769         i.e. when the caller wants to know what clipboard formats are
770         available, if PNG is available we report just that and skip
771         CF_DIB, JPEG and GIF even if advertised.
772
773         If CF_UNICODETEXT is available, report only UTF8_STRING.
774
775         When converting to the UTF8_STRING format, i.e. when the caller
776         wants text from the clipboard, try just CF_UNICODETEXT. There is
777         no point in trying CF_TEXT as Windows will synthesize
778         CF_UNICODETEXT from CF_TEXT anyway, if some app has stored just
779         CF_TEXT.
780
781         When converting to the image/bmp format, i.e. when the caller
782         wants an CF_DIB image from the clipboard, we check if the DIB is a
783         version 3 32-bit BI_RGB one that is likely to actually contain
784         alpha in the "extra" bytes. Such a DIB is likely to have
785         premultiplied alpha even, at least in the case of Firefox 3 and
786         IE7. We then edit the DIB in-place into a version 5 one in
787         BI_BITFIELDS format and undo the alpha premultiplication.
788
789         In any case, prepend a BMP file header before letting go of the
790         data which will be fed to the gdk-pixbuf bmp loader by upper
791         levels.
792
793         (gdk_win32_selection_add_targets): If some kind of pixmap image
794         format is being added, actually advertise just PNG and
795         CF_DIB. Note that alpha won't be stored on the clipboard through
796         CF_DIB. This is because gdk-pixbuf's bmp loader doesn't save
797         alpha. Furthermore, few if any non-GTK+ Windows apps seem to
798         understand a version 5 DIB with proper alpha anyway.
799
800         (_gdk_win32_selection_convert_to_dib): Simplified muchly.
801
802 2009-01-29  Tor Lillqvist  <tml@novell.com>
803
804         Bug 145058 - Inputting "^^" requires four keystrokes on Win32,
805         differs from platform default behaviour
806
807         * gtk/gtkimcontextsimple.c
808         (check_win32_special_case_after_compact_match): New
809         function. Called from check_compact_table() after a table-based
810         match has committed a character. In case there was two identical
811         dead accents in the input, another copy of the spacing accent that
812         was already committed is committed. This fixes #145058.
813
814         (check_win32_special_cases): New function. Called first from
815         gtk_im_context_simple_filter_keypress(). This fixes another
816         problem: a dead accent followed by a space should commit the
817         corresponding spacing accent. The compose tables from X commit
818         another character in two cases and we want to override that on
819         Windows.
820
821         Add GTK_NOTE (MISC) debugging output to this code.
822
823 2009-01-29  Claudio Saavedra  <csaavedra@igalia.com>
824
825         Bug 569435 – make maintainer-clean removes non-generated sources
826
827         * gdk/Makefile.am: Do not remove gdkprivate.h and gdkwindowimpl.h
828         during make maintainer-clean, as these files are not generated.
829
830 2009-01-28  Philip Withnall  <philip@tecnocode.co.uk>
831
832         * gtk/gtktreeview.c: Small documentation fix.
833
834 2009-01-27  Matthias Clasen  <mclasen@redhat.com>
835
836         * gtk/gtkentry.c: Use the get_text_area_size vfunc to make
837         alignment and icons in spin buttons work correctly.
838
839 2009-01-27  Matthias Clasen  <mclasen@redhat.com>
840         
841         Bug 569336 – change in gtkbutton klass is causing crash when 
842         activating menu item
843
844         * gtk/gtktogglebutton.c: Don't chain the clicked handler
845         up unconditionally.
846
847 2009-01-27  Matthias Clasen  <mclasen@redhat.com>
848
849         * configure.in: Bump version
850
851 2009-01-27  Matthias Clasen  <mclasen@redhat.com>
852
853         * === Released 2.15.2 ===
854
855         * NEWS: Updates
856
857 2009-01-26  Matthias Clasen  <mclasen@redhat.com>
858
859         Bug 322932 – Always show icons on panel menus
860
861         * gtk/gtk.symbols:
862         * gtk/gtkimagemenuitem.[hc]: Add a property to override the
863         show-menu-images setting for individual menuitems. Patch by
864         William Jon McCann.
865
866 2009-01-26  Matthias Clasen  <mclasen@redhat.com>
867
868         * gtk/gtkbutton.c: Activate the action in a regular clicked
869         handler instead of the default handler, to make it work with
870         derived classes which don't chain up their clicked handler.
871
872 2009-01-26  Matthias Clasen  <mclasen@redhat.com>
873
874         Bug 569104 – Toggle menu entries showed as check menu entries 
875         in nautilus
876
877         * gtk/gtkactivatable.c (gtk_activatable_do_set_related_action):
878         Block the previous action when calling reset() to prevent
879         accidental activation of the previous action.
880
881         * gtk/gtkaction.c (gtk_action_activate): Don't compare booleans.
882
883         * gtk/gtktoggleaction.c (gtk_toggle_action_set_active): Remove
884         extraneous braces.
885
886 2009-01-26  Bastien Nocera  <hadess@hadess.net>
887
888         Bug 569240 - Crasher when using markers
889
890         * gtk/gtkrange.c (gtk_range_destroy): Avoid crashes when destroying
891         a GtkRange with markers
892
893 2009-01-26  Richard Hult  <richard@imendio.com>
894
895         Bug 566628 – gdk_display_close always asserts on win32 and quartz
896
897         * gdk/quartz/gdkdisplay-quartz.c
898         (_gdk_windowing_set_default_display): Copy fix for bug #566628
899         from the win32 backend: Allow also a NULL parameter in the
900         g_assert().
901
902 2009-01-25  Matthias Clasen  <mclasen@redhat.com>
903
904         * gtk/gtktoolitem.[hc]: Export the function to create a proxy
905         menuitem from the action for use in subclasses.
906
907         * gtk/gtktoolbutton.c:
908         * gtk/gtktoggletoolbutton.c: Use it here.
909
910         * gtk/gtkrecentchoosermenu.c: Avoid temporary empty state that
911         can lead to a recent action proxy menu being erroneously hidden.
912
913 2009-01-25  Matthias Clasen  <mclasen@redhat.com>
914
915         * gtk/gtkradioaction.c: Set draw-as-radio to TRUE.
916
917 2009-01-24  Matthias Clasen  <mclasen@redhat.com>
918
919         Revert changes for bug 567124. Instead of trying to avoid
920         setting up the im context before the widget is realized, just
921         reset it when the client window is set.
922
923         * gtk/gtkimmulticontext.c: Reset the slave when a client window
924         is set.
925
926         * gtk/gtkimmodule.c
927         * gtk/gtktextview.c: Revert changes for bug 567124.
928
929 2009-01-25  Claudio Saavedra  <csaavedra@igalia.com>
930
931         * gtk/gtktreeview.c: Use gtk-doc syntax to refer to properties in
932         the docstrings.
933
934 2009-01-25  Claudio Saavedra  <csaavedra@igalia.com>
935
936         * gtk/gtkiconview.c: More docstrings improvements
937         regarding reorderable property.
938
939 2009-01-24  Claudio Saavedra  <csaavedra@igalia.com>
940
941         Bug 559420 – gtk_icon_view_enable_model_drag_[source|dest] docs
942         wrt. reorderable property
943
944         * gtk/gtkiconview.c: Improve docstrings regarding reorderable
945         property. Based on a patch by Björn Lindqvist.
946
947 2009-01-24  Matthias Clasen  <mclasen@redhat.com>
948
949         * gtk/gtktoolbutton.c (gtk_tool_button_activatable_reset):
950         Fall back from stock ids to icon names like the old code 
951         did. Patch by Tristan van Berkom.
952
953 2009-01-24  Matthias Clasen  <mclasen@redhat.com>
954
955         * tests/testactions.c: Add a testcase for toolitems using
956         icon names.
957
958 2009-01-24  Matthias Clasen  <mclasen@redhat.com>
959
960         * gdk/x11/gdkcursor-x11.c (_gdk_x11_cursor_update_theme):
961         Don't update blank cursors.
962
963 2009-01-24  Claudio Saavedra  <csaavedra@igalia.com>
964
965         * gtk/gtktreeview.c: (gtk_tree_view_class_init): Slightly
966         improve ::search-column property description.
967
968 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
969
970         * configure.in: Bump version
971
972 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
973
974         * === Released 2.15.1 ===
975
976 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
977
978         * gtk/gtkactivatable.c: Make the section docs produce some valid
979         xml.
980
981 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
982
983         * gtk/gtkactivatable.c: Fix the section docs so gtk-doc finds them.
984
985 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
986
987         * gtk/gtkrecentchooser.c:
988         * gtk/gtkuimanager.c: Fix issues found by pltcheck
989
990 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
991
992         * NEWS: Updates
993
994 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
995
996         Bug 560228 – Add "action-controller" property to GtkWidgetClass
997
998         Rework the way actions and proxies interact, to make the
999         interaction less ad hoc, more extensible, and better suited
1000         for support in GUI builders like glade. 
1001
1002         To be used as a proxy, a widget must now implement the 
1003         GtkActivatable interface, and GtkActivatable implementations 
1004         are responsible for syncing their appearance with the action 
1005         and for activating the action.
1006
1007         All the widgets that are commonly used as proxies implement
1008         GtkActivatable now.
1009
1010         Patch by Tristan van Berkom.
1011
1012         * gtk/gtkactivatable.[hc]: The GtkActivatable interface.
1013
1014         * gtk/gtkbutton.c:
1015         * gtk/gtktogglebutton.c:
1016         * gtk/gtktoolitem.c:
1017         * gtk/gtktoolbutton.c:
1018         * gtk/gtktoggletoolbutton.c:
1019         * gtk/gtkmenuitem.c:
1020         * gtk/gtkcheckmenuitem.c:
1021         * gtk/gtkimagemenuitem.c:
1022         * gtk/gtkradiomenuitem.c:
1023         * gtk/gtkrecentchooserprivate.h:
1024         * gtk/gtkrecentchooser.c:
1025         * gtk/gtkrecentchooserdefault.c:
1026         * gtk/gtkrecentchoosermenu.c: Implement GtkActivatable.
1027         * gtk/gtkaction.[hc]: Move appearance synchronization to
1028         GtkActivatable implementations.
1029
1030         * gtk/gtkradioaction.c:
1031         * gtk/gtkrecentaction.c:
1032         * gtk/gtktoggleaction.c:
1033         * gtk/gtkactiongroup.c: Adapt.
1034
1035         * gtk/gtk.h: Include gtkactivatable.h
1036         * gtk/gtk.symbols: Add new functions
1037
1038 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
1039
1040         Bug 567124 – proposal to delay doing something related to 
1041         immodule until widgets realized
1042
1043         Delay setting up immodules until the widget is realized.
1044         Patch by Akira Tagoh
1045         
1046         * gtk/gtktextview.c: Don't set up im stuff if the widget
1047         is not realized.
1048
1049         * gtk/gtkimmodule.c: Assert that we have a window.
1050  
1051 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
1052
1053         Skip Desktop if it equals the home folder
1054         Patch by Christian Dywan
1055
1056         * gtk/gtkfilechooserdefault.c (shortcuts_append_desktop): Skip
1057         Desktop if it equals the home folder.
1058
1059 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
1060
1061         Bug 536965 – GtkPlug: crash on theme change
1062
1063         Keep GtkPlug in sync with the global list of toplevels.
1064         Patch by Federico Mena Quintero
1065
1066         * gtk/gtkwindow.h:
1067         * gtk/gtkwindow.c (_gtk_window_set_is_toplevel): New internal
1068         function used when a GtkPlug parents/unparents itself by an
1069         in-process GtkSocket.  This keeps the plug's GTK_TOPLEVEL flag in
1070         sync with the global toplevel_list.
1071
1072         * gtk/gtkplug.c (gtk_plug_set_is_child): Call
1073         _gtk_window_set_is_toplevel() to keep the toplevel list updated,
1074         instead of just setting/unsetting the GTK_TOPLEVEL flag.
1075
1076 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
1077
1078         Bug 568744 – Spellfixes in GtkTreeView's documentation
1079
1080         * gtk/gtktreeview.c: Fix typos in the docs.
1081
1082 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
1083
1084         Bug 567761 – Spellfixes in GTK+ documentation
1085
1086         * gdk/x11/gdkselection-x11.c:
1087         * gtk/gtktestutils.c: Fix typos in the docs.
1088
1089 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
1090
1091         Bug 567021 – gtkimage accessors docs
1092
1093         * gtk/gtkimage.c: Improve docs by mentioning allowed NULL values.
1094         Patch by Christian Persch
1095
1096 2009-01-23  Matthias Clasen  <mclasen@redhat.com>
1097
1098         Bug 566535 – gtk_widget_get_snapshot does not work if double buffered 
1099         is disabled
1100
1101         * gtk/gtkwidget.c (gtk_widget_get_snapshot): Use a different approach
1102         to snapshotting that is in line with what is done in the client-side
1103         windows branch, and that works for widgets regardless if they are
1104         double-buffered or not. Patch by Alex Larsson.
1105
1106         * gdk/gdkwindow.c (_gdk_window_calculate_full_clip_region): Clip
1107         to the parent.
1108
1109 2009-01-22  Federico Mena Quintero  <federico@novell.com>
1110
1111         * gtk/gtkfilechooserentry.c (autocomplete): Relax the assertion;
1112         just do nothing if the folder is not loaded or if the cursor position
1113         is not at the end of the text.  A very slow-to-load folder can get
1114         us into the latter state if the user starts typing first.
1115
1116 2008-01-22  Matthias Clasen  <mnclasen@redhat.com>
1117
1118         * gtk/gtkaction.c: Revert the last change, since it breaks
1119         epiphany.
1120
1121 2009-01-22  Federico Mena Quintero  <federico@novell.com>
1122
1123         Fix the computation of "complete but unique" in
1124         GtkFileChooserEntry.  Fix the case where "/" was not appended to a
1125         unique directory name during explicit Tab completion.
1126
1127         * gtk/gtkfilechooserentry.c (maybe_append_separator_to_file):
1128         Return whether anything was appended as well as the new string
1129         itself.
1130         (find_common_prefix): Oops, only turn on
1131         is_complete_not_unique_ret if we had a unique match!
1132         (append_common_prefix): If we appended a directory separator, we
1133         *did* expand the common prefix, so we are not in the "nothing
1134         inserted" case.
1135
1136 2009-01-22  Federico Mena Quintero  <federico@novell.com>
1137
1138         Return an error code when refreshing the entry from the user's
1139         input.  We use this in the completion code to know when completion
1140         can't happen due to (for example) having a non-local URI in a file
1141         chooser that is local_only=TRUE.
1142
1143         Also, we start maintaining an invariant that
1144         chooser_entry->current_folder_file != NULL implies that:
1145
1146                 * what the user entered is valid
1147
1148                 * we are loading that folder (chooser_entry->load_folder_cancellable != NULL) 
1149
1150                 * or we are done loading that folder, or we have a handle
1151                 to it at least (chooser_entry->current_folder != NULL)
1152
1153         The invariant also says that all of the above are NULL (and
1154         chooser_entry->current_folder_file == NULL) implies that the user
1155         typed something invalid.  This makes
1156         _gtk_file_chooser_entry_get_current_folder() not able to return
1157         an invalid folder.
1158
1159         * gtk/gtkfilechooserentry.c (RefreshStatus): New enum.
1160         (refresh_current_folder_and_file_part): Return a RefreshStatus.
1161         We filter out incomplete hostnames here (typing
1162         "sftp://incompl[tab]" will error out), as well as completely
1163         unparsable input.
1164         (start_explicit_completion): Process the result from refresh...().
1165         Here we present the actual feedback about only being able to
1166         display local folders for local_only=TRUE.
1167         (commit_completion_and_refresh): Don't do anything with the result
1168         of refresh...(), since this function doesn't get called during
1169         completion-related interaction.
1170         (start_autocompletion): Process the result from refresh...().  We
1171         only do completion in the REFRESH_OK case.  For the error cases,
1172         we don't do anything, as this is autocompletion and must not
1173         result in non-asked-for errors popping up.
1174         (discard_loading_and_current_folder_file): Factor out function to
1175         cancel the cancellable and discard the current_folder_file,
1176         i.e. to reset the invariant to the "nothing valid is loaded" case.
1177         (gtk_file_chooser_entry_dispose): Use
1178         discard_loading_and_current_folder_file().
1179         (reload_current_folder): Likewise.
1180         (refresh_current_folder_and_file_part): Likewise, and ensure that
1181         the error cases result in the invariant being held.
1182         (start_loading_current_folder): Check if the folder to be loaded
1183         is non-native for the local_only=TRUE case; if so, return an error
1184         as we are configured to load only local folders.
1185         (reload_current_folder): Pass on errors from
1186         start_loading_current_folder().  Tighten the preconditions, as we
1187         are sure that we can only receive non-NULL folder-files to load.
1188         (refresh_current_folder_and_file_part): Pass on errors from
1189         reload_current_folder().  At the very end, assert the invariant
1190         described above.
1191         
1192 2009-01-22  Matthew Barnes  <mbarnes@redhat.com>
1193
1194         Bug 568334 – Constructor properties for GtkAction
1195
1196         * gtk/gtkaction.c (gtk_action_class_init): Make all properties
1197         G_PARAM_CONSTRUCT except "action-group".
1198
1199 2009-01-22  Michael Natterer  <mitch@imendio.com>
1200
1201         * gtk/gtkicontheme.c (gtk_icon_theme_has_icon): g_return_if_fail()
1202         on icon_name != NULL so we get a warning instead of a crash here.
1203
1204 2009-01-21  Matthias Clasen <mclasen@redhat.com>
1205
1206         * NEWS: Updates
1207
1208 2009-01-21  Matthias Clasen <mclasen@redhat.com>
1209
1210         * gtk/gtkentry.c: Don't show windows that may not exist
1211
1212 2009-01-21  Matthias Clasen <mclasen@redhat.com>
1213
1214         * gtk/gtklabel.c: Implement select-by-words for selectable labels.
1215
1216 2009-01-21  Tor Lillqvist  <tml@novell.com>
1217
1218         * gdk/win32/gdkcursor-win32.c: Rename static local functions and
1219         variables to not have any unnecessary _ or _gdk_win32 prefix.
1220
1221         * gdk/win32/gdkcursor-win32.c (hcursor_from_type): Implement
1222         creating a GDK_BLANK_CURSOR.
1223
1224 2009-01-21  Matthias Clasen  <mclasen@redhat.com>
1225
1226         * gtk/gtkentry.c: Change the Caps Lock warning to the more
1227         neutral "Caps Lock is on". Requested by Wouter Bolsterlee
1228
1229 2009-01-21  Matthias Clasen  <mclasen@redhat.com>
1230
1231         Bug 568552 – gtk_combo + gtk entry in invisible mode takes 100% cpu
1232
1233         * gtk/gtkentry.c: Fix an expose loop caused by raising windows out
1234         of an expose handler. Also, don't show the 'Caps Lock' warning for
1235         activated input methods, since that makes it permanently shown
1236         for some locales. It should not be that necessary, now that we
1237         do show preedit text even in password entries. Pointed out by
1238         Frederic Crozat.
1239         (start_loading_current_folder): Check if the folder to be loaded
1240         is non-native for the local_only=TRUE case; if so, return an error
1241         as we are configured to load only local folders.
1242         (reload_current_folder): Pass on errors from
1243         start_loading_current_folder().  Tighten the preconditions, as we
1244         are sure that we can only receive non-NULL folder-files to load.
1245         (refresh_current_folder_and_file_part): Pass on errors from
1246         reload_current_folder().  At the very end, assert the invariant
1247         described above.
1248         (start_explicit_completion): Add comments for translators, to
1249         explain the purpose of the various feedback messages used during
1250         completion.
1251
1252 2009-01-21  Federico Mena Quintero  <federico@novell.com>
1253
1254         * gtk/gtkfilechooserdefault.c (save_widgets_create): Set
1255         local_only on the location entry when we create it...
1256         (set_local_only): ... and set it here only if the location entry
1257         exists.
1258
1259 2009-01-21  Marek Kasik  <mkasik@redhat.com>
1260
1261         Bug 561801 - "scheduled printing" doesn't function as expected
1262
1263         * gtk/gtkprintunixdialog: Add tooltip.
1264         * modules/printbackends/cups/gtkprintbackendcups.c: Add conversion
1265           from local time to utc time for scheduled printing.
1266
1267 2009-01-20  Federico Mena Quintero  <federico@novell.com>
1268
1269         http://bugzilla.gnome.org/show_bug.cgi?id=545980 -
1270         GtkFileChooserEntry should handle URIs
1271
1272         * gtk/gtkfilesystem.c (_gtk_file_system_parse): Detect URI schemes
1273         and parse the full URI.
1274         (has_uri_scheme): New function, stolen from the old
1275         gtkfilesystemgnomevfs.c.
1276
1277         Patch by Carlos Garnacho <carlos@imendio.com>:
1278
1279         * gtk/gtkfilechooserentry.c (discard_current_folder): New
1280         function, factored out for when we need to get rid of the
1281         current_folder.
1282         (gtk_file_chooser_entry_dispose): Use discard_current_folder().
1283         (finished_loading_cb): Fix prototype.
1284         (load_directory_get_folder_callback): Discard the completion
1285         store, as well as clearing the completion feedback, if we find an
1286         error while loading the folder.  Also, use
1287         discard_current_folder().
1288         (reload_current_folder): Use discard_current_folder().
1289
1290         Patch by Carlos Garnacho <carlos@imendio.com> - add a local_only
1291         property to GtkFileChooserEntry:
1292
1293         * gtk/gtkfilechooserentry.c (struct _GtkFileChooserEntry): Add a
1294         local_only field.
1295         (_gtk_file_chooser_entry_init): Default to local_only being true.
1296         (start_explicit_completion): Don't allow completion of non-native
1297         files if local_only is turned on.
1298         (start_loading_current_folder): Don't start loading non-native
1299         folders if local_only is turned on.
1300         (_gtk_file_chooser_entry_set_local_only): New function.
1301         (_gtk_file_chooser_entry_get_local_only): New function.
1302
1303         * gtk/gtkfilechooserentry.h (_gtk_file_chooser_entry_set_local_only,
1304         _gtk_file_chooser_entry_get_local_only): New prototypes.
1305
1306         * gtk/gtkfilechooserdefault.c (set_local_only): Set the local_only
1307         property on the entry.
1308
1309         Fix completion so it doesn't pop up for every character in a URI
1310         hostname:
1311
1312         * gtk/gtkfilechooser.h (GtkFileChooserError): Add a
1313         GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME.
1314
1315         * gtk/gtkfilesystem.c (_gtk_file_system_parse): Return an
1316         "incomplete hostname" error if the user has not typed a full
1317         hostname yet in an URI.
1318
1319         * gtk/gtkfilechooserentry.c (append_common_prefix): If we get an
1320         incomplete hostname, just don't pop up an error, since that is a
1321         transient state and the user doesn't need to be notified about it.
1322         (refresh_current_folder_and_file_part): Don't revert to showing
1323         the base folder if we have an incomplete hostname.
1324         (reload_current_folder): Handle the passed folder being NULL, even
1325         if we must force a reload.  Also, reload the folder if we didn't
1326         have a cancellable for it (i.e. we hadn't started to load it
1327         before).
1328
1329 2009-01-20  Matthias Clasen  <mclasen@redhat.com>
1330
1331         * gtk/gtk.symbols:
1332         * gtk/gtkaction.[hc]: Add setters and getters for GtkAction
1333         properties, in preparation for bug 560228.
1334
1335 2009-01-21  Christian Dywan  <christian@twotoasts.de>
1336
1337         Bug 567413 – GtkComboBoxEntry doesn't emit "changed" signal
1338         on entry editing
1339
1340         * gtk/gtkcombobox.c (gtk_combo_box_set_active): Return only if index
1341         is set. Patch by Carl-Anton Ingmarsson.
1342
1343 2009-01-20  Torsten Schoenfeld  <kaffeetisch@gmx.de>
1344
1345         * gtk/gtkstyle.c: Add a "Since: 2.16" tag to gtk_style_get.
1346
1347 2009-01-20  Matthias Clasen  <mclasen@redhat.com>
1348
1349         Bug 565656 – Add marks to scales
1350
1351         * gtk/gtkrange.[hc]: Add internal api to define 'stop values'
1352         that have a little resistance when dragging the slider over it.
1353
1354         * gtk/gtk.symbols:
1355         * gtk/gtkscale.[hc] (gtk_scale_add_mark): New function to add
1356         a 'mark' to a scale, which will draws a tick, plus optionally
1357         some text, and makes the value a stop value.
1358         (gtk_scale_clear_values): Removes all marks.
1359
1360         * tests/testscale.c: Test for marks on scales
1361         * tests/Makefile.am: Integrate it
1362
1363 2009-01-19  Matthias Clasen  <mclasen@redhat.com>
1364
1365         * gtk/gtkentry.c:
1366         * gtk/gtkfilechooserentry.c:
1367         * gtk/gtktextview.c: Replace several implementation of
1368         blank cursor setting by GDK_BLANK_CURSOR.
1369
1370 2009-01-19  Matthias Clasen  <mclasen@redhat.com>
1371
1372         * gdk/gdkcursor.c:
1373         * gdk/gdkwindow.c: Update docs on how to create blank cursors.
1374
1375 2009-01-19  Matthias Clasen  <mclasen@redhat.com>
1376
1377         Cache cursors to avoid libXcursor theme lookup overhead.
1378         Patch by David Alan Gilbert.
1379
1380         * gdk/gdkcursor.h: Add a GDK_BLANK_CURSOR cursor type.
1381
1382         * gdk/x11/gdkcursor-x11.c: Cache font cursors and named cursors.
1383
1384         * gdk/x11/gdkprivate-x11.h:
1385         * gdk/x11/gdkcdisplay-x11.c: Remove cached cursors when a 
1386         display if finalized.
1387
1388 2009-01-18  Matthias Clasen  <mclasen@redhat.com>
1389
1390         Bug 568263 – gtk can't recognize the wrong X Selection TARGETS' 
1391         type "TARGETS" by java applications
1392
1393         * gtk/gtkselection.c (gtk_selection_data_get_targets): Accept
1394         a type of TARGETS instead of ATOM, too. Based on a patch by 
1395         Peng Wu. 
1396
1397 2009-01-18  Matthias Clasen  <mclasen@redhat.com>
1398
1399         Bug 568233 – Wrong statement about GtkEntry's "activate" signal
1400
1401         * gtk/gtkentry.c:
1402         * gtk/gtklabel.c:
1403         * gtk/gtktextview.c: Correct some copy-and-paste mistakes in
1404         keybinding signal docs. Pointed out by Pascal Terjan.
1405
1406 2009-01-18  Matthias Clasen  <mclasen@redhat.com>
1407
1408         * gtk/gtk.symbols:
1409         * gtk/gtkentry.[hc]: Add properties and getters for icon tooltips.
1410
1411 2009-01-18  Matthias Clasen  <mclasen@redhat.com>
1412
1413         Bug 563280 – stock items & translation context
1414
1415         * gtk/gtkstock.c: Solve the msgctxt problem a bit more
1416         elegantly, and add some hints about this to the docs of
1417         gtk_stock_set_translate_func. Proposed by Christian Persch
1418
1419 2009-01-18  Matthias Clasen  <mclasen@redhat.com>
1420
1421         Bug 568196 – Please change context of Forward stock label
1422
1423         * gtk/gtkstock.c: Reinstate separate translation contexts for
1424         navigation and media labels (these were lost in the transition
1425         to msgctxt. Pointed out by Gabor Kelemen.
1426
1427 2009-01-18  Matthias Clasen  <mclasen@redhat.com>
1428
1429         Bug 567887 – gtk_entry_get_storage_type() should be 
1430         gtk_entry_get_icon_storage_type()
1431
1432         * gtk/gtk.symbols:
1433         * gtk/gtkentry.[hc]: Use the last chance to get the api right,
1434         and rename things for consistency, requested by Murray Cumming. 
1435         In detail,
1436         gtk_entry_get_stock -> gtk_entry_get_icon_stock
1437         gtk_entry_get_pixbuf -> gtk_entry_get_icon_pixbuf
1438         gtk_entry_get_gicon -> gtk_entry_get_icon_gicon
1439         gtk_entry_get_storage_type -> gtk_entry_get_icon_storage_type
1440         ::prelight -> ::icon-prelight
1441         ::pixbuf-primary -> ::primary-icon-pixbuf
1442         ::stock-primary -> ::primary-icon-stock
1443         ::icon-name-primary -> ::primary-icon-name
1444         ::gicon-primary-> ::primary-icon-gicon
1445         ::storage-type-primary -> ::primary-icon-storage-type
1446         ::activatable->primary -> ::primary-icon-activatable
1447         ::sensitive-primary -> ::primary-icon-sensitive
1448         (and similar for secondary properties)
1449
1450 2009-01-18  Matthias Clasen  <mclasen@redhat.com>
1451
1452         Bug 567655 – gtk_status_icon_set_tooltip_text and 
1453         gtk_status_icon_set_tooltip_markup should use gchar*
1454
1455         * gtk/gtkstatusicon.h: Use "const gchar*" in new tooltip api.
1456         Pointed out by Torsten Schoenfeld.
1457
1458 2009-01-18  Matthias Clasen  <mclasen@redhat.com>
1459
1460         * demos/gtk-demo/search_entry.c: End the search if the window
1461         is closed.
1462
1463         * demos/gtk-demo/search_entry.c:
1464         * demos/gtk-demo/entry_completion.c: Group the entry examples
1465         under "Entry".
1466
1467 2009-01-18  Christian Dywan  <christian@twotoasts.de>
1468
1469         Remove a redundant include from gtktoolbar.c
1470
1471         * gtk/gtktoolbar.c: Remove second inclusion of gtktoolbar.h.
1472         Patch by Enrico Tröger.
1473
1474 2009-01-16  Cody Russell  <bratsche@gnome.org>
1475
1476         Bug 567944 – [Win32] Sorted treeview columns can be unreadable
1477
1478         * modules/engines/ms-windows/msw_style.c: Draw selected treeview
1479         cells according to treeview focus, but ignore whether it is in
1480         a sorted column or not.  Otherwise the intersection of a selected
1481         row and a sorted column looks very strange if the treeview does
1482         not have focus.
1483
1484 2009-01-16  Daniel Elstner  <danielk@openismus.com>
1485
1486         * modules/input/gtkimcontextmultipress.[ch]: Remove the namespace
1487         prefix from functions defined locally only.  Clean up the code and
1488         change indentation to match the GTK+ coding style.
1489         (_GtkImContextMultipress::key_sequences): Replace array of pointers
1490         by GHashTable.  Adapt the implementation accordingly.
1491         (passthrough_enabled_for_window): Remove.  The passthrough hack is
1492         no longer necessary thanks to the recently introduced "im-module"
1493         property of GtkEntry and GtkTextView.
1494         (load_config): Rework to implement an improved configuration file
1495         format.  Just fetch all keys of the group instead of expecting the
1496         keys to be named a certain way.  This also allows interpreting the
1497         config key itself as the GDK key name to bind the character sequence
1498         to, thereby making it independent of the sequence itself.
1499
1500         * modules/input/im-multipress.conf: New example configuration using
1501         the new syntax.  The example sequences are now bound to the numeric
1502         keypad and imitate the behavior of a standard mobile phone.
1503
1504 2009-01-15  Murray Cumming  <murrayc@murrayc.com>
1505
1506         * gtk/gtkimcontext.c: documentation description: Mention the various 
1507         properties and the environment variable, with links to their 
1508         documentation.
1509         * gtk/gtksettings.c:
1510         * gtk/gtktextview.c: Make the im-module property documentation more 
1511         expansive.
1512
1513 2009-01-15  Diego Escalante Urrelo  <diegoe@gnome.org>
1514
1515         Bug 562701 – GtkEntryCompletion popup sizes its rows wrong
1516         when they span for more than one line.
1517
1518         Don't assume actions and results have equal height, this causes
1519         negative size requisitions when results are more than one
1520         line tall.
1521
1522         * gtk/gtkentrycompletion.c: change the formula used to calculate
1523         the size of the completion popup.
1524
1525 2009-01-14  Federico Mena Quintero  <federico@novell.com>
1526
1527         Remember the file chooser's geometry across invocations.
1528
1529         * gtk/gtkfilechoosersettings.h (struct _GtkFileChooserSettings):
1530         New fields geometry_x, geometry_y, geometry_width, geometry_height.
1531         (_gtk_file_chooser_settings_get_geometry): New prototype.
1532         (_gtk_file_chooser_settings_set_geometry): New prototype.
1533
1534         * gtk/gtkfilechoosersettings.c (GEOMETRY_X_KEY, GEOMETRY_Y_KEY,
1535         GEOMETRY_WIDTH_KEY, GEOMETRY_HEIGTH_KEY): New key names.
1536         (ensure_settings_read): Read the geometry keys.
1537         (_gtk_file_chooser_settings_save): Save the geometry keys.
1538         (_gtk_file_chooser_settings_init): Initialize the geometry keys to
1539         "don't have this value".
1540         (_gtk_file_chooser_settings_get_geometry): New public function.
1541         (_gtk_file_chooser_settings_set_geometry): New public function.
1542
1543         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_map):
1544         Don't change the default size in ::map() so we don't flicker...
1545         (gtk_file_chooser_default_realize): ... so do it in ::realize()
1546         instead, when the window is not yet visible.  This avoids a
1547         dialog-that-resizes when you first pop up the file chooser.
1548         (emit_default_size_changed): Just emit the signal; don't check for
1549         the widget's state so we can be emitted during the initial
1550         ::realize() when we are not mapped yet.
1551         (update_preview_widget_visibility): Only emit default_size_changed
1552         if the widget is not mapped, to avoid resizing the dialog while it
1553         is visible.
1554
1555         * gtk/gtkfilechooserdialog.c
1556         (file_chooser_widget_default_size_changed): Simply resize the
1557         dialog to the default size without any fancy clamping.  Also,
1558         leave in place ifdef-ed out code to restore the file chooser's
1559         position in addition to its size.  The code to restore the
1560         position doesn't quite work yet, but we'll leave it in as a
1561         reference.
1562
1563         * gtk/gtkfilechooserdefault.c (save_dialog_geometry): New function.
1564         (settings_save): Save the dialog's geometry.
1565         (gtk_file_chooser_default_get_default_size): Load the geometry
1566         from the settings.  If it was already saved, return that instead
1567         of computing an ad-hoc size.
1568
1569 2009-01-13  Matthias Clasen  <mclasen@redhat.com>
1570
1571         Bug 450716 – New API to change global IM
1572
1573         Requested by Daniel Elstner.
1574
1575         * gtk/gtk.symbols:
1576         * gtk/gtkimmulticontext.[hc] (gtk_im_multicontext_set_context_id):
1577         New function to set the context id on a GtkIMMulticontext.
1578
1579         * gtk/gtkentry.c:
1580         * gtk/gtktextview.c: Add a ::im-module property that can be
1581         set to override the global setting for the im module to be used.
1582
1583 2009-01-13  Christian Dywan  <christian@imendio.com>
1584
1585         Bug 566532 – GtkScaleButton implementation of GtkOrientable
1586
1587         * gtk/gtk.symbols:
1588         * gtk/gtkscalebutton.c (gtk_scale_button_class_init),
1589         (gtk_scale_button_set_property):
1590         * gtk/gtkscalebutton.h: Deprecate gtk_scale_button_get_orientation
1591         in favour of implementing GtkOrientable. Patch by Bruce Cowan.
1592
1593 2009-01-13  Tor Lillqvist  <tml@iki.fi>
1594
1595         Bug 164002 - query scripts don't work uninstalled on windows
1596
1597         * gtk/gtkmain.c (_gtk_get_libdir): If the gtk DLL is in a ".libs"
1598         folder, assume we are running uninstalled, and use the
1599         configure-time GTK_LIBDIR.
1600
1601 2009-01-12  Matthias Clasen  <mclasen@redhat.com>
1602
1603         * NEWS: Refer to tray icon spec, instead of a random email.
1604
1605 2009-01-12  Matthias Clasen  <mclasen@redhat.com>
1606
1607         * gtk/gtkwindow.c (gtk_window_set_icon_name): Don't cause lots
1608         of X traffic when the icon name doesn't actually change. Some
1609         apps like to reset their window icon frequently, without actually
1610         changing the icon name...
1611
1612 2009-01-12  Paolo Borelli  <pborelli@katamail.com>
1613
1614         Bug 492794 – Pasting external text at end of view yields wrong
1615         scrolling to mark
1616
1617         * gtk/gtktextbuffer.[ch]:
1618         * gtk/gtktextview.c:
1619         Add a "paste-done" signal and use it to propelry scroll the
1620         view at the end of the pasted text in the case of an async
1621         paste. Patch by Ignacio Casal Quintero based on a patch by
1622         Yevgen Muntyan.
1623
1624 2009-01-12  Tor Lillqvist  <tml@iki.fi>
1625
1626         * gdk/gdk.c (gdk_arg_debug_cb) (gdk_arg_no_debug_cb): A
1627         GOptionArgFunc should return gboolean and take also a GError
1628         pointer parameter, so make these two functions do that. Return
1629         FALSE (and set the GError) if the parsing of the debug string
1630         failed completely. Note that g_parse_debug_string() doesn't really
1631         have any way to return parsing status, and accepts partially
1632         incorrect strings, though.
1633
1634 2009-01-12  Claudio Saavedra  <csaavedra@igalia.com>
1635
1636         Bug 567468 – no check for trailing != NULL in
1637         gtk_text_layout_get_iter_at_position()
1638
1639         * gtk/gtktextlayout.c: (gtk_text_layout_get_iter_at_position):
1640         Check for trailing to be non-NULL.
1641         * gtk/gtktextview.c: (gtk_text_view_get_iter_at_position): document
1642         that trailing may be NULL.
1643
1644 2009-01-11  Tor Lillqvist  <tml@iki.fi>
1645
1646         Bug 523554 - Copy from GIMP to Word broken
1647
1648         * gdk/win32/gdkselection-win32.c
1649         (_gdk_win32_selection_convert_to_dib): The DIB stored in the
1650         Windows Clipboard was for some unknown reason truncated by one
1651         byte. Don't do that.
1652
1653 2009-01-11  Matthias Clasen  <mclasen@redhat.com>
1654
1655         Bug 567024 – gtktoolbutton doesn't create right proxy menu item 
1656         image with GIcon
1657
1658         * gtk/gtktoolbutton.c: Properly create a menu proxy from a GIcon.
1659         Patch by Christian Persch
1660
1661         * tests/testtoolbar.c: Add an example with a GIcon
1662
1663 2009-01-09  Christian Dywan  <christian@imendio.com>
1664
1665         Fail in gdk_window_new if _gdk_window_new failed
1666
1667         * gdk/gdkwindow.c (gdk_window_new): Add g_return_val_if_fail
1668         in case _gdk_window_new is NULL. Approved by Tim Janik
1669
1670 2009-01-08  Matthias Clasen  <mclasen@redhat.com>
1671
1672         Bug 566733 – Add GIcon to GtkAction, GtkToolButton
1673
1674         * gtk/gtkaction.c: Add a ::gicon property to GtkAction and set the 
1675         icon from it if specified. The stock icon is preferred if a stock id 
1676         is given. Based on a patch by A. Walton
1677
1678 2009-01-04  Matthias Clasen  <mclasen@redhat.com>
1679
1680         * gtk/stock-icons/{16,24}/gtk-caps-lock-warning.png: New icons
1681         * gtk/gtkstock.h: Add GTK_STOCK_CAPS_LOCK_WARNING.
1682         * gtk/gtkiconfactory.c (get_default_icons): Register the stock icon.
1683         * gtk/gtkentry.c (show_capslock_feedback): Use the new stock icon.
1684
1685 2009-01-05  Tor Lillqvist  <tml@novell.com>
1686
1687         Bug 566628 - gdk_display_close always asserts on win32
1688
1689         * gdk/win32/gdkdisplay-win32.c
1690         (_gdk_windowing_set_default_display): Allow also a NULL parameter
1691         in the g_assert(). Still don't actually do anything in this
1692         function, though.
1693
1694 2009-01-04  Matthias Clasen  <mclasen@redhat.com>
1695
1696         Bug 566568 – gtk_tree_model_get_value docs typo
1697
1698         * gtk/gtktreemodel.c (gtk_tree_model_get_value): Fix a typo
1699         in the docs, pointed out by Christian Persch.
1700
1701 2009-01-04  Matthias Clasen  <mclasen@redhat.com>
1702
1703         Bug 566391 – gtk_about_dialog_set_url_hook should activate 
1704         pre-existing website links
1705
1706         * gtk/gtkaboutdialog.c: Make setting website, website-label and
1707         url hook work independent of their order. Reported by Steven
1708         Sheehy.
1709
1710 2009-01-03  Matthias Clasen  <mclasen@redhat.com>
1711
1712         * gdk/x11/gdkscreen-x11.h:
1713         * gdk/x11/gdkevents-x11.c (fetch_net_wm_check_window): Recheck
1714         _NET_SUPPORTING_WM_CHECK every now and then to avoid getting
1715         stuck on the id of a former wmcheck window that got reused by
1716         another client (see RH bug 471927)
1717
1718 2009-01-03  Matthias Clasen  <mclasen@redhat.com>
1719
1720         * gtk/gtktreesortable.c: Improve the docs
1721
1722         * gtk/gtktreemodelsort.c: Don't assert when using the "unsorted"
1723         sort column id.
1724
1725 2009-01-02  Matthias Clasen  <mclasen@redhat.com>
1726
1727         Bug 565998 – configure script doesn't check for cairo-xlib.pc
1728
1729         * configure.in: Check for cairo-xlib when looking for
1730         gdk dependencies. Requested by Alberto Ruiz
1731
1732 2009-01-02  Matthias Clasen  <mclasen@redhat.com>
1733
1734         Bug 566334 – compile failure for gtk+ on Mac OS X
1735
1736         * gtk/gtkstatusicon.c: Fix the build on OS X. 
1737         Reported by Bart Cortooms.
1738
1739 2009-01-02  Matthias Clasen  <mclasen@redhat.com>
1740
1741         Bug 566083 – Icon pixmap hardcoded during DnD
1742
1743         * gtk/gtkwidget.c:
1744         * gtk/gtkentry.c: Add docs about using ::drag-begin for setting
1745         a custom drag icon. Reported by Xan Lopez
1746
1747 2009-01-01  Matthias Clasen  <mclasen@redhat.com>
1748
1749         * configure.in: Bump version
1750
1751         * === Released 2.15.0 ===
1752
1753 2009-01-01  Matthias Clasen  <mclasen@redhat.com>
1754
1755         * gtk/gtkentry.c (gtk_entry_set_icon_sensitive): Fix default
1756         value
1757
1758         * gtk/tests/builder.c: Clean up asserts, make domain
1759         test work with current GtkBuilder behaviour.
1760
1761         * Makefile.decl: Start Xvfb with -ac -noreset to try
1762         and get the gui tests working.
1763
1764 2009-01-01  Matthias Clasen  <mclasen@redhat.com>
1765
1766         * gtk/gtk.symbols: Add a few forgotten symbols
1767         * gtk/gtkprintoperation.c:
1768         * gtk/gtktrayicon-x11.c: Make some functions static
1769
1770 2008-12-31  Matthias Clasen  <mclasen@redhat.com>
1771
1772         * NEWS: Updates
1773
1774 2008-12-31  Matthias Clasen  <mclasen@redhat.com>
1775
1776         * gtk/gtk.symbols:
1777         * gtk/gtkruler.[hc]: Some more
1778
1779 2008-12-31  Matthias Clasen  <mclasen@redhat.com>
1780
1781         * gtk/gtk.symbols:
1782         * gtk/gtkpaned.[hc]:
1783         * gtk/gtkscale.[hc]:
1784         * gtk/gtkscrollbar.[hc]: 
1785         * gtk/gtkseparator.[hc]: Keep these all abstract for now.
1786
1787 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
1788
1789         * gtk/gtkentry.c: Rename the icon signals to ::icon-press and
1790         ::icon-release to avoid clashes with the existing SexyIconEntry
1791         signals. Also annotate the GdkEvent parameters as static-scope.
1792
1793         * tests/testentryicons.c: Adapt
1794         * demos/gtk-demo/search-entry.c: Adapt
1795         
1796 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
1797
1798         Bug 565846 – "va_end(args);" should be added into gtk_tree_store_new
1799
1800         * gtk/gtktreestore.c (gtk_tree_store_new): Add a missing
1801         va_end() call. Pointed out by Jiwon Lee.
1802
1803 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
1804
1805         * gtk/gtkentry.c: Code cleanups; get rid of get_text_area_size,
1806         replace get_icon_allocation by get_icon_allocations, don't
1807         pass allocation to place_windows; other stylistic changes to 
1808         the icon-related code.
1809
1810 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
1811
1812         * gtk/gtkentry.c: Avoid size allocation loops.
1813
1814 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
1815
1816         * gtk/gtkentry.c: Fix errors in property definitions and
1817         get_property implementation.
1818
1819 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
1820
1821         * gtk/gtkentry.c: Redo the Caps Lock warning using an icon.
1822
1823 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
1824
1825         Bug 558694 – Paned window splitter keynav broken
1826
1827         * gtk/gtkpaned.c (get_child_panes): Don't add unrealized
1828         widgets.
1829
1830 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
1831
1832         * gtk/gtkstyle.c:
1833         * gtk/gtkmenutooltbutton.c:
1834         * gtk/gtkprintoperationpreview.c: Doc additions
1835
1836 2008-12-29  Matthias Clasen  <mclasen@redhat.com>
1837
1838         * gtk/gtkiconview.c:
1839         * gtk/gtklabel.c:
1840         * gtk/gtkentry.c:
1841         * gtk/gtktextview.c:
1842         * gtk/gtkeditable.c: 
1843         * gtk/gtktextbuffer.c: Doc additions.
1844
1845 2008-12-29  Tor Lillqvist  <tml@novell.com>
1846
1847         * gtk/gtk.symbols: Add missing symbols from gtkentry.c.
1848
1849 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1850
1851         * gtk/gtkwindow.c: 
1852         * gtk/gtkstyle.c: Doc additions
1853
1854 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1855
1856         * gtk/gtk[hv]scrollbar.c: Document gtk_[hv]scrollbar_new.
1857
1858 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1859
1860         * gtk/gtkwidget.c: Document gtk_mnemonic_activate.
1861
1862 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1863
1864         * gtk/gtktextlayout.c: Un-doc-commentize non-public api
1865
1866 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1867
1868         * gtk/gtkprogress.h: Fix a typo
1869
1870 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1871
1872         * gtk/gtkhsv.c:
1873         * gtk/gtkentry.c: Doc fixes
1874
1875 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1876
1877         * gtk/gtkwidget.c:
1878         * gtk/gtktextutil.c: Un-doc-commentize non-exported functions
1879         to make gtk-doc happy.
1880
1881 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1882
1883         * gtk/gtkscale.c:
1884         * gtk/gtkimagemenuitem.c: Doc fixes
1885
1886 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1887
1888         * gtk/gtkeditable.h: Match parameter names to make gtk-doc happy.
1889
1890 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1891
1892         * tk/gtkfontsel.c: Merge docs inline.
1893
1894 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1895
1896         * gtk/gtkprintsettings.c:
1897         * gtk/gtkbindings.c:
1898         * gtk/gtkstyle.c: Doc fixes
1899
1900 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1901
1902         * gtk/gtkscrolledwindow.c: 
1903         * gtk/gtkscale.c: Merge docs inline.
1904
1905 2008-12-28  Ryan Lortie  <desrt@desrt.ca>
1906
1907         small fix for "Paned Window Widgets" example
1908
1909         * docs/tutorial/gtk-tut.sgml: use gtk_container_add rather than
1910         add_with_viewport for putting a GtkTreeView into a ScrolledWindow
1911
1912         Spotted by Benjamin Herrenschmidt
1913
1914 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1915
1916         * gtk/gtkimmodule.c:
1917         * gtk/gtkseparatortoolitem.c: Doc fixes
1918
1919         * gtk/gtkfontsel.c:
1920         * gtk/gtkeditable.c: Merge docs inline.
1921
1922 2008-12-28  Matthias Clasen  <mclasen@redhat.com>
1923
1924         * gtk/gtkhsv.c:
1925         * gtk/gtkwidget.c: 
1926         * gtk/gtkaccelgroup.c: Documentation fixes
1927
1928         * gtk/gtkstatusicon.c:
1929         * gtk/gtkentry.c:
1930         * gtk/gtkeditable.[hc]: Make parameter names match to make gtk-doc
1931         happy.
1932
1933 2008-12-27  Matthias Clasen  <mclasen@redhat.com>
1934
1935         * gtk/gtkentry.c: Expand the docs some more.
1936
1937 2008-12-26  Matthias Clasen  <mclasen@redhat.com>
1938
1939         * gtk/gtkentry.c: Don't emit ::icon-pressed on nonactivatable
1940         icons. Fix up docs to match actual api.
1941
1942         * tests/testentryicons.c: Reshuffle tests a bit. Add a DND test.
1943
1944 2008-12-26  Matthias Clasen  <mclasen@redhat.com>
1945
1946         * gtk/gtkentry.c: Fix interaction between icons and widget sensitivity.
1947         Also fix a few typos.
1948
1949         * tests/testentryicons.c: Add property editors.
1950         * tests/Makefile.am: Glue
1951
1952 2008-12-26  Matthias Clasen  <mclasen@redhat.com>
1953
1954         * gtk/gtkentry.c: Allow builtin icons when loading themed icons,
1955         and don't leak a GtkIconInfo.
1956
1957 2008-12-26  Matthias Clasen  <mclasen@redhat.com>
1958
1959         * gtk/gtkentry.c: Emit ::icon-pressed regardless which button was
1960         pressed. Also make it explicit in the signal signature that the
1961         position parameter is a GtkEntryIconPosition.
1962
1963 2008-12-26  Matthias Clasen  <mclasen@redhat.com>
1964
1965         * gtk/gtkentry.c: Emit property notification for the text-length
1966         property.
1967
1968 2008-12-26  Matthias Clasen  <mclasen@redhat.com>
1969
1970         * demos/gtk-demo/search_entry.c: Add a demo for new entry features.
1971         * demos/gtk-demo/Makefile.am: Glue
1972
1973 2008-12-25  Matthias Clasen  <mclasen@redhat.com>
1974
1975         * gdk/gdkapplaunchcontext.c:
1976         * gdk/gdkkeys.c:
1977         * gdk/x11/gdkdnd-x11.c:
1978         * gdk/x11/gdkkeyx-x11.c:
1979         * gdk/x11/gdktestutils-x11.c: Typo fixes and other small
1980         doc improvements.
1981
1982 2008-12-23  Li Yuan  <li.yuan@sun.com>
1983
1984         * gtk/gtkiconview.c: (gtk_icon_view_accessible_model_row_changed):
1985         Bug #549251. No need to set name if there is no a11y item object.
1986
1987 2008-12-21  Yair Hershkovitz  <yairhr@gmail.com>
1988
1989         Bug 565203: RTL locales: icons are misplaced when horizontal 
1990                     gtkiconview is contained in a gtkscrolledwindow.
1991
1992         * gtk/gtkiconview.c (gtk_icon_view_layout_single_row):
1993         Fix horizontal icon positions when in RTL locale.
1994
1995 2008-12-19  Matthias Clasen  <mclasen@redhat.com>
1996
1997         * NEWS: Update
1998
1999 2008-12-19  Matthias Clasen  <mclasen@redhat.com>
2000
2001         Bug 564881 – gtkstatusicon.c: 'event' bug again
2002
2003         * gtk/gtkstatusicon.c (button_callback): Fix the build.
2004         Patch by Christian Dywan.
2005
2006 2008-12-19  Cody Russell  <bratsche@gnome.org>
2007
2008         Bug 85292 – add an icon to gtkentry
2009
2010         * gtk/gtkmarshalers.list: Add VOID:INT,BOXED
2011         * tests/testentryicons.c: Initial icon entry test
2012         * tests/Makefile.am: Add testentryicons
2013         * gtk/gtkentry.[ch]: Add API for setting primary/secondary icons
2014         and other features related to them.
2015         
2016 2008-12-19  Marek Kasik  <mkasik@redhat.com>
2017
2018         Bug 339318 - Allow page rendering to (optionally) happen in a thread
2019
2020         * gtk/gtk.symbols: API change
2021         * doc/reference/gtk/gtk-sections.txt: API change
2022         * gtk/gtkprintoperation-private.h
2023         * gtk/gtkprintoperation.h
2024         * gtk/gtkprintoperation.c: Adds 2 new functions
2025            gtk_print_operation_set_defer_drawing()
2026              - Sets up the GtkPrintOperation to wait for calling of
2027                gtk_print_operation_draw_page_finish() from application. It can
2028                be used for drawing page in another thread.
2029                This function must be called in the callback of "draw-page"
2030                signal.
2031            gtk_print_operation_draw_page_finish()
2032              - Signalize that drawing of particular page is complete.
2033                It is called after completion of page drawing (e.g. drawing
2034                in another thread).
2035                If gtk_print_operation_set_defer_drawing() was called before,
2036                then this function has to be called by application. In another
2037                case it is called by the library itself.
2038
2039 2008-12-15  Matthias Clasen  <mclasen@redhat.com>
2040
2041         * gtk/gtkprintunixdialog.c: Don't export emit_ok_response
2042
2043 2008-12-15  Tomas Bzatek  <tbzatek@redhat.com>
2044
2045         * gtk/gtkfilechooserdefault.c: (list_row_activated):
2046         * gtk/gtkfilesystem.c: (_gtk_file_info_consider_as_directory):
2047         Mask G_FILE_TYPE_SHORTCUT as a directory (#561494)
2048
2049 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
2050
2051         * gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
2052         Mount the enclosing volume if the folder we're switching to is not
2053         mounted. Patch by Tomas Bzatek, based on work by Carlos Garnacho
2054
2055 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
2056
2057         Bug 561494 – FileChooser network browsing and authentication support
2058
2059         * gtk/gtkfilesystem.[hc] (_gtk_file_info_consider_as_directory): 
2060         Privately export this method. It classifies directories and mountables
2061         the same.
2062
2063         * gtk/gtkfilesystem.c (enclosing_volume_mount_cb): Silently drop
2064         G_IO_ERROR_ALREADY_MOUNTED error for gvfs backends without visible
2065         mounts.
2066
2067         * gtk/gtkfilesystemmodel.c:
2068         * gtk/gtkfilechooserbutton.c:
2069         * gtk/gtkfilechooserentry.c: 
2070         * gtk/gtkfilechooserdefault.c: Use the new function instead of 
2071         direct checks for G_FILE_TYPE_DIRECTORY throughout.
2072
2073 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
2074         
2075         Bug 562579 – Remove error dialog when directory does not exist
2076
2077         * gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
2078         Don't show an error dialog when changing to a non-existing folder,
2079         since this is ususally just an annoyance. 
2080
2081 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
2082
2083         Bug 556233 – local-only causes G_IS_FILE warning
2084
2085         * gtk/gktfilechooserdefault.c (set_local_only): Avoid a warning
2086         in tests. Patch by Christian Dywan
2087
2088 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
2089
2090         Bug 563158 – CellRendererProgress pulsing and progressing rows can 
2091         not be used together
2092
2093         * gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_set_pulse):
2094         Don't try to keep state in a cell renderer between two paint
2095         calls. It doesn't work. Patch by Kristian Mueller
2096
2097 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
2098
2099         Bug 555560 – gtk_combo_box_set_active fails with no model
2100         
2101         * gtk/gtkcombobox.c: Allow out-of-order setting of model and active.
2102         Patch by Christian Dywan
2103
2104 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
2105
2106         Bug 558306 – Cannot build gdk (gtk+ 2.14.4) on Solaris 8
2107
2108         * gdk/x11/gdktestutils-x11.c (gdk_test_simulate_button):
2109         Remove a C99ism. Pointed out by Eric Lamarque
2110
2111 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
2112
2113         Bug 549251 – GTK icon view accessible issue.
2114
2115         * gtk/gtkiconview.c (gtk_icon_view_accessible_model_row_changed):
2116         Handle separate append/set for rows.  Patch by Li Yuan
2117
2118 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
2119
2120         Bug 556839 – Crash when opening a link
2121
2122         * gtk/gtkstatusicon.c (gtk_status_icon_finalize): Destroy the
2123         image too. Patch by Carlos Garcia Campos
2124
2125 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
2126
2127         Bug 563751 – xatom cache is prefilled too late
2128
2129         * gdk/x11/gdkdisplay-x11.c (gdk_display_open): Initialize the
2130         XAtom cache earlier. Patch by Christian Persch
2131
2132 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
2133
2134         Bug 564212 – gtk_icon_view_accessible_model_rows_reordered explain 
2135         new_order in the wrong way
2136
2137         * gtk/gtkiconview.c (gtk_icon_view_accessible_model_rows_reordered):
2138         Use the new order correctly.  Patch by Li Yuan
2139
2140 2008-12-13  Matthias Clasen  <mclasen@redhat.com>
2141
2142         Bug 563835 – Typo in gtk_widget_has_screen() docs
2143
2144         * gdk/directfb/gdkwindow-directfb.c:
2145         * gdk/gdkwindow.c:
2146         * gdk/x11/gdkwindow-x11.c:
2147         * gtk/gtkmenushell.c:
2148         * gtk/gtkwidget.c:
2149         * gtk/tests/builder.c:
2150         * tests/testdnd.c: s/heirarchy/hierarchy/ in docs and comments.
2151         Pointed out by Wouter Bolsterlee
2152
2153 2008-12-12  Matthias Clasen  <mclasen@redhat.com>
2154
2155         Bug 564066 – Crash in gtk_rc_parse_default_files
2156
2157         * gtk/gtkrc.c (gtk_rc_parse_default_files): Handle being called
2158         early. Bug report by Andrés G. Aragoneses
2159
2160 2008-12-12  Matthias Clasen  <mclasen@redhat.com>
2161
2162         * gtk/gtkmountoperation.c: Set an empty title on password dialogs.
2163         Pointed out by Máirín Duffy.
2164
2165 2008-12-11  Sven Herzberg  <sven@imendio.com>
2166
2167         Document the "set-scroll-adjustments" signal
2168
2169         Reviewed by Kristian Rietveld.
2170
2171         * gtk/gtkiconview.c,
2172         * gtk/gtklayout.c,
2173         * gtk/gtktextview.c,
2174         * gtk/gtktreeview.c,
2175         * gtk/gtkviewport.c: added proper documentation for the signal
2176
2177 2008-12-11  Daniel Elstner  <danielk@openismus.com>
2178
2179         Bug 563994 – Input method module interface not documented
2180
2181         * gtk/gtkimcontext.h: Add public/private markers.
2182         * gtk/gtkimcontext.c: Add section documentation which explains how
2183         to add a new input method module to GTK+.  Document the signals and
2184         virtual functions of GtkIMContextClass.
2185         * gtk/gtkimmodule.c: Document struct GtkIMContextInfo.
2186         * docs/reference/gtk/gtk-sections.txt: Add GtkIMContextClass and
2187         GtkIMContextInfo to section GtkIMContext.
2188         * docs/reference/gtk/Makefile.am (IGNORE_HFILES): Remove
2189         gtkimmodule.h from the list in order to pick up GtkIMContextInfo.
2190         * docs/reference/gtk/tmpl/gtkimcontext.sgml: Remove file from
2191         repository since all the hand-edited content has been migrated to
2192         source file comments.
2193
2194 2008-12-10  Matthias Clasen  <mclasen@redhat.com>
2195
2196         Bug 563991 – gtk_file_chooser_button_new_with_backend is deprecated
2197         -- but what should be used instead?
2198
2199         * gtk/gtkfilechooserbutton.c: Enhanced deprecation annotation.
2200
2201 2008-12-10  Daniel Elstner  <danielk@openismus.com>
2202
2203         Maintenance of Multipress input method by Openismus GmbH:
2204
2205         * modules/input/gtkimcontextmultipress.[ch]: Clean up the code
2206         a bit to follow the GTK+ coding style more closely.  Fix the code
2207         to emit "preedit-start" and "preedit-end", too, rather than only
2208         "preedit-changed".
2209         (GTK_IM_CONTEXT_MULTIPRESS*): Rename incorrectly spelled macros
2210         gtk_im_context_multipress*. Shouldn't break API or ABI as it's
2211         only used internally.
2212         * modules/input/immultipress.c: More cleanup,
2213         * modules/input/README.multipress: ditto.
2214
2215 2008-12-09  Michael Natterer  <mitch@imendio.com>
2216
2217         * gdk/gdk.symbols: add missing #ifndef GDK_DISABLE_DEPRECATED.
2218
2219 2008-12-09  Michael Natterer  <mitch@imendio.com>
2220
2221         * gtk/gtkcontainer.c (struct PackingPropertiesData): add missing
2222         semicolon.
2223
2224         * gtk/gtkcontainer.c (attributes_text_element): "value" is a
2225         gchar*, not const gchar*.
2226
2227 2008-12-07  Matthias Clasen  <mclasen@redhat.com>
2228
2229         Bug 546378 – GtkAssistant page title is not translatable
2230
2231         * gtk/gtkbuilderparser.c: Make gtk_builder_get_translation_domain()
2232         useful for subparsers.
2233
2234         * gtk/gtkcontainer.c: Make the child property parser support
2235         translatable child properties. Patch by Antti Kaijanmäki
2236  
2237 2008-12-07  Matthias Clasen  <mclasen@redhat.com>
2238
2239         Bug 554274 – Add default hook for GtkLinkButton
2240
2241         * gtk/gtklinkbutton.c: Call gtk_show_uri() if no uri hook has
2242         been set. Patch by Emmanuele Bassi
2243
2244 2008-12-07  Matthias Clasen  <mclasen@redhat.com>
2245
2246         Bug 559325 – documentation for gdk_display_get_window_at_pointer() 
2247 :       is wrong
2248
2249         * gdk/gdkdisplay.c (gdk_display_get_window_at_pointer): Correct
2250         the documentation. Patch by Paul Davis
2251
2252 2008-12-07  Matthias Clasen  <mclasen@redhat.com>
2253
2254         Bug 563285 – test print backend does not compile
2255
2256         * modules/printbackends/test/gtkprintbackendtest.c: Clean up
2257         includes. 
2258
2259 2008-12-07  Behdad Esfahbod  <behdad@gnome.org>
2260
2261         Bug 563547 – Update gdkx11 atom precache table
2262
2263         * gdk/x11/gdkdisplay-x11.c: Add more atoms to precache.
2264
2265 2008-12-05  Michael Natterer  <mitch@imendio.com>
2266
2267         Bug 546285 – Allow GtkEntry to draw progress
2268
2269         * gtk/gtkentry.[ch]: add new API similar to GtkProgressBar which
2270         allows to set the entry's progress_fraction, its progress_pulse_step
2271         and to let the entry's progress pulse.
2272
2273         * gtk/gtk.symbols: updated.
2274
2275         * tests/testgtk.c: add progress demo code to the "Entry" window.
2276
2277 2008-12-04  Johan Dahlin  <jdahlin@async.com.br>
2278
2279         * gtk/gtkstatusicon.c:
2280         Add missing space in gtk-doc deprecated syntax
2281
2282 2008-12-03  Simos Xenitellis  <simos@gnome.org>
2283
2284         Bug 557420 – Some compose sequences don't work anymore (or only in
2285         a specific order)
2286
2287         * gtk/gtkimcontextsimple.c: Update of table size, keysym boundary,
2288         to match the gtkimcontextsimpleseqs.h table.
2289         * gtk/gtkimcontextsimpleseqs.h: Update with older gtk+ compose
2290         sequences that went missing due to table update with upstream.
2291         * gtk/compose-parse.py: Updated to include gtk-compose-lookaside.txt
2292         * gtk/gtk-compose-lookaside.txt: Older gtk+ compose sequences that
2293         are not found in the X.Org Compose file.
2294
2295 2008-12-03  Sven Herzberg  <sven@imendio.com>
2296
2297         Bug 562998 – GtkFontButton documentation improvements
2298
2299         * gtk/gtkfontbutton.c: mention the way the font string should be used.
2300         Patch by Sven Herzberg and Nelson Benitez
2301
2302 2008-12-03  Marek Kasik  <mkasik@redhat.com>
2303
2304         Bug 559914 – eog doesn't apply paper setup.
2305
2306         * gtk/gtkpapersize.c: Call the gtk_paper_size_new_from_ppd() with width
2307         and height in points.
2308
2309 2008-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2310
2311         Bug 562878 – password save incorrectly set in gtkmountoperation
2312
2313         * gtk/gtkmountoperation.c (remember_button_toggled),
2314         (gtk_mount_operation_ask_password): Remember the password save
2315         flags only when the radio button becomes active. Set also the
2316         default state of the radio buttons depending on the current value
2317         of password save flags. 
2318         
2319 2008-12-01  Matthias Clasen <mclasen@redhat.com>
2320
2321         Bug 555334 – connected server feature
2322
2323         * gtk/gtkfilesystem.c (get_volumes_list): Filter out shadow mounts.
2324         Patch by David Zeuthen.
2325
2326 2008-12-01  Matthias Clasen <mclasen@redhat.com>
2327
2328         * gtk/gtkentry.c: Revert an accidental change that sneaked
2329         in with the last commit.
2330
2331 2008-12-01  Paul Bolle  <pebolle@tiscali.nl>
2332
2333         Bug 562817 – GtkDialog: typo
2334
2335         * gtk/gtkdialog.c: Fix typo
2336
2337 2008-11-29  Matthias Clasen  <mclasen@redhat.com>
2338
2339         Bug 554453 – "typeahead find" widget of GtkTreeView appears on 
2340         wrong monitor in a multi-head environment
2341
2342         * gtk/gtktreeview.c (gtk_tree_view_ensure_interactive_directory):
2343         Make sure the typeahead window follows screen changes of the
2344         treeview. Noticed by Rainer Stransky
2345
2346 2008-11-30  Christian Dywan  <christian@imendio.com>
2347
2348         Bug 559622 – GdkDevice test segfaults
2349
2350         * gdk/x11/gdkdisplay-x11.c (gdk_display_x11_dispose):
2351         * gdk/x11/gdkinput.c (gdk_device_class_init), (gdk_device_dispose):
2352         Free and reset device in dispose. Patch by Michael Natterer and myself.
2353
2354 2008-11-30  Christian Dywan  <christian@imendio.com>
2355
2356         Bug 554076 – eventually release g_new-ed supported_atoms
2357
2358         * gdk/x11/gdkevents-x11.c (cleanup_atoms),
2359         (gdk_x11_screen_supports_net_wm_hint): Set cleanup callback.
2360         Patch by Caolan McNamara.
2361
2362 2008-11-30  Christian Dywan  <christian@imendio.com>
2363
2364         Bug 539263 – Deprecate gdk_window_get_toplevels
2365
2366         * gdk/gdkwindow.c:
2367         * gdk/gdkwindow.h: Deprecate gdk_window_get_toplevels
2368
2369 2008-11-29  Federico Mena Quintero  <federico@novell.com>
2370
2371         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): If tree lines are
2372         enabled, flip them around for the right-to-left case.  Fixes
2373         https://bugzilla.novell.com/show_bug.cgi?id=447004.  Patch by
2374         Ricardo Cruz <rpmcruz@alunos.dcc.fc.up.pt>
2375
2376 2008-11-29  Christian Persch  <chpe@gnome.org>
2377
2378         * gtk/gtkselection.c: Typo fix.
2379
2380 2008-11-29  Matthias Clasen  <mclasen@redhat.com>
2381
2382         * gtk/gtkselection.c:
2383         * gtk/gtkentry.c:
2384         * gtk/gtkdnd.c:
2385         * gtk/gtkcolorsel.c:
2386         * gtk/gtkbindings.c: Improve deprecation annotations.
2387
2388 2008-11-26  Christian Dywan  <christian@imendio.com>
2389
2390         Bug 561504 – testgtk should load rc file from sub folder
2391
2392         * tests/testgtk.c (main):
2393         Make testgtk look in subfolder and warn if not found
2394
2395 2008-11-25  Johan Dahlin  <jdahlin@async.com.br>
2396
2397         Bug 559947 – Unchecked dependency on python>=2.4
2398
2399         * gtk/gtk-builder-convert:
2400         Avoid using sorted() which is only present in python 2.
2401
2402 2008-11-24  Tristan Van Berkom <tvb@gnome.org>
2403
2404         * gtk/gtkalignment.c: Bug 561539 - Fix warnings when size allocations
2405         fall short of border width and padding.
2406
2407 2008-11-22  Paul Bolle  <pebolle@tiscali.nl>
2408
2409         Bug 561335 - Fix typos in GtkToolItem documentation
2410
2411         * gtk/gtktoolitem.c: Fix typos in GtkToolItem documentation
2412
2413 2008-11-21  Matthias Clasen <mclasen@redhat.com>
2414
2415         * configure.in: Bump gtk-doc dependency to 1.11 for
2416         nicer index-generation.
2417
2418 2008-11-21  Matthias Clasen <mclasen@redhat.com>
2419
2420         * gtk/gtkmountoperation.[hc]: Declare structs in a way that
2421         gtk-doc understands.
2422
2423 2008-11-17  Christian Dywan  <christian@imendio.com>
2424
2425         Bug 377699 – realizing gtk.Progress() causes SEGV
2426
2427         * gtk/gtkprogress.c: Define GtkProgress as an abstract type
2428
2429 2008-11-13  Christian Dywan  <christian@imendio.com>
2430
2431         Bug 560602 – Wrong GtkMenuItem default value (test fails)
2432
2433         * gtk/gtkmenuitem.c (gtk_menu_item_class_init):
2434         Correct default "label" value to ""
2435
2436 2008-11-12  Christian Dywan  <christian@imendio.com>
2437
2438         Bug 560139 – GtkEntry doesn't paint with the right state
2439
2440         * gtk/gtkentry.c (gtk_entry_class_init), (gtk_entry_draw_frame),
2441         (gtk_entry_expose): Reflect the right state if state-hint is set
2442
2443 2008-11-12  Christian Dywan  <christian@imendio.com>
2444
2445         Bug 559619 – invisible-char default cannot be tested
2446
2447         * gtk/tests/defaultvalue.c (test_type):
2448         Skip invisible-char when testing
2449
2450 2008-11-12  Richard Hult  <richard@imendio.com>
2451
2452         * gtk/gtkdnd-quartz.c: (gtk_drag_set_icon_pixmap): Implement,
2453         patch from Paul Davis.
2454
2455 2008-11-12  Christian Dywan  <christian@imendio.com>
2456
2457         Bug 525550 – GTK+ 2.13.0 GtkCurve test fails
2458
2459         * gtk/tests/object.c (list_ignore_properties),
2460         (object_test_property), (main): Ignore GtkCurve when testing
2461
2462 2008-11-12  Richard Hult  <richard@imendio.com>
2463
2464         Bug 550942 – [patch] Rework of gdkeventloop-quartz.c
2465
2466         * gdk/gdk.c:
2467         * gdk/gdkinternals.h: Add eventloop debug facility.
2468         * gdk/quartz/gdkeventloop-quartz.c: Big rework of the quartz
2469         mainloop integration, patch from Owen Taylor. See bug #550942 for
2470         the details.
2471
2472 2008-11-12  Richard Hult  <richard@imendio.com>
2473
2474         Bug 558586 – handling of keyboard under darwin (quartz)
2475
2476         * gdk/quartz/gdkkeys-quartz.c: Follow up on this bug, only use the
2477         new API when building on 64-bit, since there are still old non-xml
2478         layouts used out there we don't want to break them. (For 64-bit
2479         those layouts doesn't work so we don't have a choice there.)
2480
2481 2008-11-11  Matthias Clasen  <mclasen@redhat.com>
2482
2483         * gtk/gtkspinbutton.c: Chain up in enter and leave notify handlers.
2484
2485 2008-11-11  Michael Natterer  <mitch@imendio.com>
2486
2487         Bug 553765 – Add orientation API to GtkRange
2488
2489         * gtk/gtkrange.[ch]: implement the GtkOrientable interface. Add
2490         evil code that makes sure that the stepper_detail and slider_detail
2491         set in GtkRangeClass continue to work with the hacked subclasses
2492         below.
2493
2494         * gtk/gtkscale.[ch]: swallow all code from GtkHScale and GtkVScale
2495         and add gtk_scale_new() and gtk_scale_new_with_range() which take
2496         a GtkOrientation argument. Set slider_detail to "Xscale" so above
2497         evil code works.
2498
2499         * gtk/gtkscrollbar.[ch]: add gtk_scrollbar_new() which takes a
2500         GtkOrientation argument. Set stepper_detail to "Xscrollbar" so
2501         above evil code works.
2502
2503         * gtk/gtkhscale.c
2504         * gtk/gtkvscale.c
2505         * gtk/gtkhscrollbar.c
2506         * gtk/gtkvscrollbar.c: remove all code except the constructor and
2507         call gtk_orientable_set_orientation() in init().
2508
2509         * gtk/gtk.symbols: changed accordingly.
2510
2511 2008-11-11  Michael Natterer  <mitch@imendio.com>
2512
2513         * gtk/gtktoolbar.h: move deprecated functions together, move
2514         setters and getters together, some indentation cleanup.
2515
2516 2008-11-11  Michael Natterer  <mitch@imendio.com>
2517
2518         * gtk/gtktoolbar.[ch]: implement the GtkOrientable interface
2519         and deprecate gtk_toolbar_get,set_orientation().
2520
2521         * gtk/gtk.symbols: changed accordingly.
2522
2523 2008-11-10  Marek Kasik  <mkasik@redhat.com>
2524
2525         Bug 560135 - Print when the user double clicks a printer
2526
2527         * gtk/gtkprintunixdialog.c: add handling of double click to
2528         GtkPrintUnixDialog.
2529
2530 2008-11-07  Michael Natterer  <mitch@imendio.com>
2531
2532         * gtk/gtkpaned.c: argh, actually call the newly added private
2533         gtk_paned_calc_position() instead of the deprecated public
2534         version.
2535
2536 2008-11-07  Michael Natterer  <mitch@imendio.com>
2537
2538         Bug 553586 – Add orientation API to GtkPaned
2539
2540         * gtk/gtkpaned.[ch]: implement the GtkOrientable interface
2541         and swallow all code from GtkHPaned and GtkVPaned. Add
2542         gtk_paned_new() which takes a GtkOrientation argument. Deprecate
2543         gtk_paned_compute_position() for good (also for GTK_COMPILATION).
2544
2545         * gtk/gtkhpaned.[ch]
2546         * gtk/gtkvpaned.[ch]: remove all code except the constructor and
2547         call gtk_orientable_set_orientation() in init().
2548
2549         * gtk/gtk.symbols: add gtk_box_new().
2550
2551 2008-11-07  Johan Dahlin  <jdahlin@async.com.br>
2552
2553         * gtk/gtkcontainer.c (gtk_container_buildable_add_child):
2554         Check for child->parent instead of GTK_WIDGET_TOPLEVEL.
2555
2556 2008-11-07  Michael Natterer  <mitch@imendio.com>
2557
2558         * gtk/gtkscrollbar.c: remove bogus newlines in the middle of
2559         function calls, fix broken indentation and remove trailing
2560         whitespace.
2561
2562 2008-11-06  Tristan Van Berkom <tvb@gnome.org>
2563
2564         * gtk/gtkmenuitem.c: Made buildable and added support for adding
2565         children of type "submenu"
2566
2567         * gtk/gtkwindow.c: Added support for custom tag "accel-groups" to
2568         add GtkAccelGroups to the window.
2569
2570         * gtk/gtkcontainer.c: Added builder contextual warnings in
2571         buildable_add_child()
2572
2573         * gtk/tests/builder.c: Added tests for buildable menus (test that
2574         accelerators are properly connected on stock items, test the menu
2575         hierarchy, test permission to add alien/custom menuitem children).
2576
2577         * docs/reference/gtk/tmpl/gtkbuilder.sgml
2578         * docs/reference/gtk/tmpl/gtkwindow.sgml
2579         * docs/reference/gtk/tmpl/gtkmenuitem.sgml: Updated docs for
2580         buildable submenus and accel groups.
2581
2582 2008-11-06  Tristan Van Berkom <tvb@gnome.org>
2583
2584         * gtk/gtkmenuitem.[ch]: added new apis
2585         gtk_menu_item_[set/get]_label() and
2586         gtk_menu_item_[set/get]_use_underline() with "label" and
2587         "use-underline" properties, constructors cleaned up to use
2588         g_object_new().  GtkMenuItemClass take new vfuncs
2589         ->get/set_label().
2590
2591         * gtk/gtkcheckmenuitem.c: constructors cleaned up to use
2592         g_object_new().
2593
2594         * gtk/gtkimagemenuitem.[ch]: added new apis
2595         gtk_image_menu_item_[get/set]_use_stock() and
2596         gtk_image_menu_item_set_accel_group() with "use-stock" and
2597         write-only "accel-group" properties. constructors cleaned up to
2598         use g_object_new().
2599
2600 2008-11-06  Tristan Van Berkom <tvb@gnome.org>
2601
2602         * gtk/gtkbuilder.h: Fixed a crasher in
2603         GTK_BUILDER_WARN_INVALID_CHILD_TYPE()
2604
2605 2008-11-06  Tristan Van Berkom <tvb@gnome.org>
2606
2607         * gtk/gtklabel.c: gtk_label_set_attributes() now applies attributes
2608         on top of any markup or mnemonic attributes (bug 558409).
2609
2610         * README: Updated and added release notes for 2.16
2611
2612 2008-11-06  Richard Hult  <richard@imendio.com>
2613
2614         Bug 558586 – handling of keyboard under darwin (quartz)
2615
2616         * gdk/quartz/gdkkeys-quartz.c: (maybe_update_keymap): Patch from
2617         Arnaud Charlet to replace use of deprecated keyboard layout API
2618         with the new TIS API available in 10.5. The old code is still used
2619         when building for 10.4.
2620
2621 2008-11-05  Richard Hult  <richard@imendio.com>
2622
2623         * gdk/quartz/gdkevents-quartz.c:
2624         (get_keyboard_modifiers_from_ns_event), (create_key_event): Revert
2625         (at least for now) the alt/cmd switching since it breaks the
2626         "alt-gr" functionality of alt which makes it impossible to input
2627         lots of characters.
2628
2629 2008-11-05  Christian Dywan  <christian@imendio.com>
2630
2631         Bug 559404 – gtk_editable_insert_text counts length in bytes
2632
2633         * gtk/gtkeditable.c:
2634         Document new_text_length as the number of bytes
2635
2636 2008-11-05  Richard Hult  <richard@imendio.com>
2637
2638         * gdk/quartz/gdkwindow-quartz.c:
2639         (gdk_window_impl_quartz_begin_paint_region): Set the fill color
2640         outside the loop.
2641
2642 2008-11-05  Richard Hult  <richard@imendio.com>
2643
2644         * gtk/gtkstatusicon.c: (gtk_status_icon_set_has_tooltip),
2645         (gtk_status_icon_get_tooltip_markup): Fix build for win32 and
2646         quartz.
2647
2648 2008-11-04  Tor Lillqvist  <tml@novell.com>
2649
2650         Bug 557212 - Problem with which window gains focus and is visible
2651
2652         * gdk/win32/gdkevents-win32.c (ensure_stacking_on_activate_app):
2653         Only do the restacking for the active window of the
2654         application. Seems to fix the problem.
2655
2656         (gdk_event_translate): Only call ensure_stacking_on_activate_app()
2657         when the application is being activated, not deactivated.
2658
2659 2008-11-03  Matthias Clasen  <mclasen@redhat.com>
2660
2661         * gtk/gtk.symbols:
2662         * gtk/gtkstatusicon.[hc]: Add new tooltip api.
2663
2664 2008-11-03  Christian Persch  <chpe@gnome.org>
2665
2666         Bug 558001 – gtk_icon_view_enable_model_drag_[source|dest] problem
2667
2668         * gtk/gtkiconview.c: Make gtk_drag_*_add_*_targets() usable with
2669         GtkIconView.
2670
2671 2008-11-02  Matthias Clasen  <mclasen@redhat.com>
2672
2673         Bug 558929 – gtkstatusicon.c: 'event' is a member of the structure
2674
2675         * gtk/gtkstatusicon.c: Fix the build.
2676
2677 2008-11-02  Matthias Clasen  <mclasen@redhat.com>
2678
2679         * gtk/gtkimagemenuitem.c: Make it possible to overrule the
2680         gtk-menu-images setting.
2681
2682         * gtk/gtkaction.c (connect_proxy): Show the image before adding
2683         it to the image menu item.
2684
2685 2008-11-01  Tor Lillqvist  <tml@novell.com>
2686
2687         Bug 558278 - Crash when calling a callback set by
2688         gdk_add_client_message_filter()
2689
2690         * gdk/win32/gdkevents-win32.c (apply_event_filters): Rename from
2691         apply_filters() so that it is clear that this function is for
2692         GdkEventFilters only.
2693
2694         (print_event): Print more information for GDK_CLIENT_EVENT events.
2695
2696         (gdk_event_translate): When handling client filters, don't use
2697         apply_event_filters(). Use similar code as in the X11 backend,
2698         although not exactly, as the parameter list and return value
2699         semantics of gdk_event_translate() is different.
2700
2701         * tests/testclientmessage.c: New interactive test program to
2702         verify client message functionality.
2703
2704         * tests/Makefile.am: Add it.
2705
2706 2008-11-01  Matthias Clasen  <mclasen@redhat.com>
2707
2708         Bug 409435 – GtkStatusIcon enhancements: DnD, scroll events, 
2709         middle click, rich tooltips
2710
2711         * gtk/gtkstatusicon.[hc]: Add support for button press/release and
2712         scroll events. Patch by Ed Catmur
2713
2714 2008-11-01  Matthias Clasen  <mclasen@redhat.com>
2715
2716         Bug 322934 – Replace menu's proxy icons with empty space hiding icons
2717
2718         * gtk/gtkmenu.c (gtk_menu_size_request): Use consistent padding
2719         regardless of imagees or checks being in the menu. Also add
2720         padding on the right edge.
2721         Proposal by Luca Ferretti, patch by Jon McCann
2722
2723 2008-11-01  Matthias Clasen  <mclasen@redhat.com>
2724
2725         Bug 412134 – Add API to query style properties from the style
2726
2727         * gtk/gtk.symbols:
2728         * gtk/gtkstyle.[hc]: Add getters for style properties to
2729         avoid the need for ugly workarounds with dummy widget instances.
2730         Patch by Mariano Suárez-Alvarez
2731
2732 2008-10-31  Christian Dywan  <christian@imendio.com>
2733
2734         Bug 558667 – gtk_font_selection_dialog_get_apply_button - deprecate?
2735
2736         * gtk/gtk.symbols:
2737         * gtk/gtkfontsel.c:
2738         * gtk/gtkfontsel.h:
2739         Deprecate gtk_font_selection_dialog_get_apply_button
2740
2741 2008-10-31  Matthias Clasen  <mclasen@redhat.com>
2742
2743         Bug 558323 – glitches when popping up combos in treeviews
2744
2745         * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_set_property):
2746         Don't set the model property on the combo box, since that leads
2747         to loops.
2748
2749 2008-10-31  Christian Dywan  <christian@imendio.com>
2750
2751         Bug 347230 – testicontheme shortcomings
2752
2753         * tests/testicontheme.c (main):
2754         Use theme for "display" and quit on window closing
2755
2756 2008-10-30  Matthias Clasen  <mclasen@redhat.com>
2757
2758         Bug 558522 – scroll arrow painted insensitive even though there
2759         are pages beyond the edge
2760
2761         * gtk/gtknotebook.c (gtk_notebook_real_insert_page): Redraw
2762         arrows. Pointed out by Christian Persch
2763
2764 2008-10-30  Michael Natterer  <mitch@imendio.com>
2765
2766         * gtk/gtkcellrenderertext.h
2767         * gtk/gtkentry.[ch]
2768         * gtk/gtkimcontext.h
2769         * gtk/gtklabel.c
2770         * gtk/gtkstyle.h: <pango/pango.h> is pulled in by <gdk/gdk.h>,
2771         remove its inclusion here.
2772
2773 2008-10-30  Michael Natterer  <mitch@imendio.com>
2774
2775         * gtk/*.h: no need to include <gtk/gtkenums.h> in headers which
2776         somehow include gtkobject.h or another header which includes it.
2777
2778 2008-10-30  Marek Kasik  <mkasik@redhat.com>
2779
2780         Bug 339714 - Set printer dpi on cairo ps/pdf surfaces when printing
2781
2782         * gtk/gtk.symbols
2783         * gtk/gtkprintsettings.c
2784         * gtk/gtkprintsettings.h
2785         * docs/reference/gtk/gtk-sections.txt
2786         * modules/printbackends/file/gtkprintbackendfile.c
2787         * modules/printbackends/test/gtkprintbackendtest.c
2788         * modules/printbackends/cups/gtkprintbackendcups.c
2789         * modules/printbackends/lpr/gtkprintbackendlpr.c:
2790         Added lpi (lines per inch) setting to GtkPrintSettings and support
2791         for anamorphic dpi. Surface fallback resolution is set to 2*lpi.
2792
2793 2008-10-30  Michael Natterer  <mitch@imendio.com>
2794
2795         * gtk/*.h: no need to include <gdk/gdk.h> in any widget header,
2796         it's included via gtkwidget.h anyway.
2797
2798 2008-10-30  Sven Neumann  <sven@gimp.org>
2799
2800         * gtk/gtkwidget.c (gtk_widget_get_property): removed redundant
2801         conditional.
2802
2803 2008-10-30  Christian Dywan  <christian@imendio.com>
2804
2805         Bug 557316 – GtkLinkButton should consider user-defined tooltip
2806
2807         * gtk/gtklinkbutton.c (gtk_link_button_query_tooltip_cb):
2808         Only override the tooltip if not previously set
2809
2810 2008-10-29  Christian Dywan  <christian@imendio.com>
2811
2812         Bug 557762 – Misleading error message in GDK DirectFB
2813
2814         * gdk/directfb/gdkdisplay-directfb.c (gdk_display_open):
2815         Correctly say GetInputDevice instead of GetDisplayLayer
2816
2817 2008-10-29  Christian Dywan  <christian@imendio.com>
2818
2819         Bug 558397 – gtk_widget_error_bell undefined without a screen
2820
2821         * gtk/gtkwidget.c (gtk_widget_error_bell): Test the settings
2822         instance and return silently if unset
2823
2824 2008-10-28  Michael Natterer  <mitch@imendio.com>
2825
2826         * gdk/keyname-table.h: fix small typo.
2827
2828 2008-10-27  Richard Hult  <richard@imendio.com>
2829
2830         Bug 557894 – Wrong return value for
2831         gdk_pointer_grab_info_libgtk_only()
2832
2833         * gdk/quartz/gdkevents-quartz.c:
2834         (gdk_pointer_grab_info_libgtk_only): Return TRUE when there is a
2835         pointer grab. Patch by Owen Taylor.
2836
2837 2008-10-26  Matthias Clasen  <mclasen@redhat.com>
2838
2839         * gtk/gtktoolshell.c:
2840         * gtk/gtktoolitem.c: Remove markup from short descriptions.
2841
2842 2008-10-26  Matthias Clasen  <mclasen@redhat.com>
2843
2844         * gdk/keyname-table.h:
2845         * gtk/gen-paper-names.c:
2846         * gtk/paper_names_offsets.c:
2847         * gtk/gtkpapersize.c:
2848         * gtk/gtkaccellabel.c:
2849         * gtk/gtkprintoperation.c:
2850         * gtk/gtkstock.c: More conversion to C_().
2851
2852 2008-10-26  Matthias Clasen  <mclasen@redhat.com>
2853
2854         * gtk/gtkaccellabel.c:
2855         * gtk/gtkcalendar.c:
2856         * gtk/gtkcellrendereraccel.c:
2857         * gtk/gtkcellrendererprogress.c:
2858         * gtk/gtkimmulticontext.c:
2859         * gtk/gtkrecentchoosermenu.c:
2860         * gtk/gtkvolumebutton.c: Use C_() instead of Q_(). String change!
2861
2862 2008-10-26  Christian Persch  <chpe@gnome.org>
2863
2864         Bug 557065 – gtkcellrendererpixbuf spams console over and over with
2865         'could not load image' warnings
2866
2867         * gtk/gtkcellrendererpixbuf.c:
2868         (gtk_cell_renderer_pixbuf_create_themed_pixbuf): Remove noisy
2869         g_warning.
2870
2871 2008-10-26  Philip Withnall  <philip@tecnocode.co.uk>
2872
2873         Bug 530454 – Clarify page_nr when printing
2874
2875         * gtk/gtkprintoperation.c (gtk_print_operation_class_init): Point out
2876         that page_nr is 0-based in the documentation.
2877
2878 2008-10-25  Matthias Clasen  <mclasen@redhat.com>
2879         
2880         Bug 557315 – stale clipboard target cache
2881
2882         * gtk/gtkclipboard.c (gtk_clipboard_set_contents): Remove cached
2883         targets. Pointed out by Evan Stade
2884
2885 2008-10-24  Tristan Van Berkom  <tvb@gnome.org>
2886
2887         * gtk/gtkwidget.c: Added a note about GtkWidget:has-tooltip in
2888         the docs for GtkWidget::query-tooltip.
2889
2890 2008-10-24  Matthias Clasen  <mclasen@redhat.com>
2891
2892         * gtk/gtkmountoperation.c: The "screen" property ought to have
2893         type GdkScreen, not GtkWindow. Found by Cosimo Cecchi
2894
2895 2008-10-24  Matthias Clasen  <mclasen@redhat.com>
2896
2897         Bug 556954 – gtk+/gtk/gtkrecentchooserdefault.c: mismatching
2898         allocation and deallocation
2899
2900         * gtk/gtkrecentchooserdefault.c (remove_selected_from_list): Don't
2901         free a strdup'ed string by g_free. Pointed out by Daniel Marjamäki
2902
2903 2008-10-24  Matthias Clasen  <mclasen@redhat.com>
2904
2905         Bug 556835 – gtkentry.c: variable is declared at middle of block
2906
2907         * gtk/gtkentry.c (gtk_entry_copy_clipboard): Fix a C99ism pointed
2908         out by Kazuki Iwamoto
2909
2910 2008-10-24  Matthias Clasen  <mclasen@redhat.com>
2911
2912         Bug 557524 – "va_end(args);" should be added into
2913         gtk_text_buffer_insert_with_tags_by_name( )
2914
2915         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_with_tags_by_name):
2916         Don't forget to call va_end. Pointed out by Boram Park
2917
2918 2008-10-23  Alexander Larsson  <alexl@redhat.com>
2919
2920         Bug 528320 - Incorrect icons displayed for files with custom
2921         mimetype icons
2922         
2923         * gtk/gtkfilesystem.c:
2924         (_gtk_file_info_render_icon):
2925         Fall back on default file icon if there was no icon or it
2926         was not found in the theme. This goes with the corresponding
2927         change in glib to not add the fallback icon, but is useful
2928         in other cases too.
2929
2930 2008-10-22  Behdad Esfahbod  <behdad@gnome.org>
2931
2932         Bug 555920 – gtkentry.c passes wrong enum to
2933         pango_layout_set_alignment()
2934
2935         * gtk/gtkentry.c (gtk_entry_create_layout): Don't set layout
2936         adjustment.
2937
2938 2008-10-22  Matthias Clasen  <mclasen@redhat.com>
2939
2940         * gdk/x11/gdkscreen-x11.c: Only emit size-changed if the screen
2941         size actually changed.
2942
2943 2008-10-21  Michael Natterer  <mitch@imendio.com>
2944
2945         * gdk/gdkdraw.c
2946         * gdk/gdkimage.c
2947         * gdk/gdkscreen.c
2948         * gdk/gdkwindow.c: replace assertions for obj != NULL by
2949         GDK_IS_OBJ(), remove redundant != NULL checks when there is
2950         already a type check, add some g_return_if_fail() that were
2951         missing entirely, fix some broken indentation and spacing.
2952
2953 2008-10-21  Tor Lillqvist  <tml@novell.com>
2954
2955         Bug 557266 - Window Management Problem
2956
2957         Also reported in mail to gtk-list, and of course it has been well
2958         known in general that window state management is messy and buggy
2959         in various ways in gdk/win32.
2960
2961         * gdk/win32/gdkwindow-win32.c (show_window_internal): Correct
2962         handling of GDK_WINDOW_STATE_ABOVE windows. It doesn't work to set
2963         the WS_EX_TOPMOST extended style bit using SetWindowLong(). We
2964         must call SetWindowPos() on the window using HWND_TOPMOST
2965         instead. The description for WS_EX_TOPMOST in the documentation
2966         for CreateWindowEx() even implies that if you read it carefully.
2967
2968 2008-10-21  Michael Natterer  <mitch@imendio.com>
2969
2970         * gdk/gdkapplaunchcontext.c: reorder functions to be in standard
2971         order, add prototypes and namespace to static functions, add
2972         g_return_if_fail()s which were missing all over the place.
2973
2974 2008-10-20  Christian Persch  <chpe@gnome.org>
2975
2976         Bug 557059 – crash when compositing emblems with icon
2977
2978         * gtk/gtkicontheme.c: (apply_emblems): Copy the pixbuf before using it
2979         with gtk_pixbuf_composite, in case its pixdata is read-only (mmaped
2980         from icon cache or builtins).
2981
2982 2008-10-20  Murray Cumming  <murrayc@murrayc.com>
2983
2984         * gtk/gtkiconview.c: gtk_icon_view_set_tooltip_row(), 
2985         gtk_icon_view_set_tooltip_item():
2986         * gtk/gtktreeview.c: gtk_icon_view_set_tooltip_row(), 
2987         gtk_icon_view_set_tooltip_cell():
2988         Documentation: Mention the simple set_tooltip_column() 
2989         alternative.
2990
2991 2008-10-18  Tor Lillqvist  <tml@novell.com>
2992
2993         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On
2994         WM_WINDOWPOSCHANGING, don't dereference windowpos in the debugging
2995         output without setting it first.
2996
2997 2008-10-18  Tor Lillqvist  <tml@novell.com>
2998
2999         Bug 556578 - GIMP windows stay on top of other windows
3000
3001         * gdk/win32/gdkevents-win32.c (ensure_stacking_on_unminimize)
3002         (ensure_stacking_on_window_pos_changing)
3003         (ensure_stacking_on_activate_app): Ignore unmapped windows in the
3004         loops where we look for the lowest "transient-type" window.
3005
3006         (gdk_event_translate): Don't call
3007         ensure_stacking_on_window_pos_changing() or
3008         ensure_stacking_on_activate_app() for unmapped windows.
3009
3010 2008-10-16  Marek Kasik  <mkasik@redhat.com>
3011
3012         Bug 556527 - The current page property is not passed to
3013         GtkPrintUnixDialog
3014
3015         * gtk/gtkprintoperation-unix.c: pass current-page property
3016         to GtkPrintUnixDialog
3017
3018 2008-10-15  Michael Natterer  <mitch@imendio.com>
3019
3020         * gdk/gdkapplaunchcontext.h (GDK_IS_APP_LAUNCH_CONTEXT): fix typo
3021         in the type name so the macro becomes usable.
3022
3023 2008-10-14  Christian Dywan  <christian@imendio.com>
3024
3025         556150 – gtk 'object' property test fixing
3026
3027         * gtk/tests/object.c (list_ignore_properties):
3028         Remove some recently fixed properties from the exception list
3029
3030 2008-10-13  Matthias Clasen  <mclasen@redhat.com>
3031
3032         Bug 555779 – GtkCellRendererPixbuf crashed on failed GIcon lookup
3033
3034         * gtk/gtkcellrendererpixbuf
3035         (gtk_cell_renderer_pixbuf_create_themed_pixbuf): Don't crash
3036         if a GIcon is not present in the current theme. Patch by 
3037         Alex Larsson.
3038
3039 2008-10-13  Matthias Clasen  <mclasen@redhat.com>
3040
3041         Bug 552318 – menubar mnemonics consumed even when
3042         gtk-enable-mnemonics=false
3043
3044         * gtk/gtkwindow.c (gtk_window_activate_key): Don't let mnemonic
3045         entries block accelerator activation when gtk-enable-mnemonics is
3046         FALSE. Problem reported by Andreas Moog.
3047
3048 2008-10-13  Cody Russell <cody@jhu.edu>
3049
3050         * test/testfilechooser.c: Fix option parsing so that -a and
3051         --action work correctly.
3052
3053 2008-10-13  Christian Persch <chpe@gnome.org>
3054
3055         Bug 555386 – format not a string literal and no format arguments
3056
3057         * gtk/gtkiconfactory.c
3058         * gtk/gtkprintbackend.c
3059         * gtk/gtkprintoperation.c
3060         * gtk/gtkthemes.c
3061         * gtk/tests/builder.c
3062         * modules/other/gail/gailtextview.c
3063         * tests/testmerge.c: Use printf safely.
3064
3065 2008-10-13  Christian Persch <chpe@gnome.org>
3066
3067         Bug 555724 – gtkcellrendereraccel not initialised correctly
3068
3069         * gtk/gtkcellrendereraccel.c: Initialise the cell text.
3070
3071 2008-10-12  Simos Xenitellis  <simos@gnome.org>
3072
3073         Bug 555625 – Updated gtk_compose_seqs_compact table 
3074         (gtkimcontextsimpleseqs.h)
3075         
3076         * gtk/gtkimcontextsimpleseqs.c: Updated the compose sequence table.
3077         In this update we removed a further set of compose sequences that
3078         are otherwise covered by check_algorithmically(). 
3079
3080         * gtk/gtkimcontextsimple.c: Updated table value that shows how many 
3081         distinct first values exist in the compose sequences. 
3082         Change from 22 to 20.
3083         
3084 2008-10-11  Matthias Clasen  <mclasen@redhat.com>
3085
3086         * gtk/gtktoolbar.c: Revert the GtkSettings::gtk-toolbar-icon-size
3087         part of the previous change, since it doesn't work correctly without
3088         extra complication, and using custom icon sizes doesn't make too
3089         much sense in a desktop-wide setting.
3090
3091 2008-10-11  Matthias Clasen  <mclasen@redhat.com>
3092
3093         Bug 555186 – Setting gtk-toolbar-icon-size with custom icon_size
3094
3095         * gtk/gtktoolbar.c: Turn GtkToolbar::icon-size and
3096         GtkSettings::gtk-toolbar-icon-size into int properties, to
3097         allow the use of app-registered icon sizes.
3098
3099 2008-10-11  Christian Dywan  <christian@imendio.com>
3100
3101         Bug 555676 – gtk_widget_real_grab_focus assumes toplevel == window
3102
3103         * gtk/gtkwidget.c (gtk_widget_real_grab_focus):
3104         Actually test for GTK_IS_WINDOW *and* GTK_WIDGET_TOPLEVEL
3105
3106 2008-10-10  Behdad Esfahbod  <behdad@gnome.org>
3107
3108         Bug 551355 – [PATCH] Make glib build with libtool 2.2
3109
3110         * autogen.sh: Accept libtool 2.2.   We are moving towards having
3111         it working.
3112
3113 2008-10-10  Richard Hult  <richard@imendio.com>
3114
3115         * gdk/quartz/gdkkeys-quartz.c: (gdk_keymap_get_caps_lock_state)
3116         Add empty stub to fix linking.
3117
3118 2008-10-10  Simos Xenitellis  <simos@gnome.org>
3119
3120         Bug 555000 – Wrong treatment on non-spacing marks dead keys in 
3121         GtkIMContextSimple
3122
3123         * gtk/gtkimcontextsimple.c: Change IS_DEAD_KEY() macro so that
3124         it only checks if input is a deadkey keysym.
3125
3126 2008-10-09  Christian Dywan  <christian@imendio.com>
3127
3128         Bug 555676 – gtk_widget_real_grab_focus assumes toplevel == window
3129
3130         * gtk/gtkwidget.c (gtk_widget_real_grab_focus):
3131         Test for GTK_IS_WINDOW instead of GTK_WIDGET_TOPLEVEL
3132
3133 2008-10-09  Christian Dywan  <christian@imendio.com>
3134
3135         Bug 555573 – gtk_font_selection_set_font_name
3136         shouldn't require a screen
3137
3138         * gtk/gtkfontsel.c (gtk_font_selection_set_font_name):
3139         Don't warn if there is no screen, just return FALSE
3140
3141 2008-10-09  Christian Dywan  <christian@imendio.com>
3142
3143         Bug 555523 – gtk_scale_button_set_adjustment should accept NULL
3144
3145         * gtk/gtkscalebutton.c (gtk_scale_button_set_adjustment):
3146         Create a new adjustment if NULL is passed, like other widgets
3147
3148 2008-10-09  Christian Dywan  <christian@imendio.com>
3149
3150         Bug 555578 – GtkTable propertiy maxima are wrong
3151
3152         * gtk/gtktable.c (gtk_table_class_init), (gtk_table_resize):
3153         Always use 65535 instead of G_MAXUINT since that is
3154         the actually supported maximum number of columns and rows
3155
3156 2008-10-09  Richard Hult  <richard@imendio.com>
3157
3158         Bug 550342 – Splash screens have a caption
3159
3160         * gdk/quartz/gdkwindow-quartz.c: (_gdk_window_new),
3161         (gdk_window_set_decorations): Patch from Marianne Gagnon to make
3162         splash windows borderless.
3163
3164 2008-10-09  Michael Natterer  <mitch@imendio.com>
3165
3166         Bug 516425 – Optionally display accelerators in popups
3167
3168         * gtk/gtkuimanager.h (enum GtkUIManagerItemType): add value
3169         GTK_UI_MANAGER_POPUP_WITH_ACCELS which works like _POPUP but
3170         shows the actions' accelerators.
3171
3172         * gtk/gtkuimanager.c: honor the new enum value for programmatically
3173         created UIs, and support <popup accelerators="true"> in the XML
3174         for the same purpose.
3175
3176 2008-10-09  Simos Xenitellis  <simos@gnome.org>
3177
3178         Bug 554192 – double press on the "circumflex" dead key 
3179         (standard french 105 keyboard) no longer produces the "^" character
3180
3181         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress):
3182         Changed the order, put check_compact_table() first, then 
3183         check_algorithmically().
3184
3185 2008-10-08  Christian Persch  <chpe@gnome.org>
3186
3187         Bug 554702 – gtkfilesystem leaks GError
3188
3189         * gtk/gtkfilesystem.c (_gtk_file_system_init): Free the GError.
3190
3191 2008-10-08  Matthias Clasen  <mclasen@redhat.com>
3192
3193         * gtk/gtkfilechooserdefault.c (update_current_folder_get_info_cb):
3194         Don't forget to reset reload_state when current_folder is already
3195         correct. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=465992
3196
3197 2008-10-08  Christian Dywan  <christian@imendio.com>
3198
3199         Bug 555270 – Allow unsetting a MessageDialog's image
3200
3201         * gtk/gtkmessagedialog.c (gtk_message_dialog_set_property),
3202         Remove a superfluous cast to GtkWidget*
3203         (gtk_message_dialog_set_image): Accept NULL for the image
3204         and unset the image in that case.
3205
3206 2008-10-08  Christian Dywan  <christian@imendio.com>
3207
3208         Bug 436533 – Allow more space efficient scroll arrows placement
3209
3210         * gtk/gtkenums.h: Add GtkArrowPlacement
3211         * gtk/gtkmenu.c (gtk_menu_class_init), (get_arrows_border),
3212         (get_arrows_visible_area), (get_double_arrows),
3213         (get_arrows_sensitive_area): Implement GtkMenu::arrow-placement
3214         to allow scrolling arrows to be placed at the start, end or both
3215         Patch by Tommi Komulainen and myself
3216
3217 2008-10-08  Christian Dywan  <christian@imendio.com>
3218
3219         Bug 555387 – Changing the sensitivity of a statusbar
3220         mistakenly requires a display
3221
3222         * gtk/gtkstatusbar.c (set_grip_cursor): Only change the cursor
3223         of the resize grip if there is a grip window.
3224
3225 2008-10-06  Matthias Clasen  <mclasen@redhat.com>
3226
3227         * gtk/gtktooltip.c (gtk_tooltip_show_tooltip): Avoid unitialized
3228         memory warnings from valgrind.
3229
3230 2008-10-07 11:03:30  Tim Janik  <timj@imendio.com>
3231
3232         * gtk/gtkbox.h: keep GtkBox as an abstract type and keep _gtk_box_new()
3233         as private function until we settle on the exact semantics.
3234         renamed _gtk_box_set_old_defaults() as suggested by Mitch.
3235
3236 2008-10-07  Michael Natterer  <mitch@imendio.com>
3237
3238         * gtk/gtkbox.c: reindent static prototypes.
3239
3240 2008-10-07  Michael Natterer  <mitch@imendio.com>
3241
3242         Bug 553573 – Add orientation API to GtkBox
3243
3244         * gtk/gtkbox.[hh]: implement the GtkOrientable interface and
3245         swallow all code from GtkHBox and GtkVBox. Add gtk_box_new()
3246         which takes a GtkOrientation argument. Also move the newly
3247         added "spacing_set" boolean from struct GtkBox to the new
3248         private struct.
3249
3250         * gtk/gtkhbox.[ch]
3251         * gtk/gtkvbox.[ch]: remove all code except the constructor and
3252         call gtk_orientable_set_orientation() in init().
3253
3254         * gtk/gtk.symbols: add gtk_box_new().
3255
3256 2008-10-06  Björn Lindqvist  <bjourne@gmail.com>
3257
3258         Bug 539464 – gtk_cell_view_get_model is missing in GtkCellView
3259
3260         * gtk/gtkcellview.c (gtk_cell_view_get_model): Add
3261         gtk_cell_view_get_model.
3262
3263 2008-10-06  Matthias Clasen  <mclasen@redhat.com>
3264
3265         * gtk/gtkprintunixdialog.c (create_main_page): Show the tooltip
3266         on the range entry itself, too.
3267
3268 2008-10-04  Tor Lillqvist  <tml@novell.com>
3269
3270         Bug 132501 - Make utility window translate to tool window in win32
3271
3272         Implement the utility window type hint. Such windows are kept on
3273         top of other windows of the same process. Makes GIMP's toolbox and
3274         dock windows behave more like in GNOME under metacity. Apply the
3275         same logic also to windows marked with the dialog window type
3276         hint, and windows that are transient for some other window. I'll
3277         call such windows "transient-type" below.
3278
3279         * gdk/win32/gdkevents-win32.c (doesnt_want_key): Drop unused
3280         variables.
3281
3282         (ensure_stacking_on_unminimize)
3283         (ensure_stacking_on_window_pos_changing)
3284         (ensure_stacking_on_activate_app): New functions to implement the
3285         desired stacking order. Make sure that a window that is not
3286         transient-type stays below any transient-type windows of the
3287         application. When activating a non-transient-type window make sure
3288         it rises as high as possible while still staying below the lowest
3289         transient-type window.
3290
3291         (gdk_event_translate): Call above functions on
3292         WM_WINDOWPOSCHANGING, WM_ACTIVATEAPP and on WM_SIZE when
3293         unminimizing. Improve debugging printout.
3294
3295         * gdk/win32/gdkwindow-win32.c (get_effective_window_decorations):
3296         Handle utility windows like toolbar windows.
3297
3298         (gdk_window_new_internal) (update_style_bits): Give utility
3299         windows the WS_EX_TOOLWINDOW extended style.
3300
3301         (gdk_window_set_title): If debugging "misc" or "events", make the
3302         handle of top-level windows show up in their title bars. Very
3303         useful when looking at debugging output.
3304
3305         (gdk_window_set_transient_for) (gdk_window_set_keep_above)
3306         (gdk_window_set_keep_below) (gdk_window_set_modal_hint)
3307         (gdk_window_set_skip_taskbar_hint)
3308         (gdk_window_set_skip_pager_hint): Add and improve debugging
3309         printout.
3310
3311         (gdk_window_set_type_hint): Print hint symbolically in GDK_NOTE().
3312
3313 2008-10-04  Tor Lillqvist  <tml@novell.com>
3314
3315         * gdk/win32/gdkmain-win32.c (_gdk_win32_window_exstyle_to_string)
3316         (_gdk_win32_window_pos_bits_to_string): New debugging printout
3317         functions. Decode the WS_EX_* and SWP_* bits.
3318
3319         * gdk/win32/gdkprivate-win32.h: Declare them. Define
3320         GDK_DEBUG_MISC_OR_EVENTS for use in GDK_NOTE() to match either
3321         "misc" or "events".
3322
3323 2008-10-03  Matthias Clasen <mclasen@redhat.com>
3324
3325         * gtk/gtkmodules.c (_gtk_modules_settings_changed): Add some
3326         debug output.
3327
3328 2008-10-02  Matthias Clasen <mclasen@redhat.com>
3329
3330         Bug 96431 – Can't cut and paste / DND within invisible entry
3331
3332         * gtk/gtkentry.c: Disable cut, copy and drag out of an invisible
3333         entry. Proposed by Owen Taylor
3334
3335 2008-10-02  Matthias Clasen <mclasen@redhat.com>
3336
3337         Bug 530575 – GtkEntry with invisible chars has a confused cursor in
3338         overwrite mode
3339
3340         * gtk/gtkentry.c (gtk_entry_draw_cursor): Use the visible text
3341         in the layout when positioning the cursor, not the actual text
3342         content of the entry. This makes a different when using overwrite
3343         mode in an invisible entry. 
3344         Problem noticed by Jonathan Blandford
3345
3346         * gtk/gtktextutil.c: Fix a typo in a comment
3347
3348 2008-10-02  Christian Persch
3349
3350         Bug 554704 – gtkfilesystemmodel does too much work
3351
3352         * gtk/gtkfilesystemmodel.c: Replace g_slist_length()<1 check with a
3353         simple NULL check.
3354
3355 2008-10-02  Christian Persch
3356
3357         Bug 554701 – filechooser spams console with useless warnings
3358
3359         * gtk/gtkfilesystem.c.c: Don't warn if the async call was simply
3360         cancelled.
3361
3362 2008-10-02  Christian Persch
3363
3364         Bug 554698 – mem leak in filechooser
3365
3366         * gtk/gtkfilechooserdefault.c: Plug a mem leak.
3367
3368 2008-10-02  Christian Persch
3369
3370         Bug 554696 – invalid free function used
3371
3372         * gtk/gtkfilesystemmodel.c: Use the right free func.
3373
3374 2008-10-02  Christian Persch
3375
3376         Bug 554691 – mem leak in filechooser
3377
3378         * gtk/gtkfilesystemmodel.c: Plug a mem leak.
3379
3380 2008-10-02  Christian Persch
3381
3382         Bug 554690 – mem leak in filechooser
3383
3384         * gtk/gtkfilechooserdefault.c: Plug a mem leak.
3385
3386 2008-10-02  Michael Natterer  <mitch@imendio.com>
3387
3388         Bug 553585 – Add orientation API to GtkRuler
3389
3390         * gtk/gtkruler.[ch]: implement the GtkOrientable interface and
3391         swallow all code from GtkHRuler and GtkVRuler. Add gtk_ruler_new()
3392         which takes a GtkOrientation argument.
3393
3394         * gtk/gtkhruler.c
3395         * gtk/gtkvruler.c: remove all code except the constructor and
3396         call gtk_orientable_set_orientation() in init().
3397
3398         * gtk/gtk.symbols: add gtk_ruler_new().
3399
3400 2008-10-01  Torsten Schoenfeld  <kaffeetisch@gmx.de>
3401
3402         * docs/reference/gtk/gtk-sections.txt:
3403         * gtk/gtk.symbols:
3404         * gtk/gtkselection.c:
3405         * gtk/gtkselection.h: Add gtk_selection_data_get_selection to
3406         retrieve the sealed struct field GtkSelectionData.selection.
3407
3408 2008-10-01  Tor Lillqvist  <tml@novell.com>
3409
3410         * gtk/gtkscalebutton.c: Don't #define _GNU_SOURCE on Windows as it
3411         confuses newest mingw headers.
3412
3413 2008-10-01  Tor Lillqvist  <tml@novell.com>
3414
3415         * gdk/win32/gdkkeys-win32.c (gdk_keymap_get_caps_lock_state):
3416         Implement trivially on Windows. Not sure if something more complex
3417         is actually needed, more specifically whether the function needs
3418         to differentiate between "Caps Lock" and "Shift Lock" semantics?
3419
3420 2008-10-01  Simos Xenitellis  <simos@gnome.org>
3421
3422         Bug 554506 – combining diacritics broken, became deadkeys
3423
3424         * gtk/gtkimcontextsimple.c: added check if keysym is greater
3425         than 0x1000000, in this case it is not a dead key.
3426
3427 2008-09-30  Michael Natterer  <mitch@imendio.com>
3428
3429         Bug 553582 – Add orientation API to GtkSeparator
3430
3431         * gtk/gtkseparator.[ch]: implement the GtkOrientable interface and
3432         swallow all code from GtkHSeparator and GtkVSeparator. Add
3433         gtk_separator_new() which takes a GtkOrientation argument.
3434
3435         * gtk/gtkhseparator.c
3436         * gtk/gtkvseparator.c: remove all code except the constructor and
3437         call gtk_orientable_set_orientation() in init().
3438
3439         * gtk/gtk.symbols: add gtk_separator_new().
3440
3441 2008-09-30  Marek Kasik  <mkasik@redhat.com>
3442
3443         Bug 344522 – support non-local destination files (GtkPrint):
3444
3445         * gtk/gtkprintunixdialog.c
3446         * gtk/gtkprinteroptionwidget.c: Process URI instead of filename.
3447         * modules/printbackends/file/gtkprintbackendfile.c: Add ability
3448         to save files on non-local filesystems.
3449
3450 2008-09-30  Michael Natterer  <mitch@imendio.com>
3451
3452         * gtk/gtk.symbols: forgot the G_GNUC_CONST of
3453         gtk_orientable_get_type().
3454
3455 2008-09-30  Michael Natterer  <mitch@imendio.com>
3456
3457         Bug 541009 – Get rid of separate subclasses for horizontal and
3458         vertical orientation:
3459
3460         * gtk/Makefile.am
3461         * gtk/gtk.symbols
3462         * gtk/gtk.h
3463         * gtk/gtkorientable.[ch]: add new interface GtkOrientable which
3464         will be implemented by everything that can switch orientation.
3465
3466 2008-09-30  Christian Dywan  <christian@imendio.com>
3467
3468         Fix a typo in the tutorial.
3469
3470         * docs/tutorial/gtk-tut.sgml: It's mnemonic, not 'mnemnonic'.
3471
3472 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
3473
3474         Bug 553086 – hard to see current immodule
3475
3476         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
3477         Display the actually selected context in the system menuitem.
3478         Complaint by Akira Tagoh.
3479
3480 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
3481
3482         Bug 530568 – Entries with visibility=FALSE should warn for caps-lock
3483         on
3484
3485         * gtk/gtkentry.c: Add a tooltip-like Caps Lock warning for
3486         password entries. The warning is also triggered if an input method
3487         is active. The warning can be turned off using the
3488         GtkEntry::caps-lock-warning property. 
3489         Proposed by Owen Taylor
3490
3491 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
3492
3493         * gtk/gtk.symbols:
3494         * gtk/gtkimmulticontext.[hc] (gtk_im_multicontext_get_context_id): 
3495         Add a getter for the the sealed context_id field.
3496
3497 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
3498
3499         Bug 107000 – Add signals to GdkKeymap for monitoring caps_lock, etc.
3500
3501         * gdk/gdk.symbols:
3502         * gdk/gdkkeys.[ch]: Add a new GdkKeymap::state-changed signal, and
3503         a gdk_keymap_get_caps_lock_state function.
3504
3505         * gdk/x11/gdkkeys-x11.c: Implement it here. For now, only emit
3506         state-changed when caps lock lockedness changes. 
3507
3508         * gdk/x11/gdkdisplay-x11.c: Also select for modifier lock status
3509         changes in the XkbSelectEventDetails call.
3510
3511 2008-09-29  Kristian Rietveld  <kris@imendio.com>
3512
3513         Bug 487624 - Tooltips doesn't get updated if ther's no mouse motion
3514         over widget
3515
3516         * gtk/gtkwidget.c (gtk_widget_set_property): after updating
3517         tooltip text or markup, call gtk_widget_trigger_tooltip_query()
3518         so that existing visible tooltips are updated.
3519
3520 2008-09-29  Matthias Clasen  <mclasen@redhat.com>
3521
3522         Bug 371908 – Password Entry broken
3523         Bug 317002 – Disable input method completely in GtkEntry when it's 
3524         in invisible mode.
3525
3526         * gtk/gtkentry.c (gtk_entry_backspace): Make backspace behave
3527         properly when invisible.
3528
3529         * gtk/gtkentry.c (gtk_entry_create_layout): Show preedit even if
3530         invisible. 
3531
3532         * gtk/gtkentry.c (gtk_entry_set_visibility): Don't disable input
3533         methods when making the entry invisible.
3534         
3535 2008-09-29  Emmanuele Bassi  <ebassi@linux.intel.com>
3536
3537         * gdk/x11/gdkinput.c:
3538         (gdk_device_class_init), (gdk_device_finalize): Correctly chain
3539         up the finalize implementation.
3540
3541 2008-09-29  Richard Hult  <richard@imendio.com>
3542
3543         Bug 554141 – uninitialized data use/free in gtkclipboard-quartz.c
3544
3545         * gtk/gtkclipboard-quartz.c: (gtk_clipboard_wait_for_contents):
3546         Patch from Jon A. Cruz to initialize the allocated selection data.
3547
3548 2008-09-27  Matthias Clasen  <mclasen@redhat.com>
3549
3550         Bug 339367 – Incorrect spotlocation
3551
3552         * modules/input/gtkimcontextxim.c: Correct the spot location
3553         for on-the-spot style.
3554
3555 2008-09-27  Denis Washington  <denisw@svn.gnome.org>
3556
3557         * gtk/gtkiconview.c: only draw keyboard focus when keyboard navigation
3558         is used, like GtkTreeView. (Bug #553575)
3559
3560 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
3561
3562         Bug 552959 – GtkTrayIcon: _NET_SYSTEM_TRAY_VISUAL and real
3563         transparency
3564
3565         * gtk/gtktrayicon-x11.c: Add support for the _NET_SYSTEM_TRAY_VISUAL
3566         property described in
3567         http://lists.freedesktop.org/archives/xdg/2008-September/009919.html
3568         If _NET_SYSTEM_TRAY_VISUAL is a visual with an alpha channel, the 
3569         parent-relative-background hack is skipped and we draw with a real
3570         transparent background.
3571
3572         * gtk/gtkrc.c: Remove the default GtkTrayIcon style, since the
3573         parent-relative background is now set when realizing the tray
3574         icon.
3575
3576         Patch by Owen Taylor
3577
3578 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
3579
3580         Bug 552956 – Should check composite extension version
3581
3582         * gdk/x11/gdkdisplay-x11.c: Check that the version of the
3583         composite extension is at least 0.4.
3584         Patch by Owen Taylor
3585
3586 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
3587         
3588         Bug 553803 – eventually call XCloseDevice on XOpenDevice results
3589
3590         * gdk/x11/gdkinput.c: Add a finalize function for device objects,
3591         and call XCloseDevice there. 
3592
3593         * gdk/x11/gdkinput-x11.c:
3594         * gdk/x11/gdkdisplay-x11.c: Move freeing of device objects to
3595         the finalize function.
3596         Patch by Caolan McNamara
3597         
3598 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
3599
3600         Bug 553578 - tabs are not drawn correctly
3601
3602         * gtk/gtknotebook.c: Track the visibility state of notebook tabs 
3603         between allocations so that we know to redraw the tab labels if 
3604         tabs are hidden and shown without changing position. 
3605         Reported by Marek Kašík, patch by Owen Taylor.
3606
3607 2008-09-26  Matthias Clasen  <mclasen@redhat.com>
3608
3609         Bug 553133 – GtkFileChooser won't ask to mount a volume
3610         Bug 553211 – GtkFileChooserButton unsets filter after first use
3611
3612         * gtk/gtkfilechooserdefault.c (shortcuts_activate_volume): Use
3613         a GtkMountOperation when mounting, so that we get a password
3614         dialog when required.  
3615
3616         * gtk/gtkfilechooserdefault.c (show_and_select_files): Also
3617         get the content-type, since it is used later on. 
3618         Pointed out by Davyd Madeley.
3619
3620 2008-09-26  Cody Russell  <bratsche@gnome.org>
3621
3622         Bug 553917 – Typo in gdkwindow-win32.c
3623
3624         * gdk/win32/gdkwindow-win32.c: Fixed a typo in
3625         update_system_menu().  Changed GDK_DECOR_ALL to GDK_FUNC_ALL.
3626
3627         Reported by Richard Hult
3628
3629 2008-09-25  Marek Kasik  <mkasik@redhat.com>
3630
3631         Bug 553241 – double freed pointer in lpr_write cause firefox3 crash
3632
3633         * modules/printbackends/lpr/gtkprintbackendlpr.c:
3634         The redundant freeing of memory was removed.
3635
3636         Patch by Chris Wang
3637
3638 2008-09-25  Michael Natterer  <mitch@imendio.com>
3639
3640         * gtk/gtkfilechooserdefault.c (gtk_file_chooser_default_finalize):
3641         don't unref the file system backend, the newly added
3642         unset_file_system_backend() already does this (bug #553135).
3643
3644 2008-09-24  Michael Natterer  <mitch@imendio.com>
3645
3646         * gtk/gtkeventbox.c: events return gboolean not gint, reindented
3647         static prototypes.
3648
3649 2008-09-24  Johan Dahlin  <johan@gnome.org>
3650
3651         Bug 553385 – gtk-builder-convert creates untranslated combobox models
3652
3653         * gtk/gtk-builder-convert: Set the translatable property on
3654         col tags for converted combos.
3655
3656 2008-09-24  Tor Lillqvist  <tml@novell.com>
3657
3658         * gtk-zip.sh.in: Include all of share/man, lib/pkgconfig,
3659         share/aclocal and share/gtk-doc instead of trying to list
3660         individual files or subdirectories. We had missed gail.pc, for
3661         instance.
3662
3663 2008-09-24  Christian Dywan  <christian@imendio.com>
3664
3665         Bug 538782 – Make GtkMenu's arrow size themable
3666
3667         * gtk/gtkmenu.c (gtk_menu_class_init), (gtk_menu_paint):
3668         Implement "arrow-scaling" style property in GtkMenu.
3669
3670 2008-09-24  Christian Dywan  <christian@imendio.com>
3671
3672         Bug 408244 – add GtkDialog::content-area-spacing
3673
3674         * gtk/gtkbox.c (gtk_box_init), (gtk_box_set_spacing),
3675         (_gtk_box_set_spacing_set), (_gtk_box_get_spacing_set):
3676         * gtk/gtkbox.h:
3677         * gtk/gtkdialog.c (gtk_dialog_class_init), (update_spacings):
3678         Implement "content-area-spacing" style property in GtkDialog
3679         and internal helper _gtk_box_get_spacing_set in GtkBox.
3680         Patch by Tim Janik, Sven Herzberg and myself.
3681
3682 2008-09-24  Christian Dywan  <christian@imendio.com>
3683
3684         Bug 541391 – Unfocussable Treeview swallows focus
3685
3686         * gtk/gtktreeview.c (grab_focus_and_unset_draw_keyfocus),
3687         (gtk_tree_view_focus): Honor GTK_WIDGET_CAN_FOCUS properly
3688
3689 2008-09-24  Denis Washington  <denisw@svn.gnome.org>
3690
3691         * gtk/gtkiconview.c: draw focus as a rectangle around the
3692         complete item, not just the text. (Bug #38254)
3693
3694 2008-09-23  Michael Natterer  <mitch@imendio.com>
3695
3696         * gtk/gtkobject.c
3697         * gtk/gtksignal.[ch]: s/GtkType/GType/ and
3698         s/GtkSignalMarshaller/GSignalCMarshaller/.
3699
3700 2008-09-23  Michael Natterer  <mitch@imendio.com>
3701
3702         * gdk/x11/gdkevents-x11.c (gdk_event_translate): remove unused
3703         variable and fix indentation.
3704
3705 2008-09-23  Michael Natterer  <mitch@imendio.com>
3706
3707         * gtk/gtkclist.h
3708         * gtk/gtkctree.h
3709         * gtk/gtklist.h
3710         * gtk/gtklistitem.h
3711         * gtk/gtkobject.h
3712         * gtk/gtkoldeditable.h
3713         * gtk/gtkpixmap.h
3714         * gtk/gtkpreview.h
3715         * gtk/gtktext.h
3716         * gtk/gtktipsquery.h
3717         * gtk/gtktree.h
3718         * gtk/gtktreeitem.h: get rid of GtkType and GTK_CHECK_FOO() also
3719         in all deprecated headers.
3720
3721 2008-09-22  Matthias Clasen  <mclasen@redhat.com>
3722
3723         Bug 553135 – eog crash: assertion failed. Gtk error:
3724         shortcuts_remove_rows: code should not be reached
3725
3726         * gtk/gtkfilechooserdefault.c: Disconnect from GtkFileSystem 
3727         signals when we are destroyed, in order to avoid nasty surprises.
3728         Patch by Claudio Saavedra
3729
3730 2008-09-22  Emmanuele Bassi  <ebassi@linux.intel.com>
3731
3732         Bug 552789 – Show size column in the search and recently used
3733         files modes
3734
3735         * gtk/gtkfilechooserdefault.c: Display the file size column
3736         when in OPERATION_MODE_SEARCH. This removes a stat() call
3737         and simplifies the code a little bit by changing the query
3738         for file informations for each search engine hit.
3739
3740 2008-09-22  Michael Natterer  <mitch@imendio.com>
3741
3742         * gtk/gtksignal.[ch]
3743         * gtk/gtkclist.c
3744         * gtk/gtklist.c
3745         * gtk/gtkmain.c
3746         * gtk/gtktext.c
3747         * gtk/gtktreeitem.c: use G_CALLBACK and GCallback instead of
3748         GTK_SIGNAL_FUNC and GtkSignalFunc also in deprecated code.
3749
3750 2008-09-22  Frederic Crozat  <fcrozat@mandriva.com>
3751
3752         * gtk/gtkfilesystem.c: use the correct gi18n header.
3753         Fixes bug #553000.
3754
3755 2008-09-22  Michael Natterer  <mitch@imendio.com>
3756
3757         * gtk/gtktoolbar.[ch]: add "Deprecated: 2.4" to all the deprecated
3758         append(), prepend() and insert() functions and recommend to use
3759         gtk_toolbar_insert() instead. Use GCallback instead of
3760         GtkSignalFunc even in deprecated API.
3761
3762 2008-09-20  Matthias Clasen  <mclasen@redhat.com>
3763
3764         * gtk/gtkfilechooserbutton.c (filter_model_visible_func): Don't
3765         leak a GFile.
3766
3767 2008-09-19  Owen Taylor  <otaylor@redhat.com>
3768
3769         Small cleanups to debug messages for GtkPlug/GtkSocket
3770
3771         * gtk/gtksocket-x11.c: Fix debug message to say "Socket" not "Plug"
3772         * gtk/gtkplug-x11.c: Remove excess newlines from the ends of debug
3773         messages.
3774
3775 2008-09-19  Carlos Garnacho  <carlos@imendio.com>
3776
3777         Bug 83935 – GtkEntry's default invisible char should be U+25CF
3778
3779         * gtk/gtkentry.c (find_invisible_char) (gtk_entry_init): Find a
3780         more suitable invisible char than '*' based on the used font.
3781         (gtk_entry_class_init) (gtk_entry_set_property)
3782         (gtk_entry_get_property): Add a "invisible-char-set" property.
3783         (gtk_entry_unset_invisible_char): New function, needed now that the
3784         default invisible char isn't fixed.
3785         * gtk/gtkentry.h:
3786         * gtk/gtk.symbols:
3787         * docs/reference/gtk/gtk-sections.txt: Add the new function.
3788
3789 2008-09-19  Christian Persch  <chpe@gnome.org>
3790  
3791         Bug 552837 – mem leak in gtkimmulticontext
3792  
3793         * gtk/gtkimmulticontext.c: (gtk_im_multicontext_get_slave): Plug mem
3794         leak.
3795  
3796 2008-09-18  Emmanuele Bassi  <ebassi@linux.intel.com>
3797
3798         * gtk/gtkfilechooserdefault.c (settings_save): Save the size column
3799         visibility state with the rest of the FileChooser settings.
3800
3801 2008-09-18  Emmanuele Bassi  <ebassi@linux.intel.com>
3802
3803         Bug 325095 – show a 'size' column
3804
3805         * gtk/gtkfilechooserdefault.c:
3806         * gtk/gtkfilechooserprivate.h: Add a context menu item controlling
3807         the visibility of the file size column. This works only for the
3808         browse mode, and the column is not visible by default.
3809
3810         * gtk/gtkfilechoosersettings.[ch]: Add a ShowSizeColumn key to the
3811         settings file.
3812
3813 2008-09-18  Dominic Lachowicz  <domlachowicz@gmail.com>
3814
3815         * modules/engines/ms-windows/*: Revert most of previous patch, as
3816         it didn't work as expected; Some work toward #531086 - the new
3817         GtkTooltip widget doesn't theme properly on win32. Now, at least
3818         the background color seems okay
3819         
3820 2008-09-18  Dominic Lachowicz  <domlachowicz@gmail.com>
3821
3822         * modules/engines/ms-windows/*: MS Windows style should use
3823         pango_win32_font_description_from_logfont; Allows us to rip out a
3824         lot of potentially buggy code, and also get the font specification
3825         from the XP theme (#434987)
3826         
3827 2008-09-18  Matthias Clasen  <mclasen@redhat.com>
3828
3829         * configure.in: updated version number to 2.15.0 for development.
3830
3831         * ChangeLog.pre-2-14: rotate ChangeLog
3832
3833 === Branch for 2.14 ===