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  2c99d5e792864acc361ffb26f66078084ad84995 (commit)
       via  3ec5c42c94bf3c5db787e15b4f1fc356a59ef1dc (commit)
       via  e48227795de6eb053bac21a9205d7d9e08d1cb5e (commit)
       via  4ada408a489bdfe57c3f84aee49e9fbed2051763 (commit)
       via  446876af217cb2f8ef7209eaf4aa9fcf069c92ef (commit)
      from  b72887c989cd515d0d4100b2f8ab8c4b5a9d9767 (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 2c99d5e792864acc361ffb26f66078084ad84995
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Jan 23 18:11:00 2023 +0100

    [gemglfw3window] swap middle<->right mousebuttons
    
    GLFW sorts them left/right/middle, but in Gem we sort them from left to 
right

commit 3ec5c42c94bf3c5db787e15b4f1fc356a59ef1dc
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Jan 23 15:29:04 2023 +0100

    Use [gemargs] for Gem-abstractions
    
    gemhead: enable multicontext support
    
    Closes: https://github.com/umlaeute/Gem/issues/325

commit e48227795de6eb053bac21a9205d7d9e08d1cb5e
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Jan 23 14:18:02 2023 +0100

    Drop C++ implementation of [gemargs]

commit 4ada408a489bdfe57c3f84aee49e9fbed2051763
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Jan 23 14:09:22 2023 +0100

    Implement [gemargs] as an abstraction
    
    empty args are output as [bang(

commit 446876af217cb2f8ef7209eaf4aa9fcf069c92ef
Author: IOhannes m zmölnig <zmoel...@iem.at>
Date:   Mon Jan 23 13:26:38 2023 +0100

    gemargs: args go to the right-outlet; initmsgs to the left outlet
    
    so we receive the initmsgs *after* the args

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

Summary of changes:
 abstractions/Makefile.am            |   3 +
 abstractions/gemargs-help.pd        |  21 ++++
 abstractions/gemargs-test.pd        |  37 ++++++
 abstractions/gemargs.pd             |  69 +++++++++++
 abstractions/gemhead.pd             | 205 ++++++++++++++++++++++---------
 abstractions/gemmouse.pd            | 238 +++++++++++++++---------------------
 abstractions/gemwin.pd              | 105 ++++++++--------
 abstractions/pix_blobtracker.pd     | 150 +++++++++++++----------
 abstractions/pix_buffer_filmopen.pd |  90 +++++++++-----
 abstractions/pix_write.pd           | 223 +++++++++++----------------------
 abstractions/pix_writer.pd          |  22 ++++
 src/Controls/Makefile.am            |   2 -
 src/Controls/gemargs.cpp            | 129 -------------------
 src/Controls/gemargs.h              |  58 ---------
 src/Output/gemglfw3window.cpp       |  10 ++
 15 files changed, 680 insertions(+), 682 deletions(-)
 create mode 100644 abstractions/gemargs-help.pd
 create mode 100644 abstractions/gemargs-test.pd
 create mode 100644 abstractions/gemargs.pd
 delete mode 100644 src/Controls/gemargs.cpp
 delete mode 100644 src/Controls/gemargs.h


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


_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to