| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | fixes to compile with G_DISABLE_COMPAT | Havoc Pennington | 2001-06-29 | 1 | -7/+7 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 1 | -91/+104 |
* | Use new pango_context_get_metrics() to fix problems with font lists in | Owen Taylor | 2001-06-26 | 1 | -7/+4 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -0/+129 |
* | make maximum digits compile time configurable via MAX_DIGITS and up to 20. | Tim Janik | 2001-06-20 | 1 | -7/+7 |
* | Add missing gdk_rectangle_get_type() prototype. | Owen Taylor | 2001-06-14 | 1 | -6/+6 |
* | clamp the value to the range that was set | Havoc Pennington | 2001-06-05 | 1 | -3/+14 |
* | Get rid of stupid g_return_if_fail on digits greater than 6. If there | Havoc Pennington | 2001-06-04 | 1 | -14/+7 |
* | Convert GtkArgs to GParams. Based on patch by John Margaglione. Also do | Alexander Larsson | 2001-05-18 | 1 | -100/+197 |
* | New default theme! A slighly improved version of the 2.0 Raleigh theme, | Owen Taylor | 2001-05-01 | 1 | -1/+1 |
* | Add GdkEventSetting event for notification of changes to system settings, | Owen Taylor | 2001-04-02 | 1 | -7/+7 |
* | Applied patch from Ron Steinke to add signal accumulators so that signals | Owen Taylor | 2001-04-02 | 1 | -6/+7 |
* | added value_changed signal which proxies for the adjustment. Cleaned | Mike Kestner | 2001-03-30 | 1 | -11/+199 |
* | make this somewhat key-navigable | Havoc Pennington | 2001-03-24 | 1 | -2/+4 |
* | Handle quoting of / with \; properly handle __ in paths, quote " and \n in | Owen Taylor | 2001-03-19 | 1 | -27/+27 |
* | added rc-style argument GtkSpinButton::shadow_type. removed | Tim Janik | 2001-03-18 | 1 | -29/+25 |
* | uglify so that size request gets tested. | Havoc Pennington | 2001-03-08 | 1 | -5/+37 |
* | remove trailer (gtk_entry_set_property): remove trailer | Havoc Pennington | 2001-03-07 | 1 | -3/+10 |
* | doh, this was broken beyond believe. | Tim Janik | 2000-12-13 | 1 | -2/+0 |
* | Fix link to PNG home, remove reference to fribidi. | Owen Taylor | 2000-12-05 | 1 | -3/+3 |
* | Remove "draw" virtual method and signal | Havoc Pennington | 2000-12-04 | 1 | -37/+16 |
* | Connect to the "changed" callback of the adjustment. We need to redraw the | Federico Mena Quintero | 2000-11-27 | 1 | -0/+20 |
* | Make parent_class static. | Owen Taylor | 2000-11-12 | 1 | -27/+18 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -1/+1 |
* | Doc comment fixing. (Mostly non-matching parameter names.) | Owen Taylor | 2000-09-07 | 1 | -3/+3 |
* | applied patch from Andreas Persenius <ndap@swipnet.se> that updates the | Tim Janik | 2000-07-26 | 1 | -4/+4 |
* | Make this compile without framebuffer enabled | Havoc Pennington | 2000-06-20 | 1 | -21/+21 |
* | Remove all references to offscreen flag which was no longer used. | Havoc Pennington | 2000-06-02 | 1 | -3/+11 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -35/+35 |
* | Merges from gtk-1-2 | Owen Taylor | 2000-03-14 | 1 | -1/+2 |
* | Remove OwnerGrabButtonMask from button entries for GDK_BUTTON_PRESS / | Owen Taylor | 2000-02-18 | 1 | -15/+34 |
* | Added support for wheel mice (buttons 4 and 5). | Stefan Jeske | 1999-11-21 | 1 | -1/+15 |
* | Added two new signals to GtkSpinButton, "input" and "output", to make the | Stefan Jeske | 1999-02-28 | 1 | -77/+142 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+7 |
* | removed extra gtk_spin_button_update calls again. unblock dnd signal | Lars Hamann | 1999-01-23 | 1 | -6/+0 |
* | removed deprecated functions: gtk_clist_set_border, | Tim Janik | 1999-01-17 | 1 | -11/+0 |
* | end drag selections if necessary. | Lars Hamann | 1999-01-11 | 1 | -2/+1 |
* | call gtk_spin_button_update before returning a value | Lars Hamann | 1999-01-08 | 1 | -0/+6 |