Commit Graph

8 Commits

Author SHA1 Message Date
xant
ffddbd0b64 refactoring the internal CVLayerController api
- the video-pipeline in cocoa layers now goes through Layer::feed() and Layer::do_filters()
- image parameters are applied by the layer controller when a new frame is provided
  by the underlying CVLayer through feedFrame
2010-08-07 00:54:00 +02:00
xant
f6f52ef3b5 major refactoring of filters implementation on OSX (WIP) 2010-07-31 06:20:34 +02:00
xant
81beebc0b1 textlayer now works properly again (gui controls are still to be fixed though)
solved the blurry problem when rendering the string with certain fonts
and sizes
2010-03-26 23:59:21 +01:00
xant
bef6fc424c - got rid of the 'annoying' flowmixer rebrand
- merged some local changes (avoid using deprecated APIs)
- the xcode project has been civilized
  (stuff was messed up a bit by the flowmixer branch and new files were in
  weird locations)

NOTE:
this is still a work in progress and all functionalities still need
testing. Something could have been messed up by mergin my local changes
with flowmixer branch
2010-03-23 23:06:03 +01:00
Robin Gareus
64f229ee46 fixed some compiler warnings, preparing tactell 2010-03-04 22:59:42 +01:00
xant
a020a8df02 allow to update the textlayer in realtime while typing 2010-01-05 13:10:06 +01:00
xant
8b41227aa3 font used in osx textlayers can now be ccontrolled without affecting the input textarea 2009-12-30 22:12:36 +01:00
xant
ec5d0400f0 controller/view split for the CVTextLayer
it was already done , but both the controller and the view were still
residing in the same sourcefile
2009-12-30 09:23:56 +01:00