summaryrefslogtreecommitdiffstats
path: root/client/gui
Commit message (Collapse)AuthorAgeFilesLines
* Replace custom region implementation with pixman_region32_tAlexander Larsson2010-02-231-6/+20
| | | | | | pixman_region32_t is an efficient well tested region implementation (its the one used in X) that we already depend on via pixman and use in some places. No need to have a custom region implementation.
* Revert automatic renames that were wrongAlexander Larsson2010-02-047-29/+29
| | | | Seems my rename script didn't handle C++ namespaces that well.
* Rename symbols that were changed in spice-protocolAlexander Larsson2010-02-047-45/+45
| | | | | | 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: let PreLoginDialog save and restore LoginDialogYaniv Kamay2009-12-282-4/+25
|
* client: add GUI infrastructure + functional login dialogYaniv Kamay2009-12-286-4/+1646
|
* client: add gui res filesYaniv Kamay2009-12-288-0/+61469
|
* client: add soft renderer and ceguiYaniv Kamay2009-12-284-0/+667