summaryrefslogtreecommitdiff
path: root/gtk/gtkpaned.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* paned: Generalize codeBenjamin Otte2011-04-191-11/+24
* GtkPanedPrivate: Improve struct packingMatthias Clasen2011-04-121-3/+3
* paned: Remove unused variableBenjamin Otte2011-03-171-1/+0
* paned: don't set the "pane-separator" style class to all the containerCosimo Cecchi2011-03-121-3/+1
* GtkThemingEngine: Fix handles renderingCarlos Garnacho2011-01-101-0/+4
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-1/+1
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-1/+0
* GtkPaned: Remove unneeded callCarlos Garnacho2011-01-041-2/+0
* Make GtkPaned use GtkStyleContextCarlos Garnacho2010-12-241-24/+25
* gtk: Use g_object_unref instead of gdk_cursor_unrefBenjamin Otte2010-12-211-2/+2
* docs: Move documentation to inline comments: GtkPanedPatrick Bernaud2010-11-091-0/+86
* Remove size_request from GtkPanedMatthias Clasen2010-10-301-25/+51
* Make GtkPaned use gtk_container_class_handle_border_widthMatthias Clasen2010-10-081-1/+1
* Make GtkPaned use gtk_container_class_handle_border_widthMatthias Clasen2010-10-081-34/+21
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-9/+6
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-1/+1
* paned: Port to draw vfuncBenjamin Otte2010-09-261-11/+16
* Tons of transfer annotationsMatthias Clasen2010-09-211-3/+3
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-2/+4
* Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi...Javier Jardón2010-09-131-3/+8
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-40/+40
* gtk/gtkpaned.c: Use accessor functions to access GtkWindowJavier Jardón2010-08-231-2/+2
* gtk/gtkpaned.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-45/+67