- 11 Oct, 2013 1 commit
-
-
William Jon McCann authored
Spinners are essentially animated symbolic icons. We don't really want them being rendered to arbitrary sizes. Also the current technique for rendering the activity is not suitable for larger sizes. Until we have a better technique we should limit the size to the MENU icon size or exactly twice that size.
-
- 09 Jul, 2013 1 commit
-
-
- 18 Sep, 2012 1 commit
-
-
Matthias Clasen authored
-
- 03 Mar, 2012 1 commit
-
-
Benjamin Otte authored
In particular gtksettings.h and gtkstylecontext.h needed to be included in lots of places now. Also, I order the includes alphabetically in a bunch of headers.
-
- 27 Feb, 2012 1 commit
-
-
Javier Jardón authored
-
- 09 Jan, 2012 1 commit
-
-
Rui Matos authored
-
- 05 Jul, 2011 4 commits
-
-
Matthias Clasen authored
I didn't pay enough attention when merging, it seems.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
The consensus of the accessibility team was that this is an animation. Update tests to match.
-
- 17 Jun, 2011 1 commit
-
-
Matthias Clasen authored
gtkstyle.h is similarly unused.
-
- 24 Jan, 2011 1 commit
-
-
Matthias Clasen authored
gcc 4.6.0 has started to warn about set-but-unused variables. So don't do that, then.
-
- 06 Jan, 2011 1 commit
-
-
Matthias Clasen authored
-
- 05 Dec, 2010 1 commit
-
-
Matthias Clasen authored
-
- 04 Dec, 2010 1 commit
-
-
Carlos Garnacho authored
Animation is now handled by the theming layer, a looping animation has been defined in the default CSS to handle active spinners.
-
- 30 Nov, 2010 2 commits
-
-
Guillaume Desmottes authored
-
Emmanuele Bassi authored
ATK provides macros to the same effect as G_DEFINE_TYPE; using these macros has the advantage of removing tons of duplicated code and reducing the maintainership burden. The widgets with inline accessibility implementation should switch to these macros, and clean up the code. https://bugzilla.gnome.org/show_bug.cgi?id=636060
-
- 26 Sep, 2010 4 commits
-
-
Benjamin Otte authored
It doesn't make sense to keep them separate as GtkSizeRequest requires a GtkWidget and GtkWidget implements GtkSizeRequest, so you can never have one without the other. It also makes the code a lot easier because no casts are required when calling functions. Also, the names would translate to gtk_widget_get_width() and people agreed that this would be a too generic name, so a "preferred" was added to the names. So this patch moves the functions: gtk_size_request_get_request_mode() => gtk_widget_get_request_mode() gtk_size_request_get_width() => gtk_widget_get_preferred_width() gtk_size_request_get_height() => gtk_widget_get_preferred_height() gtk_size_request_get_size() => gtk_widget_get_preferred_size() gtk_size_request_get_width_for_height() => gtk_widget_get_preferred_width_for_height() gtk_size_request_get_height_for_width() => gtk_widget_get_preferred_height_for_width() ... and moves the corresponding vfuncs to the GtkWidgetClass. The patch also renames the implementations of the vfuncs in widgets to include the word "preferrred".
-
Benjamin Otte authored
Large patch, but just renaming. Indentation should still mostly be correct because I took care of keeping the indentation for this function name.
-
Benjamin Otte authored
-
Benjamin Otte authored
-
- 15 Sep, 2010 1 commit
-
-
Javier Jardón authored
Otherwise hiding the spinner won't stop it
-
- 13 Sep, 2010 4 commits
-
-
Benjamin Otte authored
A drawing area is not meant to be subclassed from. It also doesn't provide any feature a spinner would need either.
-
Benjamin Otte authored
Doing size requests in expose is broken.
-
Benjamin Otte authored
Also remove redundant double definition.
-
Benjamin Otte authored
No magic numbers in the code please
-
- 08 Sep, 2010 1 commit
-
-
Mike Gorse authored
Bug#629110: gtk_spinner_accessible_get_type always returns null
-
- 22 Aug, 2010 1 commit
-
-
Javier Jardón authored
-
- 26 Jul, 2010 1 commit
-
-
Benjamin Otte authored
GtkSpinner doesn't use GdkRGB
-
- 13 Jul, 2010 2 commits
-
-
Javier Jardón authored
-
Javier Jardón authored
-
- 10 Jul, 2010 1 commit
-
-
- 21 Apr, 2010 1 commit
-
-
Tristan Van Berkom authored
is not ready for integration This commit makes the native-layout branch into a reasonable patch applicable to git master, it pulls out GtkCellRenderer support, ComboBox support, the Plug/Socket api is also not ready and is pulled out.
-
- 19 Apr, 2010 1 commit
-
-
Tristan Van Berkom authored
This should not change the space taken by the spinner when hidden, and it should only set the minimum size not the actual size (i.e. code in place was conditionally setting it if not allocated 12x12, which doesnt really make sense)... This fixes spinners showing at the correct size in gtk-demo.
-
- 04 Apr, 2010 3 commits
-
-
Javier Jardón authored
Use new API instead: gtk_widget_set_has_window () https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
Javier Jardón authored
Use gtk_widget_get_realized() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
Javier Jardón authored
Use gtk_widget_is_sensitive() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
- 06 Mar, 2010 1 commit
-
-
Javier Jardón authored
Use new API instead: gtk_widget_set_has_window () https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
- 03 Mar, 2010 1 commit
-
-
Javier Jardón authored
Use gtk_widget_get_realized() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
-
- 01 Mar, 2010 1 commit
-
-
Javier Jardón authored
Use gtk_widget_is_sensitive() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
-