summaryrefslogtreecommitdiff
path: root/gtk/gtkeditable.c
Commit message (Expand)AuthorAgeFilesLines
* Use common marshalling routines instead of having widget-private ones. ItElliot Lee1998-07-211-90/+16
* signdness corrections all ove the place. implementation of objectTim Janik1998-07-161-18/+148
* changed reversed_[12] to reserved_[12] in gtk_*_get_type functions.Tim Janik1998-07-041-2/+2
* call the base class init fucntions from all parent types upon classTim Janik1998-06-281-2/+3
* Remove --g-fatal-warnings flag from argv.Owen Taylor1998-06-191-39/+258
* Revert, as per Owen's requestElliot Lee1998-05-251-94/+5
* Make GtkEditable use signals instead of calling klass->... for stuff. Could s...Elliot Lee1998-05-241-5/+94
* Added style_set handler.Owen Taylor1998-05-221-2/+98
* configure.in acheader.h gdk/gdkwindow.c Check for Shape extension both onOwen Taylor1998-05-031-1/+1
* Changed LGPL address for FSF in all .h and .c filesPDT 1998 Shawn T. Amundson1998-04-131-2/+3
* Picky --enable-ansi cleanups.Owen Taylor1998-04-101-1/+1
* Try to guess if we can use the mb* functions safely. (For glibc, they doOwen Taylor1998-03-171-2/+3
* Merging release_1_0 changes into the main tree.Owen Taylor1998-03-101-2/+3
* commiting changes from owen:Owen Taylor1998-03-101-134/+31
* made the <widget>_signals[] arrays of type guint rather than gint. madeTim Janik1998-03-091-7/+7
* Change has_selection to always be set in claim_selection()Owen Taylor1998-03-081-0/+2
* Disallow pasting into non-editable widgets.Owen Taylor1998-03-071-4/+11
* gtk/gtkentry.c gtk/gtktext.c gtkeditable.[ch]Owen Taylor1998-03-011-6/+6
* gtk/gtkentry.[ch] gtk/gtktext.[ch] gtkeditable.[ch]Owen Taylor1998-03-011-18/+20
* gtk/gtkentry.[ch] gtktext.c gtkeditable.[ch]Owen Taylor1998-03-011-0/+664