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

1474 commits

Author SHA1 Message Date
jules
4ce1908f79 Misc tidying-up. 2013-07-09 20:25:46 +01:00
jules
f86739b221 Fixed a couple of iOS build issues. 2013-07-09 17:42:59 +01:00
jules
a0e292bdaf TabbedComponent::removeTab fix. 2013-07-09 17:25:04 +01:00
jules
ecc1a17bc6 Code clean-ups. 2013-07-09 14:51:11 +01:00
jules
f51aab284b VST hosting: workarounds for izotope GUIs. 2013-07-09 14:10:44 +01:00
jules
00e77a7ac2 OSX main menu recent files list fixes. 2013-07-09 11:43:12 +01:00
jules
5918d039ce Added some "override" annotations. 2013-07-08 19:05:14 +01:00
jules
23f59fd99c Improved some documentation in the File class. 2013-07-08 17:59:37 +01:00
jules
13304ac410 Text layout fix when using newlines with certain fonts on OSX. 2013-07-08 17:04:25 +01:00
jules
4346fdb5f5 Replaced calls to the deprecated unix siginterrupt function. 2013-07-08 15:06:03 +01:00
jules
7293044a73 MouseInactivityDetector fix. 2013-07-08 14:20:11 +01:00
jules
eb646f8c42 Deprecated some old bool notification mode parameters, and replaced them with NotificationType values in the ComboBox and Button classes. 2013-07-08 13:05:51 +01:00
jules
51b9d1ed98 AU hosting: added support for begin/end gesture callbacks from plugin. 2013-07-06 13:56:08 +01:00
jules
34fccfa4f3 Made IIRCoefficients constructor public. 2013-07-06 12:29:19 +01:00
jules
c5f1e86cb3 Added some point-size accessor methods to Font. 2013-07-06 10:28:24 +01:00
jules
202d51c547 Fixed some out-of-date docs. 2013-07-06 10:05:25 +01:00
jules
4e3024bd63 Updated some documentation. 2013-07-06 09:49:22 +01:00
jules
9610a27cb9 iOS bluetooth audio fix. 2013-07-05 15:19:33 +01:00
jules
96c234f8c5 Groundwork for desktop scaling. Added win32 calls to allow drag+drop in apps with lower permissions. 2013-07-04 20:52:54 +01:00
jules
518e302d4a Avoided some VC warnings. 2013-07-04 20:51:27 +01:00
jules
8fd65cb8c5 Workaround for a strange Win7 OS bug when trying to load a DirectShow movie which fails. 2013-07-04 20:42:50 +01:00
jules
d086d55b44 Added division operator to Rectangle. 2013-07-04 13:26:42 +01:00
jules
155859f86b Internal refactoring. 2013-07-03 18:39:18 +01:00
jules
58f3ec2700 Minor reference refactoring. 2013-07-03 16:54:02 +01:00
jules
c8bab5d392 ASIO fix. 2013-07-03 10:52:09 +01:00
jules
516bddabcc Misc minor clean-ups. 2013-07-03 09:51:23 +01:00
jules
282cf3dac4 constness fix in OwnedArray. 2013-07-02 21:52:48 +01:00
jules
94a81e0d91 Fixed some MSVC warnings. 2013-07-02 17:30:02 +01:00
jules
0b5fd389c0 Moved png lib C symbols into juce namespace. 2013-07-02 17:29:30 +01:00
jules
f8a09dfb15 More CoreAudio restart fixing. 2013-07-02 17:16:22 +01:00
jules
42724dddfe CoreAudio sample rate handling fix. 2013-07-01 22:42:25 +01:00
jules
c21e90a2a7 Added missing repaint in ShapeButton. 2013-07-01 22:39:06 +01:00
jules
a53a50eb35 Improved ShapeButton's mouse-click movement behaviour. 2013-07-01 22:12:07 +01:00
jules
2091e8dfc8 Replaced a few Justification references. 2013-07-01 22:07:39 +01:00
jules
60fe89c1aa Slider LinearBarVertical fixes. 2013-07-01 17:39:10 +01:00
jules
2329e63f20 Converted a few Colour references to pass-by-values. 2013-07-01 17:38:47 +01:00
jules
18d34b857b CoreAudio: better handling of device sample rates changing externally. 2013-07-01 10:13:39 +01:00
jules
899b1253da Minor clean-ups. 2013-07-01 08:31:09 +01:00
jules
fdca8fe1c0 Removed a couple of suprious int casts in AudioFormatReaderSource 2013-07-01 08:30:32 +01:00
jules
aec3d12753 A few minor tweaks to avoid warnings etc. 2013-06-30 19:17:37 +01:00
jules
1a49c7fc5b TextLayout whitespace fix. 2013-06-29 12:03:29 +01:00
jules
146155bd34 Software text layout fix. 2013-06-29 11:02:34 +01:00
jules
a0792ec444 Fix for software-rendered code editor text. 2013-06-29 10:57:54 +01:00
jules
39ef5130e9 Added MidiKeyboardComponent::mouseUpOnKey() method. 2013-06-28 15:20:51 +01:00
jules
2757bf2270 Fix for UTF32 strings. 2013-06-27 18:21:37 +01:00
jules
d95fda2e90 Fix for strings in UTF32 mode. 2013-06-27 09:59:59 +01:00
jules
7f7cbe73fd Over-zealous assertion fix. 2013-06-26 19:53:48 +01:00
jules
227e7d70f9 Added method FileBrowserComponent::getDefaultRoots() 2013-06-26 12:40:16 +01:00
jules
575725e39d Fix for a subtle race condition in plugin scanning. 2013-06-26 11:57:09 +01:00
jules
57832f97e1 Avoided a false assertion. 2013-06-26 11:08:52 +01:00