Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix reference to user styles in gtkstyleprovider.h | Matijs van Zuijlen | 2018-06-07 | 1 | -1/+1 |
| | |||||
* | css: Merge GtkStyleProviderPrivate into GtkStyleProvider | Benjamin Otte | 2017-10-31 | 1 | -11/+0 |
| | | | | | | | | This is just lots of renaming. The interface remains private, so the public API does not change, apart from removing the definition of the Interface object to avoid subclassing. | ||||
* | Remove all widget style property code | Timm Bäder | 2017-07-19 | 1 | -16/+0 |
| | |||||
* | Drop docs for no-longer-existing API | Matthias Clasen | 2016-11-19 | 1 | -2/+0 |
| | | | | Poor gtk-doc gets confused so easily... | ||||
* | gtk: Update path references from gtk-3.0 to gtk-4.0 | Rico Tzschichholz | 2016-10-23 | 1 | -1/+1 |
| | |||||
* | API: Remove GtkStyleProperties | Benjamin Otte | 2016-10-16 | 1 | -9/+1 |
| | |||||
* | Remove GtkIconFactory | Timm Bäder | 2016-10-16 | 1 | -8/+0 |
| | | | | Move the icon size lookup API into gtkicontheme.c | ||||
* | styleproperties: Move into deprecated directory | Benjamin Otte | 2014-10-24 | 1 | -1/+1 |
| | |||||
* | Improve the GTK_STYLE_PROVIDER_PRIORITY_FALLBACK docs | Matthias Clasen | 2014-05-13 | 1 | -0/+5 |
| | | | | Explain possible gotcha with catch-all rules. | ||||
* | docs: use markdown instead of <filename> tags | William Jon McCann | 2014-02-04 | 1 | -1/+1 |
| | |||||
* | docs: mark base interface as private | William Jon McCann | 2014-01-21 | 1 | -0/+3 |
| | |||||
* | Move wholly deprecated classes to gtk/deprecated/ | Matthias Clasen | 2013-07-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | We've recently a number of classes wholly. For these cases, move the headers and sources to gtk/deprecated/ and adjust Makefiles and includes accordingly. Affected classes: GtkAction GtkActionGroup GtkActivatable GtkIconFactory GtkImageMenuItem GtkRadioAction GtkRecentAction GtkStock GtkToggleAction GtkUIManager | ||||
* | Add annotations to gtk headers | Matthias Clasen | 2013-05-05 | 1 | -0/+2 |
| | | | | Add annotations to all exported functions in GTK+ headers. | ||||
* | Move single-include guards inside include guards | Matthias Clasen | 2012-12-28 | 1 | -3/+3 |
| | | | | | | gcc has optimizations for include guards that only work if they are outermost in the the header. https://bugzilla.gnome.org/show_bug.cgi?id=689810 | ||||
* | styleprovider: Deprecate two non-working functions | Benjamin Otte | 2012-11-24 | 1 | -0/+2 |
| | | | | | | Both of them weren't used inside GTK. And apparently they weren't used outside of GTK either, as alex recently mentioned them being severly broken. | ||||
* | Fix malformed doc comments | Matthias Clasen | 2012-04-12 | 1 | -1/+1 |
| | | | | | Most of these are forgotten :'s and similar details which gtk-doc now warns about. | ||||
* | gtk: Get gtkwidgetpath.h includes out of the public headers | Benjamin Otte | 2012-03-19 | 1 | -2/+2 |
| | | | | and include them in the C files instead. | ||||
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
| | |||||
* | Move gtkstyle and gtkrc to deprecated/ | Matthias Clasen | 2011-11-02 | 1 | -4/+4 |
| | | | | | | This required a somewhat more substantial include reshuffling. Some typedefs have been moved to gtkiconfactory.h and to gtksettings.h. | ||||
* | Block direct #including in style headers | Carlos Garnacho | 2010-12-04 | 1 | -1/+5 |
| | |||||
* | Parse user CSS from $XDG_CONFIG_HOME/gtk-3.0/gtk.css | Carlos Garnacho | 2010-12-04 | 1 | -1/+1 |
| | |||||
* | Fix docs typo. | Carlos Garnacho | 2010-12-04 | 1 | -1/+1 |
| | |||||
* | GtkStyleProvider: Add GtkStateFlags parameter to get_style_property(). | Carlos Garnacho | 2010-12-04 | 1 | -0/+2 |
| | | | | | Widget style properties can now have different values depending on the current state. | ||||
* | Document predefined style provider priorites | Matthias Clasen | 2010-12-04 | 1 | -1/+41 |
| | | | | | Also, rename GTK_STYLE_PROVIDER_PRIORITY_DEFAULT to _THEME and use it for themes. | ||||
* | GtkStyleProvider: Pass a GParamSpec in get_style_property(). | Carlos Garnacho | 2010-12-04 | 1 | -2/+2 |
| | | | | | This is so we can know the owner type of the property, and matching with the stored strings in GtkCssProvider is direct. | ||||
* | s/GtkStyleSet/GtkStyleProperties/ | Carlos Garnacho | 2010-12-04 | 1 | -5/+5 |
| | | | | | The former name had oddities such as gtk_style_set_set() and such, so the new name is nicer in that regard and not much longer. | ||||
* | Add theming docs | Carlos Garnacho | 2010-12-04 | 1 | -4/+10 |
| | | | | | Both API and file format is documented, there's still missing a migration doc though. | ||||
* | GtkSettings: implement GtkStyleProvider | Carlos Garnacho | 2010-12-04 | 1 | -2/+3 |
| | |||||
* | GtkStyleProvider: Add gtk_style_provider_get_icon_factory(). | Carlos Garnacho | 2010-12-04 | 1 | -0/+7 |
| | | | | With this, style providers have a way to override default icon theme. | ||||
* | GtkStyleProvider: Add method to get widget style properties. | Carlos Garnacho | 2010-12-04 | 1 | -7/+9 |
| | |||||
* | GtkStyleProvider: Add defines for most common priorities. | Carlos Garnacho | 2010-12-04 | 1 | -0/+5 |
| | |||||
* | Add GtkWidgetPath parameter to gtk_style_provider_get_style(). | Carlos Garnacho | 2010-12-04 | 1 | -2/+5 |
| | |||||
* | Add GtkStyleProvider, an interface to provide style details. | Carlos Garnacho | 2010-12-04 | 1 | -0/+58 |
The get_style() function isn't final yet, further parameters should be added to query details based on the widget hierarchy, name, etc. |