| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
from the codebase. The user can define a new location with an HTML
param.
|
|
|
|
| |
Fixed the configuration file (filter.conf usually) loading code.
|
|
|
|
|
| |
This should make it so there is a mandatory configFile param in the
HTML. If not, then no filters are loaded.
|
| |
|
|
|
|
|
|
| |
saving and loading URLs are different. Once the password is entered,
it has to make its way all the way to BlobWriter in JACE -- that's why
so many files had to be changed.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
the applet gets loaded. This way, they only get created once and each
time the user wants to display them, I just invoke "show".
|
|
|
|
| |
text for the AboutFrame.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Note that the help button relies on the help configuration file.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
mouseDown gets called. I wasn't checking to see if the image is not null and
still checking if the mouse was clicked within the bounds of the image.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|