summaryrefslogtreecommitdiffstats
path: root/src/ui/interface.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Event fixes & refactoringPiotr Dziwinski2012-09-221-1/+1
| | | | | | - added new state tracking to Event - removed old fields from Event - fixed some issues with Events and fps counter
* Changes in Ui, solves part of #47MichaƂ Konopacki2012-09-191-1/+1
|
* Fixed includes in ui.Zaba9992012-09-191-1/+1
|
* Some memory leaks fixedPiotr Dziwinski2012-09-161-0/+1
|
* latest changes; few more classes should compile nowerihel2012-08-311-2/+2
|
* * wrong enum used for text alignmenterihel2012-08-181-18/+6
| | | | * wrong event function used
* * ui/key.cpp compileserihel2012-08-171-0/+4
| | | | * csoundinterface to ccontrol
* * changes to ui classeserihel2012-08-171-408/+142
|
* Whitespace and language changePiotr Dziwinski2012-06-261-605/+605
| | | | | | | - changed tabs to spaces and DOS line endings to Unix (except in CBot and metafile) - changed language to English - fixed #include <d3d.h> in d3dengine.h
* Templates for new implementationPiotr Dziwinski2012-06-221-3/+3
| | | | | | - added template of classes/structs for new implementation - changed #include paths - updated README files
* FPOINT -> Math::Point & other math functionsPiotr Dziwinski2012-06-131-20/+18
| | | | | | | | | - changed FPOINT to Math::Point and some functions from math module to the new implementation - moved old function and FPOINT struct declarations to math3d.cpp - removed some unused functions in math module - fixed some #include dependencies - moved #define STRICT and #define D3D_OVERLOADS to compile options
* BOOL -> bool; additional fixes in constructors/destructorsPiotr Dziwinski2012-06-101-9/+9
|
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-101-26/+26
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Source files split into modulesPiotr Dziwinski2012-04-281-0/+607