141 Commits (cda97c65932524ab66ad9382fdb6c04edab7098c)

Author SHA1 Message Date
  ed a54da0b832 Fixed some more typos 5 years ago
  Tom Maisey ab2adfb6a8 Fix CodeEditorComponent paint near scrollbars 5 years ago
  Tom Maisey f6b649d049 Added some CodeDocument and CodeEditorComponent tests and improvements 6 years ago
  ed a234721110 Added various clang-tidy modernize-* fixes 6 years ago
  jules cadac817c6 Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
  jules 6fda0bffca Fixed some stray zeros that were still being passed as null pointers 6 years ago
  jules a658ad41de Removed some erroneous noexcepts 6 years ago
  jules 974b4a8351 Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  ed cdbc28c18b Add documentation tags 7 years ago
  ed a2cd9be3b9 Fix some unescaped characters in the documentation of CodeDocument::setNewLineCharacters() and ::getNewLineCharacters() 7 years ago
  jules 1a60fa9765 More ScopedPointer/unique_ptr compatibility work 7 years ago
  jules 48a5fbd333 Another batch of ScopedPointer cleanups 7 years ago
  jules a586966c65 Added lambda callback methods to ListenerList. Its old method-invocation callbacks were refactored to use variadic templates instead of the old awful macros they used in the past, but please move your code to use the new lambda functions, as the one stuff will eventually be deprecated! 7 years ago
  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. 9 years ago
  hogliux c7b8e77031 Update copyright notice 9 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