index
:
neovimb.git
master
vim like browser
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.c
Age
Commit message (
Expand
)
Author
2013-08-06
Renamed the insert mode to input mode.
Daniel Carl
2013-08-06
Made pass through mode to a submode (#48).
Daniel Carl
2013-08-05
Remove unneeded focus switching in inputbox_activate_cb.
Daniel Carl
2013-08-05
Added command pass-through to switch to pass through mode.
Daniel Carl
2013-07-31
Show the version in the default window title.
Daniel Carl
2013-07-31
Use git describe to get a better version number.
Daniel Carl
2013-07-30
Allow to switch off queue feature via config.h.
Daniel Carl
2013-07-30
Added queue commands :push and :pop.
Daniel Carl
2013-07-29
Use PROJECT variable instead of hard wired "vimb".
Daniel Carl
2013-07-29
Moved config for default window size to config.def.h.
Daniel Carl
2013-07-29
Don't put 'about:*' uri into history.
Daniel Carl
2013-07-29
Include config.h in every c file and include it first.
Daniel Carl
2013-07-22
Allow to change input in history lookup.
Daniel Carl
2013-07-18
Added another pre-compiler flag to enable announcement.
Daniel Carl
2013-07-18
Added announcement for change history file format.
Daniel Carl
2013-07-18
Moved default config from config.h to own file.
Daniel Carl
2013-07-14
Save also page title in history file (#46).
Daniel Carl
2013-07-08
Added gtk progressbar for those who like this.
Daniel Carl
2013-07-07
Revert "Inject hinting js and user scripts on window-object-cleared."
Daniel Carl
2013-07-04
Write completion content direct to inputbox (#38).
Daniel Carl
2013-07-04
Inject hinting js and user scripts on window-object-cleared.
Daniel Carl
2013-07-02
Fixed wrong opened page from right click context menu (#41).
Daniel Carl
2013-07-01
Remove the ugly resize grips in gtk3.
Daniel Carl
2013-07-01
Set default gtk3 style to disable borders (#40).
Daniel Carl
2013-07-01
Allow to enable/disable scrollbar to compile time.
Daniel Carl
2013-06-30
Fixed too small completion box if completion list is small (#39).
Daniel Carl
2013-06-30
Removed gtk_entry_set_inner_border for gtk3 build (#38).
Daniel Carl
2013-06-29
Fixed broken completion for long uri (#39).
Daniel Carl
2013-06-29
Fixed non highlighted completion item with gtk3 (#39).
Daniel Carl
2013-06-18
Fixed function name typo.
Daniel Carl
2013-06-14
Fixed no more working counts for key commands.
Daniel Carl
2013-06-13
Moved content of destroy client function to destroy_window_cb (#34).
Daniel Carl
2013-06-13
Fixed leaving input mode on load commit (#33).
Daniel Carl
2013-06-10
Added macro GET_URI() to shorten the code.
Daniel Carl
2013-06-08
Added command to download current page to given path (#32).
Daniel Carl
2013-06-01
Minor code improvements.
Daniel Carl
2013-05-28
Fixed non working 'open in new window' from right click menu (#29).
Daniel Carl
2013-05-28
Fixed wrong mode after calling empty command (#26).
Daniel Carl
2013-05-28
Fixed garbage file create on :quit (#22).
Daniel Carl
2013-05-27
Allow about:* urls (#20).
Daniel Carl
2013-05-13
Removed useless string duplication in main().
Daniel Carl
2013-05-13
Allow to complete also command shortcuts.
Daniel Carl
2013-05-01
Check also for shortcut URIs if path contains '.'.
Daniel Carl
2013-04-27
Use hashtable to store the uri shortcuts.
Daniel Carl
2013-04-27
Fixed none cleared inputbox on mode change.
Daniel Carl
2013-04-27
Renamed searchengine to shortcut.
Daniel Carl
2013-04-25
Moved inputbox text decisions into main.c.
Daniel Carl
2013-04-21
Reduced the modes.
Daniel Carl
2013-04-20
Disabling WebKit deletion interface feature by default.
Daniel Carl
2013-04-20
Added rounding to the percent of page in status bar.
Daniel Carl
[next]