0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected about 22 hours ago.
Feb 26, 2025 — Feb 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
version 1.3.0 More... almost 13 years ago
bugfix: don't overwrite memory of colon command aliases every time (bug reported by Marcos Cruz) More... almost 13 years ago
adding colon commands for zooming text (zi, zo) and zooming the whole page (pgzi, pgzo) More... almost 13 years ago
replacing deprecated g_strdown function More... almost 13 years ago
fixing image hinting to not just produce a virtual click, but to open the actual image in the browser More... almost 13 years ago
Removed g_free that caused segmentation fault (patch by Daniel Carl <[email protected]>) More... almost 13 years ago
Fixed wrong placed #ifdef ENABLE_INCREMENTAL_SEARCH (patch by Daniel Carl <[email protected]>) More... almost 13 years ago
Added possible missed g_free for search_handle (patch by Daniel Carl <[email protected]>) More... almost 13 years ago
Removed unused success variable in inputbox_activate_cb (patch by Daniel Carl <[email protected]>) More... almost 13 years ago
Fixed missed g_free (patch by Daniel Carl <[email protected]>) More... almost 13 years ago
Don't check against tag name in focus input. More... almost 13 years ago
Fixed some minor javascript coding issues. More... almost 13 years ago
Fixed none working command history saving. More... about 13 years ago
Use stat() and realpath() to improve handling of file parameters. More... about 13 years ago
Fixed removed atoi call to get embed id. More... about 13 years ago
Use the BUF_SIZE constant for the rememberedURL too. More... about 13 years ago
Added structs to move global variables out of the way. More... about 13 years ago
Open inspector in a pane of current window. More... about 13 years ago
Added missed g_free for g_build_filename. More... about 13 years ago
version 1.2.1 More... about 13 years ago
adding colon command creation (previous change set) to man page More... about 13 years ago
allow definition of new colon commands pointing to existing command lines (ticket #12) More... about 13 years ago
man page: clearer description of when configuration changes take effect More... about 13 years ago
adding O and T keybindings to man page More... about 13 years ago
Fixed missed g_free after g_strconcat(). More... over 13 years ago
Mostly typos More... over 13 years ago
correct DuckDuckGo search engine definition More... over 13 years ago
version 1.2.0 More... over 13 years ago
In the current master the error messages aren't printed if there where called unknown commands from inputbox. This patch removes the focus from inputbox after a command was called to allow the echo function to print the messages to the inputbox. More... over 13 years ago
using echo_message() in the new webinspector function, too More... over 13 years ago