summaryrefslogtreecommitdiff
path: root/gtk/gtkpaned.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* paned: Remove unused GdkGCBenjamin Otte2010-07-311-8/+0
* GtkPaned: move public members to private structureJavier Jardón2010-07-131-342/+434
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-13/+23
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* Make orientable base classes instantiableMatthias Clasen2010-05-251-6/+4
* Merge the xi2-for-master branchMatthias Clasen2010-05-251-11/+20
* Fix up gtk_paned_get_handle_window docsMatthias Clasen2010-05-251-1/+1
* Remove deprecated code: GtkPanedJavier Jardón2010-05-031-11/+0
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-091-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-061-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1
* Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-03-031-4/+4
* Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-03-031-4/+4
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-03-021-3/+4