| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Apply property patch from Lee Mallabone | Havoc Pennington | 2001-03-23 | 1 | -33/+56 |
* | Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and removed | Alexander Larsson | 2001-03-21 | 1 | -45/+31 |
* | Applied patch from Nils Barth (bug # 51041) to replace "gint" with | Havoc Pennington | 2001-03-16 | 1 | -5/+5 |
* | Document expose event->region change and that gtk_widget_event doesn't | Alexander Larsson | 2001-03-09 | 1 | -10/+5 |
* | Add animation of activation by, on activate, pressing the button, and | Owen Taylor | 2001-03-06 | 1 | -4/+116 |
* | Remove draw_focus and draw_default (gtk_widget_draw_focus): remove this | Havoc Pennington | 2001-02-28 | 1 | -50/+0 |
* | Fix syntax error introduced with earlier commit) (pointed out by Ollie | Owen Taylor | 2001-02-06 | 1 | -5/+1 |
* | doh, this was broken beyond believe. | Tim Janik | 2000-12-13 | 1 | -29/+28 |
* | Remove "draw" virtual method and signal | Havoc Pennington | 2000-12-04 | 1 | -30/+0 |
* | urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if | Tim Janik | 2000-10-25 | 1 | -6/+6 |
* | Move more text widget headers into the private header list | Havoc Pennington | 2000-09-26 | 1 | -1/+92 |
* | 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 | -12/+12 |
* | (follow-on from previous commit) | Elliot Lee | 2000-06-20 | 1 | -1/+1 |
* | documented necessary changes for 1.4 transition. | Tim Janik | 2000-05-12 | 1 | -15/+15 |
* | Adapt cast macros to standard. | Raja R Harinath | 1999-11-22 | 1 | -1/+1 |
* | Added notice to look in AUTHORS and ChangeLog files for a list of changes. | CST 1999 Shawn T. Amundson | 1999-02-24 | 1 | -0/+8 |
* | Fixed some bugs with set_default_size. | Owen Taylor | 1999-02-10 | 1 | -3/+5 |
* | set RECEIVES_DEFAULT on init, and a button press on the widget doesn't | George Lebl | 1999-01-25 | 1 | -3/+1 |
* | Code cleanup. | Owen Taylor | 1999-01-21 | 1 | -5/+5 |
* | gtk/gtkbutton.c gtk/gtkclist.c gtk/gtkhandlebox.c gtk/gtkframe.c | Owen Taylor | 1999-01-14 | 1 | -6/+6 |
* | s/(enter|leave)_button/$1/g, since pthreads.h no longer conflicts | Manish Singh | 1998-12-19 | 1 | -4/+4 |
* | rm -rf intl breaks --disable-nls, put it back | Manish Singh | 1998-12-17 | 1 | -4/+4 |
* | Added gdk_text_extents_wc() | Owen Taylor | 1998-12-15 | 1 | -1/+1 |
* | made GtkMenuItem::activate a GTK_RUN_ACTION signal. | Tim Janik | 1998-12-13 | 1 | -1/+16 |
* | I submitted this patch twice to gtk-devel-list, and received no comments, | Elliot Lee | 1998-11-30 | 1 | -1/+1 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -184/+56 |
* | Use common marshalling routines instead of having widget-private ones. It | Elliot Lee | 1998-07-21 | 1 | -5/+5 |
* | don't destroy a buttons child if it isn't a label. | Tim Janik | 1998-07-14 | 1 | -8/+10 |
* | handle GTK_RELIEF_HALF, which was introduced to keep either | Tim Janik | 1998-07-08 | 1 | -6/+18 |
* | totaly binary incomnpatible change: | Tim Janik | 1998-07-07 | 1 | -117/+26 |
* | changed reversed_[12] to reserved_[12] in gtk_*_get_type functions. | Tim Janik | 1998-07-04 | 1 | -2/+2 |
* | call the base class init fucntions from all parent types upon class | Tim Janik | 1998-06-28 | 1 | -7/+19 |
* | Remove --g-fatal-warnings flag from argv. | Owen Taylor | 1998-06-19 | 1 | -3/+0 |
* | boy! did i really modify that many files? | Tim Janik | 1998-06-16 | 1 | -3/+35 |
* | typedef gint gboolean; this is needed to provide portability with | Tim Janik | 1998-05-14 | 1 | -0/+1 |
* | (James A <jamesa@demon.net> : gtk-jamesa-980511-4.patch) | Owen Taylor | 1998-05-12 | 1 | -6/+39 |
* | reimplemented the signal storage system to use a linear array rather than | Tim Janik | 1998-05-06 | 1 | -2/+2 |
* | configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on | Owen Taylor | 1998-05-03 | 1 | -14/+92 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |
* | Removed, because that's what a NULL comparison function means. And it | Owen Taylor | 1998-04-07 | 1 | -4/+4 |
* | gtk_button_remove(): When removing a child widget from a button, we don't | Elliot Lee | 1998-04-07 | 1 | -1/+4 |
* | Take border in account properly. | Owen Taylor | 1998-04-06 | 1 | -6/+6 |
* | Fixed assignment of adjustment->value to negative values. Moved a few | Owen Taylor | 1998-04-05 | 1 | -1/+4 |
* | More extensive debugging output | Owen Taylor | 1998-04-03 | 1 | -8/+8 |
* | always display the correct active state. | Tim Janik | 1998-03-26 | 1 | -6/+6 |
* | /home/otaylor/commit | Owen Taylor | 1998-03-24 | 1 | -6/+14 |
* | made the <widget>_signals[] arrays of type guint rather than gint. made | Tim Janik | 1998-03-09 | 1 | -1/+1 |
* | present the argument access masks on their announcement. | Tim Janik | 1998-02-19 | 1 | -1/+1 |
* | attach/detach to menu widget via | Tim Janik | 1998-02-03 | 1 | -0/+1 |