summaryrefslogtreecommitdiff
path: root/gtk/gtkpaned.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* paned: Restrict picking to allocationTimm Bäder2017-12-061-0/+20
* Remove some more gtk_widget_get_content_size usesTimm Bäder2017-12-041-8/+5
* gtk: Intern css namesMatthias Clasen2017-11-171-1/+1
* gtk: Use gtk_widget_set_cursor()Benjamin Otte2017-11-041-7/+2
* gdk: Cursors no longer have a displayBenjamin Otte2017-11-041-4/+2
* Don't try to snapshot invisible iconsTimm Bäder2017-10-101-4/+5
* build: Enable -Wswitch-enum and -Wswitch-defaultBenjamin Otte2017-10-061-0/+2
* paned: Update to using GdkEvent APICarlos Garnacho2017-09-191-3/+5
* widget: Remove gtk_widget_get_content_allocationTimm Bäder2017-08-141-3/+4
* widget: Add baseline and out_clip parameters to size-allocateTimm Bäder2017-07-191-22/+18
* paned: Fix clip node coordinatesTimm Bäder2017-07-191-10/+9