Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | API: container: Remove gtk_container_set_border_width() | Benjamin Otte | 2016-10-16 | 160 | -1127/+131 |
| | |||||
* | API: stylecontext: Remove state argument from getters | Benjamin Otte | 2016-10-16 | 38 | -332/+119 |
| | | | | The argument must always be the current state. | ||||
* | API: Remove libgail-util | Benjamin Otte | 2016-10-16 | 16 | -2248/+3 |
| | |||||
* | API: stylecontext: Remove regions | Benjamin Otte | 2016-10-16 | 13 | -775/+4 |
| | |||||
* | gdk: Remove unused argument parsing structs | Benjamin Otte | 2016-10-16 | 1 | -30/+0 |
| | |||||
* | gdk: Remove leftover structs from ClientMessage days | Benjamin Otte | 2016-10-16 | 2 | -26/+0 |
| | |||||
* | gdk: Remove unused structs from ColorMap days | Benjamin Otte | 2016-10-16 | 2 | -25/+0 |
| | |||||
* | css: Remove custom properties | Benjamin Otte | 2016-10-16 | 7 | -711/+16 |
| | | | | Those aren't used anymore, now that theming engines are gone. | ||||
* | API: Remove GtkStyleProperties | Benjamin Otte | 2016-10-16 | 14 | -1065/+12 |
| | |||||
* | API: Remove API to set CSS properties from GValues | Benjamin Otte | 2016-10-16 | 14 | -704/+2 |
| | | | | | | | This API was only used in GtkModifierStyle and GtkStyleProperties and they are both on their way out. CSS properties must now be set using strings via the regular parser API. | ||||
* | API: stylecontext: Remove old unused animation functions | Benjamin Otte | 2016-10-16 | 3 | -227/+0 |
| | |||||
* | Remove GtkThemingEngine | Timm Bäder | 2016-10-16 | 25 | -1863/+2 |
| | | | | As well as the corresponding GtkCssEngineValue used to parse it in css. | ||||
* | ui: Don't unnecessarily set GtkEntry:invisible-char | Timm Bäder | 2016-10-16 | 5 | -14/+4 |
| | |||||
* | entry: Remove invisible-char style property | Timm Bäder | 2016-10-16 | 1 | -27/+1 |
| | |||||
* | stylecontext: Remove _REGION_ constants | Timm Bäder | 2016-10-16 | 3 | -42/+1 |
| | |||||
* | Remove GtkIconFactory | Timm Bäder | 2016-10-16 | 28 | -3238/+161 |
| | | | | Move the icon size lookup API into gtkicontheme.c | ||||
* | widget-factory: Stop using custom icon sizes | Timm Bäder | 2016-10-16 | 2 | -56/+7 |
| | |||||
* | widget: Remove cursor-aspect-ratio/window-dragging style properties | Timm Bäder | 2016-10-16 | 5 | -71/+11 |
| | | | | | | | And replaces its usages in GtkTextView/GtkStyleContext with a hard-coded 0.04 which was the default value for cursor-aspect-ratio. Also remove the public gtk_draw_insertion_cursor which used draw_insertion_cursor which in turn looked up cursor-aspect-ratio | ||||
* | gtkwidget: Remove gtk_widget_class_install_style_property_parser... | Timm Bäder | 2016-10-16 | 3 | -15/+1 |
| | | | | ... from public API | ||||
* | widget: Remove cursor-aspect-ratio style property | Timm Bäder | 2016-10-16 | 2 | -14/+3 |
| | |||||
* | Remove GtkModifierStyle | Timm Bäder | 2016-10-16 | 4 | -363/+0 |
| | |||||
* | widget: Remove gtk_widget_override* API | Timm Bäder | 2016-10-16 | 2 | -192/+0 |
| | |||||
* | testoverlay: Stop using gtk_widget_override API | Timm Bäder | 2016-10-16 | 1 | -26/+41 |
| | |||||
* | plugman: Stop using gtk_override_color | Timm Bäder | 2016-10-16 | 1 | -16/+34 |
| | |||||
* | Remove a few more unused style properties | Timm Bäder | 2016-10-16 | 2 | -153/+0 |
| | |||||
* | widget: Remove text-handle-width/height style properties | Timm Bäder | 2016-10-16 | 1 | -14/+0 |
| | |||||
* | GtkTextHandle: Use min-width/min-height | Timm Bäder | 2016-10-16 | 1 | -17/+20 |
| | | | | | instead of GtkWidget's text-handle-width/text-handle-height style properties | ||||
* | Remove various unused style properties | Timm Bäder | 2016-10-16 | 14 | -574/+0 |
| | |||||
* | Fix a few GtkTextTag:*-gdk references | Timm Bäder | 2016-10-16 | 3 | -67/+25 |
| | |||||
* | Remove various sizing related style properties | Timm Bäder | 2016-10-16 | 12 | -481/+3 |
| | |||||
* | switch: Remove deprecated style properties | Timm Bäder | 2016-10-16 | 1 | -71/+1 |
| | |||||
* | entry: Remove deprecated style properties | Timm Bäder | 2016-10-16 | 1 | -69/+0 |
| | |||||
* | widget: Remove visibility-notify-event | Timm Bäder | 2016-10-16 | 1 | -34/+1 |
| | |||||
* | entry: Remove inner-border (style) property | Timm Bäder | 2016-10-16 | 3 | -128/+0 |
| | |||||
* | widget: Remove deprecated margin-left/right properties | Timm Bäder | 2016-10-16 | 5 | -188/+0 |
| | |||||
* | widget: Remove gtk_widget_{s,g}et_composite_name | Timm Bäder | 2016-10-16 | 3 | -68/+0 |
| | |||||
* | widget: Remove gtk_widget_get_requisition | Timm Bäder | 2016-10-16 | 3 | -36/+0 |
| | |||||
* | widget: Remove gtk_widget_send_expose | Timm Bäder | 2016-10-16 | 3 | -42/+0 |
| | |||||
* | widget: Remove gtk_widget_{s,g}et_state | Timm Bäder | 2016-10-16 | 3 | -95/+0 |
| | |||||
* | widget: Remove gtk_widget_region_intersect | Timm Bäder | 2016-10-16 | 2 | -40/+0 |
| | |||||
* | widget: Remove gtk_widget_get_child_requisition | Timm Bäder | 2016-10-16 | 3 | -38/+0 |
| | |||||
* | widget: Remove gtk_widget_size_request | Timm Bäder | 2016-10-16 | 3 | -33/+0 |
| | |||||
* | widget: Remove state-changed signal | Timm Bäder | 2016-10-16 | 2 | -30/+0 |
| | |||||
* | widget: Remove deprecated style properties | Timm Bäder | 2016-10-16 | 5 | -239/+5 |
| | |||||
* | testsensitive: Use state-flags-changed instead of state-changed | Timm Bäder | 2016-10-16 | 1 | -2/+2 |
| | |||||
* | Remove some deprecated GdkColor style properties | Timm Bäder | 2016-10-16 | 4 | -72/+8 |
| | |||||
* | image: Remove GtkIconSet API | Timm Bäder | 2016-10-16 | 9 | -313/+9 |
| | |||||
* | range: Remove min slider size setter/getter | Timm Bäder | 2016-10-16 | 5 | -88/+2 |
| | |||||
* | scrollbar: Remove min-slider-length style property | Timm Bäder | 2016-10-16 | 1 | -17/+0 |
| | |||||
* | label: Remove now unneeded deprecation markers | Timm Bäder | 2016-10-16 | 1 | -2/+0 |
| |