663 Commits (46cd88d33f5e45aec0ac3864ff6d221c04f12ade)

Author SHA1 Message Date
Krisjanis Rijnieks 0f290febc4 Integrate `SelPrevTexCoordCmd` into `Application` 9 years ago
Krisjanis Rijnieks 3982e73639 Add `SelPrevTexCoordCmd` 9 years ago
Krisjanis Rijnieks e7c4394fff Integrate `DeselectTexCoordCmd` into `Application` 9 years ago
Krisjanis Rijnieks 3774225417 Add `DeselectTexCoordCmd` 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 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 a25f15cc4f Fix perspective warping on fullscreen toggle, close #45 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 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` 9 years ago
Krisjanis Rijnieks 94d76d786e Rename `MvSurfaceCmd` to `StartDragSurfaceCmd` 9 years ago
Krisjanis Rijnieks 5dc8c9dc36 Integrate projection mapping gui surface and joint events 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` 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` 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
Krisjanis Rijnieks 5c88156b46 Add `TerminalListener` from github.com/jvcleave 9 years ago
Krisjanis Rijnieks 92df6bef84 Use `GuiEventType` in `Application` and `Gui` 9 years ago
Krisjanis Rijnieks b1d953f2df Add `GuiEventType` 9 years ago
Krisjanis Rijnieks c9a2d066da Create a test case with `GuiEvent` in `Application` 9 years ago
Krisjanis Rijnieks 2e1fae811e Add new `Gui` system files for first test 9 years ago
Krisjanis Rijnieks e3fd194d6b Handle `surfaceUnselectedEvent` in `SurfaceManagerGui` 9 years ago
Krisjanis Rijnieks ede1f4fd18 Add `surfaceUnselectedevent to `SurfaceManager` 9 years ago
Krisjanis Rijnieks db85e1e285 Make use of `DeselectSurfaceCmd` in `SurfaceManagerGui` 9 years ago
Krisjanis Rijnieks 969d0396e8 Add `DeselectSurfaceCmd` files 9 years ago
Krisjanis Rijnieks 7511e8300a Use `SelVertexCmd` and fix `onVertexChanged` in `SurfaceManagerGui` 9 years ago
Krisjanis Rijnieks 14aa1aedfe Add `selectVertex` to `SurfaceManager` 9 years ago
Krisjanis Rijnieks 322d775b94 Remove `ProjectionEditor::moveSelection` as `SurfaceManager` now takes care of it 9 years ago
Krisjanis Rijnieks ce3db3247e Add `SelVertexCmd` files 9 years ago
Krisjanis Rijnieks 9b934ba2a7 Change vertex changed event to contain index of the vertex 9 years ago
Krisjanis Rijnieks e08425e89f Rebuild joints on vertex change 9 years ago
Krisjanis Rijnieks 0a3c6ff8a2 Move vertex on `moveSelectionBy` 9 years ago
Krisjanis Rijnieks 9f2d9fde1c Remove key listeners from `UserInterface` because they should be in `Application` 9 years ago
Krisjanis Rijnieks 07232410b5 Exec `MvSelectionCmd` on arrow keypresses 9 years ago