|  jules | 1a60fa9765 | More ScopedPointer/unique_ptr compatibility work | 7 years ago | 
				
					
						|  jules | f9313c8338 | Deprecated some old functions roundDoubleToInt and roundFloatToInt - these can both be trivially replaced by roundToInt, and should have been deprecated long ago! | 7 years ago | 
				
					
						|  jules | 4fcedf7be5 | Standardised some lambda syntax | 7 years ago | 
				
					
						|  jules | 80a7718286 | Added some event lambda callbacks for TextEditor and simplified a bit more code using them | 7 years ago | 
				
					
						|  jules | e7a5e520c6 | Updated Button::onClick and added ComboBox::onChange | 7 years ago | 
				
					
						|  jules | ce8b2d865a | Used Button::onClick to simplify a bunch of library classes and demo code | 7 years ago | 
				
					
						|  jules | 2dc9316420 | Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) | 8 years ago | 
				
					
						|  jules | eda613c6db | Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools | 8 years ago | 
				
					
						|  jules | 357dd2c9c9 | Removed some old compiler bug workarounds | 8 years ago | 
				
					
						|  jules | 4e5f005421 | Added a method Component::getChildren() to allow them to be iterated with a range-based for loop, and used this in appropriate places around the codebase | 8 years ago | 
				
					
						|  ed | b0c3531ac3 | Improved the layout of the tick boxes in AudioDeviceSelectorComponent when using LookAndFeel_V4 | 8 years ago | 
				
					
						|  tpoole | 2fdff085b6 | Fixed a bug when displaying a "None" device in AudioDeviceSelectorComponent | 8 years ago | 
				
					
						|  tpoole | e58bdc9c18 | Fixed AudioDeviceSelectorComponent resizing bug | 8 years ago | 
				
					
						|  hogliux | b5afccc37c | Updated file headers and the README with the JUCE 5 license | 8 years ago | 
				
					
						|  hogliux | ef2c63e4e3 | Added a new LookAndFeel (V4) and re-skinned the JUCE Demo and examples. Improved the JUCE Demo on mobile devices. | 8 years ago | 
				
					
						|  tpoole | 7094b04a9b | Changed some text to Title Case in AudioDeviceSelectorComponent | 8 years ago | 
				
					
						|  hogliux | c1f7b6dc16 | Fixed a possible nullptr dereference in the Android runtime permission code | 8 years ago | 
				
					
						|  jules | 9fa0d49be7 | Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. | 9 years ago | 
				
					
						|  jules | 4d34212557 | Fixed a problem with AudioDeviceSelectorComponent that caused repeated refreshes of the current midi device. | 9 years ago | 
				
					
						|  jules | 23395691b1 | Added a method AudioDeviceSelectorComponent::getMidiInputSelectorListBox() | 10 years ago | 
				
					
						|  jules | 89ba69ab29 | Android Bluetooth MIDI, pro-audio i/o and improved openGL support | 10 years ago | 
				
					
						|  hogliux | c7b8e77031 | Update copyright notice | 10 years ago | 
				
					
						|  jules | 5d3e24b7a7 | Spelling fix. | 10 years ago | 
				
					
						|  jules | aef09a4d5b | Minor layout tweaks to the AudioDeviceSelectorComponent | 11 years ago | 
				
					
						|  jules | 2d34266125 | Fixed a layout bug in AudioDeviceSelectorComponent | 11 years ago | 
				
					
						|  jules | 6bb134ae89 | Made sure that AudioDeviceSelectorComponent reflects the l+f correctly | 11 years ago | 
				
					
						|  jules | 3bb7e7ebf1 | Added a 'reset' button and adjustable item height to the AudioDeviceSelectorComponent | 11 years ago | 
				
					
						|  jules | f57cd7bafd | Clarified some badly-defined behaviour in AudioDeviceManager: if a midi callback is added with an empty-string as its target midi input device, it now gets sent incoming events from *all* devices, not just the "default" device (which was never properly defined) | 11 years ago | 
				
					
						|  jules | a8f9fdc54b | Optimisation to AudioDeviceSelectorComponent. | 11 years ago | 
				
					
						|  jules | 017dbc988d | Refactored some AudioIODevice methods to return Arrays of sample rates + buffer sizes. | 12 years ago | 
				
					
						|  jules | 58055df1b3 | Capitalised some audio device setting text. | 12 years ago | 
				
					
						|  jules | b093f47a8c | Misc minor cleanups and comment fixes. | 12 years ago | 
				
					
						|  jules | 29ada09816 | Cleaned up some unused variables. | 12 years ago | 
				
					
						|  jules | 5918d039ce | Added some "override" annotations. | 12 years ago | 
				
					
						|  jules | eb646f8c42 | Deprecated some old bool notification mode parameters, and replaced them with NotificationType values in the ComboBox and Button classes. | 12 years ago | 
				
					
						|  jules | c75a7300f5 | Added some 'override' modifiers to overridden methods. | 12 years ago | 
				
					
						|  jules | 03c2801f3f | Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 | 12 years ago | 
				
					
						|  jules | 4da8eb3ec1 | Fixed a typo | 12 years ago | 
				
					
						|  jules | 4d61bfd8a3 | Refactored some TRANS strings to make them more amenable to translation. Added the NEEDS_TRANS macro. | 12 years ago | 
				
					
						|  jules | c559b332d1 | AudioUnit host param automation. | 12 years ago | 
				
					
						|  jules | 164ab05bac | Minor clean-ups. | 13 years ago | 
				
					
						|  jules | 0ceeb573d8 | Minor changes to avoid pedantic compiler warnings. | 13 years ago | 
				
					
						|  jules | 04fbf0a8ae | Plugin hosting fixes. | 13 years ago | 
				
					
						|  jules | 9393c1bbc9 | Avoided some minor compiler warnings. | 13 years ago | 
				
					
						|  jules | f07139f748 | Minor clean-ups. | 13 years ago | 
				
					
						|  jules | 9a24aa8a20 | Minor clean-ups. | 13 years ago | 
				
					
						|  jules | 195495a989 | Removed the default parameters from BigInteger::findNextSetBit and findNextClearBit. | 13 years ago | 
				
					
						|  jules | df729be74a | Cleaned-up class inheritance visibilities and encapsulation for some internal classes. | 13 years ago | 
				
					
						|  jules | bdd778332d | Removed some unused android code. Refactored some messaging code. | 13 years ago | 
				
					
						|  jules | 56bbab1537 | (automated whitespace clean-up) | 13 years ago |