summaryrefslogtreecommitdiff
path: root/java/ImageProcessing/framework
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'ACE-4_4'.ACE-4_4nobody1997-11-2537-5428/+0
|
* The applet for benchmarking the image filter performance.sbw11997-07-121-0/+622
|
* Chnaged a few things so that the about and help frames get drawn whenpjain1997-05-293-13/+17
| | | | | the applet gets loaded. This way, they only get created once and each time the user wants to display them, I just invoke "show".
* Added a new class -- AboutFrameTextPanel -- which draws the actualpjain1997-05-291-29/+33
| | | | text for the AboutFrame.
* Added a small section on limitationspjain1997-05-281-1/+9
|
* *** empty log message ***pjain1997-05-251-0/+6
|
* *** empty log message ***pjain1997-05-251-3/+2
|
* A new file that contains all the help informationpjain1997-05-251-0/+203
|
* Implemented the Help buttonpjain1997-05-251-18/+23
|
* Enabled the help buttonpjain1997-05-251-3/+0
|
* Added support for the help button and also modified the about button.pjain1997-05-251-34/+128
| | | | Note that the help button relies on the help configuration file.
* Added the functionality for the HELP buttonpjain1997-05-251-1/+3
|
* Removed some dead code (no longer needed).pjain1997-05-251-7/+0
|
* Added a new dialog type -- "HELP"pjain1997-05-251-0/+1
|
* Changed "None" to "Filters:" in the choice menu.pjain1997-05-252-2/+2
|
* Fixed a small bug. When no image is selected and the user clicks on the canvas,pjain1997-05-251-4/+7
| | | | | 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.
* Removed the instance of ImageFilterFactorypjain1997-05-151-1/+0
|
* Removed ImageFilterFactory.javapjain1997-05-151-2/+1
|
* Removed ImageFilterFactory.java since it was not needed anywaypjain1997-05-151-47/+0
|
* Added a line specifying the filter configuration file to usepjain1997-05-151-2/+1
|
* Added a new configuration file which contains filters to be used when testingpjain1997-05-151-0/+15
|
* Added new filters to the config filepjain1997-05-151-4/+14
|
* Reset the image before applying filters (as opposed to resetting it afterwards)pjain1997-05-141-2/+3
|
* Cleaned up code a lot and added image uploading to testing.pjain1997-05-024-79/+115
|
* Modified the testing part a bit to parse in server name and portpjain1997-04-252-6/+10
|
* Added new filespjain1997-04-251-1/+4
|
* Added new classes to implement the server side (for testing)pjain1997-04-254-99/+315
|
* Small changespjain1997-04-255-19/+226
|
* Made minor changespjain1997-04-256-32/+39
|
* New files used to show status of image being uploadedpjain1997-04-252-0/+123
|
* New file added -- this downloads the MedJava appletpjain1997-04-251-0/+14
|
* Added a few new filespjain1997-04-236-1/+1551
|
* Made some minor changespjain1997-04-232-6/+16
|
* Added support for image uploadingpjain1997-04-231-3/+3
|
* Added a new dialog type reporting errors for a function not supportedpjain1997-04-231-6/+2
|
* Added a new dialog type -- NOT_SUPPORTEDpjain1997-04-231-0/+1
|
* Made a few changespjain1997-04-171-2/+4
|
* Added two methods to enable and disable the save buttonpjain1997-04-171-1/+11
|
* Made some changes -- combine open and browse buttons into one and also allowpjain1997-04-171-37/+67
| | | | user to press <Enter> to indicate selection.
* Cleaned up a bitpjain1997-04-171-34/+24
|
* Moved the caching of the image after the image gets loaded.pjain1997-04-171-5/+23
|
* Fixed a small bug to get the scrollers to workpjain1997-04-091-2/+3
|
* Seth fixed minor bugspjain1997-04-091-2/+3
|
* Added a new file -- HierarchyAdapter.javapjain1997-04-091-0/+1
|
* Added the gjt component scoller to the panelpjain1997-04-091-2/+9
|
* Seth changed a few things to allow the gjt component scoller to work with itpjain1997-04-091-3/+16
|
* *** empty log message ***pjain1997-04-091-0/+33
|
* *** empty log message ***pjain1997-04-076-4/+34
|
* *** empty log message ***pjain1997-04-071-0/+33
|
* *** empty log message ***pjain1997-04-071-2/+2
|