0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected almost 2 years ago.
Oct 07, 2022 — Oct 07, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changes due to update in PRFileDesc.java & corrections to PRStatus being represented as an int instead of a boolean.
al
More... over 27 years ago
Changed all of the abstract methods to be fully implemented ones which return a faliure value (this removes the need to re-implement all of the methods in all of the sub classes).
al
More... over 27 years ago
Suggested implementation for internationalizable String resources. This class allows for loading strings specific to a locale from an appropriate properties file. This is a proposed, not final, implementation. More... over 27 years ago
Sample properties file for String resources such as button text and labels. These resources can be loaded by the StringResources class; this is a version for the German Locale (well, not really. I don't speak german. It's a test file only). More... over 27 years ago
Sample properties file for String resources such as button text and labels. These resources can be loaded by the StringResources class; this is the version for the default (American english) locale. More... over 27 years ago
Changed return types for set/getSocketopt to be inline with NSPR type conversion list
al
More... over 27 years ago
Added code to show how many bytes are waiting in an input stream
al
More... over 27 years ago
Changed getSocketOption and setSocketOption to return booleans so that they are in line with the NSPR type conversion chart (they are of type PRStatus)
al
More... over 27 years ago
Added PRPrimordialFn class to fix compile error
al
More... over 27 years ago
Reformatted to meet code skeleton standards
al
More... over 27 years ago
Reformatted to meet program skeleton standards
al
More... over 27 years ago
Reformatted to conform to our standard program skeleton.
al
More... over 27 years ago
Removed at authors request (It was meant as a quick proof of concept, and not for public consuption).
al
More... over 27 years ago
*** empty log message *** More... over 27 years ago
Modified to use a SeparatorBorder. Chris Floersch. More... over 27 years ago
Added drawings to tab and fixed color Added dropped down border Added tab highlights. Chris Floersch. More... over 27 years ago
Fixed bug. Changes from Chris Floersch. More... over 27 years ago
Update to SecurityStatus by Chris Floersch. More... over 27 years ago
Added in ability to read from resource images. Changes by Chris Floersch. More... over 27 years ago
Fixed this$0.setMenuVisibility to CascadeButton.this.setMenuVisibility and changed tabbings to 4 spaces. Blah. More... over 27 years ago
Someone sent this to me a while ago...here it is. (*shrug*) More... over 27 years ago
all the .gifs in this directory in a JAR file. If JarImageManager is used, the individual gifs will be removed. More... over 27 years ago
Modified to retrieve images through org.mozilla.mozilla.javafe.JarImageManager... Refer to constructor. More... over 27 years ago
initial release. More... over 27 years ago
Added package information in. The class got lost. :) More... over 27 years ago
initial release. More... over 27 years ago
FINALLY. Take the damned thing. More... over 27 years ago
removal. Use TestAnimatedButton2.java from this directory instead. More... over 27 years ago
(Chris Floersch did this revision. I'm just posting it. --ryan.) Redid PreferredLayoutSize Redid layoutContainer Added font for the Status Label itself Altered components to give them LOWERED Bevel look Resized and positioned components to give them alignment and border size Added security panel Added tool to test with More... over 27 years ago
(Chris Floeresh did this stuff. --ryan.) Added Images for secure and unsecure. Still need unknown image. Fixed securityState to securityStatus in paintComponent() Fixed inset.right to insets.right in paintComponent() Set getWidth to 18 and getHieght to 14 to accomodate our new images More... over 27 years ago