87 Commits (7cdf8b6190f8840cc833fb339787c208d25da807)

Author SHA1 Message Date
Krisjanis Rijnieks 9b7069a7d7 Change SSH delete shortcut `-` to `\` 9 years ago
Krisjanis Rijnieks 4344bd3f6b Make `ScaleSurface*` steps bigger 9 years ago
Krisjanis Rijnieks 8ddfe2b243 Add shortcuts for `ScaleSurface*` commands 9 years ago
Krisjanis Rijnieks 020617876d Add label to the layer panel 9 years ago
Krisjanis Rijnieks 89294005f2 Fix layer panel positioning 9 years ago
Krisjanis Rijnieks a1f4363403 Implement `MvLayerUpCmd` and `MvLayerDnCmd` into `ProectionMappingState` 9 years ago
Krisjanis Rijnieks 8d979caf4b Add simple layer panel to `ProjectionMappingState::draw()` 9 years ago
Krisjanis Rijnieks 8c723d6746 Add `registerFboSource` overload method with pointer 9 years ago
Krisjanis Rijnieks df7f97aee8 Fix crash on space press when no surface selected in texture editing mode 9 years ago
Krisjanis Rijnieks f392cab199 Fix crash on space press when no surface selected in projection mapping mode 9 years ago
Krisjanis Rijnieks 2a8a7c0fbc Replace deselect on SPACE with toggle pause 9 years ago
Krisjanis Rijnieks 555d0619f7 Add deselect tex coord joints on background click 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 9c4f2a5eff Fix having no last loaded filename for surfaces if no xml file found 9 years ago
Krisjanis Rijnieks 88312e8442 Add `-` as replacement for `BACKSPACE` if controlling via SSH 9 years ago
Krisjanis Rijnieks 757ff2e450 Fix reading grid surfaces as quad if only four vertices 9 years ago
Krisjanis Rijnieks ce772c210e Indegrate `DuplicateSurfaceCmd` into `Application` 9 years ago
Krisjanis Rijnieks 9a15e57b3b Select first surface when hitting tab and none is selected in texture edit mode 9 years ago
Krisjanis Rijnieks de774a5c0e Fix crashing when hitting tab in texture edit mode 9 years ago
Krisjanis Rijnieks cf60a372df Select first surface when hitting tab in projection mapping mode if no surface selected 9 years ago
Krisjanis Rijnieks 83e7865130 Fix crashing when hitting tab on no surface selected 9 years ago
Krisjanis Rijnieks 19bbb3a06c Integrate `SetNextSourceCmd` into `Application` 9 years ago
Krisjanis Rijnieks 0f290febc4 Integrate `SelPrevTexCoordCmd` into `Application` 9 years ago
Krisjanis Rijnieks e7c4394fff Integrate `DeselectTexCoordCmd` into `Application` 9 years ago
Krisjanis Rijnieks 166ea510cd Integrate `SelNextTexCoordCmd` into appliction 9 years ago
Krisjanis Rijnieks 0f35e210fc Allow grid warp source with one row or column 9 years ago
Krisjanis Rijnieks aee04f4401 Deselect surface on space key press 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 9a073b255a Remove gui test event 9 years ago
Krisjanis Rijnieks eda4f8ad1f Handle `backgroundPressedEvent` properly in the `Application` 9 years ago
Krisjanis Rijnieks 8bec40d8db Add `backgroundPressedEvent` 9 years ago
Krisjanis Rijnieks 57164d85c3 Exec `StartDragSurfaceCmd` on surfacePressed event 9 years ago
Krisjanis Rijnieks 5dc8c9dc36 Integrate projection mapping gui surface and joint events 9 years ago
Krisjanis Rijnieks 61453d29ea Add notify joint and surface mouse events 9 years ago
Krisjanis Rijnieks f7b1d74c2b Add `/` key as an alternative to shift key 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` 10 years ago
Krisjanis Rijnieks 4ceb87f014 Add `TerminalListener` to `Application` 10 years ago
Krisjanis Rijnieks 92df6bef84 Use `GuiEventType` in `Application` and `Gui` 10 years ago
Krisjanis Rijnieks b1d953f2df Add `GuiEventType` 10 years ago
Krisjanis Rijnieks c9a2d066da Create a test case with `GuiEvent` in `Application` 10 years ago
Krisjanis Rijnieks 2e1fae811e Add new `Gui` system files for first test 10 years ago
Krisjanis Rijnieks 07232410b5 Exec `MvSelectionCmd` on arrow keypresses 10 years ago
Krisjanis Rijnieks 2cf81a1eac Add shift key handling in `Application` 10 years ago
Krisjanis Rijnieks 051e2a4450 Use `SelNext...` and `SelPrevVertex` commands on `>` and `<` keypress 10 years ago
Krisjanis Rijnieks a01605702f Integrate `SelNextSurfaceCmd` and `SelPrevSurfaceCmd` into `Application` 10 years ago
Krisjanis Rijnieks 24d912bcf6 Fix `Aplication` code to match new `SelSurfaceCmd` interface 10 years ago