Commit Graph

1548 Commits

Author SHA1 Message Date
mdb dc79b471f3 Clear out the _layouts whenever something is changed that would require a
relayout to reflect the change (which is basically everything).


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1646 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-05-23 20:18:56 +00:00
tedv 7d9bc4043b Added normalization utility function.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1645 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-05-21 00:15:29 +00:00
ray c4a1a637c0 Reimplemented increment() so that it hashes once for already-contained
keys rather than three times.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1644 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-05-09 21:01:36 +00:00
ray f46967901e Make our panels transparent.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1643 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-05-07 03:04:02 +00:00
ray 5a4cac1b78 Added a form of radio() that takes a default value.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1642 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-05-07 02:22:41 +00:00
mdb ff74aa9f60 Reuse database connections if a database identifier specifies the same
username and URL so as to minimize the number of connections opened by any
particular database-using entity.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1641 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-05-06 18:48:35 +00:00
eric 3af029c652 Added double addition, as velocity appears to just not do floating point.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1640 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-04-29 00:59:10 +00:00
eric c66ce891f6 Let the string tool restrict html.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1639 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-04-26 22:33:42 +00:00
ray 14ea28dd8a Changed some style/readability issues that bugged me.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1638 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-04-22 23:36:53 +00:00
eric 0c0486bb13 When getting multiple values for the same parameter name skip any that are
blank.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1637 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-04-22 23:32:06 +00:00
eric 0a9784bf2a Added drop column.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1636 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-04-22 23:30:13 +00:00
mdb 422f80bac1 Allow applyToHierarchy() to be depth limited.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1635 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-04-18 02:57:56 +00:00
eric 8c1111ddc4 Added two methods to get multivalue parameters as sets. One for integers
and one for Strings.  Useful for dealing with the results of <select
multiple="true"> 


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1634 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-04-13 00:33:52 +00:00
mdb 2feb70750e Added support for registering a pre-condition that is executed on every
database operation to ensure that only goodness is sought by all code,
large or small.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1633 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-04-12 23:50:12 +00:00
ray 01ff0d53e6 Have the runnable's toString() report the Interval's name to aid in
debugging.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1632 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-04-12 16:15:26 +00:00
eric 47b1f6dd81 Another wacky non unique seeming MAC.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1631 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-04-07 17:46:37 +00:00
mdb 68fd5adfbf Attempt to work around the Mac text layout bug.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1630 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-04-04 20:11:54 +00:00
eric 35f4dfce5d iname and index were swapped around in the logic, which prevented the
optional 'pass in null for index name' to work properly.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1629 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-31 19:21:54 +00:00
eric caa2c32c67 Remove debug line.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1628 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-31 19:05:50 +00:00
ray 07e65fca52 Allow label sausages to override icon painting.
Allow RadialMenuItems to add an additional icon to the sausage.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1627 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-22 23:14:54 +00:00
eric be560ac666 Wrap long line, fix regex.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1626 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-19 01:00:13 +00:00
mdb 70fca553b1 Only warn about *really* long runners. Report the rest via info.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1625 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-18 18:42:39 +00:00
ray 44c8b286a6 Un-entify our entified characters prior to entifying them so that if text
is passed through the filter repeatedly it won't continually expand
the ampersands until an ugly thing remains.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1624 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-18 00:04:51 +00:00
ray f1441c6ca8 Added getTotalCount().
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1623 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-15 02:18:54 +00:00
ray 16ccf7e2ff Added a CountHashMap, which is used for maintaining a count of keys.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1622 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-15 01:49:48 +00:00
mdb c764fe84cc Moved to separate repository.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1620 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-13 22:42:32 +00:00
mdb e9d198ee16 Moved to separate repository.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1619 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-13 22:33:59 +00:00
mdb 97879b0051 Moved to a separate project.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1618 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-13 22:24:01 +00:00
mdb 1e29a36090 Moved to separate repository.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1617 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-13 22:23:32 +00:00
mdb 08b20fb2ca Added a README on the library dependencies.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1616 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-13 21:01:56 +00:00
mdb 01f19518f6 Atlanti is now part of the Game Gardens repository.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1615 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-12 07:56:57 +00:00
eric 4de3d7e10f Update to handle Calendar objects.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1613 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-10 22:33:25 +00:00
ray 35aa668b87 More HTML restriction: block "<" from appearing in font, img, a href,
and added <br>, <p>, and <hr> to the 'formatting' common regexes.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1612 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-10 22:29:50 +00:00
ray 24ecdee051 Added methods for removing HTML from a String, including forms for
easily allowing the common entities and for allowing via a whitelist
of regular expressions.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1611 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-10 22:23:08 +00:00
eric cd663da48c Catch blank keys as well.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1610 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-09 02:09:16 +00:00
eric 33ded3d79f Handy code for dealing with keys.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1609 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-09 01:14:16 +00:00
mdb 3e197bd2cd Make both methods use the same code to ensure equal convenience.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1608 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-04 22:03:11 +00:00
mdb f26c781b7b git-svn-id: https://samskivert.googlecode.com/svn/trunk@1607 6335cc39-0255-0410-8fd6-9bcaacd3b74c 2005-03-04 22:02:29 +00:00
mdb 96315f2d5d Made makeButtonBox() more convenient for wrapping a single button (to
avoid having it stretched which one commonly needs).


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1606 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-04 22:00:24 +00:00
mdb 0f31828c60 We don't want to provide arbitrary access to preferences.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1605 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-03 06:17:57 +00:00
samskivert@gmail.com e09b853ebe Allow the preferences to be used on behalf of unsigned code if the
samskivert code is signed.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1604 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-02 04:24:14 +00:00
ray a950f7ab3e An Icon that is defined by a Shape.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1603 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-02 02:25:49 +00:00
ray 723be499e3 Found the bug.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1602 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-01 22:13:52 +00:00
ray 439f80d23e Fixed nonserious exception that got thrown when more than one digit was
selected and a replacement was entered.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1601 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-03-01 03:25:22 +00:00
ray 54010798f2 Occam's razor.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1600 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2008-08-25 07:25:29 +00:00
andrzej 8ce30ccd5a Added some extra checks for lingering icons.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1599 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-02-25 02:21:12 +00:00
eric 017dac2108 Added method that gets the type of column.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1598 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-02-25 00:06:55 +00:00
mdb 1f500e7272 Allow extra headers to be provided.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1597 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-02-24 19:53:20 +00:00
mdb 35ea2896d9 Removed old sendmail based mail delivery which it seems no one was using
anymore anyhow. The preferred method is to use javax.mail and deliver to
the local SMTP server over a socket.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1596 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-02-24 19:15:45 +00:00
mdb 6fb74e6610 Allow an application to add things to the context before passing it on to
the logic.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@1595 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2005-02-24 04:40:30 +00:00