1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-18 00:54:19 +00:00
Commit graph

10728 commits

Author SHA1 Message Date
jules
c8f72856d6 Added a template param to a CharacterFunctions method. 2013-11-07 14:39:22 +00:00
jules
a53110de06 Big speedup to path rendering on GL/software. 2013-11-07 14:38:59 +00:00
jules
a081f0f641 Added/refactored a couple of String methods. 2013-11-07 14:38:01 +00:00
jules
32316cc1aa Avoided allocation in VST process function. 2013-11-07 11:19:09 +00:00
jules
ff0fd27127 Yet another attempt to get all the edge-cases right in Button::internalClickCallback 2013-11-07 10:19:58 +00:00
jules
e9598bb5c5 LookAndFeel_V3 tweaks. 2013-11-07 10:19:07 +00:00
jules
705836d329 Fix for MidiMessage handling sysex messages <= 4 bytes. 2013-11-06 10:31:17 +00:00
jules
bfbb6c2413 Added some more folders to the list of common locations in the file browser. 2013-11-05 22:24:29 +00:00
jules
ad324efc01 Removed some old iOS workarounds from the atomic class. 2013-11-05 18:01:09 +00:00
jules
74ed52e20e Fix for file searches returning non-precomposed unicode chars on OSX. 2013-11-05 14:33:12 +00:00
jules
6018f1df3d Added a SystemStats::getDeviceDescription() method. 2013-11-05 11:10:31 +00:00
jules
b45fc0f664 DPI correction for android. 2013-11-04 20:55:28 +00:00
jules
164cad105a Fixed colour in key-mapping editor comp. 2013-11-04 19:08:37 +00:00
jules
fbc30c4a38 Workaround for a GCC fail. 2013-11-03 20:42:44 +00:00
jules
12a8dd3092 Avoided some pedantic GCC warnings. 2013-11-03 19:16:52 +00:00
jules
3fe70cd8f0 Made some FileBasedDocument methods return Result objects instead of bools, and made it less modal. 2013-11-03 12:56:15 +00:00
jules
484bcf4e3c MidiMessage - fix for reported length of sysexes by message constructor. 2013-11-02 17:09:43 +00:00
jules
b364573890 Minor GL tweak. 2013-11-02 16:16:04 +00:00
jules
d4a50a8de1 A couple of javascript fixes. 2013-11-02 14:05:59 +00:00
jules
4f5fd4daa7 Fix for javascript invocation of object methods. 2013-11-01 22:09:26 +00:00
jules
aa8fdc8cba Made a couple of OwnedArray methods return the object that they are passed. 2013-11-01 14:00:44 +00:00
jules
5df76c5dd8 Fix for iOS window position flicker. 2013-11-01 13:41:01 +00:00
jules
fb3b5035aa Made sure that File::createLink on win32 works even if CoInitialize hasn't been called. 2013-11-01 11:03:40 +00:00
jules
751ad2ed6e Added some GL shader helper functions. 2013-11-01 10:44:32 +00:00
jules
2c9c35d3c3 Fixed a few compiler warnings. 2013-11-01 10:43:30 +00:00
jules
aeb8826889 Allowed dynamic activation of repaint debug mode. 2013-11-01 10:42:47 +00:00
jules
af55d142d3 Minor tweaks and comment corrections. 2013-10-31 18:46:38 +00:00
jules
4d7323fe0d Changed MidiMessage to avoid problems when moving them around in memory. Apart from being slightly cleaner code, this means that it can be used in Arrays. 2013-10-31 16:18:24 +00:00
jules
5639d1befd iOS tweak for view visibility when being initialised. 2013-10-31 09:25:30 +00:00
jules
08384a5293 Added a new PropertyPanel constructor. 2013-10-30 14:03:11 +00:00
jules
282078bf61 LookAndFeel_V3 tweaks. 2013-10-30 11:44:36 +00:00
jules
cb29cbf4a5 Fix for vertical justification of CoreText layouts of attributed strings. 2013-10-30 10:43:38 +00:00
jules
75ed6ffe2d Minor look+feel tweaks. 2013-10-29 22:37:22 +00:00
jules
3cb4b37e67 Added JUCE_DONT_ASSERT_ON_GLSL_COMPILE_ERROR flag. 2013-10-29 21:58:42 +00:00
jules
59d719cc26 Increased the gamma of software-rendered fonts. 2013-10-29 21:37:36 +00:00
jules
6dda450ad6 Added a version of Graphics::drawEllipse that takes a rectangle. 2013-10-29 21:36:38 +00:00
jules
8d8848db64 Some tweaks to the new V3 look+feel. 2013-10-29 21:36:01 +00:00
jules
d7fa79cca1 Rewrote some OSX code that had used an obj-C block, to keep the old 10.5 compilers happy. 2013-10-29 19:11:16 +00:00
jules
530dca28a5 Made sure that CalloutBoxes disappear when clicking on another app. 2013-10-29 13:21:02 +00:00
jules
d2d32e1abf Fix for mouse cursor in OSX 10.9 2013-10-28 21:50:05 +00:00
jules
d996ab0c25 Optimisation to posix WaitableEvent::signal() 2013-10-28 21:36:48 +00:00
jules
62b6f4691d Fix to javascript operator precedence. 2013-10-28 18:30:08 +00:00
jules
9d84b7b69a win32 multi-touch fixes 2013-10-28 17:14:36 +00:00
jules
569fe21e7f Minor tidying. 2013-10-28 13:59:09 +00:00
jules
a688675dd0 Tweaks to android mulit-touch handling. 2013-10-28 10:26:38 +00:00
jules
2969a9bc5c Made DirectoryContentsList send a change message when switching between empty folders. 2013-10-28 10:16:55 +00:00
jules
0de50d99a5 Version number update 2013-10-27 22:06:04 +00:00
jules
bea7b83cb8 Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F). 2013-10-27 22:02:21 +00:00
jules
56ec1d1400 Added a colour ID TreeView::selectedItemBackgroundColourId, and changed the TreeView to fill selected items with this. (The colour is set to transparent by default so this won't affect existing code).
Updated the LookAndFeel::drawTreeviewPlusMinusBox and TreeViewItem::paintOpenCloseButton methods to provide more flexibility.
2013-10-27 12:49:17 +00:00
jules
020f138d20 Added a method TreeViewItem::addSubItemSorted() 2013-10-25 18:17:40 +01:00