Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-19 | Added link to sun bug db which contains a feature request that is analogous ↵ | Reinier Zwitserloot | |
to @SneakyThrows, except with a keyword. | |||
2009-08-04 | ToString had the wrong title (@Data instead of @ToString) | Reinier Zwitserloot | |
2009-07-30 | Whoops, we updated the 'header' control on index.html and totally forgot to ↵ | Reinier Zwitserloot | |
port the changes over to slideshow.html which has the same header. Fixed now, and uploaded to website. | |||
2009-07-29 | Added support for maven. | Reinier Zwitserloot | |
2009-07-29 | Removed mention of github hosting the website. It doesn't. We're hosting it ↵ | Reinier Zwitserloot | |
ourselves. | |||
2009-07-29 | Corrected 'licence' to 'license' which is a far more popular spelling. | Reinier Zwitserloot | |
2009-07-29 | Removed small print which was covering gimmies already covered in @ToString, ↵ | Reinier Zwitserloot | |
@EqualsAndHashCode, and @Getter / @Setter documentation. | |||
2009-07-29 | Use single quote instead of double quote in javadoc generation due to wonky | Roel Spilker | |
behaviour of javadoc tool Worked on feature documentation Renamed all "link to issue" to "Issue #n" | |||
2009-07-28 | Updated website target to bzip2 the content, as our deployment these days ↵ | Reinier Zwitserloot | |
isn't via git, but via an ssh upload. | |||
2009-07-28 | Version is now 'standalone' - it is separately compiled. The version is now ↵ | Reinier Zwitserloot | |
reflected in all javadoc pages, and on the website itself. The website design has been updated to have a link to the changelog and to mention the current version. Addresses issue #9. | |||
2009-07-28 | Address issue #10: If the video won't play, and you don't see the failsafe ↵ | Reinier Zwitserloot | |
'download it instead' message, there's now still a link in the footer if you can't see the video to help folks with a bad mix of plugins along. | |||
2009-07-28 | Added website feature documentation for @ToString and @EqualsAndHashCode, ↵ | Reinier Zwitserloot | |
and modified the docs for @Data to refer to the docs of these new annotations. The build script for the website has been updated to clean out the website build dir first, so files that used to exist but have now been tossed are no longer there. There's also a special website-no-videos target which builds a website deployable without the videos. This makes the upload a lot faster if the videos haven't changed. | |||
2009-07-23 | Added chrome to the list of alternative browser when the video doesn't play. | Roel Spilker | |
2009-07-22 | Added google analytics tracking. | Reinier Zwitserloot | |
2009-07-22 | Added a link to javadoc. | Reinier Zwitserloot | |
2009-07-22 | Update to the credits page with photos and a mention of spi.googlecode.com | Reinier Zwitserloot | |
2009-07-22 | Okay, I _think_ the video should now work just about everywhere: | Reinier Zwitserloot | |
FF3.5 (video) FF3.0 (flash, even if flash is at an ooold version) Safari 4 (video) IE6, 7, and 8 Opera10 Any flash version (or at least, 6 and up) should work, in that too old versions will show an upgrade-your-flash thingie. If javascript is on. Otherwise, well, you're screwed. | |||
2009-07-22 | On IE, without explicit sizes for the sldieshow images, they looked borked. | Reinier Zwitserloot | |
2009-07-21 | Whoops, saved the images as quickdraw pictures. That's not going to work ↵ | Reinier Zwitserloot | |
anywhere except on macs! | |||
2009-07-21 | Added the slideshow | Reinier Zwitserloot | |
2009-07-21 | We don't put 'monospaced' in <code>'s CSS because that somehow affects ↵ | Reinier Zwitserloot | |
rendering in safari. I also removed it from <pre>, because why in one but not the other? | |||
2009-07-21 | If the video tag doesn't work, flash is tried next instead of quicktime. | Reinier Zwitserloot | |
2009-07-21 | Final versions of the videos | Reinier Zwitserloot | |
2009-07-20 | Updated credits and build.xml for the video. | Reinier Zwitserloot | |
2009-07-20 | Added the videos | Reinier Zwitserloot | |
2009-07-18 | Added credits page. | Reinier Zwitserloot | |
2009-07-18 | More work on making that godawful excuse for a browser, IE6, render this ↵ | Reinier Zwitserloot | |
stuff at least halfway readable. It's not nearly as cool as on proper browsers, but IE6 users can go stuff themselves. | |||
2009-07-18 | Typo fixes. | Reinier Zwitserloot | |
2009-07-18 | Added feedback from r.spilker. | Reinier Zwitserloot | |
2009-07-18 | Added SneakyThrows which finishes the documentation for the features pages. | Reinier Zwitserloot | |
2009-07-18 | Added text for the Synchronized annotation to the features pages. Also did ↵ | Reinier Zwitserloot | |
some fixes in regards to whitespacing (some fancy footwork in regards to white-space: pre). | |||
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 ↵ | Reinier Zwitserloot | |
Cleanup.html. | |||
2009-07-18 | Added Cleanup features text. | Reinier Zwitserloot | |
2009-07-17 | Check for tar file instead of zip file | 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 | Remove reliance on dirname, as its not available on some git-for-windows ↵ | Reinier Zwitserloot | |
installs. | |||
2009-07-17 | Added a script that publishes the website dir to github via some crazy git fu. | Reinier Zwitserloot | |
Also stripped out how javadoc generated a comment with a timestamp, as to publish to github, we check in the files, which generates pointless and enormous changesets. | |||
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 ↵ | Reinier Zwitserloot | |
overview, and increased transparancy on the pepper background. | |||
2009-07-17 | Moved right parenthesis | Roel Spilker | |
2009-07-17 | Added documentation for the @Data annotation. Also fixed whitespace issues ↵ | Reinier Zwitserloot | |
in the snippet views, and removed a debug print in one of the snippets. | |||
2009-07-17 | Features are now 'compiled' by the build.xml script to include the snippets, ↵ | Reinier Zwitserloot | |
found in the usage_examples directory. Also worked on the styling of the feature pages. | |||
2009-07-17 | We're not going to show the difference via images, so this image is no ↵ | Reinier Zwitserloot | |
longer needed. | |||
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 ↵ | Reinier Zwitserloot | |
its container), and removed the fun but unreliable glow effect. | |||
2009-07-16 | Added explanation for the download info text that you may have to run 'java ↵ | Reinier Zwitserloot | |
-jar lombok.jar' in case some fucktard archiver tool overwrote the default action for jar files. | |||
2009-07-14 | replaced line endings. | Roel Spilker | |
2009-07-14 | Added our test video | Reinier Zwitserloot | |
2009-07-13 | Made the help text when you click on the download link properly positioned. | Reinier Zwitserloot | |