summaryrefslogtreecommitdiff
path: root/gtk/gtkpaned.c
Commit message (Expand)AuthorAgeFilesLines
* widget: Use ::measure vfunc to measure sizeTimm Bäder2016-10-221-81/+33
* paned: Don't check handle-size style propertyTimm Bäder2016-10-221-48/+1
* paned: Use gdk_window_new_child() and gdk_window_new_input()Benjamin Otte2016-10-181-40/+17
* API: container: Remove gtk_container_set_border_width()Benjamin Otte2016-10-161-1/+0
* Remove various sizing related style propertiesTimm Bäder2016-10-161-16/+0
* API: Remove ability to set visuals on windowsBenjamin Otte2016-10-161-3/+2
* API: Remove GDK_WA_CURSORBenjamin Otte2016-10-161-8/+11
* paned: quietly handle missing cursorsMatthias Clasen2016-09-271-2/+2
* Fix gtk_paned_set_position to set position_set consistentlyMatthias Clasen2016-05-021-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