| .. |
|
application
|
Introjucer work. Improved command line tokenisation in OSX.
|
2011-08-17 15:07:06 +01:00 |
|
buttons
|
ImageButton fix. OpenGL refactoring.
|
2011-10-19 10:26:26 +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
|
win32 revealToUser improvement. TextEditor fix. Supprt for cut/copy/paste shortcuts when OSX file browsers are visible. iOS embedded window positioning fix.
|
2011-11-07 17:24:22 +00:00 |
|
drawables
|
Made the x and y members public in the Point class.
|
2011-11-01 21:29:10 +00:00 |
|
filebrowser
|
Added a FileTreeComponent::refresh() method.
|
2011-10-26 18:23:49 +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
|
Tweak to ComponentBoundsConstrainer. Fix for iOS when embedding juce windows.
|
2011-11-05 16:47:49 +00:00 |
|
lookandfeel
|
New method LookAndFeel::createGraphicsContext(). More OpenGL refactoring.
|
2011-10-25 18:09:09 +01:00 |
|
menus
|
Made the x and y members public in the Point class.
|
2011-11-01 21:29:10 +00:00 |
|
misc
|
Made the x and y members public in the Point class.
|
2011-11-01 21:29:10 +00:00 |
|
mouse
|
Made the x and y members public in the Point class.
|
2011-11-01 21:29:10 +00:00 |
|
native
|
Fixed a minor leak in CoreAudioFormat. Fixed incorrect OSX and iOS version reporting. Added Xext library to linux introjucer build. Mac menu shortcut key fix.
|
2011-11-15 16:53:34 +00:00 |
|
positioning
|
Made the x and y members public in the Point class.
|
2011-11-01 21:29:10 +00: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
|
Fixed a minor leak in CoreAudioFormat. Fixed incorrect OSX and iOS version reporting. Added Xext library to linux introjucer build. Mac menu shortcut key fix.
|
2011-11-15 16:53:34 +00:00 |
|
windows
|
Tweak to ComponentBoundsConstrainer. Fix for iOS when embedding juce windows.
|
2011-11-05 16:47:49 +00:00 |
|
juce_gui_basics.cpp
|
Workarounds for mingw compatibility.
|
2011-11-02 11:49:34 +00: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 the version number.
|
2011-11-04 16:20:13 +00:00 |