jules
|
f96ee7c860
|
Extended TextInputTarget to include a preference for the type of virtual keyboard (implemented on iOS + android)
|
2014-04-23 20:35:45 +01:00 |
|
jules
|
e9451587ea
|
Added method Viewport::getViewArea()
|
2014-02-08 11:37:50 +00:00 |
|
jules
|
4d16481aa0
|
Made 'paste' menu item available in text editors with a password field.
|
2014-02-02 11:12:12 +00:00 |
|
jules
|
542c4bc8eb
|
Refactored some TextEditor allocation.
|
2014-01-31 10:14:02 +00:00 |
|
jules
|
fc683ee72a
|
Avoided listener callbacks during TextEditor destructor.
|
2014-01-18 11:20:07 +00:00 |
|
jules
|
bca169c6fb
|
Fix for some text editor selection rendering problems.
|
2013-11-23 16:06:38 +00:00 |
|
jules
|
57974a793c
|
Some fixes for minor graphical problems.
|
2013-11-09 16:22:09 +00:00 |
|
jules
|
2fccfccbc0
|
Misc performance tweaks.
|
2013-09-06 11:25:49 +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
|
9387c7fdaf
|
Simplified some ComponentPeer methods.
|
2013-04-21 19:01:02 +01:00 |
|
jules
|
af18430f08
|
Changed Label::setText to use a NotificationType parameter rather than a bool.
|
2013-04-01 14:33:27 +01:00 |
|
jules
|
2c5bfb952f
|
Minor clean-ups.
|
2013-03-15 17:48:53 +00:00 |
|
jules
|
1ff5fb6ee6
|
Fixed small inaccuracy in text editor width.
|
2013-01-05 13:12:18 +00:00 |
|
jules
|
0ceeb573d8
|
Minor changes to avoid pedantic compiler warnings.
|
2012-12-04 21:39:15 +00:00 |
|
jules
|
9aab5c7f82
|
Removed leak in ValueSource async updater.
|
2012-11-10 14:52:04 +00:00 |
|
jules
|
a180c6c358
|
Added a class TextEditor::InputFilter to perform custom filters on text input.
|
2012-09-24 14:04:46 +01:00 |
|
jules
|
9a24aa8a20
|
Minor clean-ups.
|
2012-09-11 09:35:03 +01:00 |
|
jules
|
9fde239d9c
|
Misc minor tidying up.
|
2012-09-08 11:31:51 +01:00 |
|
jules
|
9281759612
|
Added method TextEditor::setEscapeAndReturnKeysConsumed().
|
2012-08-29 19:02:57 +01:00 |
|
jules
|
b7089dfa45
|
New type of mouse cursor: ParentCursor, which means "show the same cursor as the parent component".
|
2012-08-14 17:47:41 +01:00 |
|
jules
|
e3537ba57a
|
Cleaned out some defunct ComponentBuilder code.
|
2012-07-26 15:32:34 +01:00 |
|
jules
|
4268ed7453
|
Introjucer: better tool windows. Font fixes.
|
2012-07-26 13:42:40 +01:00 |
|
jules
|
dc9e0cb9bb
|
Added some new versions of Graphics::drawText and drawFittedText that take Rectangle parameters.
|
2012-07-14 11:54:29 +01:00 |
|
jules
|
cd5893d6e8
|
Removed the Scrollbar's setButtonVisibility method, and instead added LookAndFeel::areScrollbarButtonsVisible()
|
2012-07-13 13:36:55 +01:00 |
|
jules
|
df729be74a
|
Cleaned-up class inheritance visibilities and encapsulation for some internal classes.
|
2012-07-12 14:10:46 +01:00 |
|
jules
|
6758ce0bc9
|
CodeEditorComponent improvements and TextEditor menu refactoring.
|
2012-07-04 20:34:47 +01:00 |
|
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.
|
2012-05-25 16:42:36 +01:00 |
|
jules
|
d04645639e
|
TextEditor now always uses an I-beam cursor.
|
2012-05-24 14:25:40 +01:00 |
|
jules
|
1f95f54089
|
Purged some warnings.
|
2012-04-10 10:29:14 +01:00 |
|
jules
|
56bbab1537
|
(automated whitespace clean-up)
|
2012-03-20 16:00:06 +00:00 |
|
jules
|
9d973f0089
|
Fixes for CoreAudio, MidiFile, TextEditor, Tooltip.
|
2012-02-20 12:04:49 +00:00 |
|
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.
|
2012-02-11 14:09:23 +00:00 |
|
jules
|
15375dd223
|
Internal work on the ComponentBuilder system.
|
2012-01-17 18:33:35 +00:00 |
|
jules
|
e0aa00181a
|
Minor tweaks to TextEditor, Message.
|
2012-01-14 19:35:13 +00:00 |
|
jules
|
cd0683ef4d
|
Tidied up a few return types.
|
2011-12-11 21:25:53 +00:00 |
|
jules
|
5435bfcb26
|
win32 revealToUser improvement. TextEditor fix. Supprt for cut/copy/paste shortcuts when OSX file browsers are visible. iOS embedded window positioning fix.
|
2011-11-07 17:24:22 +00:00 |
|
jules
|
2b34a17716
|
ASIO name fix. Minor TextEditor fix. Linux auto-repeat key workaround.
|
2011-11-04 16:09:25 +00:00 |
|
jules
|
27d7185f34
|
OSX10.4 menu fix. Graphics::drawSingleLineText justification.
|
2011-10-20 22:22:40 +01:00 |
|
jules
|
164cd8909b
|
Fixes for TextEditor, ASIO, Windows touch, AU.
|
2011-10-13 16:43:12 +01:00 |
|
Julian Storer
|
2c328dfedc
|
Changed some return types from being const objects to non-const objects (for better c++11 compliance in future). This may mean that you need to remove the 'const' from your own code if you override the virtual methods that have changed.
|
2011-08-19 21:34:34 +01:00 |
|
Julian Storer
|
b70e0a28d2
|
First check-in of the "jucequake": a major re-organisation of the library to break it up into modules. For more details about this, see the website forum..
|
2011-08-12 10:04:52 +01:00 |
|