summaryrefslogtreecommitdiff
path: root/gtk/gtkscrolledwindow.c
Commit message (Expand)AuthorAgeFilesLines
* scrolledwindow: take into account border/padding for junctionCosimo Cecchi2012-03-101-8/+34
* scrolledwindow: Fix scroll event handlingMatthias Clasen2012-03-041-4/+13
* types: Move GtkAdustment declaration to gtktypes.hBenjamin Otte2012-03-031-8/+9
* gtk: Implement smooth scrolling in scrolledwindow/rangeMichael Natterer2012-03-011-12/+63
* scrolledwindow: Kinetic scrolling supportCarlos Garcia Campos2012-03-011-12/+1065
* scrolledwindow: draw a box in the junction between the two scrollbarsCosimo Cecchi2012-02-291-0/+50
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* scrolledwindow: Render the background so that it can be styledRui Matos2012-01-091-3/+7
* gtk: Fix compiler warnings from include fixesBenjamin Otte2011-11-161-0/+1
* Fix build by adding includeAlexander Larsson2011-11-101-0/+1
* Replace some references to the GtkTable, use GtkGrid insteadJavier Jardón2011-09-291-2/+2
* Convert GailScrolledWindow to GtkScrolledWindowAccessibleMatthias Clasen2011-07-051-1/+3
* Clean up more includesMatthias Clasen2011-06-071-0/+1
* GtkScrolledWindowPrivate: Improve struct packingMatthias Clasen2011-04-121-4/+3
* Silence new gcc warningsMatthias Clasen2011-01-231-3/+3
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-4/+4
* Adding missing gtk-doc annotations.Tristan Van Berkom2011-01-081-0/+15
* scrolledwindow: Update adjustment usage for sealingBenjamin Otte2011-01-051-13/+13
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-0/+1
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-1/+2
* Reduce includes of gtktypeutils.h to a minimumMatthias Clasen2011-01-041-1/+0
* Make GtkScrolledWindow use GtkStyleContextCarlos Garnacho2010-12-281-32/+80
* Fixing GtkScrolledWindow inconsistent scrollbar visibility.Tristan Van Berkom2010-11-191-13/+26
* gtk: fix C99-style variable declarations in various sourcesChun-wei Fan2010-11-101-165/+138
* fix up accidental exports2.91.4Matthias Clasen2010-11-091-1/+1
* Another attempt at scrolledwindow size allocationMatthias Clasen2010-11-091-138/+165
* Fixed hangs in TextView and ToolPaletteTristan Van Berkom2010-10-301-132/+138
* Fixing typo in scrolled windowTristan Van Berkom2010-10-301-1/+1
* Use gtk_scrollbar_new() instead gtk_[v|h]scrollbar_new()Javier Jardón2010-10-301-2/+2
* Added GtkScrollablePolicy property to scrollable interfaceTristan Van Berkom2010-10-261-25/+41
* Fix up docsMatthias Clasen2010-10-231-6/+48
* Remove GtkScrollablePolicy againMatthias Clasen2010-10-221-93/+0
* Move min-display-width/height to GtkScrolledWindowMatthias Clasen2010-10-221-17/+199
* Add GtkScrollable interfaceTadej Borovšak2010-10-221-43/+55
* settings: Move setting property registration in gtksettings.cEmmanuele Bassi2010-10-201-15/+0
* docs: Document GtkScrolledWindow's signalsJavier Jardón2010-10-151-1/+31
* Removed screwy GtkScrolledWindow logicTristan Van Berkom2010-10-151-30/+10
* Added logic to GtkScrolledWindow when allocating height-for-width children.Tristan Van Berkom2010-10-121-1/+123
* Make GtkScrolledWindow offload border-width calculations to GtkContainerClass.Tristan Van Berkom2010-10-121-55/+41
* docs: Move documentation to inline comments: GtkScrolledWindowJavier Jardón2010-10-111-0/+54
* Remove GtkObject completelyMatthias Clasen2010-09-261-0/+1
* Move destroy signal to GtkWidgetJavier Jardón2010-09-261-10/+7
* Move GtkSizeRequest into GtkWidgetBenjamin Otte2010-09-261-58/+49
* API: Rename gtk_cairo_paint_*() to gtk_paint_*()Benjamin Otte2010-09-261-1/+1
* scrolledwindow: Port to draw vfuncBenjamin Otte2010-09-261-16/+13
* scrolledwindow: Move paint function into expose handlerBenjamin Otte2010-09-261-15/+5
* GtkScrolledWindow: change default policy to 'automatic'Matthias Clasen2010-09-211-4/+4
* Tons of transfer annotationsMatthias Clasen2010-09-211-9/+8
* Use gtk_size_request_get_size() instead deprecated gtk_widget_size_request()Javier Jardón2010-09-151-4/+4
* Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi...Javier Jardón2010-09-131-8/+10