70 Commits (5d043d197761462198852a6e8010c8165cb33916)

Author SHA1 Message Date
Krisjanis Rijnieks 5d043d1977 Add option to set custom info text 8 years ago
Krisjanis Rijnieks b3bc344ed7 Add ofxPiMapper::duplicateSurface() 8 years ago
Krisjanis Rijnieks ce81e9e15d Add moveLayerUp and ..Down methods to ofxPiMapper 8 years ago
Krisjanis Rijnieks bf07dabdb0 Replace ofxPiMapper::Mode with ofx::piMapper::Mode 8 years ago
Krisjanis Rijnieks 7c90b3ba0f Add ofxPiMapper::eraseSurface(index) 8 years ago
Krisjanis Rijnieks 9e0b302e1f Add ofxPiMapper::createSurface(SurfaceType) 8 years ago
Krisjanis Rijnieks d955a54c37 Replace ofMain.h with ofEvents.h and ofLog.h 8 years ago
Krisjanis Rijnieks c182d96b10 Remove obsolete includes from ofxPiMapper.h 8 years ago
Krisjanis Rijnieks e7424d492e Add passing key events instead of registering to them 9 years ago
Krisjanis Rijnieks 038c408919 Add passing mouse events instead of registering to them 9 years ago
Krisjanis Rijnieks c8c32f417e Add ofxPiMapper::toggleInfo 9 years ago
Krisjanis Rijnieks dc13e607fd Remove ofxPiMapper::loadXmlSettings 9 years ago
Krisjanis Rijnieks e01c0585cf Add ofxPiMapper::saveProject and loadProject 9 years ago
Krisjanis Rijnieks 08b6e1e13d Add ofxPiMapper::selectNext and PrevVertex() 9 years ago
Krisjanis Rijnieks 68e3ab8cb6 Add ofxPiMapper::moveSelection method 9 years ago
Krisjanis Rijnieks 1a1928259f Rename setActivePreset to setPreset 9 years ago
Krisjanis Rijnieks 7d9a11b4b3 Add ofxPiMapper::selectNext and PrevSurface methods 9 years ago
Krisjanis Rijnieks 05c7185ba9 Add ofxPiMapper::selectSurface 9 years ago
Krisjanis Rijnieks 007c80d7a4 Add ofxPiMapper::togglePauseForSurface and getNumSurfaces methods 9 years ago
Krisjanis Rijnieks fb6563759f Rename PROJECTION_MODE to MAPPING_MODE 9 years ago
Krisjanis Rijnieks 1ab7272924 Add ofxPiMapper::setMode 9 years ago
Krisjanis Rijnieks 1a2070139d Integrate SetActivePresetCmd into Application 9 years ago
Krisjanis Rijnieks c77fb4f3e2 Add eraseActivePreset() 9 years ago
Krisjanis Rijnieks 52725a033e Add cloneActivePreset() 9 years ago
Krisjanis Rijnieks 731e979af3 Add mode reporting at the top level of ofxPiMapper 9 years ago
Krisjanis Rijnieks b583a4c37b Add ofxPiMapper::setNextPreset 9 years ago
Krisjanis Rijnieks 9a0dfa443a Add ofxPiMapper::getActivePresetIndex 9 years ago
Krisjanis Rijnieks 4678c76c4f Add ofxPiMapper::setActivePreset and getNumPresets 9 years ago
Krisjanis Rijnieks b3b5ba13fe Remove SurfaceManagerGui 9 years ago
Krisjanis Rijnieks 038758ce33 Fix ScaleWidget not capturing new surface after duplicate 9 years ago
Krisjanis Rijnieks 8c723d6746 Add `registerFboSource` overload method with pointer 9 years ago
Krisjanis Rijnieks bd44c0cc75 Make `ofxPiMapper` own _application` 10 years ago
Krisjanis Rijnieks 0d6106b22a Move all essential application parts to `Application` class 10 years ago
Krisjanis Rijnieks 499f3ec475 Improve readability and add a TODO to `ofxPiMapper.h` 10 years ago
Krisjanis Rijnieks a218eec519 Remove orphan `bShowInfo` from `ofxPiMapper` root class 10 years ago
Krisjanis Rijnieks 2c63f5d86d Rename `isSetUp` to `_setupComplete` 10 years ago
Krisjanis Rijnieks a681bfbd49 Add `SurfaceManager` as pointer in `ofxPiMapper` root class 10 years ago
Krisjanis Rijnieks 873edcfa60 Add `SurfaceManagerGui` as pointer in `ofxPiMapper` class 10 years ago
Krisjanis Rijnieks 2e311e89b0 Add `_cmdManager` as a pointer to `ofxPiMapper` root class 10 years ago
Krisjanis Rijnieks 8c8a2b6e27 Remove `getMediaServer()` from `ofxPiMapper` root class as it is not used anywhere 10 years ago
Krisjanis Rijnieks 5bd3e53d46 Make `MediaServer` a pointer in `ofxPiMapper` class 10 years ago
Krisjanis Rijnieks 2aa24ad581 Use the new `Info` class instead of inline code 10 years ago
Krisjanis Rijnieks 1606f38b92 Remove `addTriangleSurface()` and `addQuadSurface()` methods from `ofxPiMapper` class 10 years ago
Krisjanis Rijnieks a3e2f621d7 Add `ofxPiMapper::loadXmlSettings()` method. 10 years ago
Krisjanis Rijnieks 95b366ada5 Change src code style using ofStyler 10 years ago
Krisjanis Rijnieks e425856a93 Rename `addFboSource()` to `registerFboSource()` and refactor a bit 10 years ago
Krisjanis Rijnieks 502f76b4a9 Move keyboard input mappings completely to application state system 10 years ago
Krisjanis Rijnieks 8867edb8f2 Add AddSurfaceCmd and move surface creation key commands 10 years ago
Krisjanis Rijnieks 175067dc98 Set application state instead of changing gui mode (in progress) 10 years ago
Krisjanis Rijnieks 05396890eb Move state change keyboard mappings to Application to handle 10 years ago