index
:
text-search
v2
GUI Program to find files and text within files for x64 Windows, macOS and Linux.
Aldrik Ramaekers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2024-03-06
add licenses to about page
Aldrik Ramaekers
2024-03-06
show red border on input when path is invalid
Aldrik Ramaekers
2024-03-06
dont show next line in result
Aldrik Ramaekers
2024-03-06
fix issue with utf8 text displaying in match
Aldrik Ramaekers
2024-03-06
use utf8 in filter parser
Aldrik Ramaekers
2024-03-06
free old results
Aldrik Ramaekers
2024-03-06
fix bug skipping first file
Aldrik Ramaekers
2024-03-06
tooltips for inputs
Aldrik Ramaekers
2024-03-06
help text
Aldrik Ramaekers
2024-03-05
make text-match case insensitive
Aldrik Ramaekers
2024-03-05
save previous search query to config and load on startup
Aldrik Ramaekers
2024-03-05
exit button working
Aldrik Ramaekers
2024-03-05
measure elapsed time for search
Aldrik Ramaekers
2024-03-05
save config to appdata folder on windows
Aldrik Ramaekers
2024-03-04
max file size setting
Aldrik Ramaekers
2024-03-04
fix racecondition between file and text search threads
Aldrik Ramaekers
2024-03-04
size check everywhere
Aldrik Ramaekers
2024-03-04
how did this even work
Aldrik Ramaekers
2024-03-04
show all files when no search query given
Aldrik Ramaekers
2024-03-04
gitignore
Aldrik Ramaekers
2024-03-03
replace malloc with memory_bucket, free prev result
Aldrik Ramaekers
2024-03-03
search on input completion
Aldrik Ramaekers
2024-03-03
implement file filtering
Aldrik Ramaekers
2024-03-03
replace char* with utf8_int8_t*
Aldrik Ramaekers
2024-03-03
fix use after free
Aldrik Ramaekers
2024-03-03
move shared search code out of platform
Aldrik Ramaekers
2024-03-03
remove dead code
Aldrik Ramaekers
2024-03-03
fix utf8 search text highlight
Aldrik Ramaekers
2024-03-03
add korean and japanese fonts
Aldrik Ramaekers
2024-03-03
loading spinner while searching
Aldrik Ramaekers
2024-03-03
enforce naming convention
Aldrik Ramaekers
2024-03-03
separate code
Aldrik Ramaekers
2024-03-03
unicode file path support
Aldrik Ramaekers
2024-03-03
v2 initial commit
Aldrik Ramaekers