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

6149 commits

Author SHA1 Message Date
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
472082c378 Introjucer: made VC pre/post build commands multi-line. 2013-06-26 13:28:16 +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
jules
ed09493cd2 Added text translation to KeyMappingEditorComponent. 2013-06-26 11:08:37 +01:00
jules
4aef778da6 Fix for a recursion in Desktop class. 2013-06-25 13:32:13 +01:00
jules
089332d78c MSVC compile bug fix 2013-06-25 11:44:40 +01:00
jules
78aac0995a Fixes for some clang static analysis warnings. 2013-06-25 10:18:35 +01:00
jules
f04f16e60b Compile fix for the plugin host in MSVC 2013-06-25 09:05:39 +01:00
jules
9c82572dca Refactored a few internals of ComponentPeer. 2013-06-24 22:20:46 +01:00
jules
1881908846 Added a pthread naming fallback for older glib versions. 2013-06-24 21:42:05 +01:00
jules
c5b4e48b80 Updated some headers and URLs. 2013-06-24 16:03:33 +01:00
jules
98ae8a49d2 Added DPI field to Desktop::Display information. Couple of Android fixes. 2013-06-24 15:53:32 +01:00
jules
5c59897ba6 Replaced some uses of the no-longer-needed literal64Bit macro. 2013-06-24 11:30:24 +01:00
jules
c75a7300f5 Added some 'override' modifiers to overridden methods. 2013-06-23 23:09:52 +01:00
jules
7bd867794c Misc minor clean-ups. 2013-06-23 20:31:02 +01:00
jules
d36df96acc Minor clean-ups in plugin host demo. 2013-06-23 20:09:36 +01:00
jules
e1e8703846 Re-saved the example project with the latest introjucer version. 2013-06-23 19:44:38 +01:00
jules
7c9cb2971d Avoided using pthread_setname_np on older linux distros. 2013-06-23 12:26:58 +01:00
jules
a12db728d5 Comment fix. 2013-06-23 12:04:18 +01:00
jules
23c729c942 Comment clarification. 2013-06-22 14:43:05 +01:00
jules
d3a207c596 New classes: AnimatedPosition and MouseInactivityDetector. 2013-06-22 14:42:45 +01:00
jules
d6954b4bcf Avoided an assertion in iOS audio code. 2013-06-22 12:56:54 +01:00
jules
62bed4a224 Introjucer: fix for static lib builds on linux. 2013-06-21 17:24:37 +01:00
jules
135a9d1f5f Introjucer: Avoided duplicated VST path setting. 2013-06-21 16:54:04 +01:00
jules
7560f48b7a Added JUCE_ARM definition. 2013-06-21 16:53:40 +01:00
jules
b0e1cbd0ee Fix for single-character TextLayout width. 2013-06-19 19:55:17 +01:00
jules
ee3f77bc63 Added method IIRFilterAudioSource::makeInactive() 2013-06-19 11:11:59 +01:00
jules
2a39f805ab Fixed a typo in the demo code. 2013-06-18 21:08:44 +01:00
jules
f5ede30892 Refactored the IIRFilter class, breaking out the coefficients into an IIRCoefficients class. Also important to note: there was an error in the gain level used previously in the makeHighShelf, low-shelf, and bandpass methods. This is now corrected, so you may need to check that your old code didn't compensate for the error. 2013-06-18 21:04:26 +01:00
jules
8e5268a1f8 Added methods LookAndFeel::getSliderPopupFont and getSliderPopupPlacement.
LookAndFeel::drawFileBrowserRow improvement.
2013-06-18 19:46:24 +01:00
jules
e49f40ac05 Made Atomic constructor explicit. Cleared TreeViewItem parent pointers when they are removed. 2013-06-18 17:38:56 +01:00
jules
01e3e4c40c Fixed some coverity warnings. 2013-06-17 22:10:57 +01:00
jules
e05393c36d Windows default font fix. 2013-06-16 21:48:02 +01:00
jules
ef486ad07d Moved a couple of static functions. 2013-06-16 21:19:22 +01:00
jules
265fb0e8eb More MSVC warning fixes. 2013-06-16 10:46:51 +01:00
jules
cc8662213b fixed MSVC warning. 2013-06-16 10:21:12 +01:00
jules
4b128378cf CodeEditorComponent rendering improvements. Faster OSX font lookup. 2013-06-16 10:08:05 +01:00
jules
a7b0ec0678 Removed the old jucer project - this functionality is all now integrated into the introjucer. If you really need the old project for some reason, you can still grab it from the git history. 2013-06-15 19:33:15 +01:00
jules
fc79df875f Refactoring of some glypharrangement code. 2013-06-15 19:27:34 +01:00
jules
49fd486c23 Removed Graphics::drawTextAsPath, which is obsolete, since the same job can be done using Graphics::addTransform and any of the other drawText methods. 2013-06-15 16:53:47 +01:00
jules
ebc3b797bd Updated LookAndFeel::createFileChooserHeaderText method to return an attributedstring. 2013-06-15 16:41:11 +01:00
jules
2af7585fc2 spelling fixes 2013-06-15 14:57:36 +01:00
jules
5f0c8d47ae Introjucer: updated translation tool wording. 2013-06-14 19:47:26 +01:00