Krisjanis Rijnieks
9558a0426e
Fix disable source selector toggles. It appears that in openFrameworks version 0.8.2
and up there has been a change in ofxGui addon - when adding gui elements to ofgGuiGroup
the unregisterMouseEvent() method of each element is called thus disabling it.
11 years ago
Krisjanis Rijnieks
e180547545
Add constrain to quad feature to quad surface tex coord selection
11 years ago
Krisjanis Rijnieks
6d2e077364
Change ofx addon thumbnail
11 years ago
Krisjanis Rijnieks
fbc248e776
Add ofx addons thumbnail
11 years ago
Krisjanis Rijnieks
db425d2afd
Fix logo
11 years ago
Krisjanis Rijnieks
7d41a83927
Add logo credits
11 years ago
Krisjanis Rijnieks
e23b014397
Add logo to readme header
11 years ago
Krisjanis Rijnieks
13d21cd213
Update readme
- Add development notes
- Add next release info
- Replace and add dependencies
11 years ago
Krisjanis Rijnieks
dcdf5a8bf6
Merge pull request #12 from aspeteRakete/develop
Add namespaces,
Do refactoring Google style
11 years ago
Felix Dubrownik
6d44d1cae7
ran clang Format with google code Style
11 years ago
Felix Dubrownik
66283175f1
Refactoring: Renaming Classes, introducing namespace
11 years ago
Felix Dubrownik
4605d05756
Renamed RadioList
11 years ago
Felix Dubrownik
921b2e20da
Renamed the files
11 years ago
Krisjanis Rijnieks
41b261e971
Merge branch 'fix-replace-ofxUI' into develop
11 years ago
Krisjanis Rijnieks
39c5be41e0
Position image source selector
11 years ago
Krisjanis Rijnieks
ef5ac3da52
Fix there is no need for a guiGroup label item as it has a header already
11 years ago
Krisjanis Rijnieks
2d3d730821
Fix link to A successgul Git branching model article
11 years ago
Krisjanis Rijnieks
f32fd852d9
Replace ofxUI dependency with ofxGui
11 years ago
Krisjanis Rijnieks
c12a1c110e
Not showing source list if there is no surface selected
11 years ago
Krisjanis Rijnieks
88d3b51bdf
Fix ofxSourcesEditor to work with ofxRadioList
11 years ago
Krisjanis Rijnieks
e040ea7d36
Fix ofxRadioList to work with ofxSourcesEditor
Add getItemName method
Add enable and disable methods
Add storedLabels and storedTitle variables for recreating toggles on enable
Add clear method
11 years ago
Krisjanis Rijnieks
55cc4cfac6
Add getTitle() method to ofxRadioList
11 years ago
Krisjanis Rijnieks
022d31de5d
Add ofxGuiGroup as the container for toggles
Add event that notifies its listeners about selected radio button/toggle
11 years ago
Krisjanis Rijnieks
d4b17dc092
Add ofxRadioList base code
11 years ago
Krisjanis Rijnieks
5e330436ea
Merge branch 'aspeteRakete-develop' into develop
11 years ago
Felix Dubrownik
5e2d481d9a
bugfix: mesh doesn't recalculate when moved
11 years ago
Krisjanis Rijnieks
f90c8c0597
Merge branch 'aspeteRakete-feature-perspectiveWarping' into develop
11 years ago
Felix Dubrownik
a79cbc0d94
only recalculate on setVertex and SetTexCoord
11 years ago
Felix Dubrownik
0ce892ae2e
implemented perspective Warping openGL ES fixed funtction pipeline.
11 years ago
Krisjanis Rijnieks
597566243c
Merge branch 'release-0.1.4' into develop
11 years ago
Krisjanis Rijnieks
ea2404d023
Merge branch 'release-0.1.4'
11 years ago
Krisjanis Rijnieks
4a99b7d29e
Add version info
11 years ago
Krisjanis Rijnieks
50e757a225
Replace main example with the fboTexture one
11 years ago
Krisjanis Rijnieks
e9767485a7
Add development and shortcut info to README
11 years ago
Krisjanis Rijnieks
e307d6c62a
Fix crash when removing surface after releasing mouse outside window
11 years ago
Krisjanis Rijnieks
c362ba39a7
Merge pull request #2 from sebllll/QuadSurface
Add quad surface support
11 years ago
sebl
6099c436bf
edit ofxSurfaceManager.cpp
new file: src/ofxQuadSurface.cpp
new file: src/ofxQuadSurface.h
src/ofxQuadSurface.cpp
11 years ago
sebl
b674303dc4
modified: example-fboTexture/bin/data/defaultSurfaces.xml
modified: example-fboTexture/src/ofApp.cpp
modified: example-fboTexture/src/ofApp.h
modified: src/ofxProjectionEditor.h
modified: src/ofxSurfaceManager.cpp
modified: src/ofxSurfaceManager.h
modified: src/ofxSurfaceType.h
modified: src/ofxTextureEditor.cpp
src/ofxQuadSurface.cpp
src/ofxQuadSurface.h
11 years ago
Krisjanis Rijnieks
8720d957b4
Update README
11 years ago
Krisjanis Rijnieks
ef7d9c6336
Update README
11 years ago
Krisjanis Rijnieks
79da8e4aca
Update README
11 years ago
Krisjanis Rijnieks
f7df8734d6
Add remove surface method to both examples, press backspace and delete selected surface
11 years ago
Krisjanis Rijnieks
b856d8c521
Add FBO texture example
11 years ago
Krisjanis Rijnieks
1afc57eb7b
Add defaultSurfaces.xml to avoid saved surface.xml conflicts when pulling new versions later
11 years ago
Krisjanis Rijnieks
cbac99cbdf
Add snapping to projection surface editor
11 years ago
Krisjanis Rijnieks
2596c9c1b6
Update README and instructions in example
11 years ago
Krisjanis Rijnieks
6260e485f1
Add move surfaces and joints with arrow keys
11 years ago
Krisjanis Rijnieks
193bb8764a
Add hide cursor on start and show on edit modes
11 years ago
Krisjanis Rijnieks
db50dc6404
Add select joints on click
11 years ago
Krisjanis Rijnieks
3ec804f39b
Remove joint fill color
11 years ago