summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Collapse)AuthorAgeFilesLines
* checkbutton: stop using gadgetsTimm Bäder2017-07-191-78/+119
|
* modelbutton: Use GtkIcon as indicatorTimm Bäder2017-07-191-69/+56
|
* icon: Add _set_css_name backTimm Bäder2017-07-192-0/+11
|
* colorswatch: Replace IconHelper with GtkImageTimm Bäder2017-07-191-28/+18
|
* widget: Consider css margins when setting clipTimm Bäder2017-07-191-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 typoTimm Bäder2017-07-191-7/+7
| | | | marks_lenght -> marks_length
* container: GtkActionBar is not a special container anymoreTimm Bäder2017-07-191-1/+0
|
* progressbar: Apply style classes when setting directionTimm Bäder2017-07-191-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-charsTimm Bäder2017-07-191-2/+4
| | | | This mimics the old spinbutton size request better.
* range: Emit value-changed when setting the adjustmentTimm Bäder2017-07-191-1/+2
| | | | After all, the value kind of just changed.
* scale: Replace all gadgets with widgetsTimm Bäder2017-07-191-613/+337
|
* scale: Remove draw_value vfuncTimm Bäder2017-07-191-2/+0
| | | | Unused.
* range: Return trough allocation from _get_range_rectTimm Bäder2017-07-191-1/+1
|
* notebook: Replace all gadgets with widgetsTimm Bäder2017-07-191-669/+276
|
* container: Propagate child properties if parent != containerTimm Bäder2017-07-191-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 themingTimm Bäder2017-07-193-212/+192
| | | | the header and the stack nodes are now inside a box node.
* gizmo: Unparent all child widgets in finalizeTimm Bäder2017-07-191-0/+22
|
* gizmo: Chain up in snapshot if no snapshot func givenTimm Bäder2017-07-191-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 GtkGizmoTimm Bäder2017-07-191-110/+96
|
* notebook: Replace tabs gadget with GtkGizmoTimm Bäder2017-07-191-63/+38
|
* notebook: Replace arrow gadgets with GtkIconsTimm Bäder2017-07-191-105/+103
|
* icon: Add _set_imageTimm Bäder2017-07-192-2/+16
|
* menu: Replace arrow gadgets with GtkIconsTimm Bäder2017-07-193-76/+53
|
* checkmenuitem: Replace indicator gadget with GtkIconTimm Bäder2017-07-193-64/+58
|
* icon: Only draw in content allocationTimm Bäder2017-07-191-1/+1
|
* menuitem: Replace arrow gadget with GtkIconTimm Bäder2017-07-192-81/+66
|
* scrollbar: Add accessor for wheel deltaTimm Bäder2017-07-195-26/+46
| | | | | Make the one in gtkrange.c static since it was only ever used from GtkScrolledWindow.
* range: Draw the colorscale trough at 0,0Timm Bäder2017-07-191-1/+1
|
* range: Allocate the trough when the adjustment value changesTimm Bäder2017-07-191-0/+2
| | | | So it repositions the slider.
* range: Fix mouse location trackingTimm Bäder2017-07-191-7/+5
|
* range: Snapshot slider in trough's snapshot implTimm Bäder2017-07-191-27/+2
|
* spinner: Remove gadgetTimm Bäder2017-07-191-33/+31
|
* range: make the slider a gadgetTimm Bäder2017-07-193-86/+82
|
* icon: Remove gadgetTimm Bäder2017-07-192-135/+13
|
* range: Use gizmos for highlight and fill gadgetsTimm Bäder2017-07-191-95/+71
|
* range: Use a gizmo as troughTimm Bäder2017-07-191-98/+110
|
* range: Remove contents gadgetTimm Bäder2017-07-192-42/+13
| | | | | It's not needed anymore since the range only has one child gadget: the trough.
* range: Remove steppersTimm Bäder2017-07-192-440/+3
| | | | Add them back into the new scrollbars later
* scrolledwindow: Use scrollbar API on scrollbarsTimm Bäder2017-07-191-46/+50
|
* range: Make GtkRange a regular classTimm Bäder2017-07-191-4/+4
|
* scrollbar: Inherit from GtkWidgetTimm Bäder2017-07-192-54/+198
|
* calendar: Remove custom css background and border drawingTimm Bäder2017-07-191-15/+3
|
* eventbox: Remove snapshot implementationTimm Bäder2017-07-191-25/+0
|
* toolpalette: Port to snapshot()Timm Bäder2017-07-191-13/+22
|
* toolitemgroup: Remove custom draw codeTimm Bäder2017-07-191-13/+0
| | | | GtkWidget does it automatically now
* searchbar: Fix property documentation commentsTimm Bäder2017-07-191-3/+3
| | | | They are properties of GtkSearchBar, not GtkEntry.
* searchbar: Remove manual snapshot codeTimm Bäder2017-07-191-18/+0
|
* menu: Stop drawing css background and borderTimm Bäder2017-07-191-7/+0
| | | | GtkWidget does it now
* menu: Remove unnecessary queue_drawTimm Bäder2017-07-191-1/+0
|
* menu: Stop looking at padding and margin manuallyTimm Bäder2017-07-191-98/+31
|