| .. |
|
AddGridColCmd.cpp
|
Adjust `GridWarpSurface` related commands not to require projection editor
|
10 years ago |
|
AddGridColCmd.h
|
Rename ProjectionEditor to ProjectionEditorWidget
|
9 years ago |
|
AddGridRowCmd.cpp
|
Adjust `GridWarpSurface` related commands not to require projection editor
|
10 years ago |
|
AddGridRowCmd.h
|
Rename ProjectionEditor to ProjectionEditorWidget
|
9 years ago |
|
AddSurfaceCmd.cpp
|
Move all essential application parts to `Application` class
|
10 years ago |
|
AddSurfaceCmd.h
|
Move all essential application parts to `Application` class
|
10 years ago |
|
BaseCmd.h
|
Change src code style using ofStyler
|
10 years ago |
|
ClearSurfacesCmd.cpp
|
Make SurfaceStack not a singleton
|
9 years ago |
|
ClearSurfacesCmd.h
|
Improve ClearSurfaceCmd with surface deselection
|
9 years ago |
|
CmdManager.cpp
|
Change src code style using ofStyler
|
10 years ago |
|
CmdManager.h
|
Remove `std::` prefix everywhere in `src`
|
10 years ago |
|
DeselectSurfaceCmd.cpp
|
Add `DeselectSurfaceCmd` files
|
10 years ago |
|
DeselectSurfaceCmd.h
|
Add `DeselectSurfaceCmd` files
|
10 years ago |
|
DeselectTexCoordCmd.cpp
|
First step towards transforming TextureEditor into widget
|
9 years ago |
|
DeselectTexCoordCmd.h
|
First step towards transforming TextureEditor into widget
|
9 years ago |
|
DuplicateSurfaceCmd.cpp
|
Clean up, rm `duplicateSurface` method from `CommandManager`
|
10 years ago |
|
DuplicateSurfaceCmd.h
|
Finalize `DuplicateSurfaceCmd`
|
10 years ago |
|
MvAllTexCoordsCmd.cpp
|
First step towards transforming TextureEditor into widget
|
9 years ago |
|
MvAllTexCoordsCmd.h
|
First step towards transforming TextureEditor into widget
|
9 years ago |
|
MvLayerDnCmd.cpp
|
Make SurfaceStack not a singleton
|
9 years ago |
|
MvLayerDnCmd.h
|
Make SurfaceStack not a singleton
|
9 years ago |
|
MvLayerUpCmd.cpp
|
Make SurfaceStack not a singleton
|
9 years ago |
|
MvLayerUpCmd.h
|
Make SurfaceStack not a singleton
|
9 years ago |
|
MvSelectionCmd.cpp
|
Add `MvSelectionCmd`
|
10 years ago |
|
MvSelectionCmd.h
|
Add `MvSelectionCmd`
|
10 years ago |
|
MvSurfaceVertCmd.cpp
|
Remove `projectionEditor` arg from `MvSurfaceVertCmd`
|
10 years ago |
|
MvSurfaceVertCmd.h
|
Rename ProjectionEditor to ProjectionEditorWidget
|
9 years ago |
|
MvTexCoordCmd.cpp
|
First step towards transforming TextureEditor into widget
|
9 years ago |
|
MvTexCoordCmd.h
|
First step towards transforming TextureEditor into widget
|
9 years ago |
|
RmGridColCmd.cpp
|
Allow grid warp source with one row or column
|
10 years ago |
|
RmGridColCmd.h
|
Rename ProjectionEditor to ProjectionEditorWidget
|
9 years ago |
|
RmGridRowCmd.cpp
|
Allow grid warp source with one row or column
|
10 years ago |
|
RmGridRowCmd.h
|
Rename ProjectionEditor to ProjectionEditorWidget
|
9 years ago |
|
RmSurfaceCmd.cpp
|
Move all essential application parts to `Application` class
|
10 years ago |
|
RmSurfaceCmd.h
|
Move all essential application parts to `Application` class
|
10 years ago |
|
ScaleSurfaceFromToCmd.cpp
|
Add ScaleSurfaceFromToCmd and integrate it
|
9 years ago |
|
ScaleSurfaceFromToCmd.h
|
Add ScaleSurfaceFromToCmd and integrate it
|
9 years ago |
|
SelNextSurfaceCmd.cpp
|
Fix ScaleWidget not capturing new surface after duplicate
|
9 years ago |
|
SelNextSurfaceCmd.h
|
Adjust surface selection commands to work well with the ScaleWidget
|
9 years ago |
|
SelNextTexCoordCmd.cpp
|
First step towards transforming TextureEditor into widget
|
9 years ago |
|
SelNextTexCoordCmd.h
|
First step towards transforming TextureEditor into widget
|
9 years ago |
|
SelNextVertexCmd.cpp
|
Use `CommandManager` select vertex methods in `SelNextVertexCmd`
|
10 years ago |
|
SelNextVertexCmd.h
|
Use `CommandManager` select vertex methods in `SelNextVertexCmd`
|
10 years ago |
|
SelPrevSurfaceCmd.cpp
|
Fix ScaleWidget not capturing new surface after duplicate
|
9 years ago |
|
SelPrevSurfaceCmd.h
|
Adjust surface selection commands to work well with the ScaleWidget
|
9 years ago |
|
SelPrevTexCoordCmd.cpp
|
First step towards transforming TextureEditor into widget
|
9 years ago |
|
SelPrevTexCoordCmd.h
|
First step towards transforming TextureEditor into widget
|
9 years ago |
|
SelPrevVertexCmd.cpp
|
Use `CommandManager` select vertex methods in `SelPrevVertexCmd`
|
10 years ago |
|
SelPrevVertexCmd.h
|
Use `CommandManager` select vertex methods in `SelPrevVertexCmd`
|
10 years ago |
|
SelSurfaceCmd.cpp
|
Fix ScaleWidget not capturing new surface after duplicate
|
9 years ago |
|
SelSurfaceCmd.h
|
Adjust surface selection commands to work well with the ScaleWidget
|
9 years ago |
|
SelVertexCmd.cpp
|
Add `SelVertexCmd` files
|
10 years ago |
|
SelVertexCmd.h
|
Add `SelVertexCmd` files
|
10 years ago |
|
SetActivePresetCmd.cpp
|
Add SetActivePresetCmd
|
9 years ago |
|
SetActivePresetCmd.h
|
Add SetActivePresetCmd
|
9 years ago |
|
SetApplicationModeCmd.cpp
|
Improve readability of the code
|
9 years ago |
|
SetApplicationModeCmd.h
|
Improve readability of the code
|
9 years ago |
|
SetNextSourceCmd.cpp
|
Rename SourcesEditor to SourcesEditorWidget
|
9 years ago |
|
SetNextSourceCmd.h
|
Rename SourcesEditor to SourcesEditorWidget
|
9 years ago |
|
SetSourceCmd.cpp
|
Rename SourcesEditor to SourcesEditorWidget
|
9 years ago |
|
SetSourceCmd.h
|
Rename SourcesEditor to SourcesEditorWidget
|
9 years ago |
|
SetTexMapDrawModeCmd.cpp
|
Rename application states to modes
|
9 years ago |
|
SetTexMapDrawModeCmd.h
|
Rename application states to modes
|
9 years ago |
|
StartDragSurfaceCmd.cpp
|
Rename `MvSurfaceCmd` to `StartDragSurfaceCmd`
|
10 years ago |
|
StartDragSurfaceCmd.h
|
Rename `MvSurfaceCmd` to `StartDragSurfaceCmd`
|
10 years ago |
|
ToggleAnimatedSourceCmd.cpp
|
Add `ToggleAnimatedSourceCmd` for toggling video source pause
|
10 years ago |
|
ToggleAnimatedSourceCmd.h
|
Add `ToggleAnimatedSourceCmd` for toggling video source pause
|
10 years ago |
|
TogglePerspectiveCmd.cpp
|
Add `TogglePerspectiveCmd`
|
10 years ago |
|
TogglePerspectiveCmd.h
|
Rename SourcesEditor to SourcesEditorWidget
|
9 years ago |
|
TranslateCanvasCmd.cpp
|
Add TranslateCanvasCmd
|
9 years ago |
|
TranslateCanvasCmd.h
|
Add TranslateCanvasCmd
|
9 years ago |