|  hogliux | 62ac568b77 | Made sure that colours are updated when the look and feel of a TextEditor changes | 9 years ago | 
				
					
						|  luigisambuy | ed0c032a01 | Added a styleChanged flag to enable setText() to take effect after setColor() | 9 years ago | 
				
					
						|  jules | 2b869c48eb | Fix for caret updating in TextEditor when look+feel changes | 10 years ago | 
				
					
						|  jules | f8b5da8b1e | Minor fixes + cleanups to TextEditor. | 10 years ago | 
				
					
						|  jules | 7edb1b5614 | Cleaned up some caret code in TextEditor. | 10 years ago | 
				
					
						|  jules | 2682e917cf | Fix for caret visibility problem when TextEditor is disabled. | 10 years ago | 
				
					
						|  jules | 7b42c1846a | Added a couple of missing override keywords. | 10 years ago | 
				
					
						|  hogliux | c7b8e77031 | Update copyright notice | 10 years ago | 
				
					
						|  jules | e1fed0c2dc | Fixed a TextEditor border size issue. | 10 years ago | 
				
					
						|  jules | ac8bc1a7b4 | Added methods to Label and TextEditor to specify the type of virtual keyboard they require. | 10 years ago | 
				
					
						|  jules | 7d8b9ad597 | Avoided a few linux gcc warnings. | 11 years ago | 
				
					
						|  jules | f96ee7c860 | Extended TextInputTarget to include a preference for the type of virtual keyboard (implemented on iOS + android) | 11 years ago | 
				
					
						|  jules | e9451587ea | Added method Viewport::getViewArea() | 11 years ago | 
				
					
						|  jules | 4d16481aa0 | Made 'paste' menu item available in text editors with a password field. | 11 years ago | 
				
					
						|  jules | 542c4bc8eb | Refactored some TextEditor allocation. | 11 years ago | 
				
					
						|  jules | fc683ee72a | Avoided listener callbacks during TextEditor destructor. | 11 years ago | 
				
					
						|  jules | bca169c6fb | Fix for some text editor selection rendering problems. | 12 years ago | 
				
					
						|  jules | 57974a793c | Some fixes for minor graphical problems. | 12 years ago | 
				
					
						|  jules | 2fccfccbc0 | Misc performance tweaks. | 12 years ago | 
				
					
						|  jules | 2329e63f20 | Converted a few Colour references to pass-by-values. | 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 | c7506df13f | Changed some pass-by-references to pass-by-value to improve compiler optimisation. | 12 years ago | 
				
					
						|  jules | 9387c7fdaf | Simplified some ComponentPeer methods. | 12 years ago | 
				
					
						|  jules | af18430f08 | Changed Label::setText to use a NotificationType parameter rather than a bool. | 12 years ago | 
				
					
						|  jules | 2c5bfb952f | Minor clean-ups. | 12 years ago | 
				
					
						|  jules | 1ff5fb6ee6 | Fixed small inaccuracy in text editor width. | 13 years ago | 
				
					
						|  jules | 0ceeb573d8 | Minor changes to avoid pedantic compiler warnings. | 13 years ago | 
				
					
						|  jules | 9aab5c7f82 | Removed leak in ValueSource async updater. | 13 years ago | 
				
					
						|  jules | a180c6c358 | Added a class TextEditor::InputFilter to perform custom filters on text input. | 13 years ago | 
				
					
						|  jules | 9a24aa8a20 | Minor clean-ups. | 13 years ago | 
				
					
						|  jules | 9fde239d9c | Misc minor tidying up. | 13 years ago | 
				
					
						|  jules | 9281759612 | Added method TextEditor::setEscapeAndReturnKeysConsumed(). | 13 years ago | 
				
					
						|  jules | b7089dfa45 | New type of mouse cursor: ParentCursor, which means "show the same cursor as the parent component". | 13 years ago | 
				
					
						|  jules | e3537ba57a | Cleaned out some defunct ComponentBuilder code. | 13 years ago | 
				
					
						|  jules | 4268ed7453 | Introjucer: better tool windows. Font fixes. | 13 years ago | 
				
					
						|  jules | dc9e0cb9bb | Added some new versions of Graphics::drawText and drawFittedText that take Rectangle parameters. | 13 years ago | 
				
					
						|  jules | cd5893d6e8 | Removed the Scrollbar's setButtonVisibility method, and instead added LookAndFeel::areScrollbarButtonsVisible() | 13 years ago | 
				
					
						|  jules | df729be74a | Cleaned-up class inheritance visibilities and encapsulation for some internal classes. | 13 years ago | 
				
					
						|  jules | 6758ce0bc9 | CodeEditorComponent improvements and TextEditor menu refactoring. | 13 years ago | 
				
					
						|  jules | 87175c91f5 | Changed the signature of MouseListener::mouseWheelMove() to take a struct MouseWheelDetails rather than raw floats. This will require updates in source code that uses mouse-wheel callbacks, but provides some new abilities, including a flag to indicate inverted wheel direction. | 13 years ago | 
				
					
						|  jules | d04645639e | TextEditor now always uses an I-beam cursor. | 13 years ago | 
				
					
						|  jules | 1f95f54089 | Purged some warnings. | 13 years ago | 
				
					
						|  jules | 56bbab1537 | (automated whitespace clean-up) | 13 years ago | 
				
					
						|  jules | 9d973f0089 | Fixes for CoreAudio, MidiFile, TextEditor, Tooltip. | 13 years ago | 
				
					
						|  jules | 295d125142 | Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code. | 13 years ago | 
				
					
						|  jules | 15375dd223 | Internal work on the ComponentBuilder system. | 13 years ago | 
				
					
						|  jules | e0aa00181a | Minor tweaks to TextEditor, Message. | 13 years ago | 
				
					
						|  jules | cd0683ef4d | Tidied up a few return types. | 14 years ago | 
				
					
						|  jules | 5435bfcb26 | win32 revealToUser improvement. TextEditor fix. Supprt for cut/copy/paste shortcuts when OSX file browsers are visible. iOS embedded window positioning fix. | 14 years ago |