Krisjanis Rijnieks
|
f3e7db6bcc
|
Attempt to fix not showing image source on rpi
|
9 years ago |
Krisjanis Rijnieks
|
4d5266f755
|
Clean up, rm `duplicateSurface` method from `CommandManager`
|
9 years ago |
Krisjanis Rijnieks
|
801bcd310e
|
Finalize `DuplicateSurfaceCmd`
|
9 years ago |
Krisjanis Rijnieks
|
78b083ad01
|
Add `DuplicateSurfaceCmd` files
|
9 years ago |
Krisjanis Rijnieks
|
dfc621e04f
|
Add `SetNextSourceCmd`
|
9 years ago |
Krisjanis Rijnieks
|
3982e73639
|
Add `SelPrevTexCoordCmd`
|
9 years ago |
Krisjanis Rijnieks
|
3774225417
|
Add `DeselectTexCoordCmd`
|
9 years ago |
Krisjanis Rijnieks
|
83c2eb2a76
|
Add `SelNextTexCoordCmd`
|
9 years ago |
Krisjanis Rijnieks
|
0f35e210fc
|
Allow grid warp source with one row or column
|
9 years ago |
Krisjanis Rijnieks
|
461787837c
|
Add `SetNextSourceCmd` placeholder files
|
9 years ago |
Krisjanis Rijnieks
|
94d76d786e
|
Rename `MvSurfaceCmd` to `StartDragSurfaceCmd`
Also optimize - remove the need to pass projection editor as an argument
|
9 years ago |
Krisjanis Rijnieks
|
f2d37f88ab
|
Remove `projectionEditor` arg from `MvSurfaceVertCmd`
|
9 years ago |
Krisjanis Rijnieks
|
969d0396e8
|
Add `DeselectSurfaceCmd` files
|
9 years ago |
Krisjanis Rijnieks
|
ce3db3247e
|
Add `SelVertexCmd` files
|
9 years ago |
Krisjanis Rijnieks
|
104c13f979
|
Add `MvSelectionCmd`
|
9 years ago |
Krisjanis Rijnieks
|
7f16b0c39d
|
Use `CommandManager` select vertex methods in `SelPrevVertexCmd`
|
9 years ago |
Krisjanis Rijnieks
|
e1e4471db2
|
Use `CommandManager` select vertex methods in `SelNextVertexCmd`
|
9 years ago |
Krisjanis Rijnieks
|
cd5ecafb94
|
Remove not needed vars from `SelNextVertexCmd`
|
9 years ago |
Krisjanis Rijnieks
|
1565f8d964
|
Add `SelPrevVertexCmd` placeholder files
|
9 years ago |
Krisjanis Rijnieks
|
9a943be14d
|
Add `SelNextVertexCmd` placeholder files
|
9 years ago |
Krisjanis Rijnieks
|
ae10d52ba0
|
Add `SelPrevSurfaceCmd`
|
9 years ago |
Krisjanis Rijnieks
|
3d2f92ecbf
|
Add `SelNextSurfaceCmd`
|
9 years ago |
Krisjanis Rijnieks
|
a5dfe02181
|
Remove `ProjectionEditor` include
|
9 years ago |
Krisjanis Rijnieks
|
e64472462b
|
Remove projection editor parameter from `SelSurfaceCmd`
|
9 years ago |
Krisjanis Rijnieks
|
72b0053e88
|
Adjust `GridWarpSurface` commands to not go less than 2 rows and cols
|
9 years ago |
Krisjanis Rijnieks
|
025eed2d95
|
Adjust `GridWarpSurface` related commands not to require projection editor
|
9 years ago |
Krisjanis Rijnieks
|
7fb4a1f53f
|
Add grid row and col command todos for next iteration
|
9 years ago |
Krisjanis Rijnieks
|
dd7080a60c
|
Add `RmGridColCmd`
|
9 years ago |
Krisjanis Rijnieks
|
40e8bf2d0c
|
Add `AddGridColCmd`
|
9 years ago |
Krisjanis Rijnieks
|
1d58a9b7a6
|
Add `RmGridRowCmd`
|
9 years ago |
Krisjanis Rijnieks
|
e5329d31b6
|
Add `AddGridRowCmd`
|
9 years ago |
Krisjanis Rijnieks
|
0ccdbe6839
|
Add `setGrid...` methods and fix `setTexCoords` for `GridWarpSurface`
|
9 years ago |
Krisjanis Rijnieks
|
0d6106b22a
|
Move all essential application parts to `Application` class
|
10 years ago |
Krisjanis Rijnieks
|
f2fae8a239
|
Add `TogglePerspectiveCmd`
|
10 years ago |
Krisjanis Rijnieks
|
77340cd9e4
|
Make use of `SurfaceFactory` in `AddSurfaceCmd`
|
10 years ago |
Krisjanis Rijnieks
|
a681bfbd49
|
Add `SurfaceManager` as pointer in `ofxPiMapper` root class
Update the rest of the code to treat `getSurfaceManager()` return value as a pointer.
|
10 years ago |
Krisjanis Rijnieks
|
ac2a2e7834
|
Rename `SurfaceManager::addSurface(...)` to `createSurface` where it creates surface
There has to be a difference between creational and "additional" methods.
|
10 years ago |
Krisjanis Rijnieks
|
0fbfe7174b
|
Remove `std::` prefix everywhere in `src`
|
10 years ago |
Krisjanis Rijnieks
|
95b366ada5
|
Change src code style using ofStyler
|
10 years ago |
Krisjanis Rijnieks
|
8867edb8f2
|
Add AddSurfaceCmd and move surface creation key commands
- from ofxPiMapper to application state machine
|
10 years ago |
Krisjanis Rijnieks
|
04a345b377
|
Create a bridge between the new state system and the old solution
|
10 years ago |
Krisjanis Rijnieks
|
175067dc98
|
Set application state instead of changing gui mode (in progress)
|
10 years ago |
Krisjanis Rijnieks
|
d1d9cd3421
|
Replace #import with #include in CmdManager.h
|
10 years ago |
Krisjanis Rijnieks
|
7e7aa93226
|
Add SelSourceCmd select source undoable command
|
10 years ago |
Krisjanis Rijnieks
|
35593c1612
|
Add MvTexCoordCmd undo command
|
10 years ago |
Krisjanis Rijnieks
|
424a7827c1
|
Add MvAllTexCoordsCmd undo feature
|
10 years ago |
Krisjanis Rijnieks
|
c69ca799b4
|
Add gui mode/state switch undo command
|
10 years ago |
Krisjanis Rijnieks
|
bbd462f551
|
Rename command class names to shorter versions
- Also remove initial undo test code
|
10 years ago |
Krisjanis Rijnieks
|
2f42b0e783
|
Fix crash after RemoveSurfaceCommand undo call
- Surface had to be selected again after putting it back into surfaceManager
|
10 years ago |
Krisjanis Rijnieks
|
ef8d701176
|
Add ofLogNotice on existing command undo calls
|
10 years ago |