summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Initial commit for iso8859-1 fonts.Paul Fisher1999-10-071-0/+28
|
* Switch to GtkLayout.Paul Fisher1999-10-045-35/+50
|
* Remove unnecessary checkResize.Paul Fisher1999-10-041-12/+0
|
* Kinda make FileDialog go.Paul Fisher1999-10-042-7/+35
|
* Kinda make the FileDialog go, while breaking Dialog.Paul Fisher1999-10-043-28/+25
|
* removed bogus classes.Jochen Hoenicke1999-10-042-14/+0
|
* (setBounds): Add note to fix.Paul Fisher1999-10-041-0/+2
|
* Handle Insets.Paul Fisher1999-10-0413-55/+429
|
* (create): Handle separators properly.Paul Fisher1999-10-021-1/+6
|
* (addSeparator): create a MenuItem with "-" as the label.Paul Fisher1999-10-021-0/+48
|
* Add CheckboxMenuItem support.Paul Fisher1999-10-025-9/+94
|
* Add basic menu support.Paul Fisher1999-10-0210-55/+294
|
* Use a GtkCList instead of a GtkList.Paul Fisher1999-10-011-118/+58
|
* updated to version 1.4 automakeBrian Jones1999-09-292-47/+134
|
* Unicode 3.0 database supportBrian Jones1999-09-202-0/+0
|
* Unicode 3.0 databaseBrian Jones1999-09-203-5/+10654
|
* removedBrian Jones1999-09-2055-3331/+0
|
* support for jikesBrian Jones1999-09-193-3/+46
|
* no longer neededBrian Jones1999-09-151-32/+0
|
* updates for libgtk libglib gtkpeersBrian Jones1999-09-153-2/+44
|
* # initial checkinBrian Jones1999-09-151-0/+18
|
* #stubs...Brian Jones1999-09-1525-0/+957
|
* Initial CheckinAaron M. Renn1999-09-121-0/+111
|
* Initial CheckinAaron M. Renn1999-09-121-0/+247
|
* Initial CheckinAaron M. Renn1999-09-121-0/+296
|
* Modified interface for GNU PopupMenu implementationAaron M. Renn1999-09-101-1/+1
|
* Initial CheckinAaron M. Renn1999-09-101-0/+106
|
* Add needed methodsAaron M. Renn1999-09-101-0/+2
|
* Initial CheckinAaron M. Renn1999-09-101-0/+380
|
* # fixed automake warningsBrian Jones1999-09-095-70/+17
|
* *** empty log message ***Brian Jones1999-09-091-1/+5
|
* updated to libtool 1.3bBrian Jones1999-09-092-1969/+4835
|
* Initial CheckinAaron M. Renn1999-09-091-0/+406
|
* Initial CheckinAaron M. Renn1999-09-071-0/+174
|
* Initial CheckinAaron M. Renn1999-09-071-0/+296
|
* Initial CheckinAaron M. Renn1999-09-061-0/+556
|
* Initial CheckinAaron M. Renn1999-09-051-0/+522
|
* Initial CheckinAaron M. Renn1999-09-051-0/+513
|
* Initial CheckinAaron M. Renn1999-09-051-0/+88
|
* Initial CheckinAaron M. Renn1999-09-052-0/+512
|
* Initial CheckinAaron M. Renn1999-09-021-0/+395
|
* Initial CheckinAaron M. Renn1999-09-011-0/+290
|
* Oops, add layout managerAaron M. Renn1999-08-311-0/+2
|
* Initial CheckinAaron M. Renn1999-08-311-0/+267
|
* Initial CheckinAaron M. Renn1999-08-311-0/+397
|
* newPermissionCollection() uses a hashtable to store permissions. This shouldJochen Hoenicke1999-08-261-12/+36
| | | | make huge PermissionCollections with few wildcards more efficient.
* simplified implies (use the information about wildcard positions).Jochen Hoenicke1999-08-261-39/+80
| | | | newPermissionCollection added.
* added a script to transform the timezone sources (as used by glibc) toJochen Hoenicke1999-08-261-0/+338
| | | | commands that fill the hashtable in java/util/TimeZone.java
* The default timezones are now stored in a hashtable along with their aliases.Jochen Hoenicke1999-08-261-135/+769
| | | | | | | | | All timezones added (via a script that transform the standard timezone sources as used by glibc) getDisplayName fully implemented. getTimeZone now always a timezone with the requested ID, or GMT if there is no timezone with that ID. This even applies for aliases. hasSameRules added.
* getDisplayName removed (TimeZone handles it now).Jochen Hoenicke1999-08-261-87/+91
| | | | | | hasSameRules added. toString added. minor changes.