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

34 commits

Author SHA1 Message Date
Julian Storer
0297ae5c69 Added mac architecture type to the introjucer. Optimised code editor syntax iteration. 2011-03-08 19:27:23 +00:00
Julian Storer
e17dfb559f Fix for copying NamedValueSets, removed some win32 DC warnings. Removed the obj-C suffix setting from the jucer's global settings. Updated the Jucer to generate correct iPhone/iPad apps for iOS4. Renamed some of the demo build folders from "iPhone" to "iOS". 2011-01-14 15:22:44 +00:00
Julian Storer
c4029bc86d Updated MSVC solution files. Cleaned up some more win32 CD-reader and DSound code. 2010-12-06 22:38:28 +00:00
Julian Storer
44ece5a54a Updated the new jucer to handle inherited preprocessor defs, and to use them when expanding some of its parameter strings. 2010-10-15 16:26:58 +01:00
Julian Storer
91e2759000 Fix for some broken Apple AudioUnit editors. Fix for amalgamated mac builds. Changed some mac debugging settings which didn't work. Updated the Jucer-generated audio plugins to match the current codebase. 2010-10-14 14:17:10 +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
911b27dcbd Added Jucer support for the new Visual Studio 2010 projects. 2010-06-11 21:47:20 +01:00
Julian Storer
6389d9e5a6 Fix for double-clicking accented chars in the TextEditor. Documentation tweaks. Increased jucer warning levels in MSVC. 2010-06-08 21:52:09 +01:00
Julian Storer
bab3c321c9 Removed "fix and continue" from xcode builds, as it was causing compile speed problems. 2010-06-08 12:30:19 +01:00
Julian Storer
4521e6ea84 Small fixes for Jucer makefiles. 2010-06-01 18:32:33 +01:00
Julian Storer
8ff6737261 Major changes to the way Drawables are converted to ValueTrees (with more changes still to come in this area). Important fix to DirectoryIterator. Minor fix for ASIO. Jucer development. 2010-05-21 22:29:31 +01:00
Julian Storer
64905b472f Jucer improvements to cope with multiple juce paths. 2010-05-17 19:24:35 +01:00
Julian Storer
b56494b29b Replaced the old atomic ops with a templated Atomic class. Minor tweaks to directory browser. Jucer development. 2010-05-03 21:23:45 +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
66643e85ac Minor string changes. 2010-03-26 18:23:54 +00:00
Julian Storer
d5db408033 Updated some jucer-generated project files. 2010-03-24 17:52:23 +00:00
Julian Storer
15711ae344 Updated the binarybuilder code. 2010-03-23 17:59:26 +00:00
Julian Storer
6b79430341 Refactored some String operators to bring them into line with c++ best practices. Removed the JUCE_STRINGS_ARE_UNICODE flag - all strings are now unicode by default. Removed the String class's implicit cast to const char* and copyToBuffer() method, replacing them with toCString(), toUTF8(), copyToCString(), copyToUnicode(), etc., so that it'll force users to think about the encoding they want to use in a particular context. Added the ability to pass a String directly to a std::ostream. Extended the juce version number to include a build number. 2010-02-21 19:04:41 +00:00
Julian Storer
e4801068ad Updates to jucer-generated projects. 2010-02-16 12:19:31 +00:00
Julian Storer
5443f95790 Jucer-generated file updates. 2010-02-13 17:07:31 +00:00
Julian Storer
fbc62f200a Updated some auto-generated projects. 2010-02-13 15:06:45 +00:00
Julian Storer
07623e9fa3 Converted the BinaryBuilder projects to be auto-generated by the Jucer. 2010-02-08 20:12:07 +00:00
Julian Storer
773c7d7407 Changed all uses of OwnedArray<File> to be Array<File> instead, which is a bit more efficient and easier to work with. Optimised the software renderer to improve most drawing operations, particularly simple shapes filling like drawing lines, etc. 2010-01-28 16:02:16 +00:00
Julian Storer
527159432b Modernised some old bits of code. 2010-01-18 10:51:12 +00:00
Julian Storer
0280c57ff0 fix for a mac file bug introduced in the last check-in.. 2009-10-12 14:39:43 +01:00
jules
ddc16536a3 Changed the Linux native code files to use the same amalgamation file structure as the mac and windows ones do; made a small adjustment to the amalgamator, and removed some redundancy from the amalgamated files (if you are amalgamating code yourself, please build a new copy of the amalgamator, as the old one won't work correctly on this new code); fixed a few minor build warnings in linux 2009-08-13 11:11:26 +00:00
jules
b7eb1587b5 adding a mac project for the binarybuilder 2009-02-25 20:46:00 +00:00
jules
8df9179c04 adding a mac project for the binarybuilder 2009-02-25 20:43:02 +00:00
jules
d47cf9e8d6 2008-11-12 20:19:27 +00:00
jules
b9318749d5 2008-08-28 18:40:50 +00:00
jules
688c17752f 2008-07-31 21:12:38 +00:00
jules
a391f303da 2008-06-16 17:21:01 +00:00
jules
a63bec1972 2007-07-23 10:06:55 +00:00
jules
94cfda5062 2007-06-13 08:28:44 +00:00