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".

The branch, master has been updated
       via  305f6a6a0866222c1316bc4b51cb7aed35e9e4a7 (commit)
       via  12a50d61e7bf5b3b918b724c2be3ac93f3c0c9a8 (commit)
       via  19b708b47b15000c43c950b4b5f388673f629561 (commit)
       via  d98b07739c88c1200ac0cfeec758ff038d5ae4d5 (commit)
       via  232fa27c526b446449df437697f6541389d4f7b0 (commit)
       via  be9a1c65ed1b3541fff44e1be7dc6e9855ff77e6 (commit)
       via  567e7c6730f68346dc8206e5e66599d6e4be4861 (commit)
       via  1c20c6898c7e55d56321335b00b2490fc7aa333f (commit)
       via  3b0dfcd74c785b6fc4d2ff040f39a6dc3d945cd2 (commit)
       via  45ad23e6c111cb56c41ebdc735dc2a6c299aff06 (commit)
       via  6c7da17b1ab71e4373eb6b57e9593109ec495e50 (commit)
       via  11951a37093a30587bd4d6de77d442d78f929d92 (commit)
       via  8c3643ad91c91d90e3ec8d483afc03f9b3301907 (commit)
      from  6d584fa693cf08562270e9864e5850e3765af032 (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 305f6a6a0866222c1316bc4b51cb7aed35e9e4a7
Merge: 12a50d6 19b708b
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Sat Oct 6 09:27:03 2012 +0200

    Merge branch 'SDL'

commit 12a50d61e7bf5b3b918b724c2be3ac93f3c0c9a8
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Tue Aug 21 13:37:37 2012 +0200

    fullscreenMess takes (int)
    
    this is important if inheritance is supposed to work...

commit 19b708b47b15000c43c950b4b5f388673f629561
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Wed Aug 22 20:06:07 2012 +0200

    try to fallback to unicode
    
    problems:
    - unicode mapping only works for KEYPRESS event; on KEYRELEASE we get 0.
      this makes keyup and keydown assymetric...

commit d98b07739c88c1200ac0cfeec758ff038d5ae4d5
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Wed Aug 22 20:04:48 2012 +0200

    approximately compatible keyname mappings
    
    remaining problems:
    - no upper/lowercase discrimination
     (i think the same is true for W32, though iirc in w32 world everything is
      uppercase, whereas here everything is lowercase)

commit 232fa27c526b446449df437697f6541389d4f7b0
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Tue Aug 21 19:33:57 2012 +0200

    event handlers

commit be9a1c65ed1b3541fff44e1be7dc6e9855ff77e6
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Tue Aug 21 13:46:10 2012 +0200

    use default colordepth

commit 567e7c6730f68346dc8206e5e66599d6e4be4861
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Tue Aug 21 13:45:59 2012 +0200

    setting title

commit 1c20c6898c7e55d56321335b00b2490fc7aa333f
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Tue Aug 21 13:42:43 2012 +0200

    SDL fullscreen logic

commit 3b0dfcd74c785b6fc4d2ff040f39a6dc3d945cd2
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Tue Aug 21 13:39:32 2012 +0200

    use SDL_{Init|Quit}SubSystem() rather than SDL_{Init|Quit}

commit 45ad23e6c111cb56c41ebdc735dc2a6c299aff06
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Tue Aug 21 13:37:37 2012 +0200

    fullscreenMess takes (int)
    
    this is important if inheritance is supposed to work...

commit 6c7da17b1ab71e4373eb6b57e9593109ec495e50
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Tue Aug 21 13:12:39 2012 +0200

    build gemsdlwindow if possible

commit 11951a37093a30587bd4d6de77d442d78f929d92
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Tue Aug 21 13:12:06 2012 +0200

    check for SDL

commit 8c3643ad91c91d90e3ec8d483afc03f9b3301907
Author: IOhannes m zmoelnig <zmoel...@umlauto.umlaeute.mur.at>
Date:   Tue Aug 21 08:28:00 2012 +0200

    first draft of SDL-window

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

Summary of changes:
 configure.ac                                  |    2 +
 src/Output/Makefile.am                        |   35 ++-
 src/Output/gemcocoawindow.h                   |    2 +-
 src/Output/gemcocoawindow.mm                  |    2 +-
 src/Output/gemglutwindow.cpp                  |    2 +-
 src/Output/gemglutwindow.h                    |    2 +-
 src/Output/gemglxwindow.cpp                   |    2 +-
 src/Output/gemglxwindow.h                     |    2 +-
 src/Output/gemsdlwindow.cpp                   |  585 +++++++++++++++++++++++++
 src/Output/{gemglxwindow.h => gemsdlwindow.h} |   64 ++--
 10 files changed, 662 insertions(+), 36 deletions(-)
 create mode 100644 src/Output/gemsdlwindow.cpp
 copy src/Output/{gemglxwindow.h => gemsdlwindow.h} (73%)


hooks/post-receive
-- 
Gem

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
pd-gem-CVS mailing list
pd-gem-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pd-gem-cvs

Reply via email to