Commit Graph

1081 Commits

Author SHA1 Message Date
ray d6052c18cd added methods for integer range and general purpose validation of parameters
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1090 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-04-04 04:19:44 +00:00
mdb 89f7f2370c Fixed a problem with "smart" sizing of multiline labels. User interfaces
are complicated things.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1089 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-04-02 04:04:53 +00:00
mdb 59593f67ad Better error message.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1088 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-04-02 04:01:50 +00:00
ray d0128668b3 added a constructor that takes a dimension
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1087 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-04-01 11:04:18 +00:00
mdb 718cd99144 Made isRunning() public.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1086 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-31 04:09:50 +00:00
mdb c4a8a8c16f Removed pointless fiddling.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1085 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-30 02:26:14 +00:00
mdb 200954fd45 This was just plain wrong.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1084 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-30 02:23:39 +00:00
mdb dde9e484cc Query conditions need to be separated by AND not comma.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1083 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-29 07:43:33 +00:00
mdb 2e4fe14887 New commits address.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1082 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-27 00:19:52 +00:00
ray 0d0bcfe9e1 - display the 'move' cursor while positioning the box
- clicking outside the box centers the box at the click and allows for
  further dragging.
- created paintBackground, paintBox, and setActiveArea methods so that
  the look and behavior can be easily overridden.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1081 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-26 20:38:18 +00:00
ray 746170698a git-svn-id: https://samskivert.googlecode.com/svn/trunk@1080 6335cc39-0255-0410-8fd6-9bcaacd3b74c 2003-03-26 09:27:43 +00:00
mdb 17060cfb2e Don't require jikes by default.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1079 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-23 05:14:07 +00:00
mdb 959e62d355 Compile with deprecation warnings and don't require jikes by default.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1078 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-23 05:13:24 +00:00
mdb e44cec3f21 layout() is deprecated.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1077 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-23 05:12:43 +00:00
mdb ac4b5b065d Nix the usernames and passwords; specify the default rather than the
userdb.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1076 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-23 05:02:31 +00:00
mdb 7477ad017f Ignore the generated API docs directory.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1075 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-23 02:44:48 +00:00
mdb 8009cab663 Did that.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1074 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-23 02:44:10 +00:00
mdb 13f495c0b9 Updated to reflect some narya repackaging; took out custom image loader
because the media services now provide access to unprepared images.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1073 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-23 02:22:51 +00:00
mdb f6bbcd2187 Added another constructor.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1072 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-22 01:20:13 +00:00
mdb 1799d7d06e Added sizeColumnsToContents().
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1071 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-22 00:36:05 +00:00
ray 560ea5ea64 check for ConcurrentModificationException in our iterator's remove().
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1070 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-18 19:50:49 +00:00
mdb e5c11edbe2 Removed checking for commons-lang.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1069 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-17 23:05:17 +00:00
mdb 400b61e34a Redid nestable exceptions using standard Java support for same rather than
Jakarta lang's support. No longer do we depend on Jakarta lang.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1068 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-17 23:01:37 +00:00
ray 6815e27ea1 For adjusts that are edited via a textfield, commit the change when
they lose focus.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1067 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-11 23:08:56 +00:00
mdb 6746ef24de More formatting fiddly.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1066 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-11 01:20:06 +00:00
mdb e38a6af2b2 Use links instead of forms with image submit buttons.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1065 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-11 00:53:40 +00:00
mdb 00eade6333 Formatting tweaks.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1064 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-10 22:54:25 +00:00
ray b0d1381c29 A good-enough-for-now revamp of IntIntMap:
- removed synchronization
- use Iterators instead of Enumerations


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1063 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-10 04:59:20 +00:00
ray 0b1e5a2628 Added getKeys() and getValues() which return int[]s.
Full revamp of this class pending.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1062 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-05 02:51:33 +00:00
mdb 3fed034271 Added toShortArray().
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1061 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-04 19:05:43 +00:00
mdb 469f37d176 Use the relative rather than absolute font sizes.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1060 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-03-03 05:17:34 +00:00
mdb 338080a401 Handy class for keeping a key+value in a sorted list or other set-like
circumstance.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1059 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-02-27 00:43:32 +00:00
mdb 2b4f746c68 Return a stable value for wacky comparisons.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1058 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-02-18 18:30:57 +00:00
mdb 786a189943 Implement Comparable.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1057 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-02-18 18:22:50 +00:00
mdb 3da6133690 Added splice(short[], ...); preserve object array type in append().
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1056 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-02-10 22:01:46 +00:00
mdb c76e944254 Report no such field errors.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1055 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-02-10 22:01:06 +00:00
mdb bf0b4a4999 Add support for parsing shorts.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1054 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-02-06 22:47:41 +00:00
mdb 1e83eecb2a We'll be wantin' the size as well.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1053 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-02-06 20:02:14 +00:00
mdb 375d4f8756 Add primitive iteration capabilities.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1052 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-02-06 20:00:05 +00:00
mdb d58a485c03 Get yer integer to object mappings, cheap!
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1051 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-02-06 19:57:29 +00:00
mdb b9e2c2c0e5 git-svn-id: https://samskivert.googlecode.com/svn/trunk@1050 6335cc39-0255-0410-8fd6-9bcaacd3b74c 2003-02-06 18:51:50 +00:00
mdb f155af12d6 Add support for custom toString() methods on a per-field basis. It's slow,
but it's damned cool!


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1049 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-02-05 00:20:35 +00:00
mdb d6aee14e80 Moved a bunch of int[] specific stuff to IntListUtil.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1048 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-02-04 03:12:30 +00:00
mdb 84abf220b6 Added parseByteArray(). Ah the slow path to demand driven orthogonality.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1047 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-02-04 03:01:28 +00:00
mdb 0a8bbbb2aa Added parseShortArray().
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1046 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-02-03 18:26:38 +00:00
mdb 35b5eb3477 Added getServletURL().
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1045 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-02-03 03:46:32 +00:00
samskivert@gmail.com 8c7b6e251e Added ability to copy ourselves into another array at an offset.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1044 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-01-31 02:27:48 +00:00
mdb d969878d8c Do debug logging like a good rule.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1043 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-01-31 02:27:30 +00:00
mdb 4b0fc9777e Support short[] in toString().
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1042 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-01-31 02:27:01 +00:00
ray 5d10ff9960 Added a CommandButton which submits CommandEvents when it fires actions.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1041 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-01-29 22:20:14 +00:00