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

3925 commits

Author SHA1 Message Date
Julian Storer
4e68bd517b Small tweaks for OwnedArray, and some minor clean-ups. 2010-08-26 16:00:17 +01:00
Julian Storer
622f823bf7 First experimental check-in of Direct2D rendering - not for public use yet! 2010-08-26 13:31:41 +01:00
Julian Storer
34d8bfcf63 Small changes to Expression, TreeView, FileBasedDocument. 2010-08-26 10:09:08 +01:00
Julian Storer
d9e00279cf Minor code clean-ups. 2010-08-25 10:47:17 +01:00
Julian Storer
55e94f19d6 Minor code clean-ups. 2010-08-24 21:09:28 +01:00
Julian Storer
2a81da760a Minor code clean-ups. 2010-08-24 20:33:45 +01:00
Julian Storer
8c37193c3d Fix for URL percent sign decoding. Added InterprocessLock to ApplicationProperties. Minor tidying-up of file functionality. 2010-08-24 14:39:40 +01:00
Julian Storer
de4d8a5a14 Minor code clean-ups. 2010-08-23 21:10:37 +01:00
Julian Storer
02eb45ddf7 Added latency estimation for ALSA. Minor tweaks to TemporaryFile and some comments. 2010-08-23 17:24:26 +01:00
Julian Storer
4328472028 Updated the demo app's drag-and-drop page to accept dragged files. 2010-08-23 12:29:45 +01:00
Julian Storer
6fab77045b Small fixes for File, Expression, RTAS. 2010-08-20 16:58:14 +01:00
Julian Storer
71ee73ead1 Merged some of the mac/linux pthread code. Fixes to the Expression class. Fix for CoreGraphics to get gradients working correctly for vertical/horizontal lines. 2010-08-19 17:17:53 +01:00
Julian Storer
3e30e09afa Documentation fixes. Mac OpenGL fix. PositionableAudioSource tweak. Added new class: Expression, and changed RelativeCoordinate to use an Expression to store its position. 2010-08-18 08:36:30 +01:00
Julian Storer
244219bbe2 String documentation fix. PropertySet parameter fix. Jucer path fix. 2010-08-11 17:09:10 +01:00
Julian Storer
23e07daec7 Minor code clean-ups. 2010-08-09 21:47:08 +01:00
Julian Storer
a9c2f2c69e ActiveX browser plugin fix. File extension changes in the new jucer. 2010-08-09 11:21:48 +01:00
Julian Storer
d033a859ef Fixed some namespace issues with png and zlib. Changed the way the DBG macro works to allow expressions like DBG ("foo" << 123 << "bar"), so that it's easier to dump out numbers. 2010-08-02 11:33:05 +01:00
Julian Storer
dcaa6ceb36 Minor fixes for mac 10.4 atomics, mouse dragging, tooltips. 2010-07-28 13:57:58 +01:00
Julian Storer
b61ac0ea3c iOS text entry fix. 2010-07-27 14:28:05 +01:00
Julian Storer
cd14d5efa5 Added CDDB support for mac. Small fix for iPad text entry. 2010-07-26 16:18:21 +01:00
Julian Storer
1335673bf0 Fixed a typo in PluginHostType. 2010-07-24 10:43:33 -05:00
Julian Storer
ccd8566e96 Fix for iOS launching. Tweak for win32 font rendering. Added a File::hostApplicationPath flag. 2010-07-23 12:33:27 -05:00
Julian Storer
280b966ff6 Fix for ppc atomics. Fix for carbon wrapper mouse events. 2010-07-21 13:43:48 -05:00
Julian Storer
bd4df346bc For for Component::beginDragAutoRepeat(). Fix for ppc atomics compilation. Fix for jucer image code generation. 2010-07-17 11:36:12 -05:00
Julian Storer
216d258ceb Added workarounds for a truly moronic VC2005 compiler bug. Very, very annoyed at having to spend hours and compromise my coding style geting this to build properly... 2010-07-13 16:00:10 +01:00
Julian Storer
c20daf9740 Fixed a mac initialisation problem. 2010-07-12 21:18:14 +01:00
Julian Storer
26475b1b77 Fixed a couple of MSVC compile errors. 2010-07-12 10:21:03 +01:00
Julian Storer
907a9aaffe Tidied up a bunch of listener classes, making them child classes - e.g. ButtonListener becomes Button::Listener. Did this for ComboBox, Button, CameraDevice, Label, ScrollBar, Slider, TextEditor, TableHeaderComponent. (There are typedefs to make sure old code still works, though I might remove those in the future). 2010-07-11 11:46:36 +01:00
Julian Storer
6c4d8023bd Cleaned up and restructured some app startup code. Updated some iPhone settings. 2010-07-10 11:41:07 +01:00
Julian Storer
7f643bc7e0 Added up-to-date amalgamated files. 2010-07-09 13:36:54 +01:00
Julian Storer
9f0c91196f Added method Image::getClippedImage(), which allows the use of images that refer to subsections of another image. This means that the the parameters to a couple of Graphics methods no longer need a clipping rectangle. Also dded a static Image::null object and another constructor for Image::BitmapData. 2010-07-09 13:35:50 +01:00
Julian Storer
fe92227a4d OpenGL tweaks. 2010-07-09 10:01:02 +01:00
Julian Storer
7436e26887 Small updates to OpenGLContext. 2010-07-08 21:08:15 +01:00
Julian Storer
e90dcf51fb Tweaked a few jucer settings to improve the default setup of a new plugin project. 2010-07-08 18:34:47 +01:00
Julian Storer
1466389437 Jucer compile fix. 2010-07-08 17:41:08 +01:00
Julian Storer
8d3be2913a Fixed a couple of mac 64-bit warnings. 2010-07-08 17:33:57 +01:00
Julian Storer
e2e1eacc30 Updated Atomic class to deal with float and double types. 2010-07-08 15:21:48 +01:00
Julian Storer
cb7b3d7562 Mouse fix for audio plugins in Muse Receptor. Fixed DrawableText constructor. 2010-07-07 16:59:19 +01:00
Julian Storer
e1cab61fa6 Fixed some minor typos in Rectangle and the RTAS wrapper. 2010-07-06 18:01:07 +01:00
Julian Storer
6c28b6dc18 Fix for random seeds in the RSAKey class. 2010-07-06 11:39:48 +01:00
Julian Storer
942999ea31 Fix for xcode linker warnings when using the static lib. Tweaks to iPhone audio and StretchableLayoutManager. 2010-07-06 10:24:06 +01:00
Julian Storer
e80ee06365 Added icon generation to the new Jucer (on win32 + mac), and added an icon to the juce demo. 2010-07-05 18:35:02 +01:00
Julian Storer
a4aca30079 Refactored the MemoryOutputStream constructors and added some new features. Tidied up some stream methods to avoid relying on the stream length, which can be unreliable in http streams. Tweaked some mac atomic functions. Fixed some win32 dllexport declarations. 2010-07-05 13:37:38 +01:00
Julian Storer
06cd5f5ed1 Minor iphone compile tweaks. 2010-07-02 16:29:21 +01:00
Julian Storer
258414bad2 Fix for checkerboard rendering. Minor clean-ups. 2010-07-01 20:00:20 +01:00
Julian Storer
a9b1c0cd4e NPAPI fix. 2010-07-01 13:39:42 +01:00
Julian Storer
366c8fb7e2 ALSA fix. Removed some win32 compile warnings. Refactored Variant class internally. 2010-06-30 18:16:12 +01:00
Julian Storer
e502d753d7 New method for TableListBox and ComboBox, made AudioSampleBuffer::writeToAudioWriter and ResamplingAudioSource handle multiple channels. 2010-06-30 09:25:40 +01:00
Julian Storer
fad682c1e1 Development on drawables. ValueTree fix. 2010-06-23 21:51:28 +01:00
Julian Storer
c8b977a482 New jucer fix. 2010-06-23 18:51:56 +01:00