Age | Commit message (Expand) | Author |
2009-07-18 | Added google.properties, which contains passwords, to gitignore | Roel Spilker |
2009-07-18 | Merge branch 'master' of git@github.com:rzwitserloot/lombok | Roel Spilker |
2009-07-18 | Added auto-upload feature | Roel Spilker |
2009-07-18 | Site now looks passable in IE6 and IE7 too. | Reinier Zwitserloot |
2009-07-18 | Added a byline to all current feature pages, as well as fixing 1 typo in Clea... | Reinier Zwitserloot |
2009-07-18 | Added Cleanup features text. | Reinier Zwitserloot |
2009-07-18 | Refactored the name of the cleanup method arg to 'value'. | Reinier Zwitserloot |
2009-07-17 | Added a useful note pointing at website/publish script. | Reinier Zwitserloot |
2009-07-17 | Use tools.jar | Roel Spilker |
2009-07-17 | Merge branch 'master' of git@github.com:rzwitserloot/lombok | Reinier Zwitserloot |
2009-07-17 | Added the openjdk6 tools.jar to the deps dir. | Reinier Zwitserloot |
2009-07-17 | Check for tar file instead of zip file | Roel Spilker |
2009-07-17 | Merge branch 'master' of git@github.com:rzwitserloot/lombok | Roel Spilker |
2009-07-17 | Added useful error message in case you don't have the gh-pages branch locally. | Roel Spilker |
2009-07-17 | Moved from zip to tar for storing the website as an intermediate step, as git... | Reinier Zwitserloot |
2009-07-17 | Moved java2html.jar because naming a directory that doesn't contain built mat... | Reinier Zwitserloot |
2009-07-17 | Remove reliance on dirname, as its not available on some git-for-windows inst... | Reinier Zwitserloot |
2009-07-17 | Added a script that publishes the website dir to github via some crazy git fu. | Reinier Zwitserloot |
2009-07-17 | Added generation of javadoc to the 'website' target, and we also build a zip ... | Reinier Zwitserloot |
2009-07-17 | Changed the link to 'features' to our own features overview page. | Reinier Zwitserloot |
2009-07-17 | Very minor typos in Data/GetterSetter, added an index page for the features o... | Reinier Zwitserloot |
2009-07-17 | Now using the ant task for java2html, and also added the generation of line n... | Reinier Zwitserloot |
2009-07-17 | Moved lib/javadoc/java6/package-list to deps, because its not a runtime depen... | Reinier Zwitserloot |
2009-07-17 | Moved right parenthesis | Roel Spilker |
2009-07-17 | Merge branch 'master' of git@github.com:rzwitserloot/lombok | Reinier Zwitserloot |
2009-07-17 | Added documentation for the @Data annotation. Also fixed whitespace issues in... | Reinier Zwitserloot |
2009-07-17 | Features are now 'compiled' by the build.xml script to include the snippets, ... | Reinier Zwitserloot |
2009-07-17 | We're not going to show the difference via images, so this image is no longer... | Reinier Zwitserloot |
2009-07-17 | Changed the generated javadoc to use links to the sun documentation for refer... | Roel Spilker |
2009-07-17 | Made background of found Eclipses white | Roel Spilker |
2009-07-17 | Made the detection of drives more robust on Windows | Roel Spilker |
2009-07-17 | Layout for the features pages. | Reinier Zwitserloot |
2009-07-16 | Made the downloadinfo on the index page a bit smaller (it was overflowing its... | Reinier Zwitserloot |
2009-07-16 | Added explanation for the download info text that you may have to run 'java -... | Reinier Zwitserloot |
2009-07-16 | Moved this script to copy the recently built lombok.jar to the same location ... | Reinier Zwitserloot |
2009-07-16 | Removed a debug print. | Reinier Zwitserloot |
2009-07-16 | Added icon to frame, set background color of found eclipses to WHITE, use | Roel Spilker |
2009-07-14 | replaced line endings. | Roel Spilker |
2009-07-14 | Used reflection to call Apple native look to avoid errors in a non-mac | Roel Spilker |
2009-07-14 | Added our test video | Reinier Zwitserloot |
2009-07-14 | Fixed a problem where @Data with a static constructor and generics params on ... | Reinier Zwitserloot |
2009-07-13 | Made the help text when you click on the download link properly positioned. | Reinier Zwitserloot |
2009-07-12 | Example for the @Data annotation. | Reinier Zwitserloot |
2009-07-12 | More fixes to avoid erroneous "getter/setter is already there, not generating... | Reinier Zwitserloot |
2009-07-11 | 'fixed' data up a bit by including only the final fields for the constructor. | Reinier Zwitserloot |
2009-07-11 | Added examples with pre and post lombok conversion for the website. | Reinier Zwitserloot |
2009-07-11 | The setter/getter handlers now mark themselves as not wanted to be called upo... | Reinier Zwitserloot |
2009-07-11 | Made 'printContent=true' work for types as well as method bodies/initializers. | Reinier Zwitserloot |
2009-07-11 | Added the github 'fork me' banner. | Reinier Zwitserloot |
2009-07-11 | More work on the website. | Reinier Zwitserloot |