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
/
main.cpp
Age
Commit message (
Expand
)
Author
2024-03-11
quick save, show output file in title bar
Aldrik Ramaekers
2024-03-11
export results to json,csv,xml format
Aldrik Ramaekers
2024-03-10
add glfw to dependencies list, close #4
Aldrik Ramaekers
2024-03-10
fix menubar color
Aldrik Ramaekers
2024-03-10
running on osx
Aldrik Ramaekers
2024-03-10
results are collapsable on per file
Aldrik Ramaekers
2024-03-10
set clipboard impl
Aldrik Ramaekers
2024-03-09
file match context menu: open as, open folder, copy path, copy line
Aldrik Ramaekers
2024-03-09
show indentation with arrow
Aldrik Ramaekers
2024-03-09
toggle case match
Aldrik Ramaekers
2024-03-09
fix warnings
Aldrik Ramaekers
2024-03-08
remove imspinner dep
Aldrik Ramaekers
2024-03-07
add close buttons to about and settings page
Aldrik Ramaekers
2024-03-07
add imfiledialog credit
Aldrik Ramaekers
2024-03-07
add ImFileDialog with minor changes
Aldrik Ramaekers
2024-03-07
image buttons
Aldrik Ramaekers
2024-03-06
add contact info
Aldrik Ramaekers
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
tooltips for inputs
Aldrik Ramaekers
2024-03-06
help text
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-04
max file size setting
Aldrik Ramaekers
2024-03-04
fix racecondition between file and text search threads
Aldrik Ramaekers
2024-03-04
show all files when no search query given
Aldrik Ramaekers
2024-03-03
search on input completion
Aldrik Ramaekers
2024-03-03
implement file filtering
Aldrik Ramaekers
2024-03-03
fix use after free
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