Benjamin Otte
|
e06d04032b
|
spinner: We're a no-window widget, so setting a colormap does nothing
|
2010-09-26 15:11:31 +02:00 |
|
Javier Jardón
|
f5a06df3dc
|
spinner: timeout should add/remove in map/unmap, not realize/unrealize.
Otherwise hiding the spinner won't stop it
|
2010-09-15 04:00:55 +02:00 |
|
Benjamin Otte
|
7b42d4feda
|
spinner: Don't inherit from drawing area
A drawing area is not meant to be subclassed from. It also doesn't
provide any feature a spinner would need either.
|
2010-09-14 01:28:01 +02:00 |
|
Benjamin Otte
|
032d3f0ada
|
spinner: Implement the size request interface
Doing size requests in expose is broken.
|
2010-09-14 01:25:07 +02:00 |
|
Benjamin Otte
|
c22b80949d
|
spinner: Move G_DEFINE_TYPE() below function definitions
Also remove redundant double definition.
|
2010-09-14 01:19:48 +02:00 |
|
Benjamin Otte
|
5ba6295a10
|
spinner: Define desired size at top of file
No magic numbers in the code please
|
2010-09-14 01:09:53 +02:00 |
|
Mike Gorse
|
8fb5bc2583
|
Remove a duplicate variable
Bug#629110: gtk_spinner_accessible_get_type always returns null
|
2010-09-08 17:55:28 -04:00 |
|
Javier Jardón
|
91a49bac5a
|
gtk/gtkspinner.c: use accessor functions to access GtkWidget
|
2010-08-22 21:25:24 +02:00 |
|
Benjamin Otte
|
6eed185502
|
spinner: We want the default colormap, not the RGB colormap
GtkSpinner doesn't use GdkRGB
|
2010-07-26 16:42:46 +02:00 |
|
Javier Jardón
|
e6db32de44
|
gtkspinner: Remove GET_PRIVATE macro
|
2010-07-13 19:40:50 +02:00 |
|
Javier Jardón
|
5ee19bdafe
|
Use accessor functions to access GtkAccesible variables
|
2010-07-13 19:40:45 +02:00 |
|
Javier Jardón
|
0a07e9733b
|
gtk/: fully remove gtkalias hacks
https://bugzilla.gnome.org/show_bug.cgi?id=623845
|
2010-07-10 02:51:26 +02: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
|
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 |
|
Matthias Clasen
|
0567ea1c18
|
Add customary args to gtk_style_paint_spinner()
...and adjust all callers.
|
2009-11-27 01:23:55 -05:00 |
|
Christian Dywan
|
e41f4e85cf
|
Improve accessibility context and description of the spinner
https://bugzilla.gnome.org/show_bug.cgi?id=598758
|
2009-11-06 00:56:30 +01:00 |
|
Javier Jardón
|
3388a1b146
|
Use "Since: 2.x" instead "Since 2.x"
|
2009-10-30 18:11:44 +01:00 |
|
Xan Lopez
|
009f160709
|
Do not assign the parent class twice
G_DEFINE_TYPE already does this for us, no need to do it again in
class_init
https://bugzilla.gnome.org/show_bug.cgi?id=598515
|
2009-10-15 15:28:54 +02:00 |
|
Paolo Borelli
|
10a53ff12e
|
Notify the "active" property of the spinner only when needed
Notify spinner::active only if it really changed an other cosmetic fixes
|
2009-10-15 15:23:30 +02:00 |
|
Bastien Nocera
|
7fd79f42ab
|
Fix GtkSpinner using style before it's set
Fix a possible division by zero when the spinner
is started before it's realized (eg. before it has a style
set).
https://bugzilla.gnome.org/show_bug.cgi?id=598496
|
2009-10-15 01:43:26 +01:00 |
|
Bastien Nocera
|
6f44b00935
|
Fix property links in GtkSpinner
|
2009-10-14 22:38:57 +01:00 |
|
Bastien Nocera
|
e9a240cd52
|
Add GtkSpinner::animation-duration style property
|
2009-10-14 19:06:26 +01:00 |
|
Matthias Clasen
|
d1ee8e2d4b
|
Documentation and stylistic fixups
|
2009-10-14 13:26:10 -04:00 |
|
Bastien Nocera
|
aa663e08f7
|
Fix "active" property not being notified
And setting it FALSE starting the spinning when it should
stop it.
|
2009-10-14 17:47:02 +01:00 |
|
Bastien Nocera
|
a480cae524
|
Capitalise a11y description for GtkSpinner
|
2009-10-14 16:01:24 +01:00 |
|
Bastien Nocera
|
d21700f510
|
Bug 319607 – Add a throbber (activity widget) to GTK+
Add GtkSpinner activity throbber, as well as a cell renderer.
|
2009-10-14 14:58:30 +01:00 |
|