My favorites | Sign in
Project Home Downloads Issues Source
Details: Show all Hide all

Earlier this year

  • Jan 18, 2012
    r208 (- changed touch hold event detection implementation in TuioM...) committed by ludersch...@gmail.com   -   - changed touch hold event detection implementation in TuioManager - removed outcommented code in TuioManager - added a FiducialEvent instance when calling the onRemove callback function (before null was sent instead of a FiducialEvent) in TuioManager - fixed a bug in MouseTuioAdapter
    - changed touch hold event detection implementation in TuioManager - removed outcommented code in TuioManager - added a FiducialEvent instance when calling the onRemove callback function (before null was sent instead of a FiducialEvent) in TuioManager - fixed a bug in MouseTuioAdapter

Older

  • Dec 08, 2011
    r207 (- new field debugTextColor in TuioDebug - adapted MouseEvent...) committed by ludersch...@gmail.com   -   - new field debugTextColor in TuioDebug - adapted MouseEvent dispatching to original MouseEvent dispatching of mouse in Flash: - when sending MOUSE_OUT when touch leaves object, the original mouse implementation sends the instance of the object over which the mouse is now after the object has been left in relatedObjects - similarly with MOUSE_OVER: relatedObject is the object before the mouse has entered the new object - MOUSE_OUT when touch is removed -...
    - new field debugTextColor in TuioDebug - adapted MouseEvent dispatching to original MouseEvent dispatching of mouse in Flash: - when sending MOUSE_OUT when touch leaves object, the original mouse implementation sends the instance of the object over which the mouse is now after the object has been left in relatedObjects - similarly with MOUSE_OVER: relatedObject is the object before the mouse has entered the new object - MOUSE_OUT when touch is removed -...
  • Nov 23, 2011
    r206 (minor changes (added some 'this.').) committed by ludersch...@gmail.com   -   minor changes (added some 'this.').
    minor changes (added some 'this.').
  • Sep 17, 2011
    issue 10 (MouseToTouchDispatcher not dispatching events) Status changed by gimmix...@gmail.com   -  
    Status: Done
    Status: Done
  • Sep 17, 2011
    issue 8 (org.tuio.osc.OSCBundle calls OSCMessage.bytes instead of OSC...) Status changed by gimmix...@gmail.com   -  
    Status: Done
    Status: Done
  • Sep 17, 2011
    tuio_as3_v_0_8_asdoc..zip (release 0.8 - ASDoc) file uploaded by gimmix...@gmail.com   -  
    Labels: Type-Docs OpSys-All Featured
    Labels: Type-Docs OpSys-All Featured
  • Sep 17, 2011
    tuio_as3_v_0_8.zip (release v0.8) file uploaded by gimmix...@gmail.com   -  
    Labels: Type-Archive OpSys-All Featured
    Labels: Type-Archive OpSys-All Featured
  • Sep 17, 2011
    r205 (- Added some helping comments to gesture example) committed by gimmix...@gmail.com   -   - Added some helping comments to gesture example
    - Added some helping comments to gesture example
  • Aug 29, 2011
    r204 (- added further documentation) committed by gimmix...@gmail.com   -   - added further documentation
    - added further documentation
  • Aug 16, 2011
    r203 (- Added a close function to the IOSCConnector interface - im...) committed by gimmix...@gmail.com   -   - Added a close function to the IOSCConnector interface - implemented close() for all current connectors
    - Added a close function to the IOSCConnector interface - implemented close() for all current connectors
  • Aug 15, 2011
    r202 (- Added, extended and corrected documentation) committed by gimmix...@gmail.com   -   - Added, extended and corrected documentation
    - Added, extended and corrected documentation
  • Aug 14, 2011
    r201 (- removed unnecessary import statements which caused asdoc c...) committed by gimmix...@gmail.com   -   - removed unnecessary import statements which caused asdoc compile errors - added some additional documentation - added the possibility two switch between two different behaviors to the TwoFingerMoveGesture - hid some variables and functions from the asdoc which are only used internally but due to some reasons need to be public or needed to be public -> refactoring inbound
    - removed unnecessary import statements which caused asdoc compile errors - added some additional documentation - added the possibility two switch between two different behaviors to the TwoFingerMoveGesture - hid some variables and functions from the asdoc which are only used internally but due to some reasons need to be public or needed to be public -> refactoring inbound
  • Aug 09, 2011
    r200 (Added sending of frame events in NativeTuioAdapter and in Mo...) committed by ludersch...@gmail.com   -   Added sending of frame events in NativeTuioAdapter and in MouseTuioAdapter. Should cause gesture API to work with both Adapters.
    Added sending of frame events in NativeTuioAdapter and in MouseTuioAdapter. Should cause gesture API to work with both Adapters.
  • Aug 04, 2011
    r199 (- added proper sessionID increment - changed the TuioCursor ...) committed by gimmix...@gmail.com   -   - added proper sessionID increment - changed the TuioCursor storage behaviour -> stored under touchID rather than push
    - added proper sessionID increment - changed the TuioCursor storage behaviour -> stored under touchID rather than push
  • Aug 04, 2011
    r198 (removed a memory leak from the mouse and the native adapter ...) committed by ludersch...@gmail.com   -   removed a memory leak from the mouse and the native adapter where TuioCursors would not be deleted after a mouse up or a touch up.
    removed a memory leak from the mouse and the native adapter where TuioCursors would not be deleted after a mouse up or a touch up.
  • Aug 04, 2011
    r197 ([No log message]) committed by ludersch...@gmail.com   -   [No log message]
    [No log message]
  • Aug 04, 2011
    r196 (updated package structure of fiducial example.) committed by ludersch...@gmail.com   -   updated package structure of fiducial example.
    updated package structure of fiducial example.
  • Aug 02, 2011
    r195 (added caurina lib for fiducial example.) committed by ludersch...@gmail.com   -   added caurina lib for fiducial example.
    added caurina lib for fiducial example.
  • Aug 02, 2011
    r194 (added ascb lib for fiducial example.) committed by ludersch...@gmail.com   -   added ascb lib for fiducial example.
    added ascb lib for fiducial example.
  • Aug 02, 2011
    r193 (added fiducial example.) committed by ludersch...@gmail.com   -   added fiducial example.
    added fiducial example.
  • Aug 02, 2011
    TUIO_AS3_Fiducial_Examples.zip (TUIO_AS3_Fiducial_Examples) file uploaded by ludersch...@gmail.com   -  
    Labels: Type-Executable OpSys-All
    Labels: Type-Executable OpSys-All
  • Aug 01, 2011
    Touchlib_TUIO_AS3.zip (Tuio AS3 Touchlib classes adapated to tuio-as3 legacy implem...) file uploaded by ludersch...@gmail.com   -  
    Labels: Type-Executable OpSys-All
    Labels: Type-Executable OpSys-All
  • Jul 16, 2011
    r192 (- Added object recycling for GestureStep and GestureStepSequ...) committed by gimmix...@gmail.com   -   - Added object recycling for GestureStep and GestureStepSequence
    - Added object recycling for GestureStep and GestureStepSequence
  • Jul 01, 2011
    r191 (-fixed a little bug in the NativeTuioAdapter that resulted i...) committed by gimmix...@gmail.com   -   -fixed a little bug in the NativeTuioAdapter that resulted in wrong diffX and diffY values on TuioContainer updates
    -fixed a little bug in the NativeTuioAdapter that resulted in wrong diffX and diffY values on TuioContainer updates
  • Jun 07, 2011
    issue 12 (NativeTuioAdapter) changed by gimmix...@gmail.com   -   thanks should be fixed since r190
    Status: Fixed
    Owner:
    thanks should be fixed since r190
    Status: Fixed
    Owner:
  • May 23, 2011
    r190 (- Fixed a bug in the NativeTuioAdapter where arrays were not...) committed by gimmix...@gmail.com   -   - Fixed a bug in the NativeTuioAdapter where arrays were not created
    - Fixed a bug in the NativeTuioAdapter where arrays were not created
  • May 19, 2011
    r189 (- Fixed a bug where the function getBytes() would return a b...) committed by gimmix...@gmail.com   -   - Fixed a bug where the function getBytes() would return a broken OSCBundle
    - Fixed a bug where the function getBytes() would return a broken OSCBundle
  • May 19, 2011
    r188 (- edited comments in TuioManager - renamed enable/disable fu...) committed by ludersch...@gmail.com   -   - edited comments in TuioManager - renamed enable/disable functions in Mouse Adapter - copied OSCPacket in UDPConnector in order to allow for more than one listener at a time. - Updated TuioDebug to handle TUIO 1.1 debug information
    - edited comments in TuioManager - renamed enable/disable functions in Mouse Adapter - copied OSCPacket in UDPConnector in order to allow for more than one listener at a time. - Updated TuioDebug to handle TUIO 1.1 debug information
  • Apr 15, 2011
    issue 12 (NativeTuioAdapter) reported by pavel.fl...@gmail.com   -   I see u're working on lib and it's not a stable release, but anyway may be helpful: I tried to play with your lib on a multitouch device (win7) via using NativeTuioAdapter. No result. It's not my dev-machine, so can't really debug, but according to traces I found out, that dispatchTouchMove() method fails. Digging a bit into it, found that getTuioCursor() in that method returns null and I believe (I'm writing this from home, where I don't have that device, so writing as far as can remember, sorry) in method getTuioCursor() searchArray was null. What version of the product are you using? On what operating system? - r187, Win 7
    I see u're working on lib and it's not a stable release, but anyway may be helpful: I tried to play with your lib on a multitouch device (win7) via using NativeTuioAdapter. No result. It's not my dev-machine, so can't really debug, but according to traces I found out, that dispatchTouchMove() method fails. Digging a bit into it, found that getTuioCursor() in that method returns null and I believe (I'm writing this from home, where I don't have that device, so writing as far as can remember, sorry) in method getTuioCursor() searchArray was null. What version of the product are you using? On what operating system? - r187, Win 7
  • Apr 13, 2011
    r187 (resolved svn conflict) committed by ludersch...@gmail.com   -   resolved svn conflict
    resolved svn conflict
  • Apr 13, 2011
    r186 (- added treatment of TUIO source message for fiducial callba...) committed by ludersch...@gmail.com   -   - added treatment of TUIO source message for fiducial callbacks in TuioManager. - updated legacy TUIOManager to use TuioManager instead of obsolete TuioFiducialDispatcher.
    - added treatment of TUIO source message for fiducial callbacks in TuioManager. - updated legacy TUIOManager to use TuioManager instead of obsolete TuioFiducialDispatcher.
  • Apr 08, 2011
    r185 (took "care" of fiducial context menu in flash only mode (whi...) committed by ludersch...@gmail.com   -   took "care" of fiducial context menu in flash only mode (while not using AIR): currently not supported as the context menu in flash can only be used with the original flash class ContextMenu in the Flash IDE as ContextMenu is part of the flash.ui.* package. however, method stubs for the support have been added and can be implemented by everyone using TUIO AS3 in Flash IDE.
    took "care" of fiducial context menu in flash only mode (while not using AIR): currently not supported as the context menu in flash can only be used with the original flash class ContextMenu in the Flash IDE as ContextMenu is part of the flash.ui.* package. however, method stubs for the support have been added and can be implemented by everyone using TUIO AS3 in Flash IDE.
  • Apr 07, 2011
    r184 (Adapted classes to support source messages while still provi...) committed by ludersch...@gmail.com   -   Adapted classes to support source messages while still providing backwards compatibility.
    Adapted classes to support source messages while still providing backwards compatibility.
  • Mar 29, 2011
    r183 (- replaced sessionID indexed Arrays in TuioManager with Tuio...) committed by gimmix...@gmail.com   -   - replaced sessionID indexed Arrays in TuioManager with TuioContainer indexed Dictionaries
    - replaced sessionID indexed Arrays in TuioManager with TuioContainer indexed Dictionaries
  • Mar 29, 2011
    issue 11 (TOUCH_DOWN on stage invalidating drag gesture on movieclip) Status changed by gimmix...@gmail.com   -   The handling of touch events in the GestureManager is seperated from the dispatched events on the stage so you can't intercept those. What you can do is modify the DragGesture to behave like you expect it to.
    Status: WontFix
    The handling of touch events in the GestureManager is seperated from the dispatched events on the stage so you can't intercept those. What you can do is modify the DragGesture to behave like you expect it to.
    Status: WontFix
  • Mar 24, 2011
    r182 (- the tuio source message is now fully supported - fixed com...) committed by gimmix...@gmail.com   -   - the tuio source message is now fully supported - fixed compiler errors resulting from changes for source msg support -> additional testing needed to ensure functionality
    - the tuio source message is now fully supported - fixed compiler errors resulting from changes for source msg support -> additional testing needed to ensure functionality
  • Mar 17, 2011
    r181 (- flash workaround for fiducial choice context menu handling...) committed by ludersch...@gmail.com   -   - flash workaround for fiducial choice context menu handling (fiducial choice context menu does not work currently with Flash only with Flex/Air)
    - flash workaround for fiducial choice context menu handling (fiducial choice context menu does not work currently with Flash only with Flex/Air)
  • Mar 09, 2011
    issue 11 (TOUCH_DOWN on stage invalidating drag gesture on movieclip) reported by alte...@gmail.com   -   What steps will reproduce the problem? 1. add TOUCH_DOWN listener to stage 2. add scale/rotate/drag gesture to a movieclip 3. What is the expected output? What do you see instead? i would expect the TOUCH_DOWN not to happen when I click on the movieclip. However it does happen and the movieclip drag does not work. What version of the product are you using? On what operating system? XP and Vista. I am using the latest stable version from july with minor modifications (applied the latest code for rotation event and also r143 patch). I dont think none of those should cause this behaviour, so it might be a bug? Please provide any additional information below.
    What steps will reproduce the problem? 1. add TOUCH_DOWN listener to stage 2. add scale/rotate/drag gesture to a movieclip 3. What is the expected output? What do you see instead? i would expect the TOUCH_DOWN not to happen when I click on the movieclip. However it does happen and the movieclip drag does not work. What version of the product are you using? On what operating system? XP and Vista. I am using the latest stable version from july with minor modifications (applied the latest code for rotation event and also r143 patch). I dont think none of those should cause this behaviour, so it might be a bug? Please provide any additional information below.
  • Mar 07, 2011
    r180 (removed wrong import.) committed by ludersch...@gmail.com   -   removed wrong import.
    removed wrong import.
  • Mar 07, 2011
    r180 (removed wrong import.) committed by ludersch...@gmail.com   -   removed wrong import.
    removed wrong import.
  • Mar 04, 2011
    r179 (implemented removeToucReceiver. renamed fiducial related att...) committed by ludersch...@gmail.com   -   implemented removeToucReceiver. renamed fiducial related attributes.
    implemented removeToucReceiver. renamed fiducial related attributes.
  • Mar 04, 2011
    r179 (implemented removeToucReceiver. renamed fiducial related att...) committed by ludersch...@gmail.com   -   implemented removeToucReceiver. renamed fiducial related attributes.
    implemented removeToucReceiver. renamed fiducial related attributes.
  • Mar 04, 2011
    r178 (edited comments.) committed by ludersch...@gmail.com   -   edited comments.
    edited comments.
  • Mar 04, 2011
    r178 (edited comments.) committed by ludersch...@gmail.com   -   edited comments.
    edited comments.
  • Mar 04, 2011
    r177 (obsolete.) committed by ludersch...@gmail.com   -   obsolete.
    obsolete.
  • Mar 04, 2011
    r177 (obsolete.) committed by ludersch...@gmail.com   -   obsolete.
    obsolete.
  • Mar 04, 2011
    r176 (renamed from FiducialEvent to TuioFiducialEvent and moved fr...) committed by ludersch...@gmail.com   -   renamed from FiducialEvent to TuioFiducialEvent and moved from org.tuio.fiducial to this package.
    renamed from FiducialEvent to TuioFiducialEvent and moved from org.tuio.fiducial to this package.
  • Mar 04, 2011
    r176 (renamed from FiducialEvent to TuioFiducialEvent and moved fr...) committed by ludersch...@gmail.com   -   renamed from FiducialEvent to TuioFiducialEvent and moved from org.tuio.fiducial to this package.
    renamed from FiducialEvent to TuioFiducialEvent and moved from org.tuio.fiducial to this package.
  • Mar 04, 2011
    r175 (integrated TuioFiducialDispatcher into this class.) committed by ludersch...@gmail.com   -   integrated TuioFiducialDispatcher into this class.
    integrated TuioFiducialDispatcher into this class.
  • Mar 04, 2011
    r175 (integrated TuioFiducialDispatcher into this class.) committed by ludersch...@gmail.com   -   integrated TuioFiducialDispatcher into this class.
    integrated TuioFiducialDispatcher into this class.
 
Powered by Google Project Hosting