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

14897 commits

Author SHA1 Message Date
Julian Storer
7cf5140eb2 Made Value constructor explicit. Jucer development. 2010-05-02 12:12:15 +01:00
Julian Storer
2bb19e2a4d Modal mouse event fix. Jucer development. 2010-05-01 10:44:04 +01:00
Julian Storer
7ed446b5fd Tweak to TextInputTarget. Code clean-ups. Jucer development. 2010-04-30 11:00:38 +01:00
Julian Storer
27d1d9a9d9 Minor clean-ups. 2010-04-29 16:30:38 +01:00
Julian Storer
9524149ce1 Minor clean-ups. 2010-04-29 15:02:43 +01:00
Julian Storer
db2224b209 Fix for iphone atomics on older SDKs. 2010-04-29 12:25:28 +01:00
Julian Storer
636ed22863 Minor fixes to LassoComponent, ReferenceCountedArray, Plugin demo resizing. Added deselect method to FileBrowserComponent, made TreeViews update widths when scrolling sideways. Jucer development. 2010-04-29 10:46:26 +01:00
Julian Storer
49b47cc866 Minor additions to Rectangle and CodeEditorComponent. Jucer development. 2010-04-28 14:51:11 +01:00
Julian Storer
5093ecbc84 Minor clean-ups. Jucer development. 2010-04-27 19:19:18 +01:00
Julian Storer
10f53a1cb4 ValueTree bugfix. Minor tweaks and new method StringArray::removeRange. 2010-04-27 15:08:14 +01:00
Julian Storer
082dff25dd Refactored the Line class to be templated (to update old code, just replace "Line" with "Line<float>"). Corrected a mac ppc build problem. 2010-04-26 15:47:21 +01:00
Julian Storer
0d611ec065 Reduced the dependencies of the juce demo. Jucer development. 2010-04-26 13:08:22 +01:00
Julian Storer
9c5651fb8e Changed SparseSet to work with Range objects. Fixed array sorting bug. 2010-04-26 12:00:36 +01:00
Julian Storer
21006fbd0a Internal refactoring of file functions and win32 com objects. 2010-04-25 21:13:12 +01:00
Julian Storer
87175e988b Viewport scrollbar fix. 2010-04-25 16:07:53 +01:00
Julian Storer
a7e824032f Refactored some directory iteration code and other minor clean-ups. 2010-04-25 15:14:32 +01:00
Julian Storer
5bbe222266 Updated changelist. 2010-04-23 13:56:53 +01:00
Julian Storer
015e8da851 New prebuilt binaries and documentation. 2010-04-23 13:36:56 +01:00
Julian Storer
db657c04cd Tidied up some minor compile warnings. 2010-04-23 13:07:17 +01:00
Julian Storer
27506c2120 Copyright notice update. 2010-04-23 09:37:13 +01:00
Julian Storer
f8f02568b3 Removed IntegerElementComparator and FloatElementComparator, replacing them with DefaultElementComparator, which does the same job. Added method Array::addUsingDefaultSort(). 2010-04-22 20:49:04 +01:00
Julian Storer
c1f4f5501f Added a couple of methods to ValueTree. Added a MidiBuffer::ensureSize method and used it in the audio plugin wrapper code to preallocate their midi buffers. 2010-04-22 11:52:53 +01:00
Julian Storer
c85d54b1cb Minor tweaks. Jucer development. 2010-04-21 23:02:37 +01:00
Julian Storer
39ced6543a Small additions to ValueTree, Rectangle, AudioDeviceSelectorComponent. Jucer development. 2010-04-20 20:30:29 +01:00
Julian Storer
e663b1a04c Small fix for tab-key focus movement. Added default property option to ValueTree. RTAS change for mac shutdown problems. Rearranged Atomic methods. Jucer development. 2010-04-19 15:39:15 +01:00
Julian Storer
7baa7fa209 Fixed some VST includes on windows. Jucer development. 2010-04-18 10:37:25 +01:00
Julian Storer
2415dd0d85 Fix for mac compareAndSwap(). 2010-04-17 17:01:16 +01:00
Julian Storer
a612dfdc2f String fix. Minor additional methods for FileBasedDocument and Slider. Jucer development. 2010-04-17 16:22:18 +01:00
Julian Storer
643eea5fde Jucer development. Small safety fix for String. 2010-04-16 16:29:05 +01:00
Julian Storer
0490668407 Small socket fix. Minor changes to MouseCursor static data. 2010-04-16 10:04:53 +01:00
jules
af73276aea Minor clean-ups. 2010-04-16 09:44:21 +01:00
Julian Storer
0fe89aa299 Fixed a few minor warnings found by valgrind. 2010-04-15 20:51:51 +01:00
Julian Storer
258b3eff81 Removed some win32 warnings, made CustomTypeface automatically update its ascent. 2010-04-15 13:58:17 +01:00
Julian Storer
d083d4f22f Minor fixes for menus, linux fonts, mac http streams. 2010-04-15 13:25:02 +01:00
Julian Storer
c76e500574 Minor clean-ups. 2010-04-15 11:09:20 +01:00
Julian Storer
e6237b5154 Added safeguard for ScopedPointer and fix for PropertiesFile locks. 2010-04-15 09:25:14 +01:00
Julian Storer
6bb4cbfb59 Added an optional InterprocessLock to PropertiesFile 2010-04-14 20:39:25 +01:00
Julian Storer
d4435ca8b8 Minor clean-ups. Jucer development. 2010-04-14 20:08:21 +01:00
Julian Storer
61252d75c6 Added some compiler optimisations to the win32 graphics code in debug mode. 2010-04-14 11:40:25 +01:00
Julian Storer
7bb8c6b435 Small fix for AudioDeviceSelectorComponent channel names. 2010-04-14 11:05:35 +01:00
Julian Storer
5673b7ed5d Small tweaks to InterprocessLock. Jucer development. 2010-04-14 10:46:23 +01:00
Julian Storer
9d5954c08d Small fix for audio device name display. 2010-04-12 19:22:36 +01:00
Julian Storer
1bc7a27676 Cleaned up AudioFilterStreamer to remove duplicate code and use AudioProcessorPlayer for its playout. Jucer update to compile .c files on linux. 2010-04-12 19:11:14 +01:00
Julian Storer
ca348c06d7 Minor SVG fix. Added manual reset option to WaitableEvent. Made AudioFilterStreamer update channel numbers when the audio device changes. 2010-04-11 16:06:48 +01:00
Julian Storer
f198f06e6a Tarted up InterprocessLock and added a scoped lock for it. Minor safety checks in NPAPI. Jucer development. 2010-04-11 15:14:44 +02:00
Julian Storer
671dde2ffa Jucer development. 2010-04-07 21:44:20 +02:00
Julian Storer
d10fe251dd win32 constant update 2010-04-06 10:33:53 +02:00
Julian Storer
abf5805734 Fixed a couple of win32 flags and Jucer include paths. 2010-04-06 10:30:55 +02:00
Julian Storer
00ac238956 ResizableBorderComponent fix. Jucer development. 2010-04-04 09:52:03 +01:00
Julian Storer
cc5f0a50b9 Internal changes to ResizableBorderComponent to expose a Zone class. 2010-04-02 21:20:11 +01:00