summaryrefslogtreecommitdiffstats
path: root/client/x11/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing blank linesDaniel P. Berrange2012-01-131-1/+0
| | | | Remove any blank lines at the end of all source files
* 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
* client: Include config.h from common.hAlexander Larsson2010-09-291-1/+0
| | | | | config.h should be availible everywhere, so move its inclusion to the top of common.h.
* Replace log4cpp with custom log functionAlexander Larsson2010-06-281-1/+1
| | | | | Also prints a simpler error to stderr for WARN or above so that we print something on the commandline if something go wrong.
* Fix spelling errors in comments and stringsAlexander Larsson2010-05-211-2/+2
|
* Relicense everything from GPL to LGPL 2.1+Alexander Larsson2010-04-131-9/+9
|
* fresh startYaniv Kamay2009-10-141-0/+50