|  jules | e6590cf095 | Fixed a repaint glitch in the CodeEditorComponent, and updated some of its internal code | 8 years ago | 
				
					
						|  hogliux | b5afccc37c | Updated file headers and the README with the JUCE 5 license | 8 years ago | 
				
					
						|  jules | bf94ab0e4c | Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings | 8 years ago | 
				
					
						|  jules | 8ed41ed14b | Fixed some whitespace style and cleaned up some code using C++11 | 8 years ago | 
				
					
						|  hogliux | 2da1bc5f41 | Replace include guards with "#pragma once" | 8 years ago | 
				
					
						|  jules | d4b47809a1 | Fixed some spelling mistakes in comments | 8 years ago | 
				
					
						|  jules | fb864a5cb1 | Corrected some spelling mistakes in comments | 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 | b557277f6f | Removed a few stray semicolons | 9 years ago | 
				
					
						|  jules | ae712c72d8 | Cleaned up a few String::empty uses | 10 years ago | 
				
					
						|  jules | ba64b2be8a | Added a couple of keywords to the C++ tokeniser | 10 years ago | 
				
					
						|  jules | 7b42c1846a | Added a couple of missing override keywords. | 10 years ago | 
				
					
						|  jules | 4c26b1bcb9 | Added a method CodeEditorComponent::editorViewportPositionChanged | 10 years ago | 
				
					
						|  Timur Doumler | dca4d77f9d | Fixed compiler warnings on Visual Studio 2015 RTM. | 10 years ago | 
				
					
						|  hogliux | c7b8e77031 | Update copyright notice | 10 years ago | 
				
					
						|  jules | 0a377a95c5 | Fix for code editor long lines not rendering | 10 years ago | 
				
					
						|  jules | 03b8320ae9 | Fix for a lock-up in CodeEditorComponent when deleting certain sets of lines. | 11 years ago | 
				
					
						|  jules | 3e7d305094 | A few minor whitespace cleanups. | 11 years ago | 
				
					
						|  jules | 8bbe42c4e2 | UTF32 build fix. | 11 years ago | 
				
					
						|  jules | c8bf8cd41e | Moved some C++ escaping functions from the Introjucer into CppTokeniserFunctions. | 11 years ago | 
				
					
						|  jules | 91d9c96338 | Minor clean-ups | 11 years ago | 
				
					
						|  jules | e3e80de0d8 | Fix for CodeDocument iterator. | 11 years ago | 
				
					
						|  jules | 3a81057828 | Virtualised a few CodeEditorComponent methods to help customisation. | 11 years ago | 
				
					
						|  jules | b2cb45496d | Added some selection accessors to CodeEditorComponent | 11 years ago | 
				
					
						|  jules | 76c8400049 | Really minor clean-ups. | 11 years ago | 
				
					
						|  jules | 9f84c81d62 | Read-only fixes to CodeEditorComponent | 11 years ago | 
				
					
						|  jules | 4d79bed3d1 | Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer. | 12 years ago | 
				
					
						|  jules | c3212f5d96 | Updated c++ tokeniser keyword list. | 12 years ago | 
				
					
						|  jules | d63668a5c1 | Added XML and Lua tokenisers for the CodeEditorComponent | 12 years ago | 
				
					
						|  jules | f89c2ca05d | Added read-only support for the CodeEditorComponent. | 12 years ago | 
				
					
						|  jules | 5e10803565 | Added new keywords to CppTokeniserFunctions | 12 years ago | 
				
					
						|  jules | 58acb96a9e | Changed CodeEditorComponent to stop it scrolling to code changes made in other editors that share the same document. | 12 years ago | 
				
					
						|  jules | eefbcef611 | Tweaked the internals of CodeDocument::replaceSection so that replacing a section doesn't mess-up the position of CodeDocument::Position objects that are positioned at its start and end. | 12 years ago | 
				
					
						|  jules | 57974a793c | Some fixes for minor graphical problems. | 12 years ago | 
				
					
						|  jules | 2d7cf92ad9 | (Compiler warning fix) | 12 years ago | 
				
					
						|  jules | 318e9cf405 | Fixed code editor line number display problem. | 12 years ago | 
				
					
						|  jules | 349d3d423f | Fix for software text layout colour of single-character strings. | 12 years ago | 
				
					
						|  jules | 57db92b276 | Cleaned up some ints that should have been CommandIDs. | 12 years ago | 
				
					
						|  jules | 435089e89b | Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs. | 12 years ago | 
				
					
						|  jules | 2fccfccbc0 | Misc performance tweaks. | 12 years ago | 
				
					
						|  jules | dbf7053861 | New method Graphics::fillRectList(), which performs better (and looks better when scaled) than multiple calls to fillRect or drawVerticalLine. Also fixed DPI detection in Windows. | 12 years ago | 
				
					
						|  jules | 641cb754f0 | Minor clean-ups. | 12 years ago | 
				
					
						|  jules | 636ffe68d3 | A bit more minor cleaning-up. | 12 years ago | 
				
					
						|  jules | 65c155e372 | Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. | 12 years ago | 
				
					
						|  jules | 5b25ac6609 | Renamed the swapWithArray methods in the array classes to "swapWith" to be more consistent with other swap method naming, and templated the methods for more flexibility. | 12 years ago | 
				
					
						|  jules | 3d74717349 | Bit of tidying-up in the Point class, and some spelling fixes in comments. | 12 years ago | 
				
					
						|  jules | 5a1112ab94 | Updated the format of the header include guard macros. | 12 years ago | 
				
					
						|  jules | 3861a04197 | Some more override decorations. | 12 years ago | 
				
					
						|  jules | 5918d039ce | Added some "override" annotations. | 12 years ago | 
				
					
						|  jules | 202d51c547 | Fixed some out-of-date docs. | 12 years ago |