summaryrefslogtreecommitdiff
path: root/gtk/gtkscrolledwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-061-1/+1
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_CAN_FOCUS)Javier Jardón2010-03-021-1/+2
* Deprecate widget flag: GTK_WIDGET_VISIBLEJavier Jardón2010-03-011-7/+7
* Deprecate widget flag: GTK_WIDGET_DRAWABLEJavier Jardón2010-03-011-2/+2
* Deprecate widget flag: GTK_WIDGET_CAN_FOCUSJavier Jardón2010-01-071-1/+1
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-1/+1
* Disconnect signal handlers on adjustment in destroy handlerBenjamin Otte2009-12-191-0/+6
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-5/+5
* Forward-port a GtkAdjustment compatibility fixMatthias Clasen2009-05-031-2/+6
* Forgotten commitMatthias Clasen2008-12-291-2/+88
* Merge docs inlineMatthias Clasen2008-12-291-4/+7
* Bug 551699 – gtk_scrolled_window_destroy() is brokenBjörn Lindqvist2008-09-101-17/+14
* events return gboolean not gint, reindent prototypes.Michael Natterer2008-08-291-48/+48
* Bug 549262 – GtkScrolledWindow should not accept focus unlessMatthias Clasen2008-08-291-1/+1
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-1/+1
* gtk/gtkdnd-quartz.c gtk/gtkdnd.c gtk/gtkentry.c gtk/gtkfilesel.cSven Neumann2008-08-111-1/+1
* gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtksocket.c gtk/gtkspinbutton.cSven Neumann2008-08-081-6/+6
* gtk/gtkcombobox.c gtk/gtkiconview.c gtk/gtkrange.c gtk/gtkscrolledwindow.cMichael Natterer2008-08-061-6/+2
* 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/gtkalignment.c gtk/gtkarrow.c gtk/gtkbbox.c gtk/gtkcalendar.c removeMichael Natterer2008-05-211-2/+1
* gtk/gtkcellview.c gtk/gtklabel.c gtk/gtklayout.c gtk/gtklist.cMichael Natterer2008-02-071-5/+1
* gtk/gtkwidget.c gtk/gtkscrolledwindow.c Correct documentation that refersCody Russell2007-08-141-2/+2
* Correctly redraw when gtk-scrolled-window-placement is changed after theRoss Burton2007-07-221-1/+1
* Update docs Deprecate gtk_widget_{ref,unref}Matthias Clasen2007-06-101-0/+5
* Fix shadow painting if the scrollbars-within-bevel style property is setBenjamin Berg2007-06-081-25/+15
* Document scrollbars-within-bevel as 2.12 addition. (#438131, MartMatthias Clasen2007-05-141-0/+7
* Correct a confusing warning. (#437284, Björn Lindqvist)Matthias Clasen2007-05-101-1/+1
* Improve look of GtkScrolledWindow on Windows by implementing aMathias Hasselmann2007-03-081-5/+64
* Only handle key bindings for scrolling if the scrollbars are visible.Matthias Clasen2007-01-021-5/+13
* Fixed a bug in set_property() (setting "window-placement-set" could resultTristan Van Berkom2006-12-161-1/+1
* Apply a cleanup patch by Kjartan Maraas (#341812)Matthias Clasen2006-10-081-2/+2
* always update the bin_window position and size in size_allocate, even ifTim Janik2006-09-201-1/+5
* Fix some typos with inline property docs. (#347065, John Finlay)Matthias Clasen2006-07-101-2/+2
* More of the sameMatthias Clasen2006-05-141-1/+1
* Boilerplate reductionMatthias Clasen2006-05-021-38/+6
* Add a window-placement-set property and a gtk-scrolled-window-placementMatthias Clasen2006-03-201-22/+230
* Intern some more strings.Matthias Clasen2005-09-011-3/+3
* Intern type names in code generated by glib-mkenums, too.Matthias Clasen2005-08-311-1/+1
* Change the return type to GtkWidget*, proposed by Owen Taylor.Matthias Clasen2005-05-081-2/+2
* Add getters for the scrollbars. (#167181, Billy Biggs)Matthias Clasen2005-05-031-0/+38
* Use canonical names for g_object_notify() as well.Matthias Clasen2005-03-261-5/+5
* Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITEMatthias Clasen2005-03-221-7/+8
* Make PLT-reduction work with gcc4, and don't include everything inMatthias Clasen2005-03-201-1/+4
* xMatthias Clasen2005-03-091-5/+5
* Add hidden aliases for exported symbols which are used internally in orderMatthias Clasen2004-08-091-0/+1
* Fixes #136082 and #135265, patch by Morten Welinder.Federico Mena Quintero2004-03-061-0/+1
* New internal function returning a good step value for the mouse wheel. ForSoeren Sandmann2004-02-291-6/+5