|
| 1.5 | modified | nrichards | examples/pdf/view/index.xhtml | use facet for table |
| 1.2 | modified | nrichards | examples/pdf/view/nested.xhtml | use facet for table |
| 1.4 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ITextUtils.java | add basic facet support, use for default cell style |
| 1.4 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ui/ITextComponent.java | add basic facet support, use for default cell style |
| 1.3 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ui/UIAnchor.java | add basic facet support, use for default cell style |
| 1.4 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ui/UICell.java | add basic facet support, use for default cell style |
| 1.2 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ui/UIChapter.java | add basic facet support, use for default cell style |
| 1.3 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ui/UIDocument.java | add basic facet support, use for default cell style |
| 1.3 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ui/UIFont.java | add basic facet support, use for default cell style |
| 1.4 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ui/UIImage.java | add basic facet support, use for default cell style |
| 1.4 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ui/UIList.java | add basic facet support, use for default cell style |
| 1.3 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ui/UIListItem.java | add basic facet support, use for default cell style |
| 1.3 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ui/UIPage.java | add basic facet support, use for default cell style |
| 1.4 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ui/UIParagraph.java | add basic facet support, use for default cell style |
| 1.2 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ui/UISection.java | add basic facet support, use for default cell style |
| 1.3 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ui/UITable.java | add basic facet support, use for default cell style |
| 1.4 | modified | nrichards | examples/pdf/view/index.xhtml | add nested tables |
| 1.1 | added | nrichards | examples/pdf/view/nested.xhtml | add nested tables |
| 1.3 | modified | nrichards | examples/pdf/view/table.xhtml | add nested tables |
| 1.3 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ITextUtils.java | improved tables |
| 1.3 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ui/ITextComponent.java | improved tables |
| 1.3 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ui/UICell.java | improved tables |
| 1.2 | modified | nrichards | src/pdf/org/jboss/seam/pdf/ui/UITable.java | improved tables |
| 1.1 | added | sbryzak2 | src/main/org/jboss/seam/security/config/LoginModuleConfiguration.java | login module configuration |
| 1.3 | modified | sbryzak2 | examples/seamspace/resources/META-INF/security-config.xml | use login module instead of auth provider |
| 1.10 | modified | sbryzak2 | examples/seamspace/resources/WEB-INF/components.xml | use login module instead of auth provider |
| 1.3 | modified | sbryzak2 | examples/seamspace/src/org/jboss/seam/example/seamspace/AuthenticatorAction.java | use login module instead of auth provider |
| 1.4 | deleted | sbryzak2 | src/main/org/jboss/seam/security/adapter/AuthenticationAdapter.java | removed proprietary authentication stuff, replaced with JAAS authentication |
| 1.18 | deleted | sbryzak2 | src/main/org/jboss/seam/security/authenticator/Authenticator.java | removed proprietary authentication stuff, replaced with JAAS authentication |
| 1.13 | deleted | sbryzak2 | src/main/org/jboss/seam/security/authenticator/ProviderAuthenticator.java | removed proprietary authentication stuff, replaced with JAAS authentication |
| 1.9 | deleted | sbryzak2 | src/main/org/jboss/seam/security/provider/AuthenticationProvider.java | removed proprietary authentication stuff, replaced with JAAS authentication |
| 1.32 | modified | sbryzak2 | src/main/org/jboss/seam/security/SeamSecurityManager.java | removed proprietary authentication stuff, replaced with JAAS authentication |
| 1.8 | modified | sbryzak2 | src/main/org/jboss/seam/security/config/SecurityConfiguration.java | removed proprietary authentication stuff, replaced with JAAS authentication |