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