Matthias Clasen
120915d6de
Reinstate the implementation of gdk_window_foreign_new_for_display
...
This was accidentally dropped when introducing
gdk_x11_window_foreign_new_for_display().
2010-12-23 11:58:26 -05:00
Matthias Clasen
e2361108f4
Document that keymap functions will stop accepting NULL
2010-12-23 10:15:59 -05:00
Matthias Clasen
b447cd972e
Fix a typo in GtkCombo
...
There is no GtkButton::depressed signal.
Reported by Nicolas Setton in bug 633089.
2010-12-22 14:53:13 -05:00
Matthias Clasen
8bccb1ecf1
Bump version
2010-12-21 23:19:09 -05:00
Matthias Clasen
5383f20c7e
Update NEWS
2010-12-21 21:46:11 -05:00
Matthias Clasen
3e9dc75768
Fix another typo
2010-12-21 18:06:54 -05:00
Matthias Clasen
8ad1c959ef
Fix a typo
2010-12-21 11:35:38 -05:00
Matthias Clasen
dd05e41475
Deprecate gdk_xid_table* functions
2010-12-21 09:54:15 -05:00
Matthias Clasen
7b1c38b57c
Deprecated gdk_drag_find_window and gdk_drag_get_protocol
2010-12-21 09:54:15 -05:00
Matthias Clasen
a88f8e4c57
Deprecate gdk_drag_context_new
2010-12-21 09:54:15 -05:00
Matthias Clasen
bad6d00966
Deprecate some gdk text conversion routines
...
And add x11-specific replacements for them
2010-12-21 09:54:15 -05:00
Matthias Clasen
e65e208d40
Deprecate gdk_set_locale and gtk_set_locale
2010-12-21 09:54:14 -05:00
Matthias Clasen
6250c1dbe1
Deprecate gdk_net_wm_supports
2010-12-21 09:54:14 -05:00
Matthias Clasen
dd1de27061
Deprecate gdkx_visual_get
2010-12-21 09:54:14 -05:00
Matthias Clasen
08e4a60de1
Deprecate gdk_spawn apis
2010-12-21 09:54:14 -05:00
Matthias Clasen
2f8c78ddc5
Deprecate foreign window apis
...
And add x11- and win32-specific apis for these at the same time
2010-12-21 09:54:14 -05:00
Matthias Clasen
0f8251da61
Deprecate gdk_set_sm_client_id
...
And add a gdk_x11_set_sm_client_id to replace it.
2010-12-21 09:54:13 -05:00
Matthias Clasen
3bdd56c928
Add some forgotten accessors for GdkDragContext
...
These fields are accessed in gtk.
2010-12-21 09:54:13 -05:00
Matthias Clasen
b2bd11618f
Don't access GdkDragContext fields directly
...
Instead use the accessors.
2010-12-21 09:54:13 -05:00
Carlos Garcia Campos
55cf284749
printing: Set new print operation settings before emitting custom-widget-apply signal
...
So that custom settings can be added from the custom-widget-apply
callback.
https://bugzilla.gnome.org/show_bug.cgi?id=637069
2010-12-20 21:09:16 +01:00
Tristan Van Berkom
53ff5679f7
Fixed gtk_entry_set_icon_tooltip_text & markup to not crash
...
Setting this property before the icon is actually set was
resulting in a crash (found by way of Glade bug 606103).
2010-12-17 18:17:45 +09:00
Matthias Clasen
c282958fb4
Optimize gdk_window_set_shape_combine_region
...
When setting no shape on an unshaped window, nothing changes,
so return early instead of recomputing lots of visibility
information.
Pointed out by Owen Taylor in bug 637156.
2010-12-14 22:24:09 -05:00
Matthias Clasen
64f2460b7b
Deprecate gtk_widget_reset_shapes
...
This function has been removed in GTK+ 3
2010-12-14 22:18:41 -05:00
Tristan Van Berkom
fced380ec9
gtktoolitemgroup: don't use GTimeSpec
...
Use gint64 time instead.
Conflicts:
gtk/gtktoolitemgroup.c
2010-12-15 01:07:06 +09:00
Martyn Russell
512d29e53a
gtk-faq: Fix all information related to CVS
...
Fixes bug #636832 , anoncvs.gnome.org does not exist
2010-12-09 23:47:31 +00:00
Matthias Clasen
098e02c29d
Revert b3c5232a9b
...
This causes warning and breaks e.g. the mozilla build.
2010-12-04 18:35:03 -05:00
Matthias Clasen
b2274ba08a
Avoid delays in starting applications
...
Only query file info once, and don't do it for non-native files, since
that may cause sync network IO.
Bug http://bugzilla.gnome.org/show_bug.cgi?id=635588
2010-11-29 21:08:59 +01:00
Murray Cumming
6e2573fd76
gtk_combo_box_get_active_text(): Fix my docs typo.
2010-11-25 12:28:15 +01:00
Murray Cumming
36a1730bb8
gtk_combo_box_get_active_text(): Documentation: Restore old text.
...
Bring back the note about using this with GtkComboBoxEntry because
otherwise it is a change of behaviour in the stable branch. This does
apparently still work because the get_active_text vfunc is implemented
in GtkComboBoxEntry.
Also make the deprecation note more helpful, giving a hint about what
to do in both cases. Note that the advice is ugly for the
GtkComboBoxEntry case and I wish there was real API for that.
2010-11-25 11:58:47 +01:00
Michael Natterer
b3c5232a9b
Bug 565665 - GtkTargetEntry member target should be const char *
2010-11-24 21:01:10 +01:00
Michael Natterer
d0f2b13309
gdk: add gdk_device_get_n_keys() to access the sealed num_keys member
2010-11-24 20:15:29 +01:00
Benjamin Otte
07c00b9969
gtk: Deprecate GtkRuler and subclasses.
...
They have been removed fom GTK 3.
2010-11-24 17:26:09 +01:00
Colin Walters
058ff14ac8
iconcache: Ensure we don't lose data on power loss
...
fsync() should ensure our data hits disk; since corrupt icon
caches break all apps, we need to ensure it's valid.
https://bugzilla.gnome.org/show_bug.cgi?id=635307
2010-11-22 13:46:10 -05:00
Michael Natterer
7f6b9ce7f5
gtk: draw the frame around the spinbutton's buttons conditionally
...
(depending on GtkEntry::has-frame)
2010-11-19 14:54:41 +01:00
Benjamin Otte
3024081928
tests: Remove broken ellipsise test
2010-11-18 17:47:43 +01:00
Benjamin Otte
516a6d8495
testgtk: Make it compile with warnings enabled
...
The code is pretty hairy, so it'll probably not work. But at least it
won't crash.
2010-11-18 17:47:43 +01:00
Benjamin Otte
f27b33b40e
tests: Don't clip in offscreenbox test
...
The clipping is unnecessary
2010-11-18 17:47:43 +01:00
Benjamin Otte
b91b0ebbd7
tests: Remove unused variable
2010-11-18 17:47:43 +01:00
Benjamin Otte
931d93d9a4
tests: Define GTK_DISABLE_DEPRECATED in statusicon test
...
We support blinking in that test...
2010-11-18 17:47:43 +01:00
Benjamin Otte
5101c0d469
gail: Use non-deprecated gdk_pixmap_get_size()
2010-11-18 17:47:43 +01:00
Benjamin Otte
b70f365c22
gail: Use gdk_window_get_screen()
2010-11-18 17:47:43 +01:00
Benjamin Otte
55b88f1779
tests: Add a hack to silence gcc
2010-11-18 17:47:43 +01:00
Benjamin Otte
b38249b35c
gtkrc: Crude hack to silence gcc 4.5 enum warnings
2010-11-18 17:47:43 +01:00
Benjamin Otte
02ae5c8cdf
iconview: Correct type of enum variable
...
Thanks gcc!
2010-11-18 17:47:43 +01:00
Benjamin Otte
f0ff8dfd0f
bindings: Crude hack to silence gcc 4.5 enum warnings
2010-11-18 17:47:43 +01:00
Benjamin Otte
adfcc91be6
iconfactory: Silence gcc warning
2010-11-18 17:47:42 +01:00
Benjamin Otte
3770f98e7b
filechooser: Remove unused variables
2010-11-18 17:45:14 +01:00
Benjamin Otte
49b7cef2c3
aboutdialog: Remove unused function
2010-11-18 17:45:14 +01:00
Benjamin Otte
795e1b77e3
gtk-demo: offscreen examples use deprecated functions
2010-11-18 17:45:14 +01:00
Benjamin Otte
5f044d33ef
gtk-demo: Remove unused functions
2010-11-18 17:45:14 +01:00