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

749 commits

Author SHA1 Message Date
Julian Storer
f953c19efb Fix for CoreGraphics image loading on iOS. Auto-linked library fix for win32. 2010-09-01 14:29:16 +01:00
Julian Storer
88b1d2a2de Additions to Expression class. Tweak for mac app shutdown behaviour. 2010-08-30 21:40:34 +01:00
Julian Storer
8775571cd7 Improved isolation of internal jpeg library symbols. 2010-08-29 10:48:51 +01:00
Julian Storer
5159554140 Fix for mac numeric key handling. 2010-08-29 10:00:43 +01:00
Julian Storer
b74398dfdf Fixed a compile error in the plugin host demo. 2010-08-28 11:38:48 +01:00
Julian Storer
32081a387c Minor code clean-ups 2010-08-27 22:16:14 +01:00
Julian Storer
76a92c0c26 Fixed a mac modal window titlebar problem. 2010-08-27 21:01:07 +01:00
Julian Storer
df554b5ad8 Added a custom text colour for DrawableButton and fixed a bugette in KeyPress. 2010-08-27 12:41:49 +01:00
Julian Storer
322cd4dba2 Moved the data format structure of AudioThumbnail to be a public class. 2010-08-27 11:56:13 +01:00
Julian Storer
90b74fcdee Made image-loading use CoreImage on the Mac and iOS. 2010-08-26 18:25:24 +01:00
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
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
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
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
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
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
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
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