| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-04-26 | Update dependencies for ElapsedPeriod. | Neil | 1 | -6/+15 | |
| 2018-04-26 | Use <chrono> for platform-independent timing and remove ElapsedTime. | Neil | 3 | -64/+20 | |
| Also use #if for painting measurement as there are 7 sections of code to enable. | |||||
| 2018-04-26 | Update deps for LexCoffeeScript not using Platform.h. | Neil | 1 | -4/+4 | |
| 2018-04-25 | Remove variables and casts that are not needed. | Neil | 1 | -4/+2 | |
| 2018-04-25 | Use set of coercion functions for transforming WndProc parameters into pointers. | Neil | 1 | -7/+7 | |
| 2018-04-25 | Standardized signature of TargetAsUTF8 and EncodedFromUTF8. | Neil | 1 | -2/+2 | |
| 2018-04-25 | Remove casts that are not needed since sptr_t and Sci::Position are the same ↵ | Neil | 1 | -1/+1 | |
| type. | |||||
| 2018-04-22 | Remove casts between char and unsigned char where possible. | Neil | 1 | -4/+4 | |
| 2018-04-20 | Remove test that is always true. | Neil | 1 | -1/+1 | |
| 2018-04-20 | Fix warnings from MSVC analyze and reduce casts. | Neil | 1 | -84/+100 | |
| 2018-04-20 | Feature [feature-requests:#1215]. Use standard functions in prference to | Neil | 1 | -18/+4 | |
| RoundXYPosition, XYMinimum, and XYMaximum. | |||||
| 2018-04-19 | Use ColourDesired constructor explicitly to make more obvious. | Neil | 1 | -3/+3 | |
| Constructor not marked explicit as may be used in external platform layers. | |||||
| 2018-04-19 | Casting changed in many places, due to change to 64-bit variables for 64-bit | Neil | 1 | -13/+13 | |
| builds. Some of the changes ensure no truncation while others remove casts that are no longer needed because the externally visible Sci_Position is now identical to Sci::Position. Some extra methods (CellBuffer::UCharAt and Document::SciLineFromPosition) added to avoid casting in client code. Sci::Line is currently identical to Sci::Position but it could be made smaller so lines have Sci::Line types and are cast. Some arguments widened. | |||||
| 2018-04-15 | Feature [feature-requests:#1215]. Stop warning about virtual call in destructor. | Neil | 1 | -4/+14 | |
| 2018-04-11 | Bug [#2008]. Avoid warning unsigned >= 0. | Neil | 1 | -1/+1 | |
| 2018-04-07 | Updates for 4.0.4.rel-4-0-4 | Neil | 1 | -2/+2 | |
| 2018-04-05 | Backed out changeset: 7402342dc7a3 Caching client rectangle on EditView. | Neil | 1 | -2/+2 | |
| This change was not compatible with Cocoa as it uses document-based coordinates rather than view-based. | |||||
| 2018-04-04 | Remove automatic detection of Direct2D support during build. | Neil | 6 | -21/+4 | |
| DISABLE_D2D may still be defined to remove Direct2D features. | |||||
| 2018-04-04 | Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxx | Neil | 7 | -82/+74 | |
| to simplify build process by eliminating the compilation of ScintillaWin.cxx into ScintillaWinS.o|obj. | |||||
| 2018-04-04 | Cache client rectangle on EditView so it can be used easily inside EditView. | Neil | 1 | -2/+2 | |
| 2018-03-31 | Make clang 6.0 build without warnings. Requires clang to be on the path now. | Neil | 1 | -3/+6 | |
| 2018-03-31 | Standardize on --std=c++17, avoiding GNU extensions and enabling clang 6.0. | Neil | 1 | -2/+2 | |
| 2018-03-31 | Match struct initialization exactly to declaration to avoid warnings from clang. | Neil | 1 | -3/+5 | |
| 2018-03-24 | Removed unwanted include. | Neil | 2 | -3/+2 | |
| 2018-03-24 | Feature [feature-requests:#1212]. Move Unicode conversions into UniConversion. | Zufu Liu | 2 | -97/+131 | |
| Move Unicode conversion functions UnicodeFromUTF8 and UTF8FromUTF32Character into UniConversion. | |||||
| 2018-03-22 | Feature [feature-requests:#1211]. Use pre-computed table for UTF8BytesOfLead. | Zufu Liu | 2 | -12/+9 | |
| Friendlier treatment of invalid UTF-8. Add tests for UniConversion handling invalid UTF-8. Simplify UTF8Classify tests. | |||||
| 2018-03-16 | Remove line-end white space. | Neil | 1 | -1/+1 | |
| 2018-03-15 | Use forward class definitions of XPM and RGBAImage so only code that uses them | Neil | 1 | -1/+0 | |
| needs to #include "XPM.h". Move definition of standard methods on LineMarker from header to implementation to reduce included text and further isolate use of XPM and RGBAImage. | |||||
| 2018-03-08 | Create static library libscintilla.a or libscintilla.lib on Windows. | Neil | 2 | -33/+46 | |
| Stop creating Lexers.a static library. Harmonize make files. | |||||
| 2018-03-06 | Feature [feature-requests:#1210]. Maxima lexer added. | Gunter Königsmann | 2 | -0/+8 | |
| 2018-02-22 | Bug [#1993]. Fix building on Mingw/MSYS to perform file copies and deletions. | Tobias Kühne | 1 | -1/+1 | |
| 2018-02-08 | Updating for 4.0.3. | Neil | 1 | -2/+2 | |
| 2018-01-28 | Allow C++17 in all build and project files. | Neil | 1 | -1/+5 | |
| 2018-01-21 | Type casts in case Sci::Position and Sci::Line are extended to 64-bits. | Neil | 1 | -14/+14 | |
| Use of const where reasonable. | |||||
| 2018-01-11 | Add ENABLE_BIDIRECTIONAL option to make files. | Neil | 2 | -1/+9 | |
| 2017-12-19 | Start of bidirectional code - implement SCI_SETBIDIRECTIONAL. | Neil | 1 | -0/+11 | |
| 2017-10-26 | Updates for 4.0.2.rel-4-0-2 | Neil | 1 | -2/+2 | |
| 2017-10-18 | Updates for 4.0.1 release.rel-4-0-1 | Neil | 1 | -2/+2 | |
| 2017-09-11 | The Scintilla namespace is always active for internal symbols and for the lexer | Neil | 5 | -18/+0 | |
| interfaces ILexer4 and IDocument. | |||||
| 2017-08-28 | New header ILoader.h defines ILoader interface as it does not belong in ↵ | Neil | 1 | -0/+1 | |
| ILexer.h. | |||||
| 2017-08-11 | Preparing for the 4.0.0 release. | Neil | 1 | -2/+2 | |
| 2017-06-22 | Add a DefaultLexer class which lexers can subclass if they want reasonable | Neil | 2 | -0/+2 | |
| default implementations of the ILexerWithSubStyles interface methods. | |||||
| 2017-06-22 | Cast between Sci_Position.h types used for lexers and Position.h types used in | Neil | 1 | -6/+6 | |
| core to allow the Sci_Position.h types to widen to 64-bits. | |||||
| 2017-06-12 | Remove old timer code in favour of the FineTicker* methods. | Neil | 1 | -8/+0 | |
| 2017-06-12 | Simplify mouse and keyboard handling by only retaining the 'WithModifiers" form. | Neil | 1 | -23/+23 | |
| All events include a set of keyboard modifier flags. Older calls that passed individual parameters for each key were removed. | |||||
| 2017-06-12 | Removed unused functions and methods from Platform.h. | Neil | 4 | -128/+30 | |
| Replaced Platform::Clamp with Sci::clamp but will later change this to std::clamp once on full C++17 compilers. Drop MouseButtonBounce workaround for very early GTK+/Linux. | |||||
| 2017-06-11 | Implement SCN_AUTOCSELECTIONCHANGE notification. | Neil | 1 | -9/+23 | |
| 2017-06-10 | Update GTK+ and compiler version requirements. | Neil | 1 | -1/+1 | |
| 2017-06-09 | Use min and max from std instead of own version from platform. | Neil | 1 | -6/+11 | |
| 2017-05-23 | Updated for 3.7.5 release. | Neil | 1 | -2/+2 | |
