Version 0.98.4: --------------- * SoftFullScreen now supports the functions minimize()/restore() Thanks jeff! * Workaround for bug with framerate http://github.com/kritzikratzi/fullscreen-p5/issues/closed#issue/10 http://dev.processing.org/bugs/show_bug.cgi?id=1425 Apple #7671837 * Fixed bug with window title http://github.com/kritzikratzi/fullscreen-p5/issues/closed#issue/12 * Added more unit tests Version 0.98.3: --------------- * Fixed bug with ESC key http://github.com/kritzikratzi/fullscreen-p5/issues/closed#issue/7 Version 0.98.2: --------------- * Fixed SoftFullScreen problem with macos x Version 0.98.1: --------------- * SoftFullScreen now support choosing a screen-nr * Recompiled the menubar-hiding thingie for macosX for 10.4+, universal, 32+64bit * Renamed assets to dependencies * Introduced unit tests Version 0.98: ------------- * Fix bugs with Processing Versions 1.0.6+ If the processing remains that unstable (source code-wise) there'll never be time to implement anything because I always have to run after adapting to those changes ... :( Version 0.97: ------------- * Added javadocs * Did a little svn cleanup * Example on the webpage now has syntax highlighting woohoo (Sorry..., just a maintainance release) Version 0.96: ------------- * Fix bugs from 0.95 Version 0.95: ------------- * Moved to gna.org, they provide svn access * Another try on the opengl issue : Now updating textures from the init() method called by opengl, let's hope that finally fixes it! * SoftFullScreen support, is like a "always on top" window. So you can't change resolution, but you can span across multiple monitors. * Shortcuts are still enabled by default, but you can turn them off using disableKeys() Version 0.94: ------------- * This is a proper library now * Improved OpenGL support, still very experimental. Version 0.93: ------------- * Add opengl support (works in osx 10.4, crashes in linux, windows???) * Fixed demo (change "rand" to "random") Version 0.92: -------------- * Change framerate to frameRate in the demo file Version 0.9.1: -------------- * Fixed linux version * Fixed windows version, even though it hangs every now and then. However, it works most of the time. * Added the famous Alt+Enter combination for the windows platform * ESC key leaves fullscreen mode or exists the application if running in window mode Version 0.9: -------------- * Thats the start