| .. |
|
application
|
Introjucer work. Improved command line tokenisation in OSX.
|
2011-08-17 15:07:06 +01:00 |
|
buttons
|
Some internal refactoring in PopupMenu.
|
2011-09-25 15:33:12 +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
|
Component opacity clipping fix.
|
2011-10-16 17:26: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
|
Couple of minor additions to file browser comps.
|
2011-10-01 18:26:53 +01:00 |
|
keyboard
|
Fixed some old OSX message handling code. Made the return type of Slider::getTextFromValue non-const.
|
2011-10-04 12:13:30 +01:00 |
|
layout
|
OpenGL gradient rendering. Viewport fix.
|
2011-10-08 14:09:00 +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
|
StringArray fix + additional unit tests. AudioFormatManager tweak for iOS. Minor clean-ups.
|
2011-09-29 14:51:42 +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
|
Fixed a compile problem in VSTs. Minor clean-ups.
|
2011-09-29 21:25:00 +01:00 |
|
native
|
Fixes for TextEditor, ASIO, Windows touch, AU.
|
2011-10-13 16:43:12 +01:00 |
|
positioning
|
Added Component::findChildWithID
|
2011-09-30 17:06:50 +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
|
Fixes for TextEditor, ASIO, Windows touch, AU.
|
2011-10-13 16:43:12 +01:00 |
|
windows
|
Support for writing JPG even if the image has an alpha channel. Added assertion to warn if you try to use a fallback font on OSX. Minor fixes and features for PopupMenu, ComboBox.
|
2011-09-28 17:10:38 +01:00 |
|
juce_gui_basics.cpp
|
Experimental support for Win7 multi-touch.
|
2011-10-08 20:36:19 +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
|
Bumped version and updated project files.
|
2011-10-03 17:47:23 +01:00 |