summaryrefslogtreecommitdiff
path: root/gtk/gtkpaned.c
Commit message (Expand)AuthorAgeFilesLines
* paned: Port bindings to use shortcutsBenjamin Otte2020-03-221-97/+97
* Strip const from GdkEventMatthias Clasen2020-02-211-1/+1
* Rename gtk_widget{get,set,has}_style_class to _css_classTimm Bäder2020-02-071-3/+3
* Start using GtkWidget's new style class APITimm Bäder2020-02-071-6/+3
* widget: Replace style-updated signal with css_changed vfuncBenjamin Otte2020-02-051-13/+9
* GtkPaned: Pay attention to style changesMatthias Clasen2020-01-241-0/+25
* Remove builtin icons altogetherMatthias Clasen2020-01-101-4/+1
* Stop using gtk_widget_get_toplevelMatthias Clasen2019-05-281-1/+1
* Stop using gtk_widget_is_toplevelMatthias Clasen2019-05-281-1/+1
* Remove gtk_widget_get/set_has_surfaceMatthias Clasen2019-05-281-1/+0
* paned: Make finalMatthias Clasen2019-05-271-0/+22
* paned: Drop the pick vfuncMatthias Clasen2019-04-071-13/+16
* gizmo: Add a contains_funcMatthias Clasen2019-04-071-4/+1
* paned: Stop using child propertiesMatthias Clasen2019-04-051-6/+0
* paned: Set cursor on gizmo widgetCarlos Garnacho2019-04-031-34/+13
* paned: Replace the child propertiesMatthias Clasen2019-03-271-116/+93
* paned: hide the handle widget when <2 children are visibleBenjamin Otte2019-03-191-0/+4
* paned: RefactorBenjamin Otte2019-03-191-27/+4
* paned: Don't use a grabMatthias Clasen2019-03-171-3/+0
* Port widgets to the root focus APIMatthias Clasen2019-03-161-9/+3
* gtk: Check return value of compute_bounds()Benjamin Otte2019-02-201-1/+2
* paned: Implement increased handle area using pick()Timm Bäder2019-02-161-0/+18
* paned: Use gtk_widget_set_overflow()Benjamin Otte2019-02-081-41/+1
* Remove some unnecessary gtkwindow.h includesTimm Bäder2019-02-051-1/+0
* gizmo: return void from snapshot funcTimm Bäder2019-01-181-3/+1
* widget: Don't pass a position to ->size_allocateTimm Bäder2018-11-131-27/+28
* Revert "paned: Use a GtkIcon as separator"Timm Bäder2018-08-271-4/+25
* paned: Use a GtkIcon as separatorTimm Bäder2018-08-251-25/+4
* paned: Allocation x/y are always 0Timm Bäder2018-06-181-7/+6
* paned: Remove handle_pos memberTimm Bäder2018-06-181-31/+28
* paned: Chain up in snapshotTimm Bäder2018-06-181-10/+1
* paned: Remove unnecessary local variableTimm Bäder2018-06-181-9/+2
* paned: Don't unnecessarily redraw handle in size_allocateTimm Bäder2018-06-181-15/+0
* paned: Store GParamSpecsTimm Bäder2018-06-181-52/+53
* paned: Don't reorder css nodes based on text directionTimm Bäder2018-06-181-25/+6
* eventcontrollermotion: Port to new API modelBenjamin Otte2018-04-261-5/+4
* draggesture: Port to new API modelBenjamin Otte2018-04-261-2/+2
* pangesture: Port to new API modelBenjamin Otte2018-04-261-3/+2
* snapshot: Redo debug messagesBenjamin Otte2018-04-241-2/+1
* paned: Remove outdated commentTimm Bäder2018-04-141-1/+0
* widget: Remove _get_own_allocationTimm Bäder2018-04-101-38/+11
* widget: Remove clip from size-allocate vfuncBenjamin Otte2018-04-051-15/+7
* gtk: Remove gtk_widget_queue_draw_region()Benjamin Otte2018-04-051-6/+1
* Merge branch 'rename-window-to-surface' into 'master'Alexander Larsson2018-03-201-1/+1
|\
| * GtkWidget: Start renaming widget->windowAlexander Larsson2018-03-201-1/+1
* | paned: Remove priv pointerTimm Bäder2018-03-201-65/+58
|/
* a11y: Remove gtk.h include from container accessibleBenjamin Otte2018-02-091-11/+14
* The big versioning cleanupMatthias Clasen2018-02-061-32/+0
* paned: Stop using motion notifyMatthias Clasen2017-12-121-14/+15
* paned: Grab during the dragMatthias Clasen2017-12-081-2/+4