index
:
null-browser
main
A simple, fast web browser built on qtwebengine (chromium), configured using lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.cpp
(
unfollow
)
Commit message (
Expand
)
Author
2025-05-02
Add configuration directory loading + --config-dir cli arg
Akshay Nair
2025-04-12
Respect cli args for main instance
Akshay Nair
2025-04-05
Refactor event queue out of router
Akshay Nair
2025-04-05
Connected url changed event
Akshay Nair
2025-04-05
Add instance manager for enforcing single instance
Akshay Nair
2025-04-04
Open new window on new window/dialog request
Akshay Nair
2025-03-30
Fix issue with keymap/webview setup on init
Akshay Nair
2025-03-29
Add window action router for multi-window
Akshay Nair
2025-03-28
Split window management for multi-window
Akshay Nair
2025-03-28
Refactor and fix tab id use for focus/close
Akshay Nair
2025-03-23
Apply clang-tidy suggestions
Akshay Nair
2025-03-22
Add web.keymap.set + test keymaps config.lua
Akshay Nair
2025-03-16
Update browser name
Akshay Nair
2025-03-16
Add configuration class
Akshay Nair
2025-03-09
Refactor directory structure
Akshay Nair
2025-03-09
Fix command input ui to fix to top
Akshay Nair
2025-03-08
Basic single view browser with url input
Akshay Nair
2025-03-08
Add luajit embedding
Akshay Nair
2025-03-07
Simple qtwebengine view
Akshay Nair