6
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected 11 months ago.
Mar 13, 2023 — Mar 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
new release More... about 24 years ago
idistclean before dist More... about 24 years ago
Initial More... about 24 years ago
initial More... about 24 years ago
TableExample2 More... about 24 years ago
we should use swing from jdk1.2 ... More... about 24 years ago
null TableEvent is possible, so handle it correctly More... about 24 years ago
Bug fix: SessionManager.setSession should done first... More... about 24 years ago
bugfix: month range is 0..11
Michael Reinsch
as mreinsch
More... about 24 years ago
o a minimal ldap browser .. editing is still not working well More... about 24 years ago
o minor fixes to TreeCG More... about 24 years ago
o work around tomcat problem with PATH info: for some reason, it does not honor the path info .. so this is temporarily disabled More... about 24 years ago
o Major changes to SScrollPane. The scrollbars moved to the ScrollPaneCG. This was necessary, because I implemented an alternative cg, that uses inner frames <iframe> instead of those ugly scrollbars o all components got the missing typesave setCG(..)-method. Thanx sed/bash! More... about 24 years ago
o implemented the CG for the ScrollPane. The ScrollBars are part of the view now. They are not contained in the SScrollPane itself. o bugfixes and enhancements to the (Base)TableCGs More... about 24 years ago
o visual enhancements o moved wingset.xml to demo.xml, because it actually is the descriptor for both demos More... about 24 years ago
o more comments english o delete - button -> 'delete selected' More... about 24 years ago
o indentation issues More... about 24 years ago
o allow for more caching: - stable (not transient) elements are cached by the browser; this sets the Expires-header (expires: last modified + 1 hour) - for transient headers, the getLastModified() method is implemented, which allows the browser to check, if reload is really necessary More... about 24 years ago
o provide to-be-externalized element in the path info instead of a GET-parameter (was: ExternalizerServlet?NAME=foo.gif , is now ExternalizerServlet/foo.gif) This is more natural, uses less characters and helps some stupid browsers who try to determine the mime-type from the file-suffix instead of the 'Content-Type:' header. More... about 24 years ago
o some doc updates More... about 24 years ago
o WingServlet: field 'externalizeManager' now protected o TreeCG: make tree look more compact under netscape More... about 24 years ago
o fix typo More... about 24 years ago
o (minor) documentation update More... about 24 years ago
o read Explorer.thtml from Resource-URL - no symbolic link in /tmp needed anymore More... about 24 years ago
o make headers english More... about 24 years ago
o better code example in template More... about 24 years ago
o read TemplateExample.thtml as Resource .. thus we do not need this ugly symbolic link to make this work More... about 24 years ago
o added some comments o made TemplateLayout aware of URLs to templates. Thus, its possible to use Templates which are stored as Resource (getClass().getResource()) More... about 24 years ago
o many bugfixes concerning code generation o enhancement of some layoutmanagers o Action support for SButton o better rendering speed with netscape in some wingset examples More... about 24 years ago
o look for object-tags instead of component-tags More... about 24 years ago