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 |
|
jules
|
e951ab4a4d
|
Added ImageCache::clear() method.
|
2013-04-10 21:09:13 +01:00 |
|
jules
|
52b638ff40
|
Misc cleanups.
|
2013-04-09 19:42:47 +01:00 |
|
jules
|
868bee86d0
|
Support for storing binary vars in XML via NamedValueSet/ValueTree.
|
2013-04-09 14:46:54 +01:00 |
|
jules
|
dde56bab6a
|
Added a binary data type to the var class.
|
2013-04-09 12:11:06 +01:00 |
|
jules
|
84724e8947
|
Minor addition to MemoryOutputStream.
|
2013-04-09 12:09:23 +01:00 |
|
jules
|
280afcff80
|
Warning fix for linux.
|
2013-04-08 15:48:39 +01:00 |
|
jules
|
92e3c452a0
|
Warnings + documentation cleanups.
|
2013-04-07 10:03:59 +01:00 |
|
jules
|
01ad38a0b4
|
mingw fix.
|
2013-04-04 11:49:15 +01:00 |
|
jules
|
deb02fdf70
|
Added calling convention to logAssertion.
|
2013-04-04 11:41:47 +01:00 |
|
jules
|
6a67ab2eb2
|
Fix for uuidtostring function.
|
2013-04-03 20:19:19 +01:00 |
|
jules
|
6b6c4a3eab
|
Minor clean-ups.
|
2013-04-02 11:52:52 +01:00 |
|
jules
|
26c0733f8f
|
Introjucer: fixes for some of the integrated Jucer stuff.
|
2013-04-01 12:22:53 +01:00 |
|
jules
|
93dd9757e5
|
Added XmlElement methods to help parse namespaces on tagnames. Updated SVG parser to handle files which use namespaces.
|
2013-04-01 11:19:38 +01:00 |
|
jules
|
9c9cae12f4
|
Resaved some projects. Added a Code::Blocks project for the introjucer.
|
2013-03-31 23:24:56 +01:00 |
|
jules
|
bb008cb1ba
|
Merged the old Jucer into the introjucer.
|
2013-03-31 23:09:17 +01:00 |
|
jules
|
2be6b48cd9
|
Eliminated some OS dependencies in WASAPI. Added mingw workarounds for __uuidof
|
2013-03-29 16:01:49 +00:00 |
|
jules
|
c91812467c
|
Added a couple of socket accessor methods.
|
2013-03-29 09:12:36 +00:00 |
|
jules
|
5601c4d189
|
Introjucer: Added an exporter for Code::Blocks projects
|
2013-03-28 21:42:21 +00:00 |
|
jules
|
01d123d1e8
|
Workarounds for a few mingw warnings and errors.
|
2013-03-28 21:40:41 +00:00 |
|
jules
|
2451b3762c
|
Some mingw compatibility tweaks.
|
2013-03-28 14:24:28 +00:00 |
|
jules
|
a9e026e062
|
Added a constructor to StringArray.
|
2013-03-26 11:33:09 +00:00 |
|
jules
|
c923345ee5
|
Typo fix.
|
2013-03-25 20:11:30 +00:00 |
|
jules
|
034f804c36
|
Minor compiler defs change.
|
2013-03-25 13:44:27 +00:00 |
|
jules
|
3cb35daab7
|
JUCE_AUTORELEASEPOOL fix.
|
2013-03-23 14:16:03 +00:00 |
|
jules
|
b2e8db097a
|
Tweak to ScopedValueSetter to keep VS2012 happy.
|
2013-03-22 11:44:40 +00:00 |
|