summaryrefslogtreecommitdiffstats
path: root/client/gui/softrenderer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix various comparison between signed and unsigned integer expressions warningsHans de Goede2012-01-231-1/+1
| | | | | | These turn into errors because of our -Werror use, breaking the build. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
* 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-1/+2
| | | | | | | | 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
* add missing "LGPLv2.1 or later" header to source filesChristophe Fergeau2011-05-021-0/+17
|
* Revert automatic renames that were wrongAlexander Larsson2010-02-041-8/+8
| | | | Seems my rename script didn't handle C++ namespaces that well.
* Rename symbols that were changed in spice-protocolAlexander Larsson2010-02-041-8/+8
| | | | | | This is an automatic change using: $ find -name "*.[ch]" | xargs ../spice-protocol/rename-identifiers.sh ../spice-protocol/renames $ find -name "*.cpp" | xargs ../spice-protocol/rename-identifiers.sh ../spice-protocol/renames
* client: add GUI infrastructure + functional login dialogYaniv Kamay2009-12-281-3/+4
|
* client: add soft renderer and ceguiYaniv Kamay2009-12-281-0/+372