| Commit message (Expand) | Author | Age | Files | Lines |
* | Make it compile | Matthias Clasen | 2005-08-20 | 1 | -4/+4 |
* | Don't queue a draw if the layout has not changed. (#313991, Benjamin Berg) | Matthias Clasen | 2005-08-20 | 1 | -6/+42 |
* | Handle broken grabs. | Matthias Clasen | 2005-06-30 | 1 | -0/+22 |
* | Use canonical names for g_object_notify() as well. | Matthias Clasen | 2005-03-26 | 1 | -7/+7 |
* | Stop scrolling when the widget is unmapped. (#168791, Ryan Lortie) | Matthias Clasen | 2005-03-22 | 1 | -2/+5 |
* | Define macros GTK_PARAM_READABLE, GTK_PARAM_WRITABLE, GTK_PARAM_READWRITE | Matthias Clasen | 2005-03-22 | 1 | -9/+10 |
* | Make PLT-reduction work with gcc4, and don't include everything in | Matthias Clasen | 2005-03-20 | 1 | -1/+4 |
* | More canonical property names. | Matthias Clasen | 2005-03-09 | 1 | -7/+7 |
* | Make power a double. (gtk_range_class_init): s/digits/decimal digits/ in | Matthias Clasen | 2004-11-10 | 1 | -3/+3 |
* | Replace a really gross way of rounding to a specified number of digits. | Matthias Clasen | 2004-10-06 | 1 | -5/+8 |
* | Remove unnecessary g_return_if_fail()s from virtual functions. (#153469, | Matthias Clasen | 2004-09-22 | 1 | -4/+0 |
* | fix gtk_range_real_change_value args. Addresses part of #152518. | Manish Singh | 2004-09-13 | 1 | -6/+4 |
* | Provide information about how an adjustment change in a range widget | Matthias Clasen | 2004-08-27 | 1 | -15/+78 |
* | 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 |
* | New internal function returning a good step value for the mouse wheel. For | Soeren Sandmann | 2004-02-29 | 1 | -9/+39 |
* | The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and | Matthias Clasen | 2004-01-16 | 1 | -18/+18 |
* | Undo the last change, since it broke logical keynav. Fix stepper direction | Matthias Clasen | 2003-12-13 | 1 | -31/+16 |
* | Fix direction of steppers in inverted scrollbars. (#129084, Olexiy | Matthias Clasen | 2003-12-11 | 1 | -9/+38 |
* | brooooooooken pipe. | Kristian Rietveld | 2003-09-03 | 1 | -2/+2 |
* | remove GDK_EXPOSURE_MASK for INPUT_ONLY window same same same same | Soeren Sandmann | 2003-07-08 | 1 | -2/+1 |
* | Fix the previous commit. | Matthias Clasen | 2003-03-29 | 1 | -1/+1 |
* | Fixes for bug #56248: | Matthias Clasen | 2003-03-29 | 1 | -15/+37 |
* | Deprecation cleanup | Manish Singh | 2002-10-04 | 1 | -33/+35 |
* | Mark abstract types as G_TYPE_FLAG_ABSTRACT. (#72383) | Matthias Clasen | 2002-09-21 | 1 | -9/+12 |
* | Handle inverted ranges correctly (#85436, fix from Norihiro UMEDA) | Owen Taylor | 2002-07-30 | 1 | -6/+9 |
* | Fix memory leak. (Patch from Matthias Clasen, #84926) | Owen Taylor | 2002-06-12 | 1 | -0/+3 |
* | Fix a missed check for division by zero. (#77820, Gareth Pearce) | Owen Taylor | 2002-05-16 | 1 | -1/+5 |
* | Avoid a possible division by zero. (#77820) | Matthias Clasen | 2002-04-25 | 1 | -2/+6 |
* | Robustify tracking of pointer grab window. | Owen Taylor | 2002-03-02 | 1 | -3/+17 |
* | if CAN_FOCUS reserve focus_line_width + focus_line_pad extra space and | Owen Taylor | 2002-02-27 | 1 | -5/+28 |
* | After computing the clamped value, actually set it. (#62639, Sergey | Owen Taylor | 2002-02-27 | 1 | -3/+5 |
* | Draw arrows better (without extra baseline) | Soeren Sandmann | 2002-02-26 | 1 | -10/+71 |
* | Applied patch from Thomas Leonard to make stepper click to scroll take | Owen Taylor | 2002-02-23 | 1 | -24/+7 |
* | add new signal 'adjust_bounds' to potentialy change the bounds before | Jody Goldberg | 2002-02-15 | 1 | -1/+14 |
* | Remove excess calls to g_return_if_fail from static and virtual functions. | Matthias Clasen | 2002-01-30 | 1 | -68/+11 |
* | General property notification cleanup. | Matthias Clasen | 2002-01-28 | 1 | -1/+1 |
* | don't cast a possible NULL pointer. | Tim Janik | 2002-01-09 | 1 | -1/+1 |
* | check for 0 value on the denominator in the horizontal case just like we | George Lebl | 2001-12-09 | 1 | -4/+5 |
* | Make button 1 clicks on the trough do pages, button 3 steps. (Patch from | Owen Taylor | 2001-12-06 | 1 | -2/+2 |
* | Patch from Bill Haneman (with many modifications) to make the focus color | Owen Taylor | 2001-12-04 | 1 | -2/+1 |
* | put the warning explaining the validation error in front of the | Havoc Pennington | 2001-11-28 | 1 | -1/+1 |
* | Offset invalidated range correctly. Fix scrolling of title window. | Owen Taylor | 2001-11-23 | 1 | -2/+2 |
* | Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2; | Owen Taylor | 2001-11-17 | 1 | -2/+3 |
* | Cal gdk_window_invalidate_maybe_recurse() for recursion. (Soeren Sandmann) | Owen Taylor | 2001-11-15 | 1 | -24/+84 |
* | Patch from George Lebl to fix division by zero for full scroll bars. | Owen Taylor | 2001-11-02 | 1 | -2/+3 |
* | Patch from Matthias Clasen to remove remove all instances of | Owen Taylor | 2001-07-18 | 1 | -6/+0 |
* | add GDK_THREADS_ENTER/GDK_THREADS_LEAVE. (gtk_range_calc_layout): compute | Tim Janik | 2001-07-14 | 1 | -18/+36 |
* | Add missing case. | Owen Taylor | 2001-07-12 | 1 | -4/+10 |
* | fixes to compile with G_DISABLE_COMPAT | Havoc Pennington | 2001-06-29 | 1 | -16/+16 |