Krisjanis Rijnieks
bad65ff3f7
Add mkv support
7 years ago
Krisjanis Rijnieks
7c5c60d7a4
Make sure the cursor is hidden when not drawing GUI
7 years ago
Krisjanis Rijnieks
ab595fd42a
Add loading and saving video loop state
7 years ago
Krisjanis Rijnieks
67de16ab91
Attempt to fix video loop problems on RPi
7 years ago
Krisjanis Rijnieks
cd356afd4a
Add listener to handle VideoSource update on RPi
7 years ago
Krisjanis Rijnieks
acf637a679
Attempt to fix VideoSource pause on RPi
7 years ago
Krisjanis Rijnieks
26d0ffc847
Fix typo in VideoSource
7 years ago
Krisjanis Rijnieks
5fb0cfc702
Add VideoSource::update() function declaration
7 years ago
Krisjanis Rijnieks
5a65f6f420
Attempt to fix VideoSource looping on RPi
7 years ago
Krisjanis Rijnieks
b6fbf63ddd
Add setDrawGui(bool) option
7 years ago
Krisjanis Rijnieks
c6487b25be
Add loop option to setVideoSource
7 years ago
Krisjanis Rijnieks
06545df724
Add ofxPiMapper::setImageSource()
Also fix ofxPiMapper::setVideoSource() to stop only video sources and not crash.
7 years ago
Krisjanis Rijnieks
0ef4e1f8b5
Add ofxPiMapper::setVideoSource(fileName)
7 years ago
Krisjanis Rijnieks
ca47482cb1
Add VideoSource::stop()
7 years ago
Krisjanis Rijnieks
05d8966917
Add omp::getSelectedVertex()
7 years ago
Krisjanis Rijnieks
8b09ec24cc
Avoid using ofMesh::haveVertsChanged() since it is protected in the current oF master
7 years ago
Krisjanis Rijnieks
695b8aa8c5
Another whitespace fix
7 years ago
Krisjanis Rijnieks
79b6ec8a7e
Rename example to example_fbo-sources and move magSlideShowSource there
7 years ago
Krisjanis Rijnieks
7bbf58d384
Remove paramPtr unused variable from RadioList
8 years ago
Krisjanis Rijnieks
1800eba9e5
Remove unused variable key from TextureMappingMode
8 years ago
Krisjanis Rijnieks
be4d830c54
Remove unused variables from TextureEditorWidget
8 years ago
Krisjanis Rijnieks
cd95c14b80
Remove unused variable boxAspect from ScaleWidget
8 years ago
Krisjanis Rijnieks
211992c265
Add ofxPiMapper::toggleShift method
8 years ago
Krisjanis Rijnieks
cb1947d145
Add ofxPiMapper::toggleLayerPanel
8 years ago
Krisjanis Rijnieks
3b63753ad1
Add wrappers for Application::addGrid col and row methods
8 years ago
Theodoros Papatheodorou
f38f8b7449
set all sources associated with presets to display=false when loaded vial xml
8 years ago
Theodoros Papatheodorou
7099fee8f5
fixed minor bugs here and there and made sure media server sets displayed flag to false once source is unloaded
8 years ago
Theodoros Papatheodorou
df78944c12
made default state of display equal to true so that preview of source is possible
8 years ago
Theodoros Papatheodorou
5531170862
added ability not to update/draw fbo sources when they are not actively displayed
8 years ago
Krisjanis Rijnieks
ef6ced6701
Fix GridWarpSurface non-void functions returning void
8 years ago
Krisjanis Rijnieks
8cf585fb7b
Fix SettingsLoader::save returning void
8 years ago
Krisjanis Rijnieks
ca7bfeafac
Fix warning "is abstract but has non-virtual destructor"
8 years ago
Krisjanis Rijnieks
e92f95c7ef
Fix warnings in magSlide regarding unhandled switch cases
8 years ago
Krisjanis Rijnieks
2a7416f663
Remove glm/geometric include for oF stable
8 years ago
Krisjanis Rijnieks
26326733cc
Make it work with openFrameworks master branch
8 years ago
Krisjanis Rijnieks
9966ecf83a
Update code to use Vec3 and Vec2 everywhere
8 years ago
Krisjanis Rijnieks
5e23b21eb2
Add Vec2 adapter class, Vec3 still to finish
8 years ago
Krisjanis Rijnieks
ad71b6bed1
Add possibility to add circle surface
8 years ago
Krisjanis Rijnieks
6cdbbe7e5b
Change back keyboard shortcuts to the ones before
8 years ago
Theodoros Papatheodorou
7dffbbacfa
fixed malloc error when fbo source was called to begin before it's been allocated
8 years ago
c-mendoza
2122f4bc8a
CircleSurface: refactoring for performance, wip
8 years ago
c-mendoza
e73f8624d0
Alpha masking without shaders for RPi
8 years ago
c-mendoza
d3270674d2
Renamed stringify macro to avoid a naming conflict
8 years ago
c-mendoza
7f29c755ab
Small fix to CircleSurface
8 years ago
c-mendoza
2a9e451e12
Fix for SettingsLoader to support CircleSurface
8 years ago
c-mendoza
a8821686cc
Update Key Bindings to support CircleSurface
Bound to 'r'
Update Info.cpp to show the new key binding in the help screen.
8 years ago
c-mendoza
e98cae857d
CircleSurface + changes in various files to support the new surface
8 years ago
c-mendoza
e2ba47de0b
Fixes transition length bug
8 years ago
c-mendoza
177d7636b1
Add xml loading features
8 years ago
c-mendoza
08976e4047
Fixed a logic error in the way slides were being queued.
The activeSlides vector was being modified by enqueueSlide while it was being iterated in update(). enqueueSlide now raises a flag, and it is update() that now modifies the activeSlides vector.
8 years ago