summaryrefslogtreecommitdiff
path: root/gtk/gtkpaned.c
Commit message (Expand)AuthorAgeFilesLines
* gtk: Documentation fixupsMatthias Clasen2020-06-051-8/+86
* Move orientable style classes into GtkWidgetEmmanuele Bassi2020-06-051-25/+28
* paned: Fix up the docs once moreTimm Bäder2020-05-131-4/+4
* paned: Don't ignore the type attributeMatthias Clasen2020-05-121-1/+1
* paned: Drop the Private structMatthias Clasen2020-05-121-356/+275
* docs: Add annotations for GtkPaned new gettersEmmanuele Bassi2020-05-121-0/+21
* Replace most remaining uses of container apiMatthias Clasen2020-05-111-3/+7
* paned: Redo the apiMatthias Clasen2020-05-111-720/+788
* paned: Drop some dead codeMatthias Clasen2020-05-111-5/+0
* widget: Add a :focusable propertyMatthias Clasen2020-05-101-1/+1
* Move the idle sizer to GtkWindowMatthias Clasen2020-04-201-1/+0
* Move set_focus_child to GtkWidgetMatthias Clasen2020-04-201-14/+11
* frame: Drop shadow-typeMatthias Clasen2020-04-171-2/+0
* gizmo: Allow passing changing focus behaviorMatthias Clasen2020-04-091-1/+1
* paned: Port bindings to use shortcutsBenjamin Otte2020-03-251-97/+97
* Revert "Merge branch 'disable-window-test' into 'master'"Matthias Clasen2020-03-191-97/+97
* paned: Port bindings to use shortcutsBenjamin Otte2020-03-181-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