summaryrefslogtreecommitdiff
path: root/gtk/gtkviewport.c
Commit message (Expand)AuthorAgeFilesLines
...
* Tons of transfer annotationsMatthias Clasen2010-09-211-4/+4
* Use gtk_size_request_get_size() instead deprecated gtk_widget_get_child_requi...Javier Jardón2010-09-131-2/+3
* Use GtkFooPrivate instead GtkFooPrivJavier Jardón2010-08-271-18/+18
* gtk/gtkviewport: use accessor functions to access GtkWidgetJavier Jardón2010-08-221-34/+60
* GtkViewport: move public members to private structureJavier Jardón2010-07-141-52/+94
* Use GtkBin accessorsJavier Jardón2010-07-131-16/+26
* Use accessor functions to acces GtkContainerJavier Jardón2010-07-131-6/+12
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+1
* Mass api change from GtkExtendedLayout --> GtkSizeRequestTristan Van Berkom2010-06-181-33/+33
* Add an accessor for GtkViewport->view_window (#621081).Cosimo Cecchi2010-06-091-0/+18
* Merge branch 'native-layout-incubator'Matthias Clasen2010-04-301-32/+88
|\
| * Fixed missing return from get_desired_width/height in GtkViewport (causing te...Tristan Van Berkom2010-04-201-0/+6
| * Mega commit to change ->get_desired_size() for ->get_desired_width/height().Tristan Van Berkom2010-04-121-19/+49
| * Implemented GtkExtendedLayout on GtkViewportTristan Van Berkom2010-04-061-29/+45
| * Removed casing of GTK_IS_EXTENDED_LAYOUT() from GtkViewport.Tristan Van Berkom2010-04-031-17/+7
| * Take extended layout into account in viewportJan Arne Petersen2010-04-031-4/+18
| * Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-04-031-1/+1
| * Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-04-031-1/+1
| * Deprecate widget flag: GTK_WIDGET_REALIZEDJavier Jardón2010-04-031-4/+4
| * Deprecate widget flag: GTK_WIDGET_MAPPEDJavier Jardón2010-04-031-1/+1
| * Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-04-031-6/+6
| * Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-04-031-2/+2
| * Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-04-031-1/+1
| * [introspection] Merge in Gtk-custom.c annotationsColin Walters2010-04-031-4/+4
* | [docs] Move documentation to inline comments: GtkViewportSteven Harms2010-04-181-0/+19
* | 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-1/+1
* | Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-6/+6
* | Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-2/+2
* | Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-1/+1
* | [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-4/+4
|/
* Added accesor for GTK_VIEWPORT (widget)->bin_windowChristian Dywan2009-10-211-0/+18
* Document the "set-scroll-adjustments" signalSven Herzberg2008-12-111-0/+9
* gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkentry.cMichael Natterer2008-08-121-2/+1
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-3/+3
* gtk/gtktree.c gtk/gtktreemodel.c gtk/gtktreesortable.c gtk/gtktreeview.cSven Neumann2008-08-081-1/+1
* gtk/gtkadjustment.c gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkiconview.cSven Neumann2008-08-081-1/+1
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Use g_object_new instead of gtk_widget_newJohan Dahlin2008-06-191-1/+1
* gtk/gtkmenushell.c gtk/gtktable.c gtk/gtktext.c gtk/gtktipsquery.cMichael Natterer2008-02-271-25/+7
* Changed size requisition so the viewport does not add the border thicknessMatthias Clasen2007-07-091-4/+8
* gtk/gtkcheckbutton.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkmenu.cMichael Natterer2007-01-181-1/+1
* always update the bin_window position and size in size_allocate, even ifTim Janik2006-09-201-25/+15
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-38/+7
* Disconnect from the old adjustments signals. (#325869, Jorn Baayen)Matthias Clasen2006-01-061-2/+1