70 Commits (5f3ea80088e380bb209d1b27e126ee1067b9a8c9)

Author SHA1 Message Date
Krisjanis Rijnieks 5f3ea80088 Add reboot() for Raspberry Pi on <x> press 8 years ago
Krisjanis Rijnieks 9996554b2f Move surface command executors to Application 8 years ago
Krisjanis Rijnieks a96a8fb8c3 Beautify Application grid methods 8 years ago
Krisjanis Rijnieks 1269e5661e Move AddGridRow.. and ..Column methods to Application 8 years ago
Krisjanis Rijnieks 0896c82e92 Add ofxPiMapper::scaleUp.. and ..Down() 8 years ago
Krisjanis Rijnieks 76cfd74898 Improve Application::eraseSurface() 8 years ago
Krisjanis Rijnieks 687960c537 Add ofxPiMapper::togglePerspective() 8 years ago
Krisjanis Rijnieks b6bbf5526b Add ofxPiMapper::setNextSource() 8 years ago
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 7c90b3ba0f Add ofxPiMapper::eraseSurface(index) 8 years ago
Krisjanis Rijnieks 9e0b302e1f Add ofxPiMapper::createSurface(SurfaceType) 8 years ago
Krisjanis Rijnieks 197145bb33 Add piping down app events into fbo sources instead of registering 9 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 19c47ff611 Rename SetActivePresetCmd to SetPresetCmd 9 years ago
Krisjanis Rijnieks 1a1928259f Rename setActivePreset to setPreset 9 years ago
Krisjanis Rijnieks 900adab1e6 Fix switching to mapping mode instead of presentation 9 years ago
Krisjanis Rijnieks e413e073a8 Remove fullscreen toggle on <f> keypress 9 years ago
Krisjanis Rijnieks 303a8e736b Hide cursor on startup 9 years ago
Krisjanis Rijnieks 36b2d1fe7f Add autosave 9 years ago
Krisjanis Rijnieks 8455ac9a17 Move Application mode switching to methods 9 years ago
Krisjanis Rijnieks 16e2473835 Add Application::setNextPreset on <n> keypress 9 years ago
Krisjanis Rijnieks 1a2070139d Integrate SetActivePresetCmd into Application 9 years ago
Krisjanis Rijnieks dfd9dc8c14 Use only one settings file (ofxpimapper.xml) 9 years ago
Krisjanis Rijnieks 7febe46958 Create presets through SettingsLoader 9 years ago
Krisjanis Rijnieks 5076b39c89 Make SurfaceStack not a singleton 9 years ago
Krisjanis Rijnieks 12f0d8abcf Rename SetApplicationStateCmd to SetApplicationModeCmd 9 years ago
Krisjanis Rijnieks a722ef1b2f Rename application states to modes 9 years ago
Krisjanis Rijnieks b3b5ba13fe Remove SurfaceManagerGui 9 years ago
Krisjanis Rijnieks f3ef6e8134 Clean up after ProjectionEditorWidget move 9 years ago
Krisjanis Rijnieks 43e62ae9a9 Simplify SetApplicationStateCmd, remove SurfaceManagerGui parts 9 years ago
Krisjanis Rijnieks f064ba810c Improve Application::setup(), setup all states 9 years ago
Krisjanis Rijnieks 038758ce33 Fix ScaleWidget not capturing new surface after duplicate 9 years ago
Krisjanis Rijnieks 0d429016f4 Integrate ClearSurfacesCmd into Application 9 years ago
Krisjanis Rijnieks 81885d72df Improve ClearSurfaceCmd with surface deselection 9 years ago
Krisjanis Rijnieks 5f20529efb Add pure virtual `ApplicationBaseState::onGuiEvent` method 9 years ago
Krisjanis Rijnieks 7f67ec6621 Capture GuiEvent in Application 9 years ago
Krisjanis Rijnieks ebf121e1ce Add work in progress `GuiWidgetEvent` 9 years ago
Krisjanis Rijnieks 9b7069a7d7 Change SSH delete shortcut `-` to `\` 9 years ago
Krisjanis Rijnieks 8c723d6746 Add `registerFboSource` overload method with pointer 9 years ago
Krisjanis Rijnieks b3ccb800d7 Do not configure console listener when no SSH connection 9 years ago
Krisjanis Rijnieks a8c51ba6ee Disable terminal listener to see if it solves TAB issue 9 years ago
Krisjanis Rijnieks 2ef49511ca Add switch to mode 3 on mouse click 9 years ago
Krisjanis Rijnieks 88312e8442 Add `-` as replacement for `BACKSPACE` if controlling via SSH 9 years ago
Krisjanis Rijnieks b86dbe272a Add saving to last loaded xml settings file 9 years ago
Krisjanis Rijnieks 9a073b255a Remove gui test event 9 years ago
Krisjanis Rijnieks eda4f8ad1f Handle `backgroundPressedEvent` properly in the `Application` 9 years ago