70
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Avoid warnings. More... 13 days ago
Avoid extra copy. More... 13 days ago
Use FilePath instead of string manipulation. Hide pathSepChar. More... 13 days ago
Fix spelling. More... 13 days ago
Replace preprocessor symbol WIN32 with _WIN32 for consistency. More... 13 days ago
Updates from Lexilla and Scintilla. More... 14 days ago
Update dependencies for UTF8_16 changes. More... 14 days ago
Update credits. More... 14 days ago
Fix read failure for UTF-16LE files where surrogate pair straddles block More... 14 days ago
Remove unused variable. More... 14 days ago
Remove unnecessary static_casts to satisfy Visual C++ Code Analysis. More... 14 days ago
Reorder file so that iterator classes are defined first before reader classes More... 14 days ago
For file I/O, replace &x[0] with x.data() to avoid possible undefined behaviour More... 14 days ago
Ensure Worker instances are exception safe as they run in independent threads More... 14 days ago
Bug [#2434] Assume Cancel when user presses X in GTK WindowMessageBox More... 24 days ago
Remove support for Windows XP and Windows Vista. Require a C++20 compiler. More... about 1 month ago
Change from locally defined StartsWith to standard library starts_with in one More... about 1 month ago
Set language standard to c++20. More... about 1 month ago
Restore PlatformToolset and code analysis to revert accidental change. More... about 1 month ago
Added tag rel-5-4-3 for changeset d0a288238c05 More... about 1 month ago
Updates for version 5.4.3. More... about 1 month ago
Updates from Scintilla for SC_AUTOCOMPLETE_SELECT_FIRST_ITEM and Lexilla typo. More... about 1 month ago
Added tag rel-5-4-2 for changeset 2b911a6c4568 More... about 1 month ago
Updates for version 5.4.2. More... about 2 months ago
Remove redundant 'inline' from 'inline constexpr' functions. More... 2 months ago
Added new file from Lexilla. More... 2 months ago
Updates from Scintilla for undo. More... 2 months ago
Updates from Lexilla. More... 2 months ago
Updated change log from Scintilla. More... 3 months ago
Remove function that is no longer used. More... 3 months ago