summaryrefslogtreecommitdiff
path: root/gtk/gtkpaned.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gtkprivate: #define OPPOSITE_ORIENTATIONBenjamin Otte2013-05-011-2/+10
* paned: Split size request codeBenjamin Otte2013-05-011-77/+54
* paned: Split out a functionBenjamin Otte2013-05-011-35/+60
* widget: Adapt _gtk_widget_get_preferred_size_for_size()Benjamin Otte2013-05-011-2/+2
* sizerequest: Split out a common functionBenjamin Otte2013-04-221-21/+3
* Add gtk_widget_(un)register_windowAlexander Larsson2013-02-071-5/+5
* paned: Shrinkable widgets don't require a sizeBenjamin Otte2012-04-051-2/+6
* GtkPaned: Update orientation style classesAlexander Larsson2012-03-201-0/+2
* paned: remove old default for cursor typeStefano Facchini2012-03-151-1/+0
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtkpaned: Use symbolic names for button numbersCarlos Garcia Campos2012-01-271-2/+2
* paned: Pass x/y position to update_drag()Benjamin Otte2011-11-081-7/+15
* paned: Remove MOTION_HINT_MASKBenjamin Otte2011-11-081-6/+5
* GtkPaned: Create the child window at the correct positionChris Coulson2011-09-191-2/+4
* Convert GailPaned to GtkPanedAccessibleMatthias Clasen2011-07-051-1/+2
* GtkPaned docs: Remove sentence saying see GtkPaned.Murray Cumming2011-06-241-1/+1
* Box, etc: Improve docs after H* and V* deprecations.Murray Cumming2011-06-101-3/+7
* paned: Properly hide panes that were set to invisibleBenjamin Otte2011-06-041-5/+15
* paned: More fixes to keep windows in sync with widgetsBenjamin Otte2011-05-251-22/+7
* paned: Be careful about showing windowsBenjamin Otte2011-05-111-26/+65
* paned: Ensure children aren't underallocatedBenjamin Otte2011-05-091-31/+87
* paned: Create a GDK window for every childBenjamin Otte2011-05-091-7/+150
* paned: Move showing of the handle from realize() to map()Benjamin Otte2011-04-281-5/+3
* paned: Remove needless checkBenjamin Otte2011-04-281-2/+1
* paned: Use hfw queries during allocationBenjamin Otte2011-04-191-9/+22
* paned: Cleanup size_allocate()Benjamin Otte2011-04-191-21/+16
* paned: Implement get_width_for_height() and get_height_for_width()Benjamin Otte2011-04-191-0/+30