| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some additional docs on precision here too. (#309238, Steve Chaplin) | Matthias Clasen | 2005-07-08 | 1 | -0/+4 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -1/+1 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | 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 |
* | Fix various compilation problems (#134312, David Hawthorne) | Owen Taylor | 2004-02-13 | 1 | -2/+1 |
* | Fix for #104811, Padraig O'Briain: | Matthias Clasen | 2004-02-12 | 1 | -54/+78 |
* | Deprecation cleanup | Manish Singh | 2002-10-04 | 1 | -22/+15 |
* | Chain up before drawing the scale values so that the number is drawn in | Owen Taylor | 2002-02-27 | 1 | -3/+9 |
* | Document that the end points are included in the range. (#69783, Jeffrey | Owen Taylor | 2002-01-30 | 1 | -4/+4 |
* | Add <Control>Tab bindings for "move-focus" so that Control-Tab to escape | Owen Taylor | 2002-01-29 | 1 | -1/+1 |
* | Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann) | Owen Taylor | 2001-11-15 | 1 | -0/+3 |
* | Add missing gdk_rectangle_get_type() prototype. | Owen Taylor | 2001-06-14 | 1 | -0/+2 |
* | clamp the value to the range that was set | Havoc Pennington | 2001-06-05 | 1 | -0/+44 |
* | make this special-case hscale/vscale details, so we can use it for | Havoc Pennington | 2001-06-04 | 1 | -454/+52 |
* | Add properties, based on patch by Lee Mallabone.GTK_MULTIHEAD_MERGE1 | Alexander Larsson | 2001-05-17 | 1 | -16/+1 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -3/+7 |
* | Add an extra parameter use_text to gtk_paint_label() to deal with | Owen Taylor | 2001-04-30 | 1 | -0/+1 |
* | voc Pennington <hp@redhat.com> | Havoc Pennington | 2001-04-28 | 1 | -41/+48 |
* | Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE | Owen Taylor | 2001-04-02 | 1 | -19/+21 |
* | Remove leaks. | Alexander Larsson | 2001-03-30 | 1 | -33/+46 |
* | Apply patch from Nils Barth fixing event return values. (#51041) | Owen Taylor | 2001-03-28 | 1 | -31/+32 |
* | hmm, someone changed GLib without fixing GTK | Havoc Pennington | 2001-02-19 | 1 | -5/+5 |
* | use the visual scroll steps. | Havoc Pennington | 2001-02-19 | 1 | -4/+4 |
* | Adapt to uscore-ification of gtktextiterprivate | Havoc Pennington | 2001-01-04 | 1 | -11/+8 |
* | Remove "draw" virtual method and signal | Havoc Pennington | 2000-12-04 | 1 | -47/+0 |
* | Check for bind_textdomain_codeset | Robert Brady | 2000-10-22 | 1 | -0/+2 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Add a 'text' argument to set the initial text. | Owen Taylor | 2000-07-02 | 1 | -3/+1 |
* | Use pango_layout_get_pixel_extents() to remove a large number of '/ | Owen Taylor | 2000-07-02 | 1 | -9/+9 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -5/+5 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -30/+38 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -3/+3 |
* | Merges from gtk-1-2 | Owen Taylor | 2000-03-14 | 1 | -0/+2 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -4/+6 |
* | 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 |
* | CLAMP digits into a meaningfull range (we need to stay below a certain | Tim Janik | 1999-01-18 | 1 | -2/+6 |
* | avoid void pointer math | Manish Singh | 1998-12-11 | 1 | -1/+1 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -1/+1 |
* | changed scrolled window inheritance, it inherits from GtkBin now. | Tim Janik | 1998-11-28 | 1 | -3/+3 |
* | added args ::show_text, ::text_xalign, ::text_yalign, ::activity_mode. | Tim Janik | 1998-11-23 | 1 | -205/+262 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -43/+149 |
* | changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. | Tim Janik | 1998-07-04 | 1 | -2/+2 |
* | 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 |
* | don't take '\n' into account for size computation (Damon Chaplin). | Tim Janik | 1998-04-07 | 1 | -1/+1 |
* | gtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c gtkeventbox.c | Owen Taylor | 1998-01-18 | 1 | -1/+1 |
* | main part for GtkArgSetFunc/GtkArgGetFunc implementation. | Tim Janik | 1998-01-16 | 1 | -1/+2 |
* | Initial revision | Elliot Lee | 1997-11-24 | 1 | -0/+436 |