1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_gui_basics
2011-09-23 18:29:51 +01:00
..
application Introjucer work. Improved command line tokenisation in OSX. 2011-08-17 15:07:06 +01:00
buttons Fixes for AU hosting and Button Value reference handling. Minor clean-ups. 2011-09-23 18:29:51 +01:00
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. 2011-09-22 15:34:10 +01:00
components 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. 2011-08-19 21:34:34 +01:00
drawables New macro JUCE_DEFAULT_SOFTWARE_RENDERER to help replace the software renderer with a custom class. Removed some defunct Xcode settings. Small SVG workaround. 2011-09-22 15:44:42 +01:00
filebrowser Added a unit-test, and removed constness from a couple more return types. 2011-09-13 15:09:21 +01:00
keyboard New class: ChildProcess. Fixed android build problems with paths. 2011-09-02 12:48:36 +01:00
layout Tweaks to streams and gzip compressor. 2011-09-14 15:34:05 +01:00
lookandfeel New macro JUCE_DEFAULT_SOFTWARE_RENDERER to help replace the software renderer with a custom class. Removed some defunct Xcode settings. Small SVG workaround. 2011-09-22 15:44:42 +01:00
menus Tidied up some drag-and-drop code. 2011-09-17 12:07:46 +01:00
misc 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.. 2011-08-12 10:04:52 +01:00
mouse Tidied up some drag-and-drop code. 2011-09-17 12:07:46 +01:00
native Fixes for AU hosting and Button Value reference handling. Minor clean-ups. 2011-09-23 18:29:51 +01:00
positioning New class: ChildProcess. Fixed android build problems with paths. 2011-09-02 12:48:36 +01:00
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. 2011-08-19 21:34:34 +01:00
widgets Fix for incredibly subtle windows popupmenu problem. 2011-09-15 11:31:34 +01:00
windows Fixed a spelling mistake and in the VST hosting code. Fixed a mistake in the design of the StandaloneFilterwindow class. 2011-08-31 15:47:54 +01:00
juce_gui_basics.cpp Tarted-up the openGL demo, and made the iOS demo the same as the normal one. Changed the opengl module to include gl.h automatically, so that your app doesn't need to include it. 2011-09-09 18:15:29 +01:00
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.. 2011-08-12 10:04:52 +01:00
juce_gui_basics.mm Added new module wrappers. 2011-08-15 19:41:17 +01:00
juce_module_info AU path fix. Minor tweaks. Version number bump. 2011-09-23 15:36:04 +01:00