Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-26 | Bug [#2344]. Avoid blurry display with DirectWrite in GDI scaling mode. | Markus Nißl | 1 | -0/+1 | |
https://sourceforge.net/p/scintilla/code/merge-requests/28/ | |||||
2022-10-26 | Add check for validity of 'seealso' links in documentation. Fix 'seelaso' links. | Neil | 1 | -2/+9 | |
Fix some minor formatting issues. | |||||
2022-10-19 | Feature [feature-requests:#1455] Implement GetStyledTextFull as a 64-bit safe | Neil | 1 | -12/+15 | |
version of GetStyledText. | |||||
2022-10-09 | File changed/new messages are printed in diagnostic format to make it easier to | Neil | 1 | -1/+1 | |
open the file. | |||||
2022-08-01 | Update CheckMentioned.py script to handle ...Full structs. | Neil | 1 | -0/+6 | |
Fix documentation to use correct ID attribute. | |||||
2022-07-31 | Added change history which can display document changes (modified, saved, ...) | Neil | 1 | -0/+1 | |
in the margin or in the text. | |||||
2022-05-17 | Duplicate APIs to support 64-bit document positions on Win32: | Neil | 1 | -0/+3 | |
SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL. | |||||
2022-02-02 | Feature [feature-requests:#1427] Add multithreaded layout which improves | Neil | 1 | -0/+3 | |
performance significantly for very wide lines. | |||||
2022-01-31 | Implement more unique_ptr allocation wrappers and place in new Wrappers.h ↵ | Neil Hodgson | 1 | -0/+1 | |
header. | |||||
2022-01-14 | Remove unnecessary inclusion of POSIX headers. | Neil Hodgson | 1 | -4/+0 | |
2021-11-22 | Move common Win32 functions for releasing IUnknown* and DLL function access into | Neil | 1 | -0/+1 | |
new WinType.h header. | |||||
2021-09-14 | Avoid some allocations when checking whether font monospaced. | Zufu Liu | 1 | -0/+1 | |
2021-08-31 | Bug [#2279] Ensure file closed. Drop deprecated "U" as that is the default. | mpheath | 2 | -2/+2 | |
2021-08-24 | Remove line end white space. | Neil | 3 | -4/+4 | |
2021-07-12 | Add support for benchmarks and Russian text in the unit tests. | Neil | 1 | -0/+2 | |
2021-07-03 | Update all version numbers in Xcode project. Was missed because of change to | Neil | 1 | -1/+2 | |
ReplaceREInFile. | |||||
2021-06-17 | Move ScintillaCall from SciTE project. | Neil | 1 | -7/+178 | |
2021-06-11 | Display warning if can't find line to update. | Neil | 1 | -0/+2 | |
2021-06-10 | Call HFacer to ensure Scintilla.h also updated. | Neil | 1 | -4/+9 | |
2021-06-07 | Provide more data for unused values in commented-out code to make it easier to | Neil | 1 | -1/+9 | |
choose a better feature value. | |||||
2021-05-25 | Check that constants are documented. | Neil | 1 | -0/+4 | |
2021-05-24 | Define C++ version of the Scintilla API in ScintillaTypes.h, ScintillaMessages.h | Neil | 3 | -4/+133 | |
and ScintillaStructures.h using scoped enumerations. Use these headers instead of Scintilla.h internally. External definitions go in the Scintilla namespace and internal definitio0ns in Scintilla::Internal. | |||||
2021-05-06 | Remove dead code and imports as found by Vulture. | Neil | 8 | -221/+11 | |
https://github.com/jendrikseipp/vulture | |||||
2021-04-27 | Rename CharacterSet and CharacterCategory modules in Scintilla to CharacterType | Neil | 2 | -7/+6 | |
and CharacterCategoryMap to avoid clashes with Lexilla when building an executable that includes both. | |||||
2021-04-27 | Update Unicode code generation scripts. Update Lexilla, use pathlib, simplify. | Neil | 2 | -6/+11 | |
2021-04-26 | Remove some tracing from HeaderCheck as it produces much uninteresting output. | Neil | 1 | -2/+1 | |
2021-04-09 | Add count argument to ReplaceREInFile so can modify mutiple occurrences. | Neil | 2 | -3/+4 | |
Fixed downloads page. | |||||
2021-03-29 | Add SCI_SETELEMENTCOLOUR and related APIs to change colours of visible elements. | Neil | 1 | -0/+1 | |
Implement SC_ELEMENT_LIST* to change colours of autocompletion lists. | |||||
2021-03-27 | Add APIs for setting translucency and stroke width of markers. | Neil | 1 | -0/+6 | |
2021-03-22 | Remove IntegerRectangle.h as not widely useful | Neil | 1 | -1/+0 | |
Add IntegerRectangle struct for local use in PlatGTK.cxx. | |||||
2021-03-18 | std::optional is a basic vocabulary type that may be used widely so include | Neil | 1 | -0/+1 | |
almost everywhere. | |||||
2021-03-18 | Move assert and debug trace functions into their own header Debugging.h. | Neil | 1 | -0/+1 | |
PLATFORM_ASSERT is used in data structure headers which led to including graphics and windowing APIs in data structure modules. | |||||
2021-03-17 | Extract geometry and colour definitions from Platform.h into src/Geometry.h. | Neil | 1 | -1/+2 | |
2021-03-11 | Only substitute one instance of RE for ReplaceREInFile. | Neil | 1 | -1/+1 | |
2021-03-09 | Add argument to allow retrieving credits with or without links. | Neil | 1 | -2/+2 | |
2021-02-06 | Remove Lexilla definitions from Scintilla.iface as they are now in | Neil | 1 | -2/+1 | |
lexilla/include/LexicalStyles.iface. Remove filtering of lexical constants from HFacer.py. | |||||
2021-02-04 | Remove lexer data extraction and regeneration since lexers are now in Lexilla. | Neil | 3 | -78/+0 | |
2021-02-01 | Move the patterns to check and exclude to HeaderOrder.txt so one script can be | Neil | 2 | -69/+48 | |
used for Scintilla, Lexilla, and SciTE. Update HeaderOrder.txt to match files moved out to Lexilla. | |||||
2020-08-12 | Updating version number. | Neil Hodgson | 1 | -1/+1 | |
2020-06-06 | Defer most initialisation until Scintilla window is created. | Neil | 1 | -0/+1 | |
Previously, more initialisation was performed inside DllMain but some actions such as loading libraries are unsafe inside DllMain. Avoid listbox UnregisterClass if no attempt to register which will occur if no Scintilla windows were created. std::call_once is used to ensure initialisation is performed at most once. | |||||
2020-06-04 | Use pathlib. | Neil | 1 | -28/+64 | |
Read files as cp437 so all bytes are valid and windows-1252 invalid characters do not fail. When new headers found, save reasonable order of headers to "NewOrder.txt" making it easier to update HeaderOrder.txt. When a file is out-of-order, save list of headers used in the same order as HeaderOrder.txt to "<path>.ordered". | |||||
2020-05-23 | Regenerate version numbers in cocoa/Scintilla project. | Neil | 1 | -2/+12 | |
2020-05-19 | Use pathlib in generator scripts. | Neil | 3 | -45/+42 | |
2020-05-19 | Remove call to ScintillaData as result not used. | Neil | 1 | -2/+0 | |
2020-04-17 | Update Python versions. Modules that are only used as top level scripts or from | Neil | 5 | -16/+8 | |
scripts that require Python 3.6 have Python 2.x support removed. Modules that may be called from Python 2 for PySide require Python 2.7. Documented how to run scripts. | |||||
2020-03-16 | List headers in HeaderOrder.txt that are not used. | Neil | 2 | -5/+6 | |
Remove unused headers from HeaderOrder.txt. | |||||
2020-03-11 | Modernize and simplify script. Now requires Python 3. | Neil | 1 | -46/+28 | |
2020-03-11 | Add or update #! lines of Python scripts to use python3. | Neil | 7 | -4/+9 | |
2020-02-05 | Feature [feature-requests:#1335] Archive just the repository files to ↵ | Neil | 1 | -0/+5 | |
scintilla.tgz. | |||||
2020-01-26 | Small simplification and spelling fix. | Neil | 1 | -3/+2 | |