Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add annotations to gtk headers | Matthias Clasen | 2013-05-05 | 1 | -0/+2 |
| | | | | Add annotations to all exported functions in GTK+ headers. | ||||
* | Move single-include guards inside include guards | Matthias Clasen | 2012-12-28 | 1 | -3/+3 |
| | | | | | | gcc has optimizations for include guards that only work if they are outermost in the the header. https://bugzilla.gnome.org/show_bug.cgi?id=689810 | ||||
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
| | |||||
* | Fix gtk-doc markup: /* <private> */ should be /*< private >*/ | Javier Jardón | 2010-10-30 | 1 | -1/+1 |
| | |||||
* | gtkcellrendererspinner: Remove GET_PRIV() macro | Javier Jardón | 2010-07-13 | 1 | -0/+2 |
| | | | | | This macro shouldn't be used in any function, but ->priv pointer instead. | ||||
* | Add single-include guard and reduce includes to what's needed | Michael Natterer | 2009-10-21 | 1 | -2/+5 |
| | |||||
* | Use G_BEGIN/END_DECLS in gtkcellrendererspinner.h | Debarshi Ray | 2009-10-16 | 1 | -0/+4 |
| | |||||
* | Bug 319607 – Add a throbber (activity widget) to GTK+ | Bastien Nocera | 2009-10-14 | 1 | -0/+60 |
Add GtkSpinner activity throbber, as well as a cell renderer. |