summaryrefslogtreecommitdiff
path: root/config.mk
AgeCommit message (Expand)Author
2014-04-25Added new session feature for HSTS (#79).Daniel Carl
2014-04-18Remove none used error suppression options.Daniel Carl
2014-04-17Remove -Wmissing-parameter-type compiler option.Daniel Carl
2014-04-17Remove -Wmissing-parameter-type compiler option.Daniel Carl
2014-04-11Another try to fixed FreeBSD compile error (#76).Daniel Carl
2014-04-05Released version 2.3.Daniel Carl
2014-02-01Released version 2.2.Daniel Carl
2014-01-21Removed X11 lib linking.Daniel Carl
2014-01-21Removed libm dependency.Daniel Carl
2014-01-16Released version 2.1.Daniel Carl
2013-12-27Fixed wrong completion window size with gtk3.Daniel Carl
2013-12-21Removed -s LDFLAG to get usefull backtraces.Daniel Carl
2013-11-22Released version 2.0.Daniel Carl
2013-10-20Merge branch 'new-key-handling'Daniel Carl
2013-10-15Removed the git version stuff.Daniel Carl
2013-10-13Released version 0.1.10.Daniel Carl
2013-07-31Use git describe to get a better version number.Daniel Carl
2013-07-29Use PROJECT variable instead of hard wired "vimb".Daniel Carl
2013-07-29Put similar target in Makefile together.Daniel Carl
2013-07-29Simplified Makefile by merging CPPFLAGS into CFLAGS.Daniel Carl
2013-07-29Removed -Wstrict-prototypes option that won't work with gtk.Daniel Carl
2013-07-29Removed nearly empty makefile for manual page.Daniel Carl
2013-07-27Released version vimb version 0.1.9.Daniel Carl
2013-07-18Moved feature config from config.mk to config.def.h.Daniel Carl
2013-07-18Moved default config from config.h to own file.Daniel Carl
2013-07-16Allow to enable/disable title in completions on compile time.Daniel Carl
2013-07-08Added gtk progressbar for those who like this.Daniel Carl
2013-07-02Use DESTDIR variable in install/uninstall make target (#42).Daniel Carl
2013-07-01Allow to enable/disable scrollbar to compile time.Daniel Carl
2013-06-09Bumped to version 0.1.8.Daniel Carl
2013-06-01Minor code improvements.Daniel Carl
2013-05-27Fixed missed linking to libm (#18).Daniel Carl
2013-05-04Released vimb version 0.1.7.Daniel Carl
2013-04-13Bumped to version 0.1.6.Daniel Carl
2013-04-06Bumped to version 0.1.5.Daniel Carl
2013-03-23Removed dependency to m4 processor to build manpage.Daniel Carl
2013-03-18Renamed the project from vimp to vimb.Daniel Carl
2013-03-05Use some logic together for all windows.Daniel Carl
2013-03-03Moved url history to own module.Daniel Carl
2013-03-01Released version 0.1.4.Daniel Carl
2013-03-01Replaced hinting by javascript hinting.Daniel Carl
2013-02-21Check if uri is a file path before open it.Daniel Carl
2013-02-09Added flags to enable search highlight feature.Daniel Carl
2012-12-31Made make a little more verbose.Daniel Carl
2012-12-30Removed constant PROJECT from sources.Daniel Carl
2012-12-29Added install and uninstall make targets.Daniel Carl
2012-12-29Added a man page for the browser commands.Daniel Carl
2012-12-29Changed the help message a little.Daniel Carl
2012-11-19Fixed un setable input and completion fonts.Daniel Carl
2012-11-17Allow to compile against gtk3.Daniel Carl