Commit Graph

11 Commits

Author SHA1 Message Date
xant
5fe8e2ea64 Refactoring filter implementation on osx
- moving filter-related code out of the layercontroller
  by creating a Filter subclass : CVFilter
- making coreimage filters available to javascript when running on osx

Note : this is a work in progress and implementation is still unfinished
       (coreimage filters won't work in this revision)
2010-06-14 22:04:40 +02:00
Xant
2c96a60472 copyright is not valid with a nickname only 2009-09-12 09:27:29 +02:00
Xant
5e8199fdf3 copyright notice 2009-09-12 00:45:04 +02:00
Xant
e05b215f3e make it build again on osx 2009-09-11 23:32:14 +02:00
Xant
81e6728b65 proper handling of keyboard modifiers 2009-08-29 22:33:48 +02:00
Xant
93caba3c7d cleaning CKbdController implementation
(removed duplicated code + some fixes to avoid compile-time warnings)
2009-08-29 17:02:39 +02:00
Xant
9c3c0c6c6f fixed return value of getEvent() 2009-08-29 15:33:42 +02:00
Xant
2449899540 Cocoa KbdController now works properly 2009-08-29 14:54:44 +02:00
Xant
c6de2738f8 implementing KbdController on OSX (WIP) 2009-08-29 11:05:53 +02:00
Xant
e5b30669f1 fixed CKbdController preliminary definition to allow building
(WIP)
2009-08-29 09:29:20 +02:00
Xant
588cc72a50 implemented Factory<T>::set_default_classtype()
introducing a cocoa-specific kbdcontroller (WIP)
2009-08-28 22:33:00 +02:00