summaryrefslogtreecommitdiff
path: root/gtk/gtkscrolledwindow.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* GDK: Prefix key names with KEY_Colin Walters2010-09-081-15/+15
* GtkScrolledWindow: move public members to private structureJavier Jardón2010-08-311-189/+248
* Use accessor functions to access GtkRangeJavier Jardón2010-08-231-1/+1
* gtk/gtkscrolledwindow.c: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-31/+47
* Add _gtk_bin_set_widget() internal functionJavier Jardón2010-07-131-1/+1
* Use GtkBin accessorsJavier Jardón2010-07-131-24/+38
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-13/+24
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-5/+0
* Mass api change from GtkExtendedLayout --> GtkSizeRequestTristan Van Berkom2010-06-181-57/+57
* Fix conflict Git markersBruce Cowan2010-05-251-6/+0
* Revert "Forward-port a GtkAdjustment compatibility fix"Javier Jardón2010-05-241-6/+2
* Merge branch 'native-layout-incubator'Matthias Clasen2010-04-301-96/+215
|\
| * Split up width and height queries so that they make more sense (extended-layout)Tristan Van Berkom2010-04-201-76/+85
| * Mega commit to change ->get_desired_size() for ->get_desired_width/height().Tristan Van Berkom2010-04-121-46/+66
| * Fixed classes to call gtk_extended_layout_get_desired_size_again()Tristan Van Berkom2010-04-061-9/+9