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

27 commits

Author SHA1 Message Date
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
1fc2a55d82 Minor code clean-ups. 2010-02-22 15:32: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
0768b3bb12 Changed the audio plugin host projects to be Jucer-generated. 2010-02-13 17:13:37 +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
961708b21c Changed the example projects to be Jucer-generated. 2010-02-09 18:55:02 +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
2fee27c757 Updated the text of the copyright/license blurb at the top of each source file. 2009-08-18 22:10:34 +00: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
749c2be6cb Tweaks to VST for building on linux; improved linux code for detecting the executable's file path; small changes to linux window hinting; change on the Mac to fix app shutdown when the app isn't currently active; added Mac support for 3rd mouse button; fix to AudioDeviceManager thread safety when changing midi output devices; fix to DrawableButton text; made ComponentAnimator a change broadcaster to send messages when animations stop and start; small fix to DatagramSocket. 2009-06-17 17:57:16 +00:00
jules
d47cf9e8d6 2008-11-12 20:19:27 +00:00
jules
47cf2369e5 2008-10-27 17:51:24 +00:00
jules
78abb0495f 2008-06-16 17:14:58 +00:00
jules
725da5ebce 2008-04-23 20:49:46 +00:00
jules
e0cb79d093 2007-12-03 18:24:09 +00:00
jules
a90a85cba9 fixed dependencies 2007-08-22 09:55:06 +00:00
jules
112664c125 2007-08-01 11:51:42 +00:00
jules
7d0cf66fad 2007-07-26 18:24:09 +00:00
jules
1e7af2d678 2007-07-26 14:12:43 +00:00
jules
99102fb62e 2007-07-07 17:39:33 +00:00
jules
205304c3a9 changed the look and feel classes, to make "shiny" the new default look, and moved the old look into an OldSchoolLookAndFeel class. 2007-06-20 13:14:27 +00:00
jules
2b35f56640 2007-06-17 11:22:54 +00:00
jules
94cfda5062 2007-06-13 08:28:44 +00:00