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)
|
7 years ago |
jules
|
f0ef700e46
|
Modernised a bunch of code mainly relating to character/string iteration
|
7 years ago |
tpoole
|
51b3eaebb2
|
Fixed some VS2013 compiler errors
|
7 years ago |
jules
|
dd4230586f
|
Noticed that we still had some template whitespace workarounds for older compilers, so tidied them up
|
7 years ago |
jules
|
31c99d3680
|
Cleaned up some missing std:: namespaces for maths functions, and updated some old documentation for AudioProcessor
|
7 years ago |
ed
|
bd68a6e947
|
Re-added "override" to the C++ tokeniser keywords
|
7 years ago |
ed
|
1406de4de3
|
Add some missing semicolons
|
7 years ago |
ed
|
1722471d2c
|
Added some more keywords to the C++ tokeniser
|
7 years ago |
ed
|
aaeff48f2f
|
Added "override" to the C++ tokeniser keywords
|
7 years ago |
jules
|
59fa229538
|
Whitespace
|
7 years ago |
jules
|
3d7c777238
|
Some light modernisation of a bunch of old code
|
7 years ago |
jules
|
980361e54b
|
Tidied up some old compiler workarounds
|
7 years ago |
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
|
7 years ago |
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
|
9 years ago |
jules
|
ba64b2be8a
|
Added a couple of keywords to the C++ tokeniser
|
9 years ago |
jules
|
7b42c1846a
|
Added a couple of missing override keywords.
|
9 years ago |
jules
|
4c26b1bcb9
|
Added a method CodeEditorComponent::editorViewportPositionChanged
|
9 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.
|
10 years ago |
jules
|
3e7d305094
|
A few minor whitespace cleanups.
|
10 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.
|
11 years ago |
jules
|
c3212f5d96
|
Updated c++ tokeniser keyword list.
|
11 years ago |
jules
|
d63668a5c1
|
Added XML and Lua tokenisers for the CodeEditorComponent
|
11 years ago |
jules
|
f89c2ca05d
|
Added read-only support for the CodeEditorComponent.
|
11 years ago |
jules
|
5e10803565
|
Added new keywords to CppTokeniserFunctions
|
11 years ago |
jules
|
58acb96a9e
|
Changed CodeEditorComponent to stop it scrolling to code changes made in other editors that share the same document.
|
11 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.
|
11 years ago |
jules
|
57974a793c
|
Some fixes for minor graphical problems.
|
11 years ago |
jules
|
2d7cf92ad9
|
(Compiler warning fix)
|
11 years ago |
jules
|
318e9cf405
|
Fixed code editor line number display problem.
|
11 years ago |
jules
|
349d3d423f
|
Fix for software text layout colour of single-character strings.
|
11 years ago |