This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gem - Graphics environment for multimedia".

The branch, master has been updated
       via  dbb0977e07c3eea92888d97f8c235cc0175c1f1e (commit)
       via  2b3fccbfda85d1fa60b0e8bf4927bf59397dc5c6 (commit)
       via  cbed1275a3fd5af64a44d34afd632e3e7537be73 (commit)
       via  4dace01e4643cc7d754333684c4d04b0b45cc199 (commit)
       via  43907022bf02a89566916c709910648580b46566 (commit)
       via  aaf07869ea4ce865918d63d709c8e2a75270eff0 (commit)
       via  9d96f21d467f0cfe9be1ad7b0fc1381c66b0f0f8 (commit)
       via  91086e70493d02871f50edba933b0fde242fb471 (commit)
       via  3417b740823fedc33a3536919b623b7af1ffe4e8 (commit)
       via  6f7ba7a4360d29bbd3a0e981029c0a26f447c985 (commit)
       via  871de190695c6c15c3881b2a798ccb9cd4339650 (commit)
       via  7ca8bb6fd5faef9995934ac6648e01b99aca1ca6 (commit)
       via  9aa3fe1623dc05bfce3b744c4364c9f994adde86 (commit)
       via  0ddd9a17a93c24515430529b732521900c42e5ac (commit)
       via  7b02b8228242be10066ff87b00413dcc7cf615fa (commit)
       via  99349958d0f014758d571fa188299ff1d08b9df4 (commit)
       via  729fce2486598e58094de2e59eb6fdd218f1a767 (commit)
       via  3bab9fc425ae7175a8ddf4f2aea2994eb1a57246 (commit)
       via  815c9b55e3fb2641b78ae12c0d9b054ba53b95b2 (commit)
       via  605572750593453ef7d1780696ca6510aeda9acc (commit)
       via  2e443dcd4b7218c115fec577a0d7f1181d477cf3 (commit)
       via  2b6319970954110d79fcf9b25b5b19cd17c4fa1d (commit)
       via  b5861d323a6025edf0d437e5f9498f3e8acec306 (commit)
       via  2e5926ffe8938931070d86678035ad6dcd758ae5 (commit)
       via  55db0d3bb748c7e2935ad233e069075c61adfa07 (commit)
      from  e654e4f04e57fdb6a171538077d1b828d7f1122e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit dbb0977e07c3eea92888d97f8c235cc0175c1f1e
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Tue Aug 26 15:01:16 2014 +0200

    disable [gemkey*] externals when using multicontext
    
    so we fallback to the abstractions
    
    Closes https://github.com/umlaeute/Gem/issues/43
    Closes http://sourceforge.net/p/pd-gem/bugs/232/

commit 2b3fccbfda85d1fa60b0e8bf4927bf59397dc5c6
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Tue Aug 26 14:58:24 2014 +0200

    reverse keyboard output: keyname->keynumber
    
    for compatibility with old [gemkey*] objects

commit cbed1275a3fd5af64a44d34afd632e3e7537be73
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Tue Aug 26 14:50:22 2014 +0200

    [gemkeyboard]/[gemkeyname] abstractions

commit 4dace01e4643cc7d754333684c4d04b0b45cc199
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Tue Aug 26 14:50:04 2014 +0200

    adapt to multi-pointer API (and enhance compat)
    
    drop the device ID (in patch).
    
    only output coordinates if mouse is moved (not all the buttons as well)

commit 43907022bf02a89566916c709910648580b46566
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Tue Aug 26 14:44:09 2014 +0200

    adjust multipointer-API: devID comes before event
    
    e.g. if mouse #2 moves to 812/432, we output
     "mouse 2 motion 812 432"
    rather than
     "mouse motion 2 812 432"
    
    also output full list (last element was missing)

commit aaf07869ea4ce865918d63d709c8e2a75270eff0
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Tue Aug 26 14:11:46 2014 +0200

    dummy support for multi-pointer events
    
    we always use devID=0, so we're only half-way there.
    but at least the API is implemented

commit 9d96f21d467f0cfe9be1ad7b0fc1381c66b0f0f8
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Tue Aug 26 14:05:54 2014 +0200

    add deviceID to keyboard/mouse-events
    
    so we can support multi-pointer devices.
    also prepare for multi-keyboard setups (mainly because that's how MPX
    does it)

commit 91086e70493d02871f50edba933b0fde242fb471
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Tue Aug 26 11:00:44 2014 +0200

    send start/stop-rendering messages to [gemhead]s
    
    Closes https://github.com/umlaeute/Gem/issues/44

commit 3417b740823fedc33a3536919b623b7af1ffe4e8
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Tue Aug 26 10:46:01 2014 +0200

    make sure rendering is turned off *before* window destruction

commit 6f7ba7a4360d29bbd3a0e981029c0a26f447c985
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Mon Aug 25 18:23:53 2014 +0200

    prepare to use GNU parallel

commit 871de190695c6c15c3881b2a798ccb9cd4339650
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Mon Aug 25 18:21:33 2014 +0200

    run test (for parallel)

commit 7ca8bb6fd5faef9995934ac6648e01b99aca1ca6
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Mon Aug 25 18:04:50 2014 +0200

    remove trailing semicolon

commit 9aa3fe1623dc05bfce3b744c4364c9f994adde86
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Mon Aug 25 18:04:26 2014 +0200

    use CR-mode for reading objects

commit 0ddd9a17a93c24515430529b732521900c42e5ac
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Mon Aug 25 17:51:00 2014 +0200

    added even more combinations to test

commit 7b02b8228242be10066ff87b00413dcc7cf615fa
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Mon Aug 25 17:01:57 2014 +0200

    don't print empty destroy message

commit 99349958d0f014758d571fa188299ff1d08b9df4
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Mon Aug 25 16:55:12 2014 +0200

    more orders to test

commit 729fce2486598e58094de2e59eb6fdd218f1a767
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Mon Aug 25 16:54:46 2014 +0200

    multiple call args for pix_multitexture
    
    it seems that there are different errors for [pix_multitexture 1] and 
[pix_multitexture 3]

commit 3bab9fc425ae7175a8ddf4f2aea2994eb1a57246
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Mon Aug 25 16:54:09 2014 +0200

    create invisible window
    
    so the tests are less annoying

commit 815c9b55e3fb2641b78ae12c0d9b054ba53b95b2
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Mon Aug 25 16:53:25 2014 +0200

    provide a texture

commit 605572750593453ef7d1780696ca6510aeda9acc
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Mon Aug 25 16:53:15 2014 +0200

    use [pix_test] rather than [pix_image]
    
    so we are not dependent on any plugins

commit 2e443dcd4b7218c115fec577a0d7f1181d477cf3
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Mon Aug 25 15:59:20 2014 +0200

    use template for gemstate tests

commit 2b6319970954110d79fcf9b25b5b19cd17c4fa1d
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Mon Aug 25 15:54:59 2014 +0200

    template for object_gemstate_...

commit b5861d323a6025edf0d437e5f9498f3e8acec306
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Mon Aug 25 15:53:30 2014 +0200

    generic tests using gemstate

commit 2e5926ffe8938931070d86678035ad6dcd758ae5
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Mon Aug 25 15:53:14 2014 +0200

    more tests

commit 55db0d3bb748c7e2935ad233e069075c61adfa07
Author: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
Date:   Mon Aug 25 15:27:20 2014 +0200

    more abstractions for more complex tests

-----------------------------------------------------------------------

Summary of changes:
 abstractions/gemkeyboard.pd        |   18 +
 abstractions/gemkeyname.pd         |   21 +
 abstractions/gemmouse.pd           |   75 ++--
 abstractions/gemwin.pd             |  165 ++++---
 src/Base/GemWindow.cpp             |   52 +-
 src/Base/GemWindow.h               |    6 +-
 src/Controls/Makefile.am           |    8 +-
 src/Output/gemcocoawindow.mm       |   14 +-
 src/Output/gemglfw2window.cpp      |   15 +-
 src/Output/gemglfw3window.cpp      |   16 +-
 src/Output/gemglutwindow.cpp       |   24 +-
 src/Output/gemglxwindow.cpp        |   15 +-
 src/Output/gemmacwindow.cpp        |   11 +-
 src/Output/gemsdlwindow.cpp        |   10 +-
 src/Output/gemw32window.cpp        |   18 +-
 tests/all/_object_pix.pd           |    6 +
 tests/all/_object_tex.pd           |    8 +
 tests/all/existence.pd             |    2 +-
 tests/all/gemstate.sh              |   59 +++
 tests/all/gemstate_run.sh          |   20 +
 tests/all/object_gemstate.template |  174 +++++++
 tests/all/objectmaker_io.pd        |   77 +++
 tests/all/objects.txt              |  992 ++++++++++++++++++------------------
 23 files changed, 1112 insertions(+), 694 deletions(-)
 create mode 100644 abstractions/gemkeyboard.pd
 create mode 100644 abstractions/gemkeyname.pd
 create mode 100644 tests/all/_object_pix.pd
 create mode 100644 tests/all/_object_tex.pd
 create mode 100755 tests/all/gemstate.sh
 create mode 100755 tests/all/gemstate_run.sh
 create mode 100644 tests/all/object_gemstate.template
 create mode 100644 tests/all/objectmaker_io.pd


hooks/post-receive
-- 
Gem - Graphics environment for multimedia

------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to