summaryrefslogtreecommitdiffstats
path: root/client/menu.cpp
Commit message (Collapse)AuthorAgeFilesLines
* add #include <config.h> to all source filesChristophe Fergeau2011-05-031-0/+3
| | | | | | | | When using config.h, it must be the very first include in all source files since it contains #define that may change the compilation process (eg libc structure layout changes when it's used to enable large file support on 32 bit x86 archs). This commit adds it at the beginning of all .c and .cpp files
* spicec: add menu id & find_sub()Arnon Gilboa2010-10-171-1/+17
|
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-131-9/+9
|
* spice: menu additonsArnon Gilboa2010-01-071-11/+39
| | | | | | -functions: set_name, remove_command, remove_sub, clear -item state & enum -add state support in RedWindow insert_command & insert_menu
* fresh startYaniv Kamay2009-10-141-0/+100