54 Commits (f78f6045683d131b268146be9fb3dd78cb689f18)

Author SHA1 Message Date
Krisjanis Rijnieks e7fb328313 Move SourcesEditorWidget to Gui/Widgets 9 years ago
Krisjanis Rijnieks 3644c25f95 Rename SourcesEditor to SourcesEditorWidget 9 years ago
Krisjanis Rijnieks 5c37c56ecb Rename ProjectionEditor to ProjectionEditorWidget 9 years ago
Krisjanis Rijnieks 324b2378cf First step towards transforming TextureEditor into widget 9 years ago
Krisjanis Rijnieks d603d332d3 Remove deconstructors from ProjectionEditor and TextureEditor 9 years ago
Krisjanis Rijnieks f60e83a1b5 Remove useless SourcesEditor code 9 years ago
Krisjanis Rijnieks a0050722d3 Clean SourceEditor from old comments and whitespace 9 years ago
Krisjanis Rijnieks 44c29daf37 Do not create MediaServer in SourcesEditor contructor 9 years ago
Krisjanis Rijnieks e947c13525 Remove alternative constructor for SourcesEditor 9 years ago
Krisjanis Rijnieks 5ded9fa70d Remove SourcesEditor::register/unregisterAppEvents() 9 years ago
Krisjanis Rijnieks f064ba810c Improve Application::setup(), setup all states 9 years ago
Krisjanis Rijnieks 6cd213a1a4 Clean up ProjectionEditor from old comments 9 years ago
Krisjanis Rijnieks d5a1249b20 Remove ProjectionEditor::register/unregisterMouseEvents() 9 years ago
Krisjanis Rijnieks 782717215d Call ProjectionEditor::update() from ProjectionMappingState 9 years ago
Krisjanis Rijnieks d0164813be Remove keyPressed() and keyReleased() from TextureEditor 9 years ago
Krisjanis Rijnieks 3b202bd270 Remove TextureEditor::enable() disable() etc... 9 years ago
Krisjanis Rijnieks 5df8202ad6 Make TextureEditingState responsible for TextureEditor key events 9 years ago
Krisjanis Rijnieks c8ef25857d Remove TextureEditor::register and unregisterAppEvents() 9 years ago
Krisjanis Rijnieks 027e763c61 Call TextureEditor::update() from TextureMappingState 9 years ago
Krisjanis Rijnieks 6564107b8e Clean up BaseJoint 9 years ago
Krisjanis Rijnieks fa71960821 Fix not being able to drag vertices in projection mapping mode 9 years ago
Krisjanis Rijnieks fe7933d1b4 Add texture translate working with crop smooth 9 years ago
Krisjanis Rijnieks 3a2ba3a2aa Enable alpha blending before drawing `CircleJoint` 9 years ago
Krisjanis Rijnieks 4c63db5ef0 Clean up unused variables in `TextureEditor` 9 years ago
Krisjanis Rijnieks ee661baf01 Add virtual function ret value in `BaseJoint` 9 years ago
Krisjanis Rijnieks 9947c8b58d Remove key event listeners from `ProjectionEditor` 9 years ago
Krisjanis Rijnieks cde083607e Clean up `ProjectionEditor` a bit 9 years ago
Krisjanis Rijnieks cef6c1a889 Add `getMediaServer()` to `SourcesEditor` 9 years ago
Krisjanis Rijnieks 166ea510cd Integrate `SelNextTexCoordCmd` into appliction 9 years ago
Krisjanis Rijnieks 322d775b94 Remove `ProjectionEditor::moveSelection` as `SurfaceManager` now takes care of it 9 years ago
Krisjanis Rijnieks 9f2d9fde1c Remove key listeners from `UserInterface` because they should be in `Application` 9 years ago
Krisjanis Rijnieks 7ae93c16bd Disable `ProjectionEditor::moveSurface` 9 years ago
Krisjanis Rijnieks feb2f7442b Implement `moveTexCoords` for `GridWarpSurface` textures 9 years ago
Krisjanis Rijnieks 88870ffe00 Add texture crop functionality to `GridWarpSurface` 9 years ago
Krisjanis Rijnieks 7bbeb572ea Add texture editing joints depending on surface type 9 years ago
Krisjanis Rijnieks 55a64fddfe Comment out remove listeners methods in deconstr 10 years ago
Krisjanis Rijnieks 0fbfe7174b Remove `std::` prefix everywhere in `src` 10 years ago
Krisjanis Rijnieks f160fbd232 Replace `NULL` with `0` everywhere 10 years ago
Krisjanis Rijnieks ec3a60b742 Fix deprecations for oF v0.9.0 in src 10 years ago
Krisjanis Rijnieks 95b366ada5 Change src code style using ofStyler 10 years ago
Krisjanis Rijnieks ed7d0fab02 Refactor RadioList to comply with oF code style 10 years ago
Krisjanis Rijnieks 25770a92a2 Fix source selection for oF v0.9.0 and above, close #34 10 years ago
Krisjanis Rijnieks 59da45360a Reset color to white before drawing joints 10 years ago
Krisjanis Rijnieks 20904a8abf Remove ofLogNotice when no source selected 10 years ago
Krisjanis Rijnieks 05edf64d04 Fix another getSelectedSurface() relatedbug that caused crash 10 years ago
Krisjanis Rijnieks 7e7aa93226 Add SelSourceCmd select source undoable command 10 years ago
Krisjanis Rijnieks 35593c1612 Add MvTexCoordCmd undo command 10 years ago
Krisjanis Rijnieks ef8d701176 Add ofLogNotice on existing command undo calls 10 years ago
Krisjanis Rijnieks ce6588d296 Add undo operation with MoveSurfaceVertexCommand 10 years ago
Krisjanis Rijnieks 8a920b087e Fix [issue 24] fbo source not highlighted as active in sources editor when the selected surface has it assigned 11 years ago