1
I Use This!
Low Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 19 hours ago.
May 23, 2023 — May 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add comments to keys.config.
ali
More... about 4 years ago
Delete some unused character selection code.
ali
More... about 4 years ago
Fix highlight for multicolumn documents. Add option to change table of contents to be old flat list or the new tree.
ali
More... about 4 years ago
Add ability to fit page to screen width. Move the page one half-height when visiting links.
ali
More... about 4 years ago
Make toc a TreeView.
ali
More... about 4 years ago
Add more ui preferences, fix the bug where hidden search bar still received keyboard.
ali
More... about 4 years ago
Add chapter and ranged search.
ali
More... about 4 years ago
Release fixes.
ali
More... about 4 years ago
Unify styles. Add styles to config files. Make styles live reload from config files.
ali
More... about 4 years ago
Fix the bug where search results were still being added after cancelling the search.
ali
More... about 4 years ago
Add commands to open key and preference config files.
ali
More... about 4 years ago
If file is opened by clicking on its icon, open the application in one screen mode regardless of number of screens available.
ali
More... about 4 years ago
Fix release build (add required dlls to build directory and link the release version with qtmain.lib)
ali
More... about 4 years ago
Handle some additional keys in key config file (space, pageup, pagedown, home, end).
ali
More... about 4 years ago
Live reload key config file.
ali
More... about 4 years ago
Add rekiad_config_file function in preparation for config live reload.
ali
More... about 4 years ago
Change next chapter and prev chapter logic.
ali
More... about 4 years ago
Cleanup pdf renderer interface.
ali
More... about 4 years ago
When moving to a link, only go to the y offset (ignore x offset) because in some documents it causes sides of the screen to be centered, wasting most of the space.
ali
More... about 4 years ago
Add next_chapter and prev_chapter commands.
ali
More... about 4 years ago
Remove some redundant code.
ali
More... about 4 years ago
Handle zoom_level in links.
ali
More... about 4 years ago
Move MainWidget to separate file.
ali
More... about 4 years ago
Exit using :q.
ali
More... about 4 years ago
Remove is_waiting_for_symbol property, the same functionality is implemented as a method using current_pending_command.
ali
More... about 4 years ago
Remove pending_text_command from MainWidget (current_pending_command is enough).
ali
More... about 4 years ago
Remove ImGui files.
ali
More... about 4 years ago
Move PdfViewOpenGLWidget to another file, cleanup the code.
ali
More... about 4 years ago
Fix the bug where immediately-useful pages were deleted causing a flicker.
ali
More... about 4 years ago
Fix the cached page memory leak.
ali
More... about 4 years ago