summaryrefslogtreecommitdiff
path: root/gtk/gtkpaned.c
Commit message (Expand)AuthorAgeFilesLines
* Fix gtk_paned_set_position to set position_set consistentlyMatthias Clasen2016-05-051-11/+14
* gtk: Strip newlines from g_warning and g_errorMatthias Clasen2016-02-281-1/+1
* paned: Fix drawingBenjamin Otte2016-02-141-10/+29
* paned: Use content allocation instead of widget allocationBenjamin Otte2016-02-141-5/+4
* paned: rtl-flip with the correct rectangleBenjamin Otte2016-02-141-9/+7
* paned: Draw handle before childrenMatthias Clasen2016-02-121-5/+5
* paned: Don't overdrawMatthias Clasen2016-02-121-26/+8
* paned: Initialize max_positionMatthias Clasen2016-01-241-0/+1
* paned: Update node ordering according to text directionMatthias Clasen2016-01-131-2/+25
* paned: Use GtkGestureDrag for anything else than touchCarlos Garnacho2016-01-081-23/+44
* introspection: This patch fixes nullable return values fixes for the followin...Alberto Ruiz2016-01-081-2/+2
* Revise CSS node documentationMatthias Clasen2015-12-161-1/+3
* paned: Initialize clip properlyMatthias Clasen2015-12-151-2/+1
* paned: Allocate the handle input area properlyMatthias Clasen2015-12-151-22/+5
* paned: Fix size allocationMatthias Clasen2015-12-151-24/+16
* paned: Add a deprecation noteMatthias Clasen2015-12-151-0/+7
* paned: Convert to gadgetsMatthias Clasen2015-12-151-130/+293
* cssnode: Change style-changed signalBenjamin Otte2015-12-121-16/+4
* Don't pass widget state flags to GtkStyleContext APITimm Bäder2015-11-221-2/+3
* paned: Move .wide to CSS subnodeMatthias Clasen2015-11-041-11/+7
* paned: Add diagrams to CSS documentationMatthias Clasen2015-11-031-0/+5
* paned: Convert to CSS nodesMatthias Clasen2015-10-301-13/+76
* GtkPaned: Fix gtk_paned_set_child_visible callsTimm Bäder2015-10-161-15/+8
* gtk: Stop setting GDK_EXPOSURE_MASK on random widgetsAlexander Larsson2015-09-141-1/+1
* Use standard cursor namesMatthias Clasen2015-07-261-16/+10
* paned: don't call gtk_style_context_set_background()Cosimo Cecchi2015-07-011-7/+9
* paned: Fix compiler warningsMatthias Clasen2015-06-021-2/+1
* Do not return on void functionsIgnacio Casal Quinteiro2015-02-191-2/+2
* GtkPaned: Add a "wide-handle" propertyMatthias Clasen2014-10-201-1/+81
* GtkPaned: Set orientable style classes initiallyMatthias Clasen2014-07-181-0/+2
* GtkPaned: Make sure the raise the handle window above childrenMatthias Clasen2014-06-111-4/+4
* GtkPaned: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-61/+66
* gesture: Replace gtk_gesture_attach/detach with event controller APICarlos Garnacho2014-05-271-2/+2
* gtk: Update callers of GtkGesturePan orientationCarlos Garnacho2014-05-271-3/+3
* paned: Handle pointer events from touchscreen devicesCarlos Garnacho2014-05-231-2/+7
* paned: Use GtkGesture to handle handle draggingCarlos Garnacho2014-05-231-153/+134
* Allow defining an invisible resize area for GtkPaned's handle.Victor Martinez2014-04-221-5/+11
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-5/+5
* docs: don't use <anchor>William Jon McCann2014-02-071-6/+6
* docs: use proper apostropheWilliam Jon McCann2014-02-071-2/+2
* docs: Use markup for linksWilliam Jon McCann2014-02-071-6/+6
* docs: use ` instead of <literal>William Jon McCann2014-02-041-2/+2
* docs: replace all <examples> with markdown headingsWilliam Jon McCann2014-02-041-3/+2
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-1/+1
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-2/+2
* paned: minus the size by the handle for the for_child1 computation.Alban Browaeys2013-08-141-1/+1
* gtk: Use new macros for defining private dataEmmanuele Bassi2013-07-091-2/+2
* overlay/paned: Ensure we set the right visual on windowsAlexander Larsson2013-05-081-2/+3
* paned: Fixup recent commitBenjamin Otte2013-05-011-3/+5
* paned: Correctly compute child sizes in size requestsBenjamin Otte2013-05-011-2/+83