summaryrefslogtreecommitdiff
path: root/src/main.h
AgeCommit message (Expand)Author
2018-05-28Fix wrong search hit count shown on prev/next.Daniel Carl
2018-05-07Remove none used gui styling for completion.Daniel Carl
2018-04-16Don not make handler struct public.Daniel Carl
2018-04-15Do not propagate the shortcut struct.Daniel Carl
2018-04-14Do not give client to util functions.Daniel Carl
2018-03-28Update license year.Daniel Carl
2017-10-28Merge pull request #448 from yblein/restart-last-searchDaniel Carl
2017-10-28n/N restart the previous search if none is activeYoann Blein
2017-10-13Switch to input mode on authentication request #444.Daniel Carl
2017-10-01Reintroduce autocmd and augroups. Fix #356Yoann Blein
2017-07-18Split client creation into pieces.Daniel Carl
2017-05-26Update license year.Daniel Carl
2017-05-21Don't handle hint in new window by javascript.Daniel Carl
2017-05-12Fixed wrong client to webpage relation #349.Daniel Carl
2017-05-05Reject window manager quit if downloadingRobert Timm
2017-04-27Changed default-zoom behaviour.Daniel Carl
2017-04-26Allow to store multiple closed URLs #379.Daniel Carl
2017-04-23fixes incsearch history handlingRobert Timm
2017-04-22Add profile option #343.Daniel Carl
2017-04-21Removed hsts file because this is not used at the time.Daniel Carl
2017-04-20Added :save command.Daniel Carl
2017-04-08adds incsearch settingRobert Timm
2017-03-02Added url file handlers.Daniel Carl
2017-01-28Attempt to start dbus server from ui.Daniel Carl
2016-10-19Implements gui style settingsRobert Timm
2016-10-12Implements download path and trackingRobert Timm
2016-06-20Enable registers to continue a search.Daniel Carl
2016-06-16Show progress in window title.Daniel Carl
2016-06-16Prepare the style provider only once.Daniel Carl
2016-06-01Update license year.Daniel Carl
2016-03-30Startup webkit2 branch from the scratch.Daniel Carl
2015-11-27Added closed-max-items optionYutao Yuan
2015-11-17Merge branch 'build-pre-flock' of https://github.com/plredmond/vimb.Daniel Carl
2015-11-16fix conflict with /usr/include/MacTypes.h `Style` typePLR
2015-10-21Use flock instead of fcntl for file locking (#235).Daniel Carl
2015-10-12Fixed file locking using fcntl.Yutao Yuan
2015-08-02Do not blur the focused element after alt-tabbing.Benjamin Petrenko
2015-07-29Support for multiple configuration profiles (#129)Jiri Marsicek
2015-07-20respect the strict-focus variableBenjamin Petrenko
2015-07-17More consistent use of title and url (#224).Daniel Carl
2015-03-10Removed duplicate style override for GTK3.Daniel Carl
2015-03-08Added hint-follow-last optionMicha Gorelick
2015-02-21Merged code from mode.c into main.cDaniel Carl
2015-02-10Removed unneeded micro seconds from timer.Daniel Carl
2015-01-01Change year in license block.Daniel Carl
2014-12-31Replaced the fifo by socket to remote control vimb (#144).Daniel Carl
2014-12-10Changed option --fifo-name into --fifo.Daniel Carl
2014-12-08Don't save mapped commands in history (#130).Daniel Carl
2014-12-04Removed lonesome #else.Daniel Carl
2014-12-02Show mode label in statusbar.Daniel Carl