1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-30 02:50:05 +00:00
Commit graph

2301 commits

Author SHA1 Message Date
jules
78aac0995a Fixes for some clang static analysis warnings. 2013-06-25 10:18:35 +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
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
7560f48b7a Added JUCE_ARM definition. 2013-06-21 16:53:40 +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
ef486ad07d Moved a couple of static functions. 2013-06-16 21:19:22 +01:00
jules
2af7585fc2 spelling fixes 2013-06-15 14:57:36 +01:00
jules
77335b4baa Introjucer: Improvements to the translation tool. 2013-06-14 15:31:00 +01:00
jules
9772fde950 Minor tidying 2013-06-13 14:41:45 +01:00
jules
5c4785ee2c juce_core module license type update. 2013-06-13 13:29:56 +01:00
jules
048e5c679b Version number update 2013-06-13 13:28:35 +01:00
jules
03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
jules
3c76294319 Android: setting the audio output at startup. 2013-06-12 09:45:28 +01:00
jules
20a72142b7 Version number update 2013-06-10 21:07:26 +01:00
jules
693ebab706 Avoided some MSVC warnings 2013-06-10 11:15:14 +01:00
jules
abde049bf0 Whitespace cleanup. 2013-06-07 22:41:14 +01:00
jules
5a0cef7239 Added some static StringArray methods for tokenising. 2013-06-07 20:35:07 +01:00
jules
a92c7502b4 Added a move operator to ScopedPointer. 2013-06-07 20:34:00 +01:00
jules
a1e3f23ee4 Linux build fix. 2013-06-05 15:08:00 +01:00
jules
4d0cd69895 Minor tidying 2013-06-04 10:41:53 +01:00
jules
31fc78b314 Minor tidying up. 2013-06-04 10:16:25 +01:00
jules
5401d0c135 TimeSliceThread timing fix. 2013-06-02 11:11:55 +01:00
jules
c7506df13f Changed some pass-by-references to pass-by-value to improve compiler optimisation. 2013-05-22 23:05:53 -06:00
jules
88b50c5d7e Added a parameter to the LocalisedStrings constructors to fix a case-sensitivity problem. 2013-05-06 20:19:10 +01:00
jules
4d61bfd8a3 Refactored some TRANS strings to make them more amenable to translation. Added the NEEDS_TRANS macro. 2013-05-05 17:13:53 +01:00
jules
c4cea5a131 Thread-naming fix for linux. 2013-05-03 17:14:24 +01:00
jules
20e5a703b4 More workarounds for hosting Mackie plugins. 2013-05-03 17:12:02 +01:00
jules
886cd92eda Removed the fake "final" keyword, which was clashing with some 3rd-party headers. 2013-05-02 20:13:02 +01:00
jules
502631cfbf compiler warning fix. 2013-04-27 20:19:56 +01:00
jules
31747486ff New class: IPAddress. 2013-04-27 20:11:59 +01:00
jules
34e5591701 v2.0.40 2013-04-27 10:43:47 +01:00
jules
4b6a094d13 Made DirectoryIterator capable of parsing multiple wildcard patterns. 2013-04-26 19:37:15 +01:00
jules
71358e7f38 Added a flag that can be used to disable overloaded new + delete in DLL builds. 2013-04-25 16:58:04 +01:00
jules
ed03b30c01 JSON parsing fix. 2013-04-24 12:00:09 +01:00
jules
4c147d94a5 Fix to Rectangle::intersects 2013-04-24 11:29:39 +01:00
jules
69b90487aa Added support for c++11 override and final keywords, and blank definitions for older compilers. 2013-04-22 18:00:27 +01:00
jules
97ed2ac915 Introjucer: code editor popup menu helper function to insert a new class declaration. 2013-04-22 16:18:35 +01:00
jules
cb359e5619 Avoided checking Identifier validity when constructing it from a String. 2013-04-22 13:17:22 +01:00
jules
eeb59c57a9 Documentation fixes. 2013-04-21 12:30:08 +01:00
jules
e339d39eb4 v2.0.39 2013-04-21 12:23:57 +01:00
jules
65ff2728d9 Spelling. 2013-04-20 15:54:16 +01:00
jules
b4382bad62 Added String methods to create/return a std::string, and also String::toRawUTF8 method. 2013-04-17 15:17:36 +01:00
jules
14cc8bf3c5 Changed ImageCache purging method. Added a PropertyPanel::getTotalContentHeight() method. 2013-04-15 12:21:22 +01:00
jules
c8e09aba67 Added an extra method to ListenerList. Handled zero-length binary data in var class. 2013-04-14 10:14:24 +01:00