Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gtk: Don't include gtkstylecontext.h from gtkcsstypesprivate.h | Benjamin Otte | 2019-03-19 | 1 | -0/+2 |
| | | | | And make sure it's included everywhere it's needed. | ||||
* | The big versioning cleanup | Matthias Clasen | 2018-02-06 | 1 | -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 issues | Timm Bäder | 2017-07-19 | 1 | -3/+1 |
| | |||||
* | GtkOrientable use G_PARAM_EXPLICIT_NOTIFY | Matthias Clasen | 2014-06-09 | 1 | -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: consistently | William Jon McCann | 2014-02-19 | 1 | -1/+1 |
| | | | | Instead of Return value: | ||||
* | docs: use proper quotations instead of '*' | William Jon McCann | 2014-02-07 | 1 | -1/+1 |
| | |||||
* | docs: use proper apostrophe | William Jon McCann | 2014-02-07 | 1 | -1/+1 |
| | | | | https://wiki.gnome.org/Design/OS/Typography | ||||
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
| | |||||
* | Add gtkorientableprivate.h header | Matthias Clasen | 2011-01-30 | 1 | -1/+1 |
| | |||||
* | Redo patch in efae64b (Set vertical/horizontal class...) | Carlos Garnacho | 2011-01-12 | 1 | -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 classes | Carlos Garnacho | 2011-01-10 | 1 | -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 minimum | Matthias Clasen | 2011-01-04 | 1 | -1/+1 |
| | |||||
* | Remove GtkObject completely | Matthias Clasen | 2010-09-26 | 1 | -0/+1 |
| | |||||
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=623845 | ||||
* | Move documentation to inline comments: GtkOrientable | Javier Jardón | 2010-05-13 | 1 | -0/+16 |
| | |||||
* | Fixed build failure for gtkorientable | Martyn Russell | 2010-04-13 | 1 | -1/+1 |
| | |||||
* | Use G_DEFINE_INTERFACE macro in gtkorientable | Javier Jardón | 2010-04-13 | 1 | -32/+3 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=605186 | ||||
* | Bug 541009 – Get rid of separate subclasses for horizontal and vertical | Michael Natterer | 2008-09-30 | 1 | -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 |