Matthias Clasen
9bc8ba7e5d
Use standard icon names
2011-02-19 10:04:39 -05:00
Benjamin Otte
fb2eb5f1aa
tests: Remove gtk_set_locale() calls
...
They are unnecessary and cause compilation warnings due to deprecations.
2011-01-03 19:07:07 +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
Bastien Nocera
51dcd09950
testgtk: Fix build
2010-10-18 17:37:32 +01:00
Matthias Clasen
5e94e36f9a
Use new GtkComboBoxEntry in all tests
...
(cherry picked from commit 6db62c6617
)
2010-10-18 08:17:50 -04:00
Matthias Clasen
d929bffd25
Fix some issues with GtkComboBoxText
2010-10-16 08:03:58 -04:00
Matthias Clasen
b68d58c0b1
Use the new GtkComboBoxText API
...
Also remove mentions of the old text convenience API from the docs,
and point to GtkComboBoxText instead.
(cherry picked from commit e7f51ef6a4
)
2010-10-16 01:11:44 -04:00
Matthias Clasen
880c9d82ec
Deprecate GtkComboBoxEntry in favor of added properties to GtkComboBox
...
GtkComboBox now sports a construct-only "has-entry" property which
decides if it uses a GtkEntry to allow additional user input. Also
it has a new "entry-text-column" to fetch strings for the entry
from the model.
This patch deprecates the GtkComboBoxEntry and updates the rest of GTK+
to use the new semantics on GtkComboBox instead.
(cherry picked from commit 9612c64817
)
2010-10-13 22:43:40 -04:00
Matthias Clasen
74ad2e1e7e
GtkNotebook: deprecate some tab-dnd-related functions
...
gtk_notebook_set_window_creation_hook has been removed in GTK+ 3,
deprecate it here. gtk_notebook_get/set_group has been deprecated
in favour of the new gtk_notebook_get/set_group_name.
http://bugzilla.gnome.org/show_bug.cgi?id=630521
2010-09-24 11:50:26 -04:00
Hans Breuer
0e781823cb
Update mscv/win32 build
...
Fix makefiles for separated gdk-pixbuf and declare variable at
the beginning of a block (fix c99ism).
2010-08-27 20:34:23 +02:00
Benjamin Otte
1f905a1c17
testgtk: undef GDK_DISABLE_DEPRECATED
...
We test ctree code here and that code uses pixmaps.
2010-08-17 19:10:51 +02:00
Benjamin Otte
36f931f292
testdnd: Convert to use pixbufs as icons
...
Using Pixmaps is outdated.
2010-08-17 19:07:54 +02:00
Benjamin Otte
bff0d11c4d
gdk: Deprecate GdkRGB functions
2010-08-08 02:59:21 +02:00
Benjamin Otte
84f565505f
testgtk: Remove unused variable
2010-08-07 21:19:02 +02:00
Benjamin Otte
3d506df234
gdk: Deprecate all drawing functions
...
These functions will be gone in Gtk 3.0 and be replaced by Cairo
functions.
Includes not disabling deprecated functions in old widgets that aren't
going to be ported.
2010-08-07 15:35:51 +02:00
Benjamin Otte
df120b78b3
testgtk: Remove image from drawable test
...
The test only tested old APIs.
2010-08-07 15:35:50 +02:00
Benjamin Otte
18ac62d459
testgtk: Remove alpha drawing test
...
We use Cairo for that these days.
2010-08-07 15:35:50 +02:00
Benjamin Otte
b50cdb4b5e
testgtk: Draw rotated text example with pangocairo
2010-08-07 15:35:50 +02:00
Benjamin Otte
4150ffbbe2
tests: Remove gdk_draw_pixbuf() with Cairo equivalent
2010-08-07 15:35:50 +02:00
Benjamin Otte
e75fad5fbd
testgtk: Replace gdk_draw_rectangle() with Cairo
2010-08-07 15:35:50 +02:00
Benjamin Otte
0d42dabf6c
tests: Use gdk_screen_get_default_colormap()
...
We don't need the RGB colormap here.
2010-08-07 15:35:50 +02:00
Benjamin Otte
141b2ceff2
tests: Use GdkPixbuf for taking a screenshot, not GdkImage
2010-08-07 15:35:50 +02:00
Benjamin Otte
8dc19e4158
tests: Make testoffscreen use Cairo
2010-08-07 15:35:50 +02:00
Benjamin Otte
8e537f94ac
test: Convert testinput to Cairo
...
The test is broken though as it draws onto windows outside of expose
events.
And we all know you shouldn't do that.
2010-08-07 15:35:50 +02:00
Benjamin Otte
2b9b125a88
tests: replace gdk_draw_drawable() with Cairo calls in testinput
2010-08-07 15:35:50 +02:00
Christian Dywan
aa017fae64
Deprecate GtkNotebookPage as used in switch-page
...
Fixes: 618327
2010-07-13 16:55:04 +02:00
Matthias Clasen
cb29d27707
Make GTK+ build against an external gdk-pixbuf
2010-06-26 02:29:29 -04:00
Matthias Clasen
429b728fe1
Fix a typo
...
(cherry picked from commit 354086bafc
)
2010-06-04 15:47:16 -04:00
Michael Natterer
7cfdf8fa32
tests: gtk_box_new() is 3.0 API, use gtk_vbox_new() instead
2010-05-30 15:34:27 +02:00
Matthias Clasen
5cededa0aa
Improved icon view keynav
...
Use ::keynav-failed for arrow navigation in icon views, so that
it is possible to override error handling. Also add API to get the
row/col of an item. With this, it is possible to make arrow keynav
span adjacent icon views, which is desired in the new control-center
shell. testiconview-keynav demonstrates this.
2010-05-30 02:19:50 -04:00
Benjamin Otte
fd20ac0751
Revert "Deprecate the GdkRegion API"
...
This reverts commit 821dd33918
.
2010-05-26 09:25:35 +02:00
Benjamin Otte
821dd33918
Deprecate the GdkRegion API
...
Includes fixing all callers to use the cairo region API instead. This is
usually just replacing the function names, the only difference is
gdk_region_get_rectangles() being replaced by
cairo_region_num_rectangles() and cairo_region_get_rectangle() which
required a bit more work.
https://bugzilla.gnome.org/show_bug.cgi?id=613284
2010-05-23 23:27:15 +02:00
Javier Jardón
32b9aeaadd
Don't use GTK_WIDGET_STATE in internal code anymore
...
Use gtk_widget_get/set_state() instead
https://bugzilla.gnome.org/show_bug.cgi?id=69872
2010-03-09 02:40:17 +01:00
Javier Jardón
1934de4b65
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)
...
Use new API instead: gtk_widget_set_realized ()
https://bugzilla.gnome.org/show_bug.cgi?id=69872
2010-03-06 11:51:33 +01:00
Javier Jardón
24bafd8693
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
...
Use new API instead: gtk_widget_set_has_window ()
https://bugzilla.gnome.org/show_bug.cgi?id=69872
2010-03-06 11:37:06 +01:00
Javier Jardón
16a59ad912
Deprecate widget flag: GTK_WIDGET_REALIZED
...
Use gtk_widget_get_realized() instead
https://bugzilla.gnome.org/show_bug.cgi?id=69872
2010-03-03 20:41:05 +01:00
Javier Jardón
1fe7d3cefd
Deprecate widget flag: GTK_WIDGET_MAPPED
...
Use gtk_widget_get_mapped() instead.
https://bugzilla.gnome.org/show_bug.cgi?id=69872
2010-03-03 20:19:03 +01:00
Javier Jardón
e8e95d4c5e
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_DEFAULT)
...
Use new API instead: gtk_widget_set_can_default ()
2010-03-02 07:58:05 +01:00
Javier Jardón
483a5a9e1a
Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)
...
Use new API instead: gtk_widget_set_can_focus ()
2010-03-02 04:42:54 +01:00
Javier Jardón
214a023e91
Deprecate widget flag: GTK_WIDGET_VISIBLE
...
Use gtk_widget_get_visible() instead
https://bugzilla.gnome.org/show_bug.cgi?id=69872
2010-03-01 07:52:07 +01:00
Javier Jardón
a27d5a2c9e
Deprecate widget flag: GTK_WIDGET_IS_SENSITIVE
...
Use gtk_widget_is_sensitive() instead
https://bugzilla.gnome.org/show_bug.cgi?id=69872
2010-03-01 05:32:51 +01:00
Javier Jardón
4f78f70b15
Deprecate widget flag: GTK_WIDGET_DRAWABLE
...
Use gtk_widget_is_drawable() instead.
https://bugzilla.gnome.org/show_bug.cgi?id=69872
2010-03-01 04:55:55 +01:00
Christian Persch
9497a198f7
Correctly clone the toolbutton's icon-name image widget
...
Bug #608162 .
2010-02-09 15:08:56 +01:00
Javier Jardón
db45d38b6f
[tests] Not use GtkOptionMenu deprecate widget.
...
Replace GtkOptionMenu with GtkComboBox.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=606288
2010-02-08 16:57:02 +01:00
Javier Jardón
f8f35363de
[test] Fix some typos
2010-01-23 05:05:08 +01:00
Christian Persch
59ddde4c37
Implement property editor for GdkColor properties
...
Bug #606434 .
2010-01-11 17:51:41 +01:00