| Commit message (Expand) | Author | Age | Files | Lines |
* | Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org> | GMT 2000 Tony Gale | 2000-02-29 | 1 | -1/+1 |
* | [ Merges from gtk-1-2 ] | Federico Mena Quintero | 1999-09-28 | 1 | -9/+7 |
* | updates, i left the text widget related portions in there, to serve as a | Tim Janik | 1999-02-25 | 1 | -75/+7 |
* | reverted bogus and undocumented!!! changes from Jay Cox (98/11/23 | Tim Janik | 1998-11-26 | 1 | -2/+0 |
* | Added layout widget for scrolling arbitrarily big areas. Added plug/socket | Owen Taylor | 1998-11-24 | 1 | -4/+0 |
* | minor updates | Tim Janik | 1998-11-23 | 1 | -0/+2 |
* | disconnect hadj & vadj, not 2 * hadj. | Tim Janik | 1998-11-23 | 1 | -2/+3 |
* | crift removal | Tim Janik | 1998-11-19 | 1 | -36/+0 |
* | Merge from themes-2. See the ChangeLog for a somewhat detailed | Owen Taylor | 1998-11-06 | 1 | -36/+28 |
* | Added a modular client-message-filter mechanism, that is used for the DND | Owen Taylor | 1998-10-18 | 1 | -0/+18 |
* | take the left, right, top and bottom attach arguments as mandatory and | Tim Janik | 1998-10-10 | 1 | -8/+12 |
* | Fixed warning message to print out parent class name correctly. | Owen Taylor | 1998-10-08 | 1 | -0/+2 |
* | gtk/gtkcalendar.c: examples/calendar: Added gtkcalendar widget and demo | CDT 1998 Shawn T. Amundson | 1998-09-27 | 1 | -0/+16 |
* | at Sep 12 10:44:06 1998 Owen Taylor <otaylor@redhat.com> | Owen Taylor | 1998-09-12 | 1 | -1/+3 |
* | Reference count the fonts used in the text widget. | Owen Taylor | 1998-08-25 | 1 | -0/+2 |
* | version bump to 1.1.1, binary age 0, interface age 0. pass "gmodule" to | Tim Janik | 1998-08-17 | 1 | -2/+0 |
* | Added focus handling, horizontal and vertical autoscrolling, extended | Lars Hamann | 1998-07-15 | 1 | -8/+0 |
* | deleted most of the argument handling code, since that is now implemented | Tim Janik | 1998-07-09 | 1 | -2/+4 |
* | totaly binary incomnpatible change: | Tim Janik | 1998-07-07 | 1 | -3/+0 |
* | minor updates. | Tim Janik | 1998-06-30 | 1 | -17/+5 |
* | TODO | Stefan Jeske | 1998-06-16 | 1 | -0/+4 |
* | fixed an assertment. | Tim Janik | 1998-06-07 | 1 | -2/+7 |
* | new file, gdatasets implement the object data mechanism from GtkObject. a | Tim Janik | 1998-05-11 | 1 | -0/+4 |
* | Feature request ;) | Manish Singh | 1998-05-05 | 1 | -0/+3 |
* | Minor additions and fixes | Owen Taylor | 1998-04-14 | 1 | -1/+6 |
* | Set a flag so instead of clearing the area in advance. That looked | Owen Taylor | 1998-04-13 | 1 | -0/+5 |
* | Extended for the 1.0 release. Eliminated the "before 1.0" section | Owen Taylor | 1998-04-10 | 1 | -69/+62 |
* | (Found by Mattias.Gronlund" <Mattias.Gronlund@sa.erisoft.se>) | Owen Taylor | 1998-04-09 | 1 | -0/+3 |
* | Removed, because that's what a NULL comparison function means. And it | Owen Taylor | 1998-04-07 | 1 | -2/+17 |
* | changes to follow | Owen Taylor | 1998-04-03 | 1 | -2/+17 |
* | If the widget is _not_ a descendant of a Window widget, propagate key | Owen Taylor | 1998-03-27 | 1 | -14/+21 |
* | always display the correct active state. | Tim Janik | 1998-03-26 | 1 | -0/+7 |
* | check for text!=NULL. (gtk_entry_prepend_text): likewise. some else picky | Tim Janik | 1998-03-23 | 1 | -6/+3 |
* | Added note about word wrapping. | Owen Taylor | 1998-03-23 | 1 | -0/+17 |
* | leave container_class->add and container_class->remove untouched if we | Tim Janik | 1998-03-23 | 1 | -5/+0 |
* | fixes to locale checks | Owen Taylor | 1998-03-22 | 1 | -4/+1 |
* | forgot the ChangeLog ;((( | Tim Janik | 1998-03-22 | 1 | -2/+2 |
* | use the resize queue. | Tim Janik | 1998-03-18 | 1 | -5/+3 |
* | Moved glibconfig.h to $pkglibdir/include. Update to libtool-1.1. | Owen Taylor | 1998-03-14 | 1 | -0/+5 |
* | applied gtk-shige-980311-0.patch.gz, which removes the erronerous | Tim Janik | 1998-03-12 | 1 | -8/+0 |
* | commiting changes from owen: | Owen Taylor | 1998-03-10 | 1 | -35/+7 |
* | - Show selection correctly when starting selection with arrows | Owen Taylor | 1998-03-08 | 1 | -0/+12 |
* | applied a bunch of patches and removed all the printfs that | Tim Janik | 1998-03-08 | 1 | -10/+5 |
* | Disallow pasting into non-editable widgets. | Owen Taylor | 1998-03-07 | 1 | -2/+7 |
* | minor todo updates that i'll hopefully get around at the weekend ;) | Tim Janik | 1998-03-06 | 1 | -1/+7 |
* | Unset allocation on unparent, to force reallocation if we get adding back | Owen Taylor | 1998-03-05 | 1 | -1/+28 |
* | oh, boy, world can be so crude!GTK_0_99_4 | Tim Janik | 1998-03-02 | 1 | -0/+2 |
* | -timj | Tim Janik | 1998-03-01 | 1 | -1/+7 |
* | gtk/gtkentry.[ch] gtk/gtktext.[ch] gtkeditable.[ch] | Owen Taylor | 1998-03-01 | 1 | -0/+60 |
* | gtk/gtkentry.[ch] gtktext.c gtkeditable.[ch] | Owen Taylor | 1998-03-01 | 1 | -0/+31 |