The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jules 674aa73dd7 Bumped the version number. 14 years ago
..
application Introjucer work. Improved command line tokenisation in OSX. 14 years ago
buttons ImageButton fix. OpenGL refactoring. 14 years ago
commands Got rid of the nasty general-purpose ints and void*s that were in the Message class. Instead of using a plain old Message class, just create a subclass which contains whatever data you need in a more meaningful format. 14 years ago
components Made the x and y members public in the Point class. 14 years ago
drawables Made the x and y members public in the Point class. 14 years ago
filebrowser Added a FileTreeComponent::refresh() method. 14 years ago
keyboard Fixed some old OSX message handling code. Made the return type of Slider::getTextFromValue non-const. 14 years ago
layout Made the x and y members public in the Point class. 14 years ago
lookandfeel New method LookAndFeel::createGraphicsContext(). More OpenGL refactoring. 14 years ago
menus Made the x and y members public in the Point class. 14 years ago
misc Made the x and y members public in the Point class. 14 years ago
mouse Made the x and y members public in the Point class. 14 years ago
native ASIO name fix. Minor TextEditor fix. Linux auto-repeat key workaround. 14 years ago
positioning Made the x and y members public in the Point class. 14 years ago
properties Changed some return types from being const objects to non-const objects (for better c++11 compliance in future). This may mean that you need to remove the 'const' from your own code if you override the virtual methods that have changed. 14 years ago
widgets ASIO name fix. Minor TextEditor fix. Linux auto-repeat key workaround. 14 years ago
windows Made the x and y members public in the Point class. 14 years ago
juce_gui_basics.cpp Workarounds for mingw compatibility. 14 years ago
juce_gui_basics.h First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum.. 14 years ago
juce_gui_basics.mm Added new module wrappers. 14 years ago
juce_module_info Bumped the version number. 14 years ago