| Commit message (Expand) | Author | Age | Files | Lines |
* | More build fixes | Matthias Clasen | 2005-04-07 | 1 | -3/+3 |
* | Make it compile | Matthias Clasen | 2005-04-07 | 1 | -3/+3 |
* | Use canonical property names for g_object_notify() calls. (#171746, Morten | Matthias Clasen | 2005-04-07 | 1 | -3/+3 |
* | Stop scrolling when the widget is unmapped. (#168791, Ryan Lortie) | Matthias Clasen | 2005-03-22 | 1 | -0/+2 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | Allow min == max. (#158225, Vasco Alexandre da Silva Costa) | Matthias Clasen | 2004-11-14 | 1 | -1/+1 |
* | Share the three copies of get_borders() under the name | Matthias Clasen | 2004-10-08 | 1 | -35/+1 |
* | Add hidden aliases for exported symbols which are used internally in order | Matthias Clasen | 2004-08-09 | 1 | -0/+1 |
* | Install the timeout before changing the value, so that a ::value_changed | Matthias Clasen | 2004-07-16 | 1 | -1/+1 |
* | Make spinbuttons work with negative increments. (#137975, Tim Gerla) | Matthias Clasen | 2004-04-22 | 1 | -2/+9 |
* | Use the same logic as GtkEntry when calculating border width. (#116368, | Matthias Clasen | 2004-03-11 | 1 | -3/+40 |
* | 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 | -17/+17 |
* | Add missing GDK_THREADS_ENTER()/GDK_THREADS_LEAVE(). Cast second argument | Matthias Clasen | 2003-12-17 | 1 | -2/+2 |
* | Merge from stable. | Kristian Rietveld | 2003-08-20 | 1 | -5/+6 |
* | Merged from stable. | Kristian Rietveld | 2003-08-20 | 1 | -1/+1 |
* | Use g_strtod() to cope with C libraries with crippled locale support. | Matthias Clasen | 2003-08-07 | 1 | -1/+1 |
* | Improve docs. (116364, Morten Welinder) | Matthias Clasen | 2003-07-01 | 1 | -1/+1 |
* | Add a blurb for shadow_type. | Matthias Clasen | 2003-06-24 | 1 | -1/+3 |
* | Fixes for bug #56248: | Matthias Clasen | 2003-03-29 | 1 | -8/+18 |
* | Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecated | Matthias Clasen | 2003-02-05 | 1 | -6/+7 |
* | Deprecation cleanup | Manish Singh | 2002-10-10 | 1 | -61/+67 |
* | Remove the check for editable. (Reported by Brent Fox) | Owen Taylor | 2002-09-24 | 1 | -68/+70 |
* | Chain up so that entry->activates_default is honored. (#93865, Pieter | Owen Taylor | 2002-09-24 | 1 | -0/+3 |
* | Patch from Joshua N Pritikin to fix problem where signal connection wasn't | Owen Taylor | 2002-09-23 | 1 | -3/+2 |
* | Handle 0 increment, to fix division-by-zero problem. (#82816, George | Owen Taylor | 2002-06-12 | 1 | -0/+3 |
* | Patch from Erwann Chenede, #73900 fixing a lot of warnings with Forte CC, | Owen Taylor | 2002-03-20 | 1 | -2/+0 |
* | Draw arrows better (without extra baseline) | Soeren Sandmann | 2002-02-26 | 1 | -16/+44 |
* | Many cleanups and fixes. Draw exclusively in expose handler. Feedback when | Soeren Sandmann | 2002-02-20 | 1 | -152/+182 |
* | Convert to using binding set for doing key bindings. (#62622, Requested by | Owen Taylor | 2002-02-08 | 1 | -109/+108 |
* | Remove excess calls to g_return_if_fail from static and virtual functions. | Matthias Clasen | 2002-01-30 | 1 | -71/+8 |
* | Add <Control>Tab bindings for "move-focus" so that Control-Tab to escape | Owen Taylor | 2002-01-29 | 1 | -1/+1 |
* | General property notification cleanup. | Matthias Clasen | 2002-01-28 | 1 | -6/+15 |
* | assert that the passed in arrow is always _UP or _DOWN, this catches false | Tim Janik | 2002-01-25 | 1 | -0/+8 |
* | Stop spinning if widget becomes insensitive. (#56248) | Owen Taylor | 2002-01-23 | 1 | -0/+11 |
* | Decreate value since we now use doubles. | Owen Taylor | 2002-01-23 | 1 | -1/+1 |
* | Stop the timer on destroy, or when we are notified that we are shadowed by | Owen Taylor | 2002-01-16 | 1 | -62/+62 |
* | don't cast a possible NULL pointer. | Tim Janik | 2002-01-09 | 1 | -1/+1 |
* | Patch from Bill Haneman (with many modifications) to make the focus color | Owen Taylor | 2001-12-04 | 1 | -3/+13 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -3/+4 |
* | Clarify that we're returning a spin button in the _new function. This | Anders Carlsson | 2001-10-27 | 1 | -1/+1 |
* | remove ARROW_SIZE constant, use new function spin_button_get_arrow_size() | Kristian Rietveld | 2001-10-21 | 1 | -16/+43 |
* | Don't restrict the width of the spinbutton entry field to 10 digits. | Matthias Clasen | 2001-10-18 | 1 | -2/+5 |
* | move insert_text and delete_text virtual functions to do_insert_text and | Kristian Rietveld | 2001-10-03 | 1 | -7/+24 |
* | Fix incorrect parameter to compute_double_length (#58680, patch from | Owen Taylor | 2001-09-19 | 1 | -1/+1 |
* | Fix up for changes to PangoFontDescription. | Owen Taylor | 2001-09-18 | 1 | -8/+13 |
* | put GtkPacker back in here so it won't be in gtk-unused.txt, but don't put | Havoc Pennington | 2001-09-08 | 1 | -1/+1 |
* | Use GtkType/GType instead of uint. | Alex Larsson | 2001-09-06 | 1 | -1/+1 |
* | coalescing property notifies | Hans Breuer | 2001-08-11 | 1 | -0/+2 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -20/+0 |