48
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 06, 2023 — May 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Support 4 digit version numbers so version 10.0.0 will work. More... about 1 year ago
Feature [feature-requests:#1482] Merge case converters into an array. More... about 1 year ago
Feature [feature-requests:#1481] Fix lineTop to assign document line instead of More... about 1 year ago
Enable dead code stripping as Xcode 14 wants it set. More... about 1 year ago
Added tag rel-5-3-4 for changeset 10f4ff8763bc More... about 1 year ago
Updates for version 5.3.4. More... about 1 year ago
Add multithreaded wrap to significantly improve performance of wrapping large More... about 1 year ago
Cache client size when view moved or sized. That allows access to it from More... about 1 year ago
Backed out changeset: 5504b8444ec2 More... about 1 year ago
Cache client rectangle when view resized. That makes it safer to access from More... about 1 year ago
Cache client rectangle when view moved or sized. That allows access to it from More... about 1 year ago
Define argument as const so can be used on const values. More... about 1 year ago
Remove unnecessary casts from CGFloat to XYPosition as they are both double. More... about 1 year ago
Specify runpath for ScintillaTest to be able to run on a different computer, More... about 1 year ago
Remove deprecated setOnMouseEntered calls. More... about 1 year ago
Replace deprecated graphicsPort API with current CGContext. More... about 1 year ago
On macOS 10.13+, use new NSPasteboardTypeFileURL type to receive files dragged More... about 1 year ago
Avoid deprecation warning that occurs even though the non-deprecated name is More... about 1 year ago
Replace deprecated colorUsingColorSpaceName with current colorUsingColorSpace. More... about 1 year ago
Replace deprecated colorUsingColorSpaceName with colorUsingColorSpace. More... about 1 year ago
Make drag pasteboard change work before 10.13. More... about 1 year ago
Replace deprecated NSStringPboardType with current NSPasteboardTypeString. More... about 1 year ago
Replace deprecated NSDragPboard with current NSPasteboardNameDrag. More... about 1 year ago
Remove _CRT_SECURE_NO_DEPRECATE. More... about 1 year ago
Remove PropGetExpanded and treat GetPropertyExpanded as GetProperty since it no More... about 1 year ago
Use maximum 4 digits for next fold level display when lexer incorrectly sets More... about 1 year ago
Feature [feature-requests:#1477] More typesafe bindings of *Full APIs in More... about 1 year ago
Fix a potential crash with autocompletion list fill-ups where a SCN_CHARADDED More... about 1 year ago
Updated dependencies as PositionCache.cxx now uses DBCS.h. More... about 1 year ago
Where a multi-byte character contains multiple styles, display each byte as a More... about 1 year ago