1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
Commit graph

106 commits

Author SHA1 Message Date
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
jules
57db92b276 Cleaned up some ints that should have been CommandIDs. 2013-09-17 18:45:48 +01:00
jules
435089e89b Updated the UnitTest class to provide a shared, reproducible random seed for each run, to allow failures to be re-created. Also converted a few Strings to StringRefs. 2013-09-11 10:29:48 +01:00
jules
2fccfccbc0 Misc performance tweaks. 2013-09-06 11:25:49 +01:00
jules
dbf7053861 New method Graphics::fillRectList(), which performs better (and looks better when scaled) than multiple calls to fillRect or drawVerticalLine. Also fixed DPI detection in Windows. 2013-08-30 18:20:51 +01:00
jules
641cb754f0 Minor clean-ups. 2013-08-30 10:52:54 +01:00
jules
636ffe68d3 A bit more minor cleaning-up. 2013-08-24 12:16:51 +01:00
jules
65c155e372 Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
jules
5b25ac6609 Renamed the swapWithArray methods in the array classes to "swapWith" to be more consistent with other swap method naming, and templated the methods for more flexibility. 2013-07-28 11:31:25 +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
3861a04197 Some more override decorations. 2013-07-10 14:55:26 +01:00
jules
5918d039ce Added some "override" annotations. 2013-07-08 19:05:14 +01:00
jules
202d51c547 Fixed some out-of-date docs. 2013-07-06 10:05:25 +01:00
jules
516bddabcc Misc minor clean-ups. 2013-07-03 09:51:23 +01:00
jules
a0792ec444 Fix for software-rendered code editor text. 2013-06-29 10:57:54 +01:00
jules
c75a7300f5 Added some 'override' modifiers to overridden methods. 2013-06-23 23:09:52 +01:00
jules
265fb0e8eb More MSVC warning fixes. 2013-06-16 10:46:51 +01:00
jules
cc8662213b fixed MSVC warning. 2013-06-16 10:21:12 +01:00
jules
4b128378cf CodeEditorComponent rendering improvements. Faster OSX font lookup. 2013-06-16 10:08:05 +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
5a0cef7239 Added some static StringArray methods for tokenising. 2013-06-07 20:35:07 +01:00