1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 5 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Icon tinting now applies a fixed orange highlight to items, instead of blending the color used
Joshua Leung
as Aligorith
More... over 10 years ago
Fix tinting for disabled/filtered out folders
Joshua Leung
as Aligorith
More... over 10 years ago
Made it possible to disable flashing tags
Joshua Leung
as Aligorith
More... over 10 years ago
Opening a file triggers the tag
Joshua Leung
as Aligorith
More... over 10 years ago
Revert previous fix - it buggered up
Joshua Leung
as Aligorith
More... over 10 years ago
Moved highlights handler to a proper method -> bind_events()
Joshua Leung
as Aligorith
More... over 10 years ago
Hovering over items in fileview now highlights the relevant subtrees in scoft
Joshua Leung
as Aligorith
More... over 10 years ago
Properly defining callbacks for foldertree context menu
Joshua Leung
as Aligorith
More... over 10 years ago
Repainting tags while animating their opacity would sometimes fail if tag got removed first
Joshua Leung
as Aligorith
More... over 10 years ago
Disabling debug print
Joshua Leung
as Aligorith
More... over 10 years ago
Flashing tag changes - punchier to be more obvious
Joshua Leung
as Aligorith
More... over 10 years ago
Alternative flashing technique - uses a tag to draw attention to the target
Joshua Leung
as Aligorith
More... over 10 years ago
Move logging guards outside of resetUI() central loop
Joshua Leung
as Aligorith
More... over 10 years ago
Replace try-except management of features dict with .get(key, defaultVal) methods
Joshua Leung
as Aligorith
More... over 10 years ago
Made chain-expand stuff in tree optional
Joshua Leung
as Aligorith
More... over 10 years ago
Pass features dict down to tree as well
Joshua Leung
as Aligorith
More... over 10 years ago
Tinting for "important" folders in fileview too
Joshua Leung
as Aligorith
More... over 10 years ago
Only tint "important" folders
Joshua Leung
as Aligorith
More... over 10 years ago
Adjusting tinting method to be more gentle
Joshua Leung
as Aligorith
More... over 10 years ago
Start of trying to tint icons with relevance colours - now just a crude version for foldertree
Joshua Leung
as Aligorith
More... over 10 years ago
Cache scoft-colours for each folder - Used for hinting about shading
Joshua Leung
as Aligorith
More... over 10 years ago
Updating TagLabels to latest version - 5ec50bd
Joshua Leung
as Aligorith
More... over 10 years ago
Slightly darker shade for current-location highlight
Joshua Leung
as Aligorith
More... over 10 years ago
TODO note - don't update filter caches if filters haven't changed...
Joshua Leung
as Aligorith
More... over 10 years ago
Instrumenting time taken for fishprint updates
Joshua Leung
as Aligorith
More... over 10 years ago
Cache display indices for folders
Joshua Leung
as Aligorith
More... over 10 years ago
Noted that FolderData.traverseFolders() performs DFS traversal
Joshua Leung
as Aligorith
More... over 10 years ago
Added instrumentation for filter cache updates
Joshua Leung
as Aligorith
More... over 10 years ago
Enabled faster quick-n-dirty text search
Joshua Leung
as Aligorith
More... over 10 years ago
Cache search-result filtering so that SDN to paths works
Joshua Leung
as Aligorith
More... over 10 years ago