Krisjanis Rijnieks
26326733cc
Make it work with openFrameworks master branch
8 years ago
Krisjanis Rijnieks
03b06f108a
Improve ScaleWidget mouse dragged fix
The problem was in ofxPiMapper class where mousePressed(x, y, button) was transformed into
onMousePressed(ofMouseEventArgs & args) version. The event type was missing. Added now.
8 years ago
Krisjanis Rijnieks
25555be25c
Fix ScaleWidget
The issue was and still is that the ofMouseEventArgs::type is not set correctly in
openFrameworks.
8 years ago
Krisjanis Rijnieks
1e860fe95a
Fix crash caused by ScaleWidget::onMousePressed
Adding check if surface is selected.
9 years ago
Krisjanis Rijnieks
d142606975
Fix crash because of ScaleWidget::update() on undo
9 years ago
Krisjanis Rijnieks
038758ce33
Fix ScaleWidget not capturing new surface after duplicate
9 years ago
Krisjanis Rijnieks
b90e90bd9e
Improve ScaleWidget visual appearance
..by adding a little square where the center of the selected surface is.
9 years ago
Krisjanis Rijnieks
7749a6bfb8
Improve folder structure
9 years ago
Krisjanis Rijnieks
0e0d7a98d5
Fix ScaleWidget not moving when surface moved
9 years ago
Krisjanis Rijnieks
364ceaa4b3
Finalize adding ScaleWidget
9 years ago
Krisjanis Rijnieks
ac32484445
Add ScaleSurfaceFromToCmd and integrate it
9 years ago
Krisjanis Rijnieks
25a3689ece
ScaleWidget now reacts to scaling invoked through key shortcuts
9 years ago
Krisjanis Rijnieks
b29a575bf9
Add decent ScaleWidget functionality
9 years ago
Krisjanis Rijnieks
8ad0a307e4
Add primitive and buggy ScaleWidget functionality
9 years ago
Krisjanis Rijnieks
5f20529efb
Add pure virtual `ApplicationBaseState::onGuiEvent` method
9 years ago
Krisjanis Rijnieks
1e7e65ef64
Got ScaleWidget events captured by Gui
9 years ago
Krisjanis Rijnieks
ebf121e1ce
Add work in progress `GuiWidgetEvent`
9 years ago
Krisjanis Rijnieks
4ce763c555
Add `ScaleWidget` based on `GuiBaseWidget`
9 years ago