48
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Consolidate calculation of horizontal offset and use in more regular way. More... over 1 year ago
Simplify DrawIndentGuide and move decision to offset out of loop. More... over 1 year ago
As text base line is constant, move calculation out of loop. More... over 1 year ago
Clarify printing of markers. More... over 1 year ago
Bug [#2373]. Fix indicator drawing past left of text pane over margin. More... over 1 year ago
Bug [#2374]. Fix character input bug where dotless 'i' and some other extended More... over 1 year ago
Declarations on separate lines. Ensure variable initialization. More... over 1 year ago
Shorten code with std::swap. More... over 1 year ago
Remove erroneous and unnecessary casts for FindTextFull. More... over 1 year ago
Feature [feature-requests:#1474] Simplify code. More... over 1 year ago
Feature [feature-requests:#1474] Simplify with InsertString(string_view). More... over 1 year ago
Feature [feature-requests:#1474] Move EOL string function to Document and return More... over 1 year ago
Bug [#2372]. Optimize previous commit. More... over 1 year ago
Bug [#2372]. Fix SCI_LINESJOIN bug where carriage returns were incorrectly More... over 1 year ago
Add 5.3.3. More... over 1 year ago
Hoist common calculation into function. More... over 1 year ago
Use unsigned literal and temporary to stop conversion warnings for each includer. More... over 1 year ago
Move methods from header to implementation to avoid conversion warnings for More... over 1 year ago
Bug [#2360]. Switch back from dynamic_cast to static_cast for per-line data More... over 1 year ago
Bug [#2340]. Avoid repeated call in GetFoldParent for around 10% performance More... over 1 year ago
Reorder arguments to drawing functions to be consistent. More... over 1 year ago
Use const. Replace magic number with constant. More... over 1 year ago
More safety for potentially empty unwraps with ElementColourForced returning a More... over 1 year ago
Ensure unwraps of std::optional<ColourRGBA> can be checked by Code Analysis. More... over 1 year ago
Mark OptionalColour as noexcept. More... over 1 year ago
Shorten code with ColourOptional alias for std::optional<ColourRGBA>. More... over 1 year ago
Feature [feature-requests:#1458] Replace complex CopySelectionRange call with More... over 1 year ago
Update download sizes. More... over 1 year ago
Added tag rel-5-3-2 for changeset cd20da25b81f More... over 1 year ago
Updates for version 5.3.2. More... over 1 year ago