]> Pileus Git - ~andy/gtk/history - gtk/gtkscrolledwindow.c
[GI] Add missing (out) and (array) annotations
[~andy/gtk] / gtk / gtkscrolledwindow.c
2011-01-20 Pavel Holejsovsky[GI] Add missing (out) and (array) annotations
2011-01-08 Tristan Van BerkomAdding missing gtk-doc annotations.
2011-01-05 Benjamin Ottescrolledwindow: Update adjustment usage for sealing
2011-01-04 Matthias ClasenRemove gtktypeutils altogether
2011-01-04 Matthias ClasenDrop explicit includes of gdkkeysyms.h
2011-01-04 Matthias ClasenReduce includes of gtktypeutils.h to a minimum
2010-12-28 Carlos GarnachoMake GtkScrolledWindow use GtkStyleContext
2010-11-25 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-11-18 Tristan Van BerkomFixing GtkScrolledWindow inconsistent scrollbar visibility.
2010-11-13 Chun-wei Fangtk: fix C99-style variable declarations in various...
2010-11-13 Matthias Clasenfix up accidental exports
2010-11-13 Matthias ClasenAnother attempt at scrolledwindow size allocation
2010-11-10 Chun-wei FanMerge ssh://git.gnome.org/git/gtk+
2010-11-10 Chun-wei Fangtk: fix C99-style variable declarations in various...
2010-11-09 Matthias Clasenfix up accidental exports
2010-11-09 Matthias ClasenAnother attempt at scrolledwindow size allocation
2010-10-30 Tristan Van BerkomFixed hangs in TextView and ToolPalette
2010-10-30 Tristan Van BerkomFixing typo in scrolled window
2010-10-30 Tristan Van BerkomFixed hangs in TextView and ToolPalette
2010-10-30 Tristan Van BerkomFixing typo in scrolled window
2010-10-30 Javier JardónUse gtk_scrollbar_new() instead gtk_[v|h]scrollbar_new()
2010-10-30 Javier JardónUse gtk_scrollbar_new() instead gtk_[v|h]scrollbar_new()
2010-10-26 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-26 Tristan Van BerkomAdded GtkScrollablePolicy property to scrollable interface
2010-10-24 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-23 Matthias ClasenFix up docs
2010-10-23 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-10-22 Matthias ClasenRemove GtkScrollablePolicy again
2010-10-22 Matthias ClasenMove min-display-width/height to GtkScrolledWindow
2010-10-22 Tadej BorovšakAdd GtkScrollable interface
2010-10-20 Emmanuele Bassisettings: Move setting property registration in gtksett...
2010-10-15 Javier Jardóndocs: Document GtkScrolledWindow's signals
2010-10-15 Tristan Van BerkomRemoved screwy GtkScrolledWindow logic
2010-10-12 Tristan Van BerkomAdded logic to GtkScrolledWindow when allocating height...
2010-10-12 Tristan Van BerkomMake GtkScrolledWindow offload border-width calculation...
2010-10-11 Javier Jardóndocs: Move documentation to inline comments: GtkScrolle...
2010-09-27 Matthias ClasenRemove GtkObject completely
2010-09-27 Javier JardónMove destroy signal to GtkWidget
2010-09-26 Benjamin OtteMove GtkSizeRequest into GtkWidget
2010-09-26 Benjamin OtteAPI: Rename gtk_cairo_paint_*() to gtk_paint_*()
2010-09-26 Benjamin Ottescrolledwindow: Port to draw vfunc
2010-09-26 Benjamin Ottescrolledwindow: Move paint function into expose handler
2010-09-22 Matthias ClasenGtkScrolledWindow: change default policy to 'automatic'
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-21 Matthias ClasenTons of transfer annotations
2010-09-15 Javier JardónUse gtk_size_request_get_size() instead deprecated...
2010-09-13 Javier JardónUse gtk_size_request_get_size() instead deprecated...
2010-09-08 Colin WaltersGDK: Prefix key names with KEY_
2010-08-30 Javier JardónGtkScrolledWindow: move public members to private structure
2010-08-23 Javier JardónUse accessor functions to access GtkRange
2010-08-22 Javier Jardóngtk/gtkscrolledwindow.c: use accessor functions to...
2010-07-13 Jonh WendellMerge branch 'windows_list'
2010-07-13 Javier JardónAdd _gtk_bin_set_widget() internal function
2010-07-13 Javier JardónUse GtkBin accessors
2010-07-13 Javier JardónUse accessor functions to acces GtkContainer
2010-07-10 Javier Jardóngtk/: fully remove gtkalias hacks
2010-06-18 Tristan Van BerkomMass api change from GtkExtendedLayout --> GtkSizeRequest
2010-05-25 Bruce CowanFix conflict Git markers
2010-05-24 Javier JardónRevert "Forward-port a GtkAdjustment compatibility...
2010-04-30 Matthias ClasenMerge branch 'native-layout-incubator'
2010-04-20 Tristan Van BerkomSplit up width and height queries so that they make...
2010-04-13 Tristan Van BerkomMega commit to change ->get_desired_size() for ->get_de...
2010-04-06 Tristan Van BerkomFixed classes to call gtk_extended_layout_get_desired_s...
2010-04-04 Tristan Van BerkomApplied Jan Arne Petersen's patch for GtkScrolledWindow
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
2010-04-04 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2010-04-04 Javier JardónDeprecate widget flag: GTK_WIDGET_CAN_FOCUS
2010-04-04 Christian DywanDeprecate flag macros for toplevel, state, no window...
2010-04-04 Benjamin OtteDisconnect signal handlers on adjustment in destroy...
2010-04-04 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2010-03-06 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)
2010-03-02 Javier JardónDon't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_VISIBLE
2010-03-01 Javier JardónDeprecate widget flag: GTK_WIDGET_DRAWABLE
2010-01-07 Javier JardónDeprecate widget flag: GTK_WIDGET_CAN_FOCUS
2010-01-04 Christian DywanDeprecate flag macros for toplevel, state, no window...
2009-12-19 Benjamin OtteDisconnect signal handlers on adjustment in destroy...
2009-12-19 Matthias ClasenImplement extended layout for GtkScrolledWindow
2009-12-16 Colin Walters[introspection] Merge in Gtk-custom.c annotations
2009-05-25 Alexander LarssonMerge branch 'master' into client-side-windows
2009-05-03 Matthias ClasenForward-port a GtkAdjustment compatibility fix
2009-05-03 Matthias ClasenUpdate to explain the situation.
2008-12-29 Matthias ClasenForgotten commit
2008-12-29 Matthias ClasenMerge docs inline
2008-09-10 Björn LindqvistBug 551699 – gtk_scrolled_window_destroy() is broken
2008-08-29 Michael Nattererevents return gboolean not gint, reindent prototypes.
2008-08-29 Matthias ClasenBug 549262 – GtkScrolledWindow should not accept focus...
2008-08-12 Michael Nattererconsistently chain up using GTK_FOO_CLASS(parent_class...
2008-08-11 Sven Neumanngtk/gtkdnd-quartz.c gtk/gtkdnd.c gtk/gtkentry.c gtk...
2008-08-08 Sven Neumanngtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtksocket...
2008-08-06 Michael Natterergtk/gtkcombobox.c gtk/gtkiconview.c gtk/gtkrange.c...
2008-07-01 Cody RussellRevert name change
2008-06-30 Cody RussellPractically everything changed.
2008-06-22 Johan DahlinInclude "config.h" instead of <config.h> Command used...
2008-06-19 Johan DahlinUse g_object_new instead of gtk_widget_new
2008-05-21 Michael Natterergtk/gtkalignment.c gtk/gtkarrow.c gtk/gtkbbox.c gtk...
2008-02-07 Michael Natterergtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk...
2007-08-14 Cody Russellgtk/gtkwidget.c gtk/gtkscrolledwindow.c Correct documen...
next