summaryrefslogtreecommitdiff
path: root/gtk/gtkorientable.c
Commit message (Collapse)AuthorAgeFilesLines
* gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.hBenjamin Otte2019-03-191-0/+2
| | | | And make sure it's included everywhere it's needed.
* The big versioning cleanupMatthias Clasen2018-02-061-6/+0
| | | | | | | Remove all the old 2.x and 3.x version annotations. GTK+ 4 is a new start, and from the perspective of a GTK+ 4 developer all these APIs have been around since the beginning.
* Fix a few documentation issuesTimm Bäder2017-07-191-3/+1
|
* GtkOrientable use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-1/+1
| | | | | | | This one is a little tricky, since we override this property in many places, and you cannot add flags when overriding. So, all places where this is overridden will have to make sure to notify explicitly.
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-1/+1
| | | | Instead of Return value:
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-1/+1
|
* docs: use proper apostropheWilliam Jon McCann2014-02-071-1/+1
| | | | https://wiki.gnome.org/Design/OS/Typography
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* Add gtkorientableprivate.h headerMatthias Clasen2011-01-301-1/+1
|
* Redo patch in efae64b (Set vertical/horizontal class...)Carlos Garnacho2011-01-121-16/+25
| | | | | Add a _gtk_orientable_set_style_classes() function so all orientation changes to style happen in a single place.
* Mark orientable widgets with the vertical/horizontal css classesCarlos Garnacho2011-01-101-0/+18
| | | | | This can be used to theme widgets differently depending on the orientation. Bug 639157, reported by Christian Dywan.
* Reduce includes of gtktypeutils.h to a minimumMatthias Clasen2011-01-041-1/+1
|
* Remove GtkObject completelyMatthias Clasen2010-09-261-0/+1
|
* gtk/: fully remove gtkalias hacksJavier Jardón2010-07-101-4/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=623845
* Move documentation to inline comments: GtkOrientableJavier Jardón2010-05-131-0/+16
|
* Fixed build failure for gtkorientableMartyn Russell2010-04-131-1/+1
|
* Use G_DEFINE_INTERFACE macro in gtkorientableJavier Jardón2010-04-131-32/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=605186
* Bug 541009 – Get rid of separate subclasses for horizontal and verticalMichael Natterer2008-09-301-0/+129
2008-09-30 Michael Natterer <mitch@imendio.com> Bug 541009 – Get rid of separate subclasses for horizontal and vertical orientation: * gtk/Makefile.am * gtk/gtk.symbols * gtk/gtk.h * gtk/gtkorientable.[ch]: add new interface GtkOrientable which will be implemented by everything that can switch orientation. svn path=/trunk/; revision=21550