| Commit message (Expand) | Author | Age | Files | Lines |
* | Deprecate h/v variants of GtkScale | Matthias Clasen | 2011-06-07 | 1 | -0/+7 |
* | gtk_adjustment_new() should return a GtkAdjustment* | Javier Jardón | 2010-09-29 | 1 | -1/+1 |
* | Move classes that currently derive from GtkObject to GInitiallyUnowned | Javier Jardón | 2010-09-26 | 1 | -1/+1 |
* | gtk/: fully remove gtkalias hacks | Javier Jardón | 2010-07-10 | 1 | -4/+1 |
* | Update gtkvscale documentation for in code comments. Removed template document | Steven Harms | 2010-03-03 | 1 | -1/+19 |
* | Bug 553765 – Add orientation API to GtkRange | Michael Natterer | 2008-11-11 | 1 | -148/+32 |
* | Revert name change | Cody Russell | 2008-07-01 | 1 | -1/+1 |
* | Practically everything changed. | Cody Russell | 2008-06-30 | 1 | -1/+1 |
* | Include "config.h" instead of <config.h> Command used: find -name | Johan Dahlin | 2008-06-22 | 1 | -1/+1 |
* | Cosmetic change | Matthias Clasen | 2007-06-10 | 1 | -5/+4 |
* | Apply a cleanup patch by Kjartan Maraas (#341812) | Matthias Clasen | 2006-10-08 | 1 | -3/+0 |
* | More of the same | Matthias Clasen | 2006-05-14 | 1 | -1/+1 |
* | Boilerplate reduction | Matthias Clasen | 2006-05-02 | 1 | -34/+3 |
* | 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 |
* | 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/+3 |
* | 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 | -4/+3 |
* | Fix for #104811, Padraig O'Briain: | Matthias Clasen | 2004-02-12 | 1 | -53/+78 |
* | Deprecation cleanup | Manish Singh | 2002-10-04 | 1 | -23/+16 |
* | Chain up before drawing the scale values so that the number is drawn in | Owen Taylor | 2002-02-27 | 1 | -1/+7 |
* | 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/+45 |
* | make this special-case hscale/vscale details, so we can use it for | Havoc Pennington | 2001-06-04 | 1 | -461/+50 |
* | Add properties, based on patch by Lee Mallabone.GTK_MULTIHEAD_MERGE1 | Alexander Larsson | 2001-05-17 | 1 | -17/+1 |
* | fix some shell typos | Havoc Pennington | 2001-05-07 | 1 | -4/+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 | -48/+60 |
* | Fix G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE | Owen Taylor | 2001-04-02 | 1 | -25/+23 |
* | Remove leaks. | Alexander Larsson | 2001-03-30 | 1 | -28/+40 |
* | Apply patch from Nils Barth fixing event return values. (#51041) | Owen Taylor | 2001-03-28 | 1 | -31/+31 |
* | 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 | -2/+8 |
* | 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 |
* | 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 | -2/+1 |
* | Use pango_layout_get_pixel_extents() to remove a large number of '/ | Owen Taylor | 2000-07-02 | 1 | -10/+10 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -4/+4 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -26/+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 |
* | 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 |
* | take value_spacing into account for GTK_POS_LEFT. | Tim Janik | 1999-01-22 | 1 | -1/+1 |