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
Added ability to open popup on right or bottom More... about 27 years ago
Originally MozillaToolBar from org.mozilla.mozilla.javafe.widgets. More... about 27 years ago
Removed MozillaToolBar because it wasn't practical with the direction that we were headed. A more appropriate name would be BrowserToolBar since it was only applicable to the browser. Revised test code to reflect this change. More... about 27 years ago
No longer needed More... about 27 years ago
Fixed to work with MozillaToolBar instead of NavigatorToolBar Fixed to use its own test emnu rather than NavigatorMenu More... about 27 years ago
Fixed so type could not be changed if no ImageIcon or No Text was supplied More... about 27 years ago
Added constructors to allow useage with text only or with image only... More... about 27 years ago
A way to map a dialog to be visible upon a menu item selection. It works similarly to how CascadeButton works. More... about 27 years ago
Modified to reflect changes in Helper-Trigger relationship. More... about 27 years ago
Added in activate() to call the Trigger interface. More... about 27 years ago
To follow naming sanity, Dialog.java has been relocated to MozillaDialog.java. More... about 27 years ago
This was a good idea though it approached the issue in the wrong direction. By placing the association between menu items and dialogs at the JMenu level, it added in extra overhead and wasn't a good representation. We wanted to associate Dialogs with menu items and not the menu themselves. More... about 27 years ago
Retrofited to use Helper and Trigger. More... about 27 years ago
Helper class and the Trigger interface work together for our compound widgets. Right now they're in used in CascadeButton. I'll be putting together how MozillaMenuItem will work with this. More... about 27 years ago
*** empty log message *** More... about 27 years ago
Updated it for IOStatus test program More... about 27 years ago
Gone for good. It was only testing anyway More... about 27 years ago
Replaced by MozillaToolBar More... about 27 years ago
Replaces the NavigatorToolBar program More... about 27 years ago
Removed old NavigatorMenu.java and am using this for testing More... about 27 years ago
Updated to use MozillaToolBar instead of NavigatorToolBar More... about 27 years ago
Updated with transparent backgrounds More... about 27 years ago
Slightly updated More... about 27 years ago
README descibing how to compile and execute the test programs More... about 27 years ago
Moved More... about 27 years ago
Removed because TestTabs tests this fine More... about 27 years ago
Moved to javafe/widgets/images More... about 27 years ago
Moved to javafe\widgets\images More... about 27 years ago
Images now in javafe\widgets\images More... about 27 years ago
Added types NORMAL and LOWERED More... about 27 years ago