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)
|
2017-11-01 17:41:06 +00:00 |
|
jules
|
f0ef700e46
|
Modernised a bunch of code mainly relating to character/string iteration
|
2017-10-19 16:52:20 +01:00 |
|
tpoole
|
51b3eaebb2
|
Fixed some VS2013 compiler errors
|
2017-10-18 11:05:40 +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
|
31c99d3680
|
Cleaned up some missing std:: namespaces for maths functions, and updated some old documentation for AudioProcessor
|
2017-10-10 09:01:35 +01:00 |
|
ed
|
bd68a6e947
|
Re-added "override" to the C++ tokeniser keywords
|
2017-10-09 08:56:33 +01:00 |
|
ed
|
1406de4de3
|
Add some missing semicolons
|
2017-10-06 15:51:03 +01:00 |
|
ed
|
1722471d2c
|
Added some more keywords to the C++ tokeniser
|
2017-10-06 15:48:24 +01:00 |
|
ed
|
aaeff48f2f
|
Added "override" to the C++ tokeniser keywords
|
2017-10-06 12:54:47 +01:00 |
|
jules
|
59fa229538
|
Whitespace
|
2017-10-04 12:55:58 +01:00 |
|
jules
|
3d7c777238
|
Some light modernisation of a bunch of old code
|
2017-10-04 12:47:43 +01:00 |
|
jules
|
980361e54b
|
Tidied up some old compiler workarounds
|
2017-09-29 09:26:15 +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 |
|
jules
|
e6590cf095
|
Fixed a repaint glitch in the CodeEditorComponent, and updated some of its internal code
|
2017-05-10 11:34:40 +01:00 |
|
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
2017-04-27 14:43:04 +01:00 |
|
jules
|
bf94ab0e4c
|
Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings
|
2017-04-21 15:09:35 +01:00 |
|
jules
|
8ed41ed14b
|
Fixed some whitespace style and cleaned up some code using C++11
|
2017-03-27 13:06:42 +01:00 |
|
hogliux
|
2da1bc5f41
|
Replace include guards with "#pragma once"
|
2017-02-01 17:18:07 +00:00 |
|
jules
|
d4b47809a1
|
Fixed some spelling mistakes in comments
|
2017-01-01 11:59:39 +00:00 |
|
jules
|
fb864a5cb1
|
Corrected some spelling mistakes in comments
|
2016-04-11 11:13:44 +01:00 |
|
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.
|
2016-04-06 18:31:24 +01:00 |
|
jules
|
b557277f6f
|
Removed a few stray semicolons
|
2016-01-28 11:48:48 +00:00 |
|
jules
|
ae712c72d8
|
Cleaned up a few String::empty uses
|
2015-12-21 12:01:28 +00:00 |
|
jules
|
ba64b2be8a
|
Added a couple of keywords to the C++ tokeniser
|
2015-10-05 09:32:40 +01:00 |
|
jules
|
7b42c1846a
|
Added a couple of missing override keywords.
|
2015-09-17 10:54:02 +01:00 |
|
jules
|
4c26b1bcb9
|
Added a method CodeEditorComponent::editorViewportPositionChanged
|
2015-09-01 12:28:36 +01:00 |
|
Timur Doumler
|
dca4d77f9d
|
Fixed compiler warnings on Visual Studio 2015 RTM.
|
2015-07-23 15:57:18 +01:00 |
|
hogliux
|
c7b8e77031
|
Update copyright notice
|
2015-07-22 15:59:34 +01:00 |
|
jules
|
0a377a95c5
|
Fix for code editor long lines not rendering
|
2015-05-15 11:39:02 +01:00 |
|
jules
|
03b8320ae9
|
Fix for a lock-up in CodeEditorComponent when deleting certain sets of lines.
|
2014-09-01 14:45:47 +01:00 |
|
jules
|
3e7d305094
|
A few minor whitespace cleanups.
|
2014-08-16 21:06:27 +01:00 |
|
jules
|
8bbe42c4e2
|
UTF32 build fix.
|
2014-07-07 17:41:14 +01:00 |
|
jules
|
c8bf8cd41e
|
Moved some C++ escaping functions from the Introjucer into CppTokeniserFunctions.
|
2014-07-04 17:53:31 +01:00 |
|
jules
|
91d9c96338
|
Minor clean-ups
|
2014-04-29 14:14:21 +01:00 |
|
jules
|
e3e80de0d8
|
Fix for CodeDocument iterator.
|
2014-04-10 20:59:59 +01:00 |
|
jules
|
3a81057828
|
Virtualised a few CodeEditorComponent methods to help customisation.
|
2014-03-26 18:10:12 +00:00 |
|
jules
|
b2cb45496d
|
Added some selection accessors to CodeEditorComponent
|
2014-01-31 21:42:25 +00:00 |
|
jules
|
76c8400049
|
Really minor clean-ups.
|
2014-01-12 18:06:48 +00:00 |
|
jules
|
9f84c81d62
|
Read-only fixes to CodeEditorComponent
|
2014-01-03 14:52:41 +00:00 |
|
jules
|
4d79bed3d1
|
Added versions of Component::addAndMakeVisible and addChildComponent which take a reference instead of a pointer.
|
2013-12-23 15:16:38 +00:00 |
|
jules
|
c3212f5d96
|
Updated c++ tokeniser keyword list.
|
2013-12-14 21:26:58 +00:00 |
|
jules
|
d63668a5c1
|
Added XML and Lua tokenisers for the CodeEditorComponent
|
2013-12-08 12:27:36 +00:00 |
|
jules
|
f89c2ca05d
|
Added read-only support for the CodeEditorComponent.
|
2013-12-03 19:09:16 +00:00 |
|
jules
|
5e10803565
|
Added new keywords to CppTokeniserFunctions
|
2013-12-03 17:42:22 +00:00 |
|
jules
|
58acb96a9e
|
Changed CodeEditorComponent to stop it scrolling to code changes made in other editors that share the same document.
|
2013-12-03 12:47:37 +00:00 |
|
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.
|
2013-12-02 23:14:09 +00:00 |
|
jules
|
57974a793c
|
Some fixes for minor graphical problems.
|
2013-11-09 16:22:09 +00:00 |
|
jules
|
2d7cf92ad9
|
(Compiler warning fix)
|
2013-10-11 22:58:32 +01:00 |
|
jules
|
318e9cf405
|
Fixed code editor line number display problem.
|
2013-10-11 22:07:00 +01:00 |
|
jules
|
349d3d423f
|
Fix for software text layout colour of single-character strings.
|
2013-10-11 21:56:44 +01:00 |
|