index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
sciteco-rel-5-5-8
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
Editor.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-15
Set number of lines wrapped in one go to maintain responsiveness and efficiency
Neil
1
-2
/
+12
2018-10-15
Extract duration measurement damping and clamping into ActionDuration class so
Neil
1
-1
/
+2
2018-10-11
Add SCI_SETCOMMANDEVENTS API to allow turning off command events.
Neil
1
-3
/
+13
2018-10-09
Improve performance of Editor::RangeText by avoding per-character checks.
Neil
1
-3
/
+1
2018-09-29
Use nullptr when simple.
Neil
1
-6
/
+6
2018-09-29
Normalize formatting with astyle.
Neil
1
-5
/
+5
2018-09-29
Remove dead code.
Neil
1
-1
/
+0
2018-09-29
Bug [#2047]. Avoid processing when SCI_SETZOOM to same value as before.
Zufu Liu
1
-5
/
+9
2018-07-10
Optional indexing of line starts in UTF-8 documents by UTF-32 code points and
Neil
1
-0
/
+26
2018-05-24
Fix warnings. Add const, constexpr, and noexcept. Initialize. Standard methods.
Neil
1
-12
/
+12
2018-05-23
Implement bidirectional mode bidiL2R for DirectDraw on Win32.
Neil
1
-6
/
+9
2018-05-21
Draw invalid bytes in DBCS when detected as blobs in a similar way to UTF-8.
Neil Hodgson
1
-0
/
+11
2018-05-15
Replace ELEMENTS with std::size and drop inclusion of StringCopy.h.
Neil
1
-2
/
+1
2018-05-14
Use string_view for UniConversion functions.
Neil
1
-1
/
+1
2018-05-14
Modernize Platform.h (4) - update Surface to use string_view for text arguments.
Neil
1
-1
/
+1
2018-05-14
Modernize Platform.h (2) - noexcept, const, constexpr.
Neil
1
-28
/
+28
2018-05-14
Modernize Platform.h (1) - noexcept, const, standard methods.
Neil
1
-2
/
+1
2018-05-14
Include <string_view> to allow future use in Platform interface and Unicode.
Neil
1
-0
/
+1
2018-05-03
Avoid casts.
Neil
1
-4
/
+4
2018-05-03
Specify type of std::clamp to avoid casting arguments.
Neil
1
-17
/
+17
2018-05-03
Eliminate XFromPosition overload for Sci::Position as SelectionPosition overload
Neil
1
-7
/
+2
2018-05-01
Bug [#2012]. Use '0' instead of '0l'.
Neil
1
-1
/
+1
2018-04-30
Feature [feature-requests:#1215]. Use std::clamp to shorten code.
Neil
1
-6
/
+1
2018-04-25
Use set of coercion functions for transforming WndProc parameters into pointers.
Neil
1
-24
/
+20
2018-04-25
Remove casts that are not needed since sptr_t and Sci::Position are the same ...
Neil
1
-29
/
+29
2018-04-24
Feature [feature-requests:#1215]. Make a parameter const.
Neil
1
-1
/
+1
2018-04-20
More const and cast avoidance.
Neil
1
-10
/
+10
2018-04-20
Mark pointer to constant parameter as const.
Neil
1
-1
/
+1
2018-04-19
Casting changed in many places, due to change to 64-bit variables for 64-bit
Neil
1
-347
/
+341
2018-04-17
Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.
Neil
1
-3
/
+6
2018-04-16
Convert topLine from a screen line to a document line before using it to find a
Neil
1
-1
/
+2
2018-04-11
Set the last X chosen when SCI_REPLACESEL called to ensure macros work when text
Neil
1
-0
/
+1
2018-04-05
Backed out changeset: 7402342dc7a3 Caching client rectangle on EditView.
Neil
1
-20
/
+18
2018-04-04
Cache client rectangle on EditView so it can be used easily inside EditView.
Neil
1
-18
/
+20
2018-03-28
Split decorations into interface and implementation.
Neil
1
-14
/
+14
2018-03-27
Use an interface for ContractionState so that there can be different
Neil
1
-78
/
+81
2018-03-15
Use forward class definitions of XPM and RGBAImage so only code that uses them
Neil
1
-1
/
+0
2018-03-09
Use Position/Line/int more accurately in preparation for large documents.
Neil
1
-26
/
+27
2018-03-01
Mark variables as const where simple.
Neil
1
-100
/
+100
2018-03-01
Use C++ cast in preference to C cast.
Neil
1
-1
/
+1
2018-03-01
Mark pointer argument as const as not written to.
Neil
1
-6
/
+6
2018-02-24
Fix move-extends-selection mode for rectangular and line selections.
Mitchell Foral
1
-17
/
+52
2018-02-17
For rectangular selections, pressing Home or End now moves the caret to the Home
Vicente
1
-3
/
+14
2018-02-06
[Bug #1983] Fix double tap word selection on Windows 10 1709 Fall Creators Up...
Dimitar Radev
1
-1
/
+1
2018-02-02
Implement SC_DOCUMENTOPTION_STYLES_NONE.
Neil
1
-3
/
+3
2018-01-26
Add documentOption argument to SCI_CREATELOADER.
Neil
1
-0
/
+1
2018-01-28
Replace Sci::clamp with C++ standard std::clamp function.
Neil
1
-21
/
+21
2018-01-28
Use std::abs in preference to abs as std::abs is generic and abs casts to int
Neil
1
-2
/
+2
2017-12-19
Start of bidirectional code - implement SCI_SETBIDIRECTIONAL.
Neil
1
-0
/
+7
2017-11-20
Add SCI_GETMOVEEXTENDSSELECTION.
Mitchell Foral
1
-0
/
+2
[next]