Krisjanis Rijnieks
c91ad37b05
Add `getSourcesEditor()` method to `SurfaceManagerGui`
9 years ago
Krisjanis Rijnieks
cef6c1a889
Add `getMediaServer()` to `SourcesEditor`
9 years ago
Krisjanis Rijnieks
dfc621e04f
Add `SetNextSourceCmd`
9 years ago
Krisjanis Rijnieks
c03a0508d0
Fix example-camera xcodeproj
9 years ago
Krisjanis Rijnieks
effb63e27d
Add `SelPrevTexCoordCmd` to xcodeproj
9 years ago
Krisjanis Rijnieks
0f290febc4
Integrate `SelPrevTexCoordCmd` into `Application`
9 years ago
Krisjanis Rijnieks
3982e73639
Add `SelPrevTexCoordCmd`
9 years ago
Krisjanis Rijnieks
c46e0ab416
Add `DeselectTexCoordCmd` to xcodeproj
9 years ago
Krisjanis Rijnieks
e7c4394fff
Integrate `DeselectTexCoordCmd` into `Application`
9 years ago
Krisjanis Rijnieks
3774225417
Add `DeselectTexCoordCmd`
9 years ago
Krisjanis Rijnieks
5b6112b358
Add `SelNextTexCoord` files to xcodeproj
9 years ago
Krisjanis Rijnieks
166ea510cd
Integrate `SelNextTexCoordCmd` into appliction
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
5617f2a1ce
Update readme with new keys
9 years ago
Krisjanis Rijnieks
aee04f4401
Deselect surface on space key press
9 years ago
Krisjanis Rijnieks
fd734328c7
Move all surfaces with the keyboard arrows if no surface selected
9 years ago
Krisjanis Rijnieks
4e0765719e
Remove oldscool todos
9 years ago
Krisjanis Rijnieks
b86dbe272a
Add saving to last loaded xml settings file
9 years ago
Krisjanis Rijnieks
dc74ba6718
Add `Settings` to xcodeproj
9 years ago
Krisjanis Rijnieks
da594ca141
Update example to use `Settings` singleton
Add different way of entering fullscreen. Store -f in Settings and use `ofSetFullscreen()` during `ofApp::setup()`
9 years ago
Krisjanis Rijnieks
a196661d76
Add `Settings` singleton
9 years ago
Krisjanis Rijnieks
a25f15cc4f
Fix perspective warping on fullscreen toggle, close #45
9 years ago
Krisjanis Rijnieks
f1a3f3663b
Update readme with tip to use releases
9 years ago
Krisjanis Rijnieks
9a073b255a
Remove gui test event
9 years ago
Krisjanis Rijnieks
60488bc219
Refactor `SurfaceManagerGui` texture editor onMousePressed routine
9 years ago
Krisjanis Rijnieks
48d21894be
Fix `example-camera` xcodeproj
9 years ago
Krisjanis Rijnieks
eda4f8ad1f
Handle `backgroundPressedEvent` properly in the `Application`
9 years ago
Krisjanis Rijnieks
5eef8ef8e5
Notify `backgroundPressedEvent` instead of deselect cmd
9 years ago
Krisjanis Rijnieks
8bec40d8db
Add `backgroundPressedEvent`
9 years ago
Krisjanis Rijnieks
57164d85c3
Exec `StartDragSurfaceCmd` on surfacePressed event
9 years ago
Krisjanis Rijnieks
7430c64655
Optimize `SurfaceManagerGui`
Replace the initiation of `StartDragSurfaceCmd` with an emited event that is being handled elsewhere
9 years ago
Krisjanis Rijnieks
16350e881a
Update example xcodeproj
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
ce5418ebd9
Add Intel Compute Stick
9 years ago
Krisjanis Rijnieks
5dc8c9dc36
Integrate projection mapping gui surface and joint events
Now the mouse pressed events from surfaces and joints in projection mapping mode are generating commands in the application layer
9 years ago
Krisjanis Rijnieks
f2d37f88ab
Remove `projectionEditor` arg from `MvSurfaceVertCmd`
9 years ago
Krisjanis Rijnieks
3b23e9e6aa
Add notify events to projection mapping mode mouse pressed evnts
9 years ago
Krisjanis Rijnieks
61453d29ea
Add notify joint and surface mouse events
9 years ago
Krisjanis Rijnieks
e4a955f3fa
Add todos to `SurfaceManagerGui`
As the first step for improving the GUI vs system separation
9 years ago
Krisjanis Rijnieks
7259563f01
Add infos about SSH remote control
9 years ago
Krisjanis Rijnieks
f7b1d74c2b
Add `/` key as an alternative to shift key
Because the terminal listener is not able to detect shift keys. `/` works like a toggle - press once to simulate shift-down, press again to simulate shift-up.
9 years ago
Krisjanis Rijnieks
a856c7421b
Optimize terminal listener A, B, C, D checks with a switch statement
9 years ago
Krisjanis Rijnieks
92e4d55c56
Add A, B, C, D checks to `Application::onCharacterReceived`
9 years ago
Krisjanis Rijnieks
f46124bfba
Update default surfaces of the example
9 years ago
Krisjanis Rijnieks
9fbef1ef40
Add `TerminalListener` to camera example xcodeproj
9 years ago
Krisjanis Rijnieks
40f5b32bf3
Minor improvements for `TerminalListener`
9 years ago
Krisjanis Rijnieks
4ceb87f014
Add `TerminalListener` to `Application`
9 years ago
Krisjanis Rijnieks
e2046ed1aa
Add namespace to `TerminalListener`
9 years ago