Commit Graph

1042 Commits

Author SHA1 Message Date
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
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 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
mdb 285e2dbd2c Added support for byte fields.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1040 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-01-29 10:34:06 +00:00
mdb ed08d46f3f Use JAVA_LIBS now instead of old hardcoded business.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1039 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-01-28 22:40:59 +00:00
mdb bc72a70c9f Added support for an exclusion regexp.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1038 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-01-28 22:39:35 +00:00
mdb d2187ef067 Added a version of join() that uses a user supplied separator.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1036 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-01-24 00:31:50 +00:00
mdb d106c918ce Added support for float[].
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1033 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-01-22 01:41:17 +00:00
mdb a47caf48cb A container for keeping a list of recent objects.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1032 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-01-21 21:46:31 +00:00
ray 2fd74dc829 Added a FileAdjust that lets you select files or directories
and store the path in a String preference.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1031 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-01-20 20:06:33 +00:00
mdb 3efdabe2c0 Cope with null _elements in toArray().
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1030 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-01-18 02:41:19 +00:00
mdb afb44726b5 Added getMaxSize().
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1029 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-01-17 02:02:28 +00:00
mdb fff6b8d68e Added setMaxSize().
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1028 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-01-17 02:01:05 +00:00
mdb 0c972d8bf9 Added sum().
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1027 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-01-17 01:27:16 +00:00
mdb 1e6d49414b Added ability for LRU hash map to support computed "sizes" for items which
will be accounted for when keeping the map under its target "size". Had to
rearchitect it to delegate to the LinkedHashMap because HashMap doesn't
expose the necessary helper methods to allow us to accomplish what we need
as a derived class. Additionally, the keySet(), values() and entrySet()
methods return read-only collections because supporting modification
through those interfaces would dramatically increase complexity.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1026 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-01-17 00:40:45 +00:00
mdb 50201e804c Canned in favor of LRU+regular hash map approach.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1025 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2003-01-17 00:22:43 +00:00