jules
|
c8d78eb8ac
|
Spelling correction.
|
2014-10-10 08:49:17 +01:00 |
|
jules
|
77afce6297
|
Added a couple of missing overrides
|
2014-09-26 09:32:41 +01:00 |
|
jules
|
08a49cb6d4
|
Removed some unnecessary consts from the parameters for SynthesiserSound::appliesToNote and appliesToChannel
|
2014-09-25 15:45:49 +01:00 |
|
jules
|
527d1459df
|
Added a velocity argument to the synthesiser noteOff methods.
|
2014-09-18 16:50:13 +01:00 |
|
jules
|
0db3ccf3e6
|
Fixed a few typos in the demo
|
2014-09-13 10:54:22 -07:00 |
|
jules
|
d16e5f4e80
|
Added a list of IP addresses to the juce demo system info page.
|
2014-08-12 08:38:03 +01:00 |
|
jules
|
c6dcbe5739
|
Made the juce demo clean up in the right order when quitting, to avoid problems with the GL demo.
|
2014-08-11 22:09:43 +01:00 |
|
jules
|
2f1ef234ce
|
Tightened up a few places where numeric conversion warnings could happen.
|
2014-07-10 18:57:24 +01:00 |
|
jules
|
56983c8080
|
Tweak to the GL demo to avoid problems on android where openGLContextClosing doesn't get called.
|
2014-07-03 11:50:02 +01:00 |
|
jules
|
ab774b814e
|
Added a method Time::getCompilationDate()
|
2014-06-30 09:48:26 +01:00 |
|
jules
|
0bf57ddf0c
|
Added a method RectangleList::ensureStorageAllocated
|
2014-06-29 18:39:45 +01:00 |
|
jules
|
3b88555140
|
Replaced the old, badly-named and badly-implemented String::compareLexicographically() method with String::compareNatural(), which uses a smarter algorithm. Also added a method StringArray::sortNatural() which uses this.
|
2014-06-15 10:37:31 +01:00 |
|
jules
|
6c61dbb68e
|
Refactored the internal mouse-handling code to use floating point coords. This shouldn't affect much user code, but a few methods in MouseInputSource have now changed to use Point<float> rather than Point<int>.
|
2014-06-14 13:06:53 +01:00 |
|
jules
|
b65dfbfc7c
|
Refactored a couple of old methods relating to TextButton sizing: Removed TextButton::getFont() (use the LookAndFeel method instead), and replaced the LookAndFeel::changeTextButtonWidthToFitText method with one called getTextButtonWidthToFitText()
|
2014-06-01 15:42:39 +01:00 |
|
jules
|
69ff02b46c
|
Couple of fixes for a UTF-32 build.
|
2014-05-29 21:02:13 +01:00 |
|
jules
|
4317f60173
|
Refactored the StringPool and Identifier classes to store the identifiers as Strings, so that they can be shared with other classes like XmlElement without creating temporary or copied String objects. Also added garbage collection for the pooled strings, and changed XmlElement to pool all of the strings it uses, to reduce memory footprint in large XML trees with many identical names. Also refactored NamedValueSet to use an array instead of a linked list.
|
2014-05-27 17:02:34 +01:00 |
|
jules
|
a06e23e606
|
Minor fix to demo app.
|
2014-04-25 11:18:03 +01:00 |
|
jules
|
a0c18acb1e
|
Relaxed the requirement for AudioSampleBuffer to have more than zero channels, and gave it a default constructor.
|
2014-03-26 18:08:10 +00:00 |
|
jules
|
fa21d2ac02
|
Replaced AudioSampleBuffer::getSampleData with getReadPointer/getWritePointer methods (the old method is still available but deprecated). Apart from making code more explanatory and improving constness, these work with a new flag that keeps track of whether the buffer is clear, so that some operations can be elided when the data is known to be empty.
|
2014-03-24 14:39:32 +00:00 |
|
jules
|
e74698bed4
|
Tweaked the fonts demo to display the fonts using point sizes.
|
2014-03-23 14:07:42 +00:00 |
|
jules
|
35fd84cc52
|
Better parsing of openGL SL version number.
|
2014-03-22 14:58:30 +00:00 |
|
jules
|
7992319dc0
|
Added new LookAndFeel page to the juce demo (Thanks Dave!)
|
2014-03-18 11:04:22 +00:00 |
|
jules
|
c1098806cb
|
Made sure the demo cleans up the bubble message components that it uses.
|
2014-03-16 12:29:32 +00:00 |
|
jules
|
b1b08106bf
|
Updated OpenGLGraphicsContext to be able to use GL3 contexts.
|
2014-03-13 10:57:03 +00:00 |
|
jules
|
12fb13bdea
|
Tweaks for OpenGL 3 support.
|
2014-03-13 10:19:00 +00:00 |
|
jules
|
47aad5a8e7
|
Replaced some win32 cpuid code.
|
2014-03-08 20:32:34 +00:00 |
|
jules
|
4889822eaf
|
Added http status code access for URL::createInputStream(). Also added threading + header display to the demo's http page.
|
2014-03-06 22:26:58 +00:00 |
|
jules
|
51a0f6e9ff
|
Changed Slider::snapValue to provide more details about the drag mode involved.
|
2014-02-28 20:53:33 +00:00 |
|
jules
|
fa2b42a742
|
Android GL fixes.
|
2014-02-24 20:29:13 +00:00 |
|
jules
|
56f7676601
|
Refactored the OpenGLGraphicsContextCustomShader class and added a demo for it.
|
2014-02-24 19:03:47 +00:00 |
|
jules
|
8c40999c51
|
Added a callback so that ThreadWithProgressWindow can be used without blocking.
|
2014-02-19 12:14:56 +00:00 |
|
jules
|
802197644b
|
New interprocess utility classes: ChildProcessSlave and ChildProcessMaster.
|
2014-02-09 11:11:28 +00:00 |
|
jules
|
76c8400049
|
Really minor clean-ups.
|
2014-01-12 18:06:48 +00:00 |
|
jules
|
d20279d1db
|
Fix to the GL 2D renderer. Also removed the smaller limit on the GL buffer sizes used in win32.
|
2014-01-12 16:21:03 +00:00 |
|
jules
|
5b25b303fb
|
Cleaned up some minor stuff in the GL demo and PathStrokeType.
|
2014-01-12 15:50:16 +00:00 |
|
jules
|
4d79bed3d1
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
2013-12-23 15:16:38 +00:00 |
|
jules
|
dcb7e61ed5
|
Redesigned CoreAudio for better handling of separate in/out devices.
|
2013-12-18 22:48:26 +00:00 |
|
jules
|
b7ebb273d9
|
Made the GL demo page clean up its attributes to avoid problems on nvideo cards.
|
2013-12-11 21:46:47 +00:00 |
|
jules
|
08c2fce9b5
|
Some improvements to JUCE_LIVE_CONSTANT: Matching original hex/decimal format, and added a reset button.
|
2013-12-06 18:27:41 +00:00 |
|
jules
|
8ba781aa81
|
Added a demo page for the live constant editor stuff.
|
2013-12-03 19:13:14 +00:00 |
|
jules
|
331ce9ff8c
|
Couple of minor clean-ups.
|
2013-12-02 23:12:39 +00:00 |
|
jules
|
1e4ba1b550
|
A few minor changes to keep the Clang analyser happy.
|
2013-11-19 14:11:27 +00:00 |
|
jules
|
bf126b0aeb
|
Minor demo tweak.
|
2013-11-19 10:06:20 +00:00 |
|
jules
|
fe3e565836
|
Demo: better handling of the demo list panel being narrow.
|
2013-11-18 14:59:03 +00:00 |
|
jules
|
d911633e0b
|
Fixing capitalisation of filename.
|
2013-11-15 21:27:03 +00:00 |
|
jules
|
02d20ad24b
|
Fixing capitalisation of filename.
|
2013-11-15 21:26:50 +00:00 |
|
jules
|
947b681bdc
|
Re-added a couple of box2d files which had the wrong capitalisation.
|
2013-11-15 10:02:30 +00:00 |
|
jules
|
c90b7a6f97
|
Removed a couple of box2d files which had the wrong capitalisation.
|
2013-11-15 10:02:01 +00:00 |
|
jules
|
756cff8085
|
Spelling.
|
2013-11-13 16:25:51 +00:00 |
|
jules
|
a4e611222d
|
Various build housekeeping.
|
2013-11-12 10:28:29 +00:00 |
|