|  luigisambuy | 6547452fd3 | Fixed a leak of bubbleMessage object in juce demo | 9 years ago | 
				
					
						|  jules | 8994f37dd0 | Added some FlexBox layout classes, and a demo page for this in the big juce demo app | 9 years ago | 
				
					
						|  jules | 74554a206c | Improved performance of some BigInteger methods by adding Montgomery Multiplication and extended Euclidan algorithms | 9 years ago | 
				
					
						|  hogliux | cf39ad4b02 | Fix multiple compile errors on older gcc versions | 9 years ago | 
				
					
						|  jules | 8343f3468c | Found a few missing 'override' specifiers | 9 years ago | 
				
					
						|  Timur Doumler | 70949aa0c6 | Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects. | 9 years ago | 
				
					
						|  jules | ed067801eb | Tidied up some demo code | 9 years ago | 
				
					
						|  Timur Doumler | 942d269edb | JuceDemo: removed an unnecessary capture-by-reference from a lambda. | 9 years ago | 
				
					
						|  Timur Doumler | 497f286b53 | Added new helper function MidiMessage::getDescription(), replacing some code that was previously in the Juce Demo. | 9 years ago | 
				
					
						|  jules | 7c1d3e3074 | Fixed a URL in the demo app | 9 years ago | 
				
					
						|  Timur Doumler | 1762cdc9c9 | Added runtime permissions request to JUCE Demo (recording tab) and MidiTest example app, added matching permissions to manifest, removed ant exporter, and re-saved both projects. | 9 years ago | 
				
					
						|  jules | e1ba584203 | Whitespace | 9 years ago | 
				
					
						|  jules | 6957a9e3a4 | Fix to video demo | 9 years ago | 
				
					
						|  hogliux | fa1ad90386 | Fix black teapot issue | 9 years ago | 
				
					
						|  hogliux | e6b4dcb6a2 | Add SSE4.1, SSE4.2 and AVX2 system stat flags and fix documentation typo | 9 years ago | 
				
					
						|  jules | 7435ab9c4a | Minor tweak to the networking demo | 9 years ago | 
				
					
						|  jules | 4583fa3fbf | Used the ignoreUnused() function to tidy up some old code | 9 years ago | 
				
					
						|  jules | edec7b34b2 | Replaced some uses of AffineTransform::identity with a default-constructed object | 10 years ago | 
				
					
						|  jules | 96d428ae17 | Demo app: Fixed a typo in the look-and-feel demo | 10 years ago | 
				
					
						|  jules | 02492b36b9 | Lots of small whitespace tweaks. | 10 years ago | 
				
					
						|  jules | 26ff85ae94 | Demo app: Lowered the frame rate of the welcome screen to save power if people leave it running | 10 years ago | 
				
					
						|  jules | 128fdbb3f0 | Demo: Added whirlpool to the crypto demo page | 10 years ago | 
				
					
						|  jules | 44b9eba29a | Demo App: Added a MIDI output device option to the MIDI i/o page | 10 years ago | 
				
					
						|  jules | a712364356 | Big Demo: Added latency to the audio setting page info display | 10 years ago | 
				
					
						|  jules | d06fc22369 | Pimped the demo app with some new images | 10 years ago | 
				
					
						|  jules | 89ba69ab29 | Android Bluetooth MIDI, pro-audio i/o and improved openGL support | 10 years ago | 
				
					
						|  jules | 02041328dc | Misc minor fix-ups | 10 years ago | 
				
					
						|  jules | a3426aae10 | Added support for iOS force-touch | 10 years ago | 
				
					
						|  jules | 9f4265a5d9 | Fixed a misleading use of Array<ValueTree> in the juce demo. | 10 years ago | 
				
					
						|  jules | 020b34f67f | Fixed a couple of stray semicolons | 10 years ago | 
				
					
						|  jules | 3e1531f74e | Visual studio warnings fix | 10 years ago | 
				
					
						|  jules | 802a25bd97 | Cleaned up a few bits of very old demo code | 10 years ago | 
				
					
						|  jules | fdc04d2d2c | Fixed some warnings caught by -pedantic_warnings | 10 years ago | 
				
					
						|  jules | cee5a77123 | Added a velocity parameter to note-off handling in MidiKeyboardState | 10 years ago | 
				
					
						|  jules | 57d4889f91 | Added a new class AudioVisualiserComponent, and updated the demo audio pages to use this. | 10 years ago | 
				
					
						|  jules | 7233d17d0c | Added missing override keywords in the demo | 10 years ago | 
				
					
						|  hogliux | c56903b175 | Fix compile-error in JuceDemo if compiling with JUCE_MODAL_LOOPS_PERMITTED=0 | 10 years ago | 
				
					
						|  jules | 9178fe9a1a | Some minor refactoring inside OSX MainMenu code. | 10 years ago | 
				
					
						|  jules | f26152fa72 | Tidied up a few compiler warnings in the demo code. | 10 years ago | 
				
					
						|  hogliux | c7b8e77031 | Update copyright notice | 10 years ago | 
				
					
						|  jules | c4f5e8ebe6 | Fix to the WavefrontObjParser class's sort method. | 10 years ago | 
				
					
						|  jules | f1c0ceccc3 | Removed unused variable | 10 years ago | 
				
					
						|  jules | d7250c0a90 | Fix for menu updating in the demo app. | 10 years ago | 
				
					
						|  jules | 063ec9c0d1 | Updated openGL demo app now that the Matrix3D class works the other (correct!) way around. | 10 years ago | 
				
					
						|  jules | 70d09f7db9 | Whitespace | 10 years ago | 
				
					
						|  Timur Doumler | dc05cd506d | fixed issue in Demo where a custom component in a TableListBoxModel was preventing rows from being selected. | 10 years ago | 
				
					
						|  Timur Doumler | f04e0f0462 | JuceDemo: make Tables in WidgetDemo look nicer by adding zebra striping | 10 years ago | 
				
					
						|  Timur Doumler | ee3fe813e1 | fixed issue with label text being white and invisible; some refactoring | 10 years ago | 
				
					
						|  Timur Doumler | 5fcf94bfe4 | added EditableTextCustomComponent (based on Label) to WidgetsDemo | 10 years ago | 
				
					
						|  jules | 76892601c3 | Fixed table demo sort order | 10 years ago |