jules
|
9a06be6d61
|
Some minor cleanups
|
2019-06-17 15:48:56 +01:00 |
|
ed
|
c6502e2a83
|
Added a TextEditor::getTextToShowWhenEmpty() method
|
2019-04-29 14:21:47 +01:00 |
|
ed
|
a234721110
|
Added various clang-tidy modernize-* fixes
|
2019-01-31 15:15:31 +00:00 |
|
jules
|
cadac817c6
|
Enabled some more warning flags in Xcode, and fixed the problems they caused
|
2019-01-11 09:52:10 +00:00 |
|
Tom Poole
|
ab863a6dc2
|
Replaced all usage of ScopedPointer with std::unique_ptr
|
2018-04-19 20:27:47 +01:00 |
|
Lukasz Kozakiewicz
|
c8b9bc79ba
|
AlertWindow: ensure a native keyboard is hidden when alert window gets dismissed.
|
2018-04-09 18:56:38 +02:00 |
|
ed
|
cdbc28c18b
|
Add documentation tags
|
2018-03-15 12:10:32 +00:00 |
|
jules
|
80a7718286
|
Added some event lambda callbacks for TextEditor and simplified a bit more code using them
|
2018-01-03 16:34:11 +00:00 |
|
jules
|
a7e3339f86
|
Got rid of some very old legacy VC6 workaround typedefs
|
2018-01-03 09:25:19 +00:00 |
|
jules
|
d73f9bdd74
|
Fix to TextEditor caret positioning
|
2017-10-13 10:41:21 +01:00 |
|
jules
|
dd4230586f
|
Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up
|
2017-10-11 12:26:05 +01:00 |
|
jules
|
d00a459480
|
Added method TextEditor::setJustification()
|
2017-09-22 14:37:13 +01:00 |
|
jules
|
6290e95152
|
Whitespace
|
2017-09-21 19:49:18 +01:00 |
|
jules
|
c309a5b244
|
Avoided forcing TextEditor to be always opaque
|
2017-09-21 19:48:19 +01:00 |
|
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
|
2017-09-08 08:59:55 +01:00 |
|
ed
|
919e3e36ec
|
Added TextEditor::applyColourToAllText() method
|
2017-06-02 11:39:02 +01:00 |
|
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
jules
|
d6bf2e8cf9
|
Added line spacing to TextEditor and methods to set/get the current line spacing
|
2017-03-10 17:07:34 +00:00 |
|
hogliux
|
2da1bc5f41
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |
|
tpoole
|
255dc1d1ba
|
Fixed documentation typo
|
2016-10-19 15:49:03 +01:00 |
|
hogliux
|
62ac568b77
|
Made sure that colours are updated when the look and feel of a TextEditor changes
|
2016-10-16 12:50:42 +02:00 |
|
luigisambuy
|
ed0c032a01
|
Added a styleChanged flag to enable setText() to take effect after setColor()
|
2016-09-05 11:50:18 +01:00 |
|
jules
|
fcf1683f48
|
Moved a method in LengthAndCharacterRestriction to be public.
|
2016-01-12 15:20:34 +00:00 |
|
Joshua Gerrard
|
854e8af44a
|
Documentation: changed insertText to insertTextAtCaret
|
2015-12-03 13:54:03 +00:00 |
|
jules
|
f8b5da8b1e
|
Minor fixes + cleanups to TextEditor.
|
2015-09-30 14:31:31 +01:00 |
|
jules
|
7edb1b5614
|
Cleaned up some caret code in TextEditor.
|
2015-09-24 16:32:38 -07:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
jules
|
db4a0ffec5
|
Added method UndoManager::getCurrentTransactionName
|
2015-05-14 15:29:27 +01:00 |
|
jules
|
395cf7ac46
|
Added a small comment to TextEditor
|
2015-05-13 10:28:16 +01:00 |
|
jules
|
ac8bc1a7b4
|
Added methods to Label and TextEditor to specify the type of virtual keyboard they require.
|
2015-01-07 12:03:02 +00:00 |
|
jules
|
426f5a7174
|
Added a method TextEditor::getInputFilter
|
2014-05-24 19:15:39 +01:00 |
|
jules
|
542c4bc8eb
|
Refactored some TextEditor allocation.
|
2014-01-31 10:14:02 +00:00 |
|
jules
|
bea7b83cb8
|
Renamed and refactored the LookAndFeel classes. The LookAndFeel class is now an abstract base-class, and there are 3 concrete subclasses you can use. These are LookAndFeel_V1 (replaces OldSchoolLookAndFeel), LookAndFeel_V2 (replaces what was the normal LookAndFeel class) and LookAndFeel_V3 (this is a new style, taken from the Introjucer's L+F).
|
2013-10-27 22:02:21 +00:00 |
|
jules
|
7f6394478a
|
Stripped out some unnecessary boilerplate includes from juce_gui_basics.
|
2013-08-24 11:45:55 +01:00 |
|
jules
|
3d74717349
|
Bit of tidying-up in the Point class, and some spelling fixes in comments.
|
2013-07-22 13:18:29 +01:00 |
|
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
jules
|
4fc8fbaef1
|
Added some more override decorators.
|
2013-07-10 10:22:33 +01:00 |
|
jules
|
5918d039ce
|
Added some "override" annotations.
|
2013-07-08 19:05:14 +01:00 |
|
jules
|
2329e63f20
|
Converted a few Colour references to pass-by-values.
|
2013-07-01 17:38:47 +01:00 |
|
jules
|
c75a7300f5
|
Added some 'override' modifiers to overridden methods.
|
2013-06-23 23:09:52 +01:00 |
|
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
jules
|
c7506df13f
|
Changed some pass-by-references to pass-by-value to improve compiler optimisation.
|
2013-05-22 23:05:53 -06:00 |
|
jules
|
d8454fc2b8
|
Added missing JUCE_API flags.
|
2013-02-12 12:46:42 +00:00 |
|
jules
|
9eb3c1955a
|
Added some missing JUCE_API modifiers.
|
2013-02-09 15:21:53 +00:00 |
|
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
jules
|
c16c3a7c28
|
Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels.
|
2012-11-14 11:42:17 +00:00 |
|
jules
|
b305389d46
|
Changes for DLL build.
|
2012-09-26 21:31:04 +01:00 |
|
jules
|
a180c6c358
|
Added a class TextEditor::InputFilter to perform custom filters on text input.
|
2012-09-24 14:04:46 +01:00 |
|
jules
|
9281759612
|
Added method TextEditor::setEscapeAndReturnKeysConsumed().
|
2012-08-29 19:02:57 +01:00 |
|
jules
|
e3537ba57a
|
Cleaned out some defunct ComponentBuilder code.
|
2012-07-26 15:32:34 +01:00 |
|