6
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
o minor changes More... almost 19 years ago
o leading whitespaces lead to unwanted empty spaces in MSIE
Frucade
as blueshift
More... almost 19 years ago
* JPG support for image externalizer * Icons & JS files are accessed in a static way (issue 123) * import organization & serialversionuid for org.wings.plaf.css More... almost 19 years ago
* use quote in TextAreaCG, else it swallows X(HT)ML entities More... almost 19 years ago
o make coordinates protected for it has no public validity More... almost 19 years ago
o fixed default button (enter catched), which was falsely triggered on page scrollers. reused old wings1 implementation
Frucade
as blueshift
More... almost 19 years ago
o mouse listener support for STree More... almost 19 years ago
o refaturing of table column model: o mixing units is possible now (px, * and a % total width, etc.) o rendering as <col ..>-elements o tested on IE, gecko and konqueror o row selection renderer writes column number by default. will render icons if you set the respective flag o mouse listener support for table (tree and list will follow) o table example demonstrates new mouse listener feature More... almost 19 years ago
o fix incorrect table widths for px widhts
Frucade
as blueshift
More... almost 19 years ago
o XHTML conform method name
Frucade
as blueshift
More... almost 19 years ago
o fix valign value due to W3C spec
Frucade
as blueshift
More... almost 19 years ago
o modified rendering of column widths to cirumvent a FireFox box with COLGROUP Refer to http://jira.j-wings.org/browse/WGS-139
Frucade
as blueshift
More... almost 19 years ago
o new property handler o javadoc
Frucade
as blueshift
More... almost 19 years ago
o rollback of alignment within non-aligning containers: table align=left leads component to float
Frucade
as blueshift
More... almost 19 years ago
o bugfix malformed html tag
Frucade
as blueshift
More... almost 19 years ago
o fixed default alignments for borderlayout according to my own tests vs. documentation before
Frucade
as blueshift
More... almost 19 years ago
o quickhack bugfix for http://jira.j-wings.org/browse/WGS-138 as nobody eother does
Frucade
as blueshift
More... almost 19 years ago
o minor beautification due to new BoxLayout behaviour
Frucade
as blueshift
More... almost 19 years ago
o minor beautification o new right aligned menue
Frucade
as blueshift
More... almost 19 years ago
o for table based layout cells: always render cell alignment o introduced default alignment. Esp border layout alignment will be more like swing (only nonMSIE)
Frucade
as blueshift
More... almost 19 years ago
o Simple support for right-aligned SMenus o Consolidated Menu implementations
Frucade
as blueshift
More... almost 19 years ago
o fix the mixing of width="1" with style="width:1%" More... almost 19 years ago
o fix SBorderLayout behaviour o add setVgab and setHgab More... almost 19 years ago
o fix SBorderLayout behavior More... almost 19 years ago
o JMenuBar accepts only JMenu not JMenuItem
Frucade
as blueshift
More... almost 19 years ago
o bugfix: at least menubar must stay non-MSIE o TODO: Why redirect Menu/Popupmenu impl??
Frucade
as blueshift
More... almost 19 years ago
ContentPane has BorderLayout as default Panel has FlowLayout as default If it breaks your application just make a globale "search and replace" and change the constructor to something like SPanel(null) or set the layout of the contentpane to null More... almost 19 years ago
Default Alignment normally is center not left in swing More... almost 19 years ago
Default Alignment normally is center not left in swing More... almost 19 years ago
ContentPanes has Boxlayout as default in Swing Panels has Flowlayou as default In any case, if thsi breaks you application just change your constructors to new SPanel(null) or set Content Pane Layout to null in your application. Easy done via seach and replace More... almost 19 years ago