| Commit message (Expand) | Author | Age | Files | Lines |
* | Added style_set handler. | Owen Taylor | 1998-05-22 | 1 | -25/+74 |
* | Try to figure out if this is Digital Unix and we need -std1 to get the | Owen Taylor | 1998-05-10 | 1 | -0/+6 |
* | configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both on | Owen Taylor | 1998-05-03 | 1 | -2/+2 |
* | Changed LGPL address for FSF in all .h and .c files | PDT 1998 Shawn T. Amundson | 1998-04-13 | 1 | -2/+3 |
* | Set a flag so instead of clearing the area in advance. That looked | Owen Taylor | 1998-04-13 | 1 | -1/+1 |
* | Take border in account properly. | Owen Taylor | 1998-04-06 | 1 | -1/+1 |
* | fixed panel allocation and stacking order, fixed the base class | Tim Janik | 1998-04-05 | 1 | -3/+4 |
* | More extensive debugging output | Owen Taylor | 1998-04-03 | 1 | -1/+11 |
* | Add a "style_set" callback, so the font can be changed at run time. | Owen Taylor | 1998-03-31 | 1 | -0/+23 |
* | If the widget is _not_ a descendant of a Window widget, propagate key | Owen Taylor | 1998-03-27 | 1 | -9/+2 |
* | When gtk_widget_draw() is called on a REDRAW_PENDING widget, draw it and | Owen Taylor | 1998-03-26 | 1 | -1/+2 |
* | check for text!=NULL. (gtk_entry_prepend_text): likewise. some else picky | Tim Janik | 1998-03-23 | 1 | -19/+27 |
* | Fixed some problems with !gtk_use_mb introduced in the last change. | Owen Taylor | 1998-03-23 | 1 | -2/+4 |
* | fixes to locale checks | Owen Taylor | 1998-03-22 | 1 | -118/+296 |
* | checked in gtk_entry_set_max_length (it truncates the texts if it's | CET 1998 Paolo Molaro | 1998-03-18 | 1 | -4/+16 |
* | Try to guess if we can use the mb* functions safely. (For glibc, they do | Owen Taylor | 1998-03-17 | 1 | -50/+101 |
* | Some cleanups of signedness warnings | Owen Taylor | 1998-03-14 | 1 | -6/+2 |
* | applied gtk-bolliet-980310-0.patch.gz which adds more checks and | Tim Janik | 1998-03-11 | 1 | -7/+0 |
* | Add gtk_entry_set_max_length() | Elliot Lee | 1998-03-10 | 1 | -0/+6 |
* | Merging release_1_0 changes into the main tree. | Owen Taylor | 1998-03-10 | 1 | -16/+31 |
* | commiting changes from owen: | Owen Taylor | 1998-03-10 | 1 | -46/+61 |
* | made the <widget>_signals[] arrays of type guint rather than gint. made | Tim Janik | 1998-03-09 | 1 | -1/+1 |
* | Unset allocation on unparent, to force reallocation if we get adding back | Owen Taylor | 1998-03-05 | 1 | -8/+11 |
* | Changed 'entry != NULL' to 'editable != NULL' in three spots. | Owen Taylor | 1998-03-02 | 1 | -3/+3 |
* | > - parent_class = gtk_type_class (gtk_widget_get_type ()); | Tim Janik | 1998-03-01 | 1 | -1/+1 |
* | gtk/gtkentry.c gtk/gtktext.c gtkeditable.[ch] | Owen Taylor | 1998-03-01 | 1 | -5/+5 |
* | gtk/gtkentry.[ch] gtk/gtktext.[ch] gtkeditable.[ch] | Owen Taylor | 1998-03-01 | 1 | -31/+40 |
* | gtk/gtkentry.[ch] gtktext.c gtkeditable.[ch] | Owen Taylor | 1998-03-01 | 1 | -622/+282 |
* | Added some support for i18n. The support for input methods, including | Owen Taylor | 1998-02-25 | 1 | -22/+37 |
* | Added a NULL test in gtk_entry_set_text. (Fielded a report on #gimp | scott | 1998-02-21 | 1 | -0/+1 |
* | invoke gtk_entry_grow_text already in this place, so the application will | Tim Janik | 1998-02-17 | 1 | -0/+3 |
* | Change style->white to style->base[] where appropriate. Change the default | Owen Taylor | 1998-02-13 | 1 | -13/+14 |
* | Fixed unrealize handler to comply with the documentation (which mentions | Federico Mena Quintero | 1998-02-12 | 1 | -9/+3 |
* | fixed destroy handler, so it doesn't segfault with the new refcounting | Tim Janik | 1998-02-02 | 1 | -3/+3 |
* | hm, initital refcount revolution commit ;) | Tim Janik | 1998-01-30 | 1 | -6/+5 |
* | gtkbutton.c gtkclist.c gtkdrawingarea.c gtkentry.c gtkeventbox.c | Owen Taylor | 1998-01-18 | 1 | -1/+1 |
* | Applied patch from <lupus@lettere.unipd.it> which adds | CST 1998 Shawn T. Amundson | 1998-01-17 | 1 | -1/+10 |
* | main part for GtkArgSetFunc/GtkArgGetFunc implementation. | Tim Janik | 1998-01-16 | 1 | -1/+2 |
* | Fixed a small memory leak in gtkpaned, and I changed the cursor to a | Jay Painter | 1998-01-15 | 1 | -0/+3 |
* | applied patch to use a backing pixmap for drawing in GtkEntry, which removes | Manish Singh | 1998-01-08 | 1 | -64/+142 |
* | Added gtk_entry_set_editable() | Elliot Lee | 1998-01-07 | 1 | -3/+20 |
* | Fixed problem with deleting while text is selected. | Owen Taylor | 1998-01-06 | 1 | -14/+20 |
* | Added Gordon Matzigkeit's patch for fixed length gtk entry fields | Manish Singh | 1998-01-03 | 1 | -0/+19 |
* | Changes to make word motion work again. | Owen Taylor | 1997-12-07 | 1 | -201/+244 |
* | Various configuration and portability related changes. See ChangeLog | Owen Taylor | 1997-12-03 | 1 | -0/+1 |
* | Patches to support internationalized input by: | Gnome CVS User | 1997-11-27 | 1 | -68/+333 |
* | Initial revision | Elliot Lee | 1997-11-24 | 1 | -0/+1678 |