Go to file
2014-03-29 02:14:25 +02:00
client Add basic API code. 2014-03-28 21:35:32 +02:00
doxygen Add project skeleton 2014-03-18 19:35:10 +02:00
lib These structs are not typedefs. 2014-03-28 22:14:13 +02:00
test Make test actually use the iterated draw mode. 2014-03-29 02:14:25 +02:00
.gitignore Ignore backup files 2014-03-18 21:20:26 +01:00
CMakeLists.txt INCLUDE(CTest) must be in root CMakeLists for 'make test' to work 2014-03-28 22:00:28 +02:00
LICENSE-CLIENT Add license for client[s] 2014-03-18 20:12:00 +01:00
LICENSE-LIB Add license for library and binding[s] 2014-03-18 20:15:05 +01:00
README.md Add project branches guideline 2014-03-18 22:03:32 +01:00

bemenu

Dynamic menu library and client program inspired by dmenu

License

Project Guidelines

  • Coding style
  • Build system - CMake
  • API documentation - Doxygen (JavaDoc style comments)
  • Branches
    • master - stable releases (permanent)
    • develop - development (permanent), merge back to master
    • dev/topic - topic related development (temporary), branch off from develop and merge to develop
    • hotfix/issue - stable release bugfixes (temporary), branch off from master and merge to master and develop