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