| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated. | Owen Taylor | 2001-04-03 | 1 | -10352/+0 |
* | Add GdkEventSetting event for notification of changes to system settings, | Owen Taylor | 2001-04-02 | 1 | -1/+1 |
* | fixed a bunch of notifications, added reference counts around emissions | Tim Janik | 2001-04-01 | 1 | -7/+6 |
* | added value_changed signal which proxies for the adjustment. Cleaned | Mike Kestner | 2001-03-30 | 1 | -1/+33 |
* | Add private function to get the aux info structure fo the widget. | Owen Taylor | 2001-03-29 | 1 | -0/+320 |
* | make motion around the ring much slower but finer-grained (gtk_hsv_focus): | Havoc Pennington | 2001-03-24 | 1 | -0/+2 |
* | fix warnings | Havoc Pennington | 2001-03-24 | 1 | -55/+47 |
* | Add ability to override the focus chain for a container explicitly | Havoc Pennington | 2001-03-22 | 1 | -0/+111 |
* | some cleanups, fixed mnemonic_widget handling, added PROP_MNEMONIC_WIDGET. | Tim Janik | 2001-03-22 | 1 | -4/+0 |
* | Add support for stock and normal imagemenuitems. | Alexander Larsson | 2001-03-21 | 1 | -72/+164 |
* | Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removed | Alexander Larsson | 2001-03-21 | 1 | -23/+20 |
* | Handle quoting of / with \; properly handle __ in paths, quote " and \n in | Owen Taylor | 2001-03-19 | 1 | -21/+32 |
* | re-enabled event watcher emission hooks. | Tim Janik | 2001-03-08 | 1 | -11/+10 |
* | uglify so that size request gets tested. | Havoc Pennington | 2001-03-08 | 1 | -4/+3 |
* | removed old emission hook API. | Tim Janik | 2001-03-07 | 1 | -4/+4 |
* | remove trailer (gtk_entry_set_property): remove trailer | Havoc Pennington | 2001-03-07 | 1 | -1/+35 |
* | new function, turns off decorations for a window. | Havoc Pennington | 2001-03-07 | 1 | -2/+4 |
* | marshaller fixes. | Tim Janik | 2001-03-07 | 1 | -98/+100 |
* | use _gdk_region_get_xrectangles() | Havoc Pennington | 2001-03-02 | 1 | -4/+63 |
* | test the window state stuff | Havoc Pennington | 2001-02-27 | 1 | -0/+194 |
* | Changed name to be set_cell_data_func to make it clear what the functino | Jonathan Blandford | 2001-02-21 | 1 | -4/+0 |
* | test was backward, so deprecated functions were excluded by default | Havoc Pennington | 2001-02-19 | 1 | -0/+21 |
* | convert the X coordinates so they're with respect to the line, rather than | Havoc Pennington | 2001-02-17 | 1 | -0/+77 |
* | fix bug where it always set the foreground, even if we were only using a | Havoc Pennington | 2001-02-13 | 1 | -1/+13 |
* | better error message if you try to add a widget to a bin that already has | Havoc Pennington | 2001-02-09 | 1 | -1/+14 |
* | removed gtk_signal_init() compat define. | Tim Janik | 2001-02-04 | 1 | -3/+6 |
* | CVS is doing its broken pipe thing, this is more of the previous commit | Havoc Pennington | 2001-02-03 | 1 | -26/+0 |
* | Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat(). | Owen Taylor | 2001-02-02 | 1 | -0/+10 |
* | bracket in #ifdef GTK_ENABLE_BROKEN. | Havoc Pennington | 2001-01-31 | 1 | -0/+1 |
* | adapt to handle PangoColor | Havoc Pennington | 2001-01-26 | 1 | -3/+58 |
* | Splitted gtk_image_clear into gtk_image_clear() and gtk_image_reset(). | 4 | 2001-01-24 | 1 | -0/+2 |
* | Add two virtualized functions gdk_drawable_get_clip_region - to get the | Owen Taylor | 2000-12-15 | 1 | -2/+2 |
* | get rid of object_signal:: GtkObject argument uses, use GObject | Tim Janik | 2000-12-12 | 1 | -6/+18 |
* | Add a function to determine if a window is the focus widget within its | Owen Taylor | 2000-12-11 | 1 | -22/+48 |
* | Draw underlines one pixel higher. | Havoc Pennington | 2000-11-15 | 1 | -1/+1 |
* | Add an "invisible_char" argument to set the char displayed when visibility | Havoc Pennington | 2000-11-13 | 1 | -1/+18 |
* | Fix problem with using result of g_get_charset() backwards - pointed out | Owen Taylor | 2000-11-12 | 1 | -3/+11 |
* | Make parent_class static. | Owen Taylor | 2000-11-12 | 1 | -4/+7 |
* | Add note about GtkMenuPositionFunc API changes. | Alexander Larsson | 2000-11-08 | 1 | -13/+14 |
* | provide a toggle button to temporarily disable position recording in the | Tim Janik | 2000-11-05 | 1 | -0/+16 |
* | had a test backward | Havoc Pennington | 2000-11-02 | 1 | -1/+1 |
* | Test set_markup_with_accel() | Havoc Pennington | 2000-11-01 | 1 | -15/+24 |
* | New function to create a pixbuf pointing to a subregion of another pixbuf. | Havoc Pennington | 2000-11-01 | 1 | -3/+26 |
* | Re-enable the "find" dialog | Havoc Pennington | 2000-10-24 | 1 | -0/+318 |
* | gtk/makefile.mingw.in Updates. | Tor Lillqvist | 2000-10-22 | 1 | -0/+4 |
* | create some stock buttons with the default accel group (create_image): | Havoc Pennington | 2000-10-20 | 1 | -12/+122 |
* | Replaced with GTK_TREE_SELECTION_OLD to prevent conflict with | Jonathan Blandford | 2000-10-06 | 1 | -4/+4 |
* | Doc comment fixing. (Mostly non-matching parameter names.) | Owen Taylor | 2000-09-07 | 1 | -2/+2 |
* | Fix double free of font desc. | Owen Taylor | 2000-08-22 | 1 | -2/+0 |
* | Add gtk_widget_modify_{fg,bg,text,base,font}. | Owen Taylor | 2000-08-22 | 1 | -0/+120 |