1
I Use This!
Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 15 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initially open the windows in fullscreen mode.
ali
More... about 4 years ago
Fixed a bug where deleting a PdfViewOpenGLWidget without showing it caused a crash.
ali
More... about 4 years ago
Delete some unused code.
ali
More... about 4 years ago
Persist document state when window is closed.
ali
More... about 4 years ago
Handle two window mode toggle.
ali
More... about 4 years ago
Handle the bug where creating a link to another document required a restart, now we create only a single DocumentView and use open_document each time we want to view a new document. This should also make memory management much easier.
ali
More... about 4 years ago
When w delete all links, set the helper screen to black.
ali
More... about 4 years ago
Make async events update the render.
ali
More... about 4 years ago
Apply highlight color configs.
ali
More... about 4 years ago
Add config live reload.
ali
More... about 4 years ago
Close the helper window when the main window is closed.
ali
More... about 4 years ago
Fix the cross document back problem (temporart fix).
ali
More... about 4 years ago
Handle the bug where some of the commands with shift modifier would not work. The reason is that Qt sends the inserted character instead of keycode, for example <shift-=> sends + and there is almost no way to know that the = key was pressed. For now, in the config file if we need to specify <S-=> we have to use <S-+> instead (this is very hacky, should be taken care of ASAP).
ali
More... about 4 years ago
Handle escape.
ali
More... about 4 years ago
Fix set_mark symbol not being accepted.
ali
More... about 4 years ago
Add basic two window functionality (still very buggy).
ali
More... about 4 years ago
Bring back fullscreen functionality.
ali
More... about 4 years ago
Bring back google scholar and libgen search fucntionality.
ali
More... about 4 years ago
Add Qt version of FilteredSelect.
ali
More... about 4 years ago
Port most of single window functionality to Qt.
ali
More... about 4 years ago
Move render logic from DocumentView to PdfViewOpenGLWidget. (the code is still a complete mess!)
ali
More... about 4 years ago
Order recent documents by last access time.
ali
More... about 4 years ago
Separate render and search mutex in PdfRenderer.
ali
More... about 4 years ago
Separate rendering and search threads.
ali
More... about 4 years ago
Add true backgorund task multithreading.
ali
More... about 4 years ago
Move mupdf_context from PdfRenderer to the body of run() method in preparation for full multithreading.
ali
More... about 4 years ago
Convert pending requests to variant<SearchRequest, RenderRequest>.
ali
More... about 4 years ago
Convert all strings to unicode.
ali
More... about 4 years ago
before moving to unicode.
ali
More... about 4 years ago
Add more configs.
ali
More... about 4 years ago