aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-26Addresses issue #6:Reinier Zwitserloot
For whatever reason, the path to the javaagent in eclipse.ini on linux needs to be absolute.
2009-07-26Starting the lombok installer on mac os X using soylatte instead of apple's ↵Reinier Zwitserloot
JVM now correctly detects being on a mac, and using mac-specific code for finding and installing eclipses.
2009-07-24Fixed two bugs regarding the installer on Win64Roel Spilker
2009-07-24Added WindowsDriveInfo support for 64-bit JVMs on windows. We think.Roel Spilker
Honestly, we haven't tested it! Also updated instructions on how to build the 64-bit version of the JVM, and generalized some of the loading aspects of the DLL, as we now need to potentially try 2 of them.
2009-07-23Rewrote the "find hard disks on windows" to use a dll instead. The reasons:Roel Spilker
A) FSUTIL is internationalized, so on non-english installs, we can't figure out if a disk is fixed. B) I trust this better than fsutil for user control access (a.k.a. popups from hell) on vista. C) fsutil.exe is in C:\windows\system32 so pretty sure it would be there, but there's always a chance it's not in the PATH, or otherwise not accessible.
2009-07-23Merge branch 'master' of git@github.com:rzwitserloot/lombokReinier Zwitserloot
2009-07-23Setup for not using fsutil.exe which is probably going to rain a stash of ↵Reinier Zwitserloot
User Action Control dialogs on vista, and has internationalized messages so fails to parse correctly on any non-english windows install.
2009-07-23Added chrome to the list of alternative browser when the video doesn't play.Roel Spilker
2009-07-22Added google analytics tracking.Reinier Zwitserloot
2009-07-22Added a link to javadoc.Reinier Zwitserloot
2009-07-22Update to the credits page with photos and a mention of spi.googlecode.comReinier Zwitserloot
2009-07-22Okay, 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-22On IE, without explicit sizes for the sldieshow images, they looked borked.Reinier Zwitserloot
2009-07-21Whoops, saved the images as quickdraw pictures. That's not going to work ↵Reinier Zwitserloot
anywhere except on macs!
2009-07-21Added the slideshowReinier Zwitserloot
2009-07-21We 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-21If the video tag doesn't work, flash is tried next instead of quicktime.Reinier Zwitserloot
2009-07-21Added an extra note in the 'installation successful' dialog to add ↵Reinier Zwitserloot
lombok.jar to your eclipse projects, lets people get confused and think it can work without doing that.
2009-07-21Sized the icon into a square form by adding more transparency at top and ↵Reinier Zwitserloot
bottom. This way, the icon showing up in dialog boxes doesn't look borked.
2009-07-21Version bump!Reinier Zwitserloot
2009-07-21Final versions of the videosReinier Zwitserloot
2009-07-20Worked on the installer so that it's vertically a lot smaller, and at least ↵Reinier Zwitserloot
according to Roel, it looks better too.
2009-07-20Updated credits and build.xml for the video.Reinier Zwitserloot
2009-07-20Added the videosReinier Zwitserloot
2009-07-18Added credits page.Reinier Zwitserloot
2009-07-18More 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-18Removed meta date tag and use single quotes to at least be consistent onRoel Spilker
Windows as well; the double quotes were removed from the actual javadoc html.
2009-07-18Fixed javadocRoel Spilker
2009-07-18Typo fixes.Reinier Zwitserloot
2009-07-18Added feedback from r.spilker.Reinier Zwitserloot
2009-07-18Merge branch 'master' of git@github.com:rzwitserloot/lombokReinier Zwitserloot
2009-07-18Added SneakyThrows which finishes the documentation for the features pages.Reinier Zwitserloot
2009-07-18No constructor entry should be made for assigned final fieldsRoel Spilker
2009-07-18Changed the order of name and age in the toString methodRoel Spilker
2009-07-18Added 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-18Added descriptions to the ant targetsRoel Spilker
2009-07-18Needed for publish target in ant scriptRoel Spilker
2009-07-18Project settings forced to UTF-8 and unix line endingsRoel Spilker
2009-07-18Added google.properties, which contains passwords, to gitignoreRoel Spilker
2009-07-18Merge branch 'master' of git@github.com:rzwitserloot/lombokRoel Spilker
2009-07-18Added auto-upload featureRoel Spilker
2009-07-18Site now looks passable in IE6 and IE7 too.Reinier Zwitserloot
2009-07-18Added a byline to all current feature pages, as well as fixing 1 typo in ↵Reinier Zwitserloot
Cleanup.html.
2009-07-18Added Cleanup features text.Reinier Zwitserloot
2009-07-18Refactored the name of the cleanup method arg to 'value'.Reinier Zwitserloot
2009-07-17Added a useful note pointing at website/publish script.Reinier Zwitserloot
2009-07-17Use tools.jarRoel Spilker
2009-07-17Merge branch 'master' of git@github.com:rzwitserloot/lombokReinier Zwitserloot
2009-07-17Added the openjdk6 tools.jar to the deps dir.Reinier Zwitserloot
2009-07-17Check for tar file instead of zip fileRoel Spilker