Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | checkbutton: stop using gadgets | Timm Bäder | 2017-07-19 | 1 | -78/+119 |
| | |||||
* | modelbutton: Use GtkIcon as indicator | Timm Bäder | 2017-07-19 | 1 | -69/+56 |
| | |||||
* | icon: Add _set_css_name back | Timm Bäder | 2017-07-19 | 2 | -0/+11 |
| | |||||
* | colorswatch: Replace IconHelper with GtkImage | Timm Bäder | 2017-07-19 | 1 | -28/+18 |
| | |||||
* | widget: Consider css margins when setting clip | Timm Bäder | 2017-07-19 | 1 | -5/+7 |
| | | | | | | | | This is optional for positive margins as they just increase the widget allocation. However, with negative css margins, the allocation is smaller than the clip. This fixes scale sliders leaving a small trail behind. | ||||
* | adwaita: Fix typo | Timm Bäder | 2017-07-19 | 1 | -7/+7 |
| | | | | marks_lenght -> marks_length | ||||
* | container: GtkActionBar is not a special container anymore | Timm Bäder | 2017-07-19 | 1 | -1/+0 |
| | |||||
* | progressbar: Apply style classes when setting direction | Timm Bäder | 2017-07-19 | 1 | -0/+1 |
| | | | | | We might have to change .top to .left etc. when changing the direction of the progressbar. | ||||
* | spinbutton: Use 0 as default for (max-)width-chars | Timm Bäder | 2017-07-19 | 1 | -2/+4 |
| | | | | This mimics the old spinbutton size request better. | ||||
* | range: Emit value-changed when setting the adjustment | Timm Bäder | 2017-07-19 | 1 | -1/+2 |
| | | | | After all, the value kind of just changed. | ||||
* | scale: Replace all gadgets with widgets | Timm Bäder | 2017-07-19 | 1 | -613/+337 |
| | |||||
* | scale: Remove draw_value vfunc | Timm Bäder | 2017-07-19 | 1 | -2/+0 |
| | | | | Unused. | ||||
* | range: Return trough allocation from _get_range_rect | Timm Bäder | 2017-07-19 | 1 | -1/+1 |
| | |||||
* | notebook: Replace all gadgets with widgets | Timm Bäder | 2017-07-19 | 1 | -669/+276 |
| | |||||
* | container: Propagate child properties if parent != container | Timm Bäder | 2017-07-19 | 1 | -2/+1 |
| | | | | | This can happen when e.g. GtkNotebook adds the child page widgets not directly inside the notebook, but inside the inner GtkStack. | ||||
* | adwaita: Fix notebook theming | Timm Bäder | 2017-07-19 | 3 | -212/+192 |
| | | | | the header and the stack nodes are now inside a box node. | ||||
* | gizmo: Unparent all child widgets in finalize | Timm Bäder | 2017-07-19 | 1 | -0/+22 |
| | |||||
* | gizmo: Chain up in snapshot if no snapshot func given | Timm Bäder | 2017-07-19 | 1 | -0/+2 |
| | | | | | I.e. when gizmo users just want to draw child widgets anyway and don't do any custom drawing, they can simply pass NULL. | ||||
* | notebook: Replace tab gadget with GtkGizmo | Timm Bäder | 2017-07-19 | 1 | -110/+96 |
| | |||||
* | notebook: Replace tabs gadget with GtkGizmo | Timm Bäder | 2017-07-19 | 1 | -63/+38 |
| | |||||
* | notebook: Replace arrow gadgets with GtkIcons | Timm Bäder | 2017-07-19 | 1 | -105/+103 |
| | |||||
* | icon: Add _set_image | Timm Bäder | 2017-07-19 | 2 | -2/+16 |
| | |||||
* | menu: Replace arrow gadgets with GtkIcons | Timm Bäder | 2017-07-19 | 3 | -76/+53 |
| | |||||
* | checkmenuitem: Replace indicator gadget with GtkIcon | Timm Bäder | 2017-07-19 | 3 | -64/+58 |
| | |||||
* | icon: Only draw in content allocation | Timm Bäder | 2017-07-19 | 1 | -1/+1 |
| | |||||
* | menuitem: Replace arrow gadget with GtkIcon | Timm Bäder | 2017-07-19 | 2 | -81/+66 |
| | |||||
* | scrollbar: Add accessor for wheel delta | Timm Bäder | 2017-07-19 | 5 | -26/+46 |
| | | | | | Make the one in gtkrange.c static since it was only ever used from GtkScrolledWindow. | ||||
* | range: Draw the colorscale trough at 0,0 | Timm Bäder | 2017-07-19 | 1 | -1/+1 |
| | |||||
* | range: Allocate the trough when the adjustment value changes | Timm Bäder | 2017-07-19 | 1 | -0/+2 |
| | | | | So it repositions the slider. | ||||
* | range: Fix mouse location tracking | Timm Bäder | 2017-07-19 | 1 | -7/+5 |
| | |||||
* | range: Snapshot slider in trough's snapshot impl | Timm Bäder | 2017-07-19 | 1 | -27/+2 |
| | |||||
* | spinner: Remove gadget | Timm Bäder | 2017-07-19 | 1 | -33/+31 |
| | |||||
* | range: make the slider a gadget | Timm Bäder | 2017-07-19 | 3 | -86/+82 |
| | |||||
* | icon: Remove gadget | Timm Bäder | 2017-07-19 | 2 | -135/+13 |
| | |||||
* | range: Use gizmos for highlight and fill gadgets | Timm Bäder | 2017-07-19 | 1 | -95/+71 |
| | |||||
* | range: Use a gizmo as trough | Timm Bäder | 2017-07-19 | 1 | -98/+110 |
| | |||||
* | range: Remove contents gadget | Timm Bäder | 2017-07-19 | 2 | -42/+13 |
| | | | | | It's not needed anymore since the range only has one child gadget: the trough. | ||||
* | range: Remove steppers | Timm Bäder | 2017-07-19 | 2 | -440/+3 |
| | | | | Add them back into the new scrollbars later | ||||
* | scrolledwindow: Use scrollbar API on scrollbars | Timm Bäder | 2017-07-19 | 1 | -46/+50 |
| | |||||
* | range: Make GtkRange a regular class | Timm Bäder | 2017-07-19 | 1 | -4/+4 |
| | |||||
* | scrollbar: Inherit from GtkWidget | Timm Bäder | 2017-07-19 | 2 | -54/+198 |
| | |||||
* | calendar: Remove custom css background and border drawing | Timm Bäder | 2017-07-19 | 1 | -15/+3 |
| | |||||
* | eventbox: Remove snapshot implementation | Timm Bäder | 2017-07-19 | 1 | -25/+0 |
| | |||||
* | toolpalette: Port to snapshot() | Timm Bäder | 2017-07-19 | 1 | -13/+22 |
| | |||||
* | toolitemgroup: Remove custom draw code | Timm Bäder | 2017-07-19 | 1 | -13/+0 |
| | | | | GtkWidget does it automatically now | ||||
* | searchbar: Fix property documentation comments | Timm Bäder | 2017-07-19 | 1 | -3/+3 |
| | | | | They are properties of GtkSearchBar, not GtkEntry. | ||||
* | searchbar: Remove manual snapshot code | Timm Bäder | 2017-07-19 | 1 | -18/+0 |
| | |||||
* | menu: Stop drawing css background and border | Timm Bäder | 2017-07-19 | 1 | -7/+0 |
| | | | | GtkWidget does it now | ||||
* | menu: Remove unnecessary queue_draw | Timm Bäder | 2017-07-19 | 1 | -1/+0 |
| | |||||
* | menu: Stop looking at padding and margin manually | Timm Bäder | 2017-07-19 | 1 | -98/+31 |
| |