1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

3406 commits

Author SHA1 Message Date
jules
d0ac43035c Fixed build for older OSX SDKs. 2012-05-29 11:26:24 +01:00
jules
ac1d6955e7 Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed. 2012-05-29 10:30:41 +01:00
jules
2cf53557f6 Helper class for dynamically building Obj-C classes, and conversion of internal app delegate class to use this. 2012-05-27 22:05:21 +01:00
jules
decd6dc9fe Documentation fix. 2012-05-27 11:11:37 +01:00
jules
b36708e3f3 Fix for building in older OSX versions. 2012-05-26 10:48:44 +01:00
jules
4cc9d03cd8 SVG parser fix. 2012-05-25 21:34:12 +01:00
jules
87175c91f5 Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction. 2012-05-25 16:42:36 +01:00
jules
d04645639e TextEditor now always uses an I-beam cursor. 2012-05-24 14:25:40 +01:00
jules
75f8a6a440 Removed compatibility for iOS versions before 3.2. 2012-05-24 13:10:20 +01:00
jules
4e754a838b Changed the constness of the return type of MenuBarModel::getMenuBarNames() and MenuBarModel::getMenuForIndex(). Easy to update your code to handle this, just remove the 'const'. 2012-05-23 21:31:44 +01:00
jules
5151e2e06d Minor tidying-up. 2012-05-23 21:01:18 +01:00
jules
5caaa4009a Added class: TextDragAndDropTarget. 2012-05-23 13:07:27 +01:00
jules
f401d72b4b Tidied up some minor font issues. 2012-05-21 19:02:37 +01:00
jules
06a4980792 Minor docs fix. 2012-05-18 20:08:39 +01:00
jules
bc3b861954 Documentation fixes. 2012-05-11 11:09:40 +01:00
jules
6c847f36ba Documentation correction. 2012-05-10 14:26:32 +01:00
jules
7a36867150 Workaround for VS2005 compiler bugs. 2012-05-09 16:53:42 +01:00
jules
72db44a138 Removed an old VC6 workaround from Component::findParentComponentOfClass. If you were using its old dummy parameter, just tweak your code to call it using a templated type instead. 2012-05-09 13:58:53 +01:00
jules
d4deecb2f2 Cleaned up a few warnings generated by clang -Wall. 2012-05-09 10:01:56 +01:00
jules
81fa57663b Tidied up a warning and some docs. 2012-05-07 13:15:16 +01:00
jules
964b84ce49 Refactored Slider to use a pimpl, and added a new constructor which takes some extra parameters. 2012-05-04 22:36:27 +01:00
jules
ef9acb91ca Added some value retrieval methods for DrawableText. 2012-05-02 09:24:50 +01:00
jules
791e15b790 Fix to documentation. 2012-05-01 21:44:40 +01:00
jules
089a2e31ba Improved some docs. 2012-05-01 15:47:48 +01:00
jules
9c21813960 Fix for a mistake in the last check-in! 2012-04-30 13:48:49 +01:00
jules
5e378c5c90 Fix for linux keyboard function. 2012-04-30 12:08:00 +01:00
jules
3ef8be7a42 Updated use of deprecated linux keyboard function. Removed some unnecessary GL headers. 2012-04-30 10:16:33 +01:00
jules
711d58e066 AlertWindow text box fix. 2012-04-28 13:27:34 +01:00
jules
321931c21c Added a DrawableText::getText() method. 2012-04-26 13:58:36 +01:00
jules
ee4618d863 Added some explicit namespacing for exceptions, and fixed a mouseExit problem with modal components. 2012-04-25 14:08:26 +01:00
jules
1125229308 Fixed a typo that prevented OSX 10.6 builds. 2012-04-25 09:40:04 +01:00
jules
7d4bbd114a New class Desktop::Displays, which now handles all display size information and replaces some methods that were in Desktop. Also now supports display scaling values. See Desktop::getDisplays(). 2012-04-24 13:24:07 +01:00
jules
df5d50bcd8 Version number bump. 2012-04-16 17:54:42 +01:00
jules
ab33b1a05d Fix for component notifications when peer is changing. Some fixes for GCC4.7 on linux. 2012-04-12 10:10:42 +01:00
jules
a4b83d313c Prevented some mouse-events bypassing modal components. 2012-04-11 18:03:05 +01:00
jules
3a91979ea8 Version bump. 2012-04-11 11:06:43 +01:00
jules
286f0dbdef Changed URL::addEscapeChars to avoid use of the '+' character. Minor clean-ups. 2012-04-11 11:04:50 +01:00
jules
1f95f54089 Purged some warnings. 2012-04-10 10:29:14 +01:00
jules
ecb7abb435 Made sure that Drawable::createCopy copies their names and IDs. 2012-04-08 09:47:42 +01:00
jules
11659678d6 WindowsMediaFormat fix. ReferenceCountedArray::indexOfSorted() method. 2012-04-05 14:01:00 +01:00
jules
63bc3f29de Introjucer fixes for key shortcut and Android c++ flags. Enabled c++0x mode for Android. 2012-04-04 12:52:07 +01:00
jules
0e1b6061d5 Minor clean-ups for GL, removed some old VC6 hacks. 2012-04-03 20:25:05 +01:00
jules
074a8c05dd Fixes to allow OpenGL contexts to be attached to a top-level component. 2012-04-03 13:31:27 +01:00
jules
351416c09a Tidied up some docs and comments. 2012-04-03 11:36:31 +01:00
jules
2093471b23 TabbedComponent fix. 2012-04-02 13:39:06 +01:00
jules
93a86b2600 TabbedButtonBar fix. Small clean-ups. 2012-04-02 11:43:06 +01:00
jules
8de9d9c6da Version number bump. Clean-ups. 2012-03-30 15:40:17 +01:00
jules
87d3acf19f Message leak fix. Android repaint fix. Minor clean-ups. 2012-03-30 09:31:35 +01:00
jules
53c0436d71 Android fixes. OSX fix for old SDKs. 2012-03-29 12:40:14 +01:00
jules
59669e8bec Thread-local value fix for plugins on XP. Android startup tweaks. Minor component changes. 2012-03-27 11:04:27 +01:00