| Commit message (Expand) | Author | Age | Files | Lines |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -28/+1 |
* | Various cleanups. (#315360, Kjartan Maraas) | Matthias Clasen | 2005-09-13 | 1 | -2/+0 |
* | Intern some more strings. | Matthias Clasen | 2005-09-01 | 1 | -1/+1 |
* | Intern type names in code generated by glib-mkenums, too. | Matthias Clasen | 2005-08-31 | 1 | -1/+1 |
* | Flip the padding | Matthias Clasen | 2005-05-10 | 1 | -4/+3 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -4/+4 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -10/+9 |
* | : Mark param spec strings as static. | Matthias Clasen | 2005-03-21 | 1 | -11/+13 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | x | Matthias Clasen | 2005-03-09 | 1 | -4/+4 |
* | gtk/gtkexpander.c | Soeren Sandmann | 2004-08-22 | 1 | -16/+16 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Fixes #136082 and #135265, patch by Morten Welinder. | Federico Mena Quintero | 2004-03-06 | 1 | -0/+1 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -16/+16 |
* | Implement RTL flipping for GtkAlignment. (#127585) | Matthias Clasen | 2003-12-06 | 1 | -2/+6 |
* | Doc formatting tweaks. | Matthias Clasen | 2003-09-30 | 1 | -0/+2 |
* | Add a blurb for shadow_type. | Matthias Clasen | 2003-06-24 | 1 | -2/+2 |
* | Document new properties as 2.4 additions. | Matthias Clasen | 2003-06-14 | 1 | -2/+29 |
* | Minor improvements to alignment padding documentation. | Matthias Clasen | 2003-05-31 | 1 | -0/+4 |
* | Added 4-sided padding as properties with gtk_alignment_get_padding() and | Murray Cumming | 2003-05-30 | 1 | -10/+232 |
* | Deprecation cleanup | Manish Singh | 2002-10-09 | 1 | -14/+14 |
* | Remove excess calls to g_return_if_fail from static and virtual functions. | Matthias Clasen | 2002-01-30 | 1 | -6/+0 |
* | General property notification cleanup. | Matthias Clasen | 2002-01-28 | 1 | -4/+4 |
* | Add a function gdk_window_invalidate_maybe_recurse() for use in "shallow | Owen Taylor | 2001-11-04 | 1 | -0/+1 |
* | Improve dreadful tooltips. | Owen Taylor | 2001-10-24 | 1 | -4/+4 |
* | fix xscale and yscale behaviour which havoc broke. they have to default to | Tim Janik | 2001-09-10 | 1 | -4/+4 |
* | default xscale/yscale to 0.0, not 0.5, 0.5 isn't useful | Havoc Pennington | 2001-09-08 | 1 | -8/+8 |
* | coalescing property notifies | Hans Breuer | 2001-08-11 | 1 | -29/+29 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -3/+0 |
* | marshaller fixes. | Tim Janik | 2001-03-07 | 1 | -18/+15 |
* | missed a couple spaces before parens | Havoc Pennington | 2001-02-18 | 1 | -4/+4 |
* | clean this up a bit. | Havoc Pennington | 2001-02-18 | 1 | -41/+43 |
* | convert the X coordinates so they're with respect to the line, rather than | Havoc Pennington | 2001-02-17 | 1 | -57/+118 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | Fixed some bugs with set_default_size. | Owen Taylor | 1999-02-10 | 1 | -7/+12 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -1/+1 |
* | added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. | Tim Janik | 1998-11-23 | 1 | -1/+1 |
* | changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. | Tim Janik | 1998-07-04 | 1 | -2/+2 |
* | GtkType and macro fixups. | Tim Janik | 1998-06-28 | 1 | -8/+107 |
* | call the base class init fucntions from all parent types upon class | Tim Janik | 1998-06-28 | 1 | -2/+3 |
* | configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on | Owen Taylor | 1998-05-03 | 1 | -1/+1 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |
* | More extensive debugging output | Owen Taylor | 1998-04-03 | 1 | -2/+2 |
* | main part for GtkArgSetFunc/GtkArgGetFunc implementation. | Tim Janik | 1998-01-16 | 1 | -1/+2 |
* | Initial revision | Elliot Lee | 1997-11-24 | 1 | -0/+193 |