| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate Erwann Chenede's multihead changes for the gtk/ directory. | Alex Larsson | 2002-04-29 | 1 | -1/+12 |
* | don't install/change accelerators from locked accel groups. | Tim Janik | 2002-04-16 | 1 | -1/+2 |
* | Switch style of stamp file usage. | Owen Taylor | 2002-03-02 | 1 | -2/+4 |
* | Massive padding addition to class structures. | Owen Taylor | 2002-02-23 | 1 | -4/+8 |
* | Change show_help signal to return gboolean instead of void. This allows | Padraig O'Briain | 2002-02-07 | 1 | -1/+1 |
* | Change popup_menu signal to return gboolean instead of void. This allows | Padraig O'Briain | 2002-02-07 | 1 | -1/+1 |
* | Export gtk_widget_set_accel_path(). | Owen Taylor | 2002-01-30 | 1 | -1/+1 |
* | Consistently use GdkModifierType. (#66950, Mark Patton) | Owen Taylor | 2002-01-30 | 1 | -2/+2 |
* | Use G_TYPE_INSTANCE_GET_INTERFACE. ditto. ditto. ditto. Don't reference | Mike Kestner | 2002-01-09 | 1 | -1/+1 |
* | applied patch from owen to get rid of accel map notifiers. changed things | Tim Janik | 2001-11-20 | 1 | -1/+1 |
* | added gtkaccelmap.sgml. other updates. | Tim Janik | 2001-11-13 | 1 | -23/+6 |
* | Add a function gdk_window_invalidate_maybe_recurse() for use in "shallow | Owen Taylor | 2001-11-04 | 1 | -19/+21 |
* | Add a utility function to translate coordinates relative to one widget's | Owen Taylor | 2001-10-16 | 1 | -0/+7 |
* | Add xgettext:no-c-format comment to to handle '99% of the time. (#60473, | Owen Taylor | 2001-09-19 | 1 | -3/+0 |
* | Make the default default colormap the GdkRGB colormap, not the system | Owen Taylor | 2001-09-07 | 1 | -0/+2 |
* | Really remove set_default_style(). | Owen Taylor | 2001-08-19 | 1 | -1/+0 |
* | Add some compat macros for push/pop/set_visual that were supposed to be | Owen Taylor | 2001-08-11 | 1 | -0/+6 |
* | fix a typo. | Havoc Pennington | 2001-08-10 | 1 | -0/+10 |
* | Enforce the widget/child realization/mapping invariants. | Owen Taylor | 2001-07-19 | 1 | -0/+4 |
* | Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)), not | Owen Taylor | 2001-07-05 | 1 | -2/+4 |
* | Remove change check for GTK_TYPE_OBJECT derivation to G_TYPE_OBJECTS - | Owen Taylor | 2001-07-01 | 1 | -1/+2 |
* | Allow %NULL for style to mean "revert to default style" | Owen Taylor | 2001-06-30 | 1 | -4/+8 |
* | Clip the retrieved image data to the screen, using a server grab to avoid | Havoc Pennington | 2001-06-29 | 1 | -1/+15 |
* | Fix stupid error introduced last night that was making things decidedly | Owen Taylor | 2001-06-24 | 1 | -0/+4 |
* | fix PROP_EVENTS. | Tim Janik | 2001-06-19 | 1 | -1/+13 |
* | Add a GtkWindowGroup struct that allows grouping together multiple windows | Owen Taylor | 2001-06-14 | 1 | -0/+2 |
* | geez, don't call g_list funcs on GSList | Havoc Pennington | 2001-06-08 | 1 | -1/+5 |
* | Deprecate gtk_widget_set(). | Owen Taylor | 2001-06-05 | 1 | -0/+2 |
* | Add dependency on Atk for accessibility support. | Owen Taylor | 2001-05-03 | 1 | -2/+11 |
* | Add boxed type for GtkRequistion. Use it for ::size-request. | Owen Taylor | 2001-04-02 | 1 | -0/+3 |
* | got rid of gtk_widget_popup(), a function that bad needs to be nuked, not | Tim Janik | 2001-04-01 | 1 | -5/+2 |
* | Add private function to get the aux info structure fo the widget. | Owen Taylor | 2001-03-29 | 1 | -0/+4 |
* | Add missing NULL on valist. | Owen Taylor | 2001-03-29 | 1 | -1/+4 |
* | c++ fixes. | Tim Janik | 2001-03-28 | 1 | -2/+2 |
* | Apply patch from Nils Barth fixing event return values. (#51041) | Owen Taylor | 2001-03-28 | 1 | -55/+55 |
* | some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET. | Tim Janik | 2001-03-22 | 1 | -3/+6 |
* | Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removed | Alexander Larsson | 2001-03-21 | 1 | -0/+6 |
* | added rc-style argument GtkSpinButton::shadow_type. removed | Tim Janik | 2001-03-18 | 1 | -11/+29 |
* | change to use gint instead of gint16, to avoid overflow issues, since | Havoc Pennington | 2001-03-16 | 1 | -4/+4 |
* | Applied patch from Nils Barth (bug # 51041) to replace "gint" with | Havoc Pennington | 2001-03-16 | 1 | -2/+2 |
* | Switch to using an enum with registration for icon sizes, instead of | Havoc Pennington | 2001-03-12 | 1 | -1/+1 |
* | Document expose event->region change and that gtk_widget_event doesn't | Alexander Larsson | 2001-03-09 | 1 | -0/+4 |
* | Make G_CONST_RETURN. | Owen Taylor | 2001-03-08 | 1 | -1/+2 |
* | marshaller fixes. | Tim Janik | 2001-03-07 | 1 | -4/+0 |
* | Remove draw_focus and draw_default (gtk_widget_draw_focus): remove this | Havoc Pennington | 2001-02-28 | 1 | -4/+0 |
* | test the window state stuff | Havoc Pennington | 2001-02-27 | 1 | -1/+3 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 1 | -4/+8 |
* | doh, this was broken beyond believe. | Tim Janik | 2000-12-13 | 1 | -14/+2 |
* | Add a function to determine if a window is the focus widget within its | Owen Taylor | 2000-12-11 | 1 | -0/+1 |
* | Fix link to PNG home, remove reference to fribidi. | Owen Taylor | 2000-12-05 | 1 | -1/+1 |