Download project files

How do I verify a download?


110 of 41 releases

2.2.17 release from the trunk series released

Release information
Release notes:

- fixed support for both Python2 and Python3
- updated manpage for geisview tool
- fixed a synch problem when a subscription is activated in a callback on receipt of INIT_COMPLETE (lp: #1252447)
- fixed build problems using GCC5 and clang

File Description Downloads
download icon geis-2.2.17.tar.xz (md5, sig) geis c2.2.17 source release 22,007
last downloaded 2 days ago
Total downloads: 22,007

2.2.16 release from the trunk series released

Release information
Changelog:

2013-04-17 Stephen M. Webb <email address hidden>

 Prevent garbage collector from reclaiming filters passed to subscriptions in the Python bindings (lp: #1169249).

2013-03-29 Stephen M. Webb <email address hidden>

 Properly clone Grail back end tokens to avoid double deletions (lp: #1152411).

2013-02-13 Stephen M. Webb <email address hidden>

 remove the deprecated Encoding key from the geisview .desktop file.

2013-02-13 Stephen M. Webb <email address hidden>

 Add missing manpages for geisview and pygeis tools.

File Description Downloads
download icon geis-2.2.16.tar.xz (md5, sig) GEIS v2.2.16 source release 1,591
last downloaded 7 weeks ago
download icon geis-2.2.16.tar.gz (md5, sig) GEIS v2.2.16 source release 11,228
last downloaded 13 days ago
Total downloads: 12,819

2.2.15 release from the trunk series released

File Description Downloads
download icon geis-2.2.15.tar.xz (md5, sig) GEIS v2.2.15 source release 110
last downloaded 4 weeks ago
download icon geis-2.2.15.tar.gz (md5, sig) GEIS v2.2.15 source release 1,488
last downloaded 21 weeks ago
Total downloads: 1,598

2.2.14 release from the trunk series released

Release information
Changelog:

2012-11-13 Stephen M. Webb <email address hidden>

 Avoid dereferencing a freed pointer when more than one V1 gesture class is subscribed (lp: #1077376).

2012-11-12 Stephen M. Webb <email address hidden>

 Adds a required header to fix a compile failure in the test suite (lp: #1078127).

File Description Downloads
download icon geis-2.2.14.tar.xz (md5, sig) GEIS v2.2.14 source release 117
last downloaded 5 weeks ago
download icon geis-2.2.14.tar.gz (md5, sig) GEIS v2.2.14 source release 914
last downloaded 21 weeks ago
Total downloads: 1,031

2.2.13 release from the trunk series released

Release information
Changelog:

2012-09-07 Chase Douglas <email address hidden>

 Merge Geisv1 gesture class ID fix

2012-09-07 Jussi Pakkanen <email address hidden>

 Merged Python 3 preparation work.

2012-09-05 Daniel d'Andrada <email address hidden>

 Plug some memory leaks.

2012-09-05 Daniel d'Andrada <email address hidden>

 Improved handling of gesture configuration options for GeisSubscriptions

 - You can now call geis_subscription_set_configuration() independently of
 whether the subscription is active or not. Before that, setting
 configuration options on an inactive subscription would fail.

 - configuration options remain valid for devices that become available
 *after* the subscription is configured.

 Also a number of memory leaks were plugged along the way.

2012-08-28 Daniel d'Andrada <email address hidden>

 Use the new, simpler, grail construction and destruction functions.

File Description Downloads
download icon geis-2.2.13.tar.xz (md5, sig) GEIS v2.2.13 source release 34
last downloaded 21 weeks ago
download icon geis-2.2.13.tar.gz (md5, sig) GEIS v2.2.13 source release 31
last downloaded 5 weeks ago
Total downloads: 65

2.2.12 release from the trunk series released

Release information
Release notes:

Fix a long initialization timeout when used in some remote environments

File Description Downloads
download icon geis-2.2.12.tar.xz (md5, sig) Source tarball 212
last downloaded 4 weeks ago
download icon geis-2.2.12.tar.gz (md5, sig) Source tarball 453
last downloaded 9 weeks ago
Total downloads: 665

2.2.11 release from the trunk series released

File Description Downloads
download icon geis-2.2.11.tar.xz (md5, sig) Source tarball 108
last downloaded 21 weeks ago
download icon geis-2.2.11.tar.gz (md5, sig) Source tarball 53
last downloaded 13 days ago
Total downloads: 161

2.2.10 release from the trunk series released

Release information
Changelog:

2012-04-12 Stephen M. Webb <email address hidden>

 bumped version to 2.2.9

stephenw@ariel:~/projects/utouch/utouch-geis/utouch-geis$ bzr log -rtag:v2.2.9.. -n1 --gnu-changelog
2012-06-05 Stephen M. Webb <email address hidden>

 bumped version to 2.2.10

2012-06-05 Stephen M. Webb <email address hidden>

 added missing headers for distcheck target

2012-05-23 Stephen M. Webb <email address hidden>

 Fixed an invalid failure condition during back end fallback.

 Early rejection of the default back end (in this case, if no DBus session was running) did not trigger the fallback back end to be initialized, so the various xorg-gtest integration tests were segfaulting on a partially-initialized geis object.

2012-05-23 Stephen M. Webb <email address hidden>

 Avoid trying to start a DBus session if there is none already (lp: #997630)

2012-05-22 Daniel d'Andrada <email address hidden>

 When a gesture is accepted, remove queued events from all overlapping ones.

 We don't want to send outdated, invalid, events to clients since all overlapping
 gestures get canceled in GRAIL when a gesture is accepted.

 Includes test.

2012-05-18 Stephen M. Webb <email address hidden>

 Changed grail gesture type constants to latest API.

2012-05-17 Stephen M. Webb <email address hidden>

 Removed XCB back end.

2012-05-16 Daniel d'Andrada <email address hidden>

 Added GEIS_EVENT_ATTRIBUTE_CONSTRUCTION_FINISHED

 Includes test.

2012-04-27 Stephen M. Webb <email address hidden>

 Report device axis extents, if available (lp: #987539).

2012-04-27 Stephen M. Webb <email address hidden>

 Refactored GEIS2 integration tests.

2012-04-25 Stephen M. Webb <email address hidden>

 Fixed a FTBFS in the uTouch daily PPA
 - x11_mock include searches failed in a pristine environment
 - gtest_geis2_grail_backend link failedwith missing symbols
 - gtest_geis2_grail_backend segfaulted at runtime in utouch-frame

2012-04-24 Daniel d'Andrada <email address hidden>

 GeisTouches from direct devices should be in window coordinates

 GeisTouches provided by gesture events (GEIS_EVENT_GESTURE_BEGIN,
 GEIS_EVENT_GESTURE_UPDATE and GEIS_EVENT_GESTURE_END) should be in window
 coordinates if they come from a direct device (e.g. touchscreens) and in
 input device coordinates when from indirect devices (e.g. touchpads/trackpads).

 Have this also documented in geis.h

 They were coming always in device coordinates.

 Includes unit test and X11 mockups.

2012-04-24 Chase Douglas <email address hidden>

 Add missing file testsuite/recordings/touchscreen_a/pinch_2.record

 I forgot to add it in the previous merge.

2012-04-23 Chase Douglas <email address hidden>

 Merge fix for GeisSubscriptionFlags usage when compiling with g++

2012-04-23 Chase Douglas <email address hidden>

 Merge fixes for radius and position delta calculations

2012-04-20 Stephen M. Webb <email address hidden>

 Added a compile-time sentinel check to variadic calls in the API.

2012-04-18 Stephen M. Webb <email address hidden>

 Added an API for setting and getting grail tuning properties.

2012-04-13 Stephen M. Webb <email address hidden>

 fixed bad argument in a test case

File Description Downloads
download icon utouch-geis-2.2.10.tar.xz (md5, sig) utouch-geis source release 2.2.10 49
last downloaded 12 weeks ago
download icon utouch-geis-2.2.10.tar.gz (md5, sig) GEIS v2.2.10 source release 138
last downloaded 21 weeks ago
Total downloads: 187

utouch-geis-2.2.9 release from the trunk series released

Release information
Changelog:

2012-04-12 Stephen M. Webb <email address hidden>

 bumped version to 2.2.9

2012-04-12 Daniel d'Andrada <email address hidden>

 Document GEIS_GESTURE_ATTRIBUTE_TOUCH_N_[ID|X|Y] definitions

 Mostly to make clear they are used only by GEIS v1 API

2012-04-12 Stephen M. Webb <email address hidden>

 Restored the reporting of existing devices on registering a device callback in GEISv1 (lp: #979855).

2012-04-12 Daniel d'Andrada <email address hidden>

 geisview: fix number of groups printed

 It was printing the number of touches instead

2012-04-11 Stephen M. Webb <email address hidden>

 Failed GEIS gracefully if a useful X server is not found (lp: #973539).

2012-04-11 Stephen M. Webb <email address hidden>

 fixed a typo (missing continuation character)

File Description Downloads
download icon utouch-geis-2.2.9.tar.xz (md5, sig) utouch-geis source release 2.2.9 51
last downloaded 12 days ago
download icon utouch-geis-2.2.9.tar.gz (md5, sig) utouch-geis source release 2.2.9 362
last downloaded 21 weeks ago
Total downloads: 413

utouch-geis-2.2.8 release from the trunk series released

File Description Downloads
download icon utouch-geis-2.2.8.tar.xz (md5, sig) utouch-geis source release 2.2.8 28
last downloaded 9 weeks ago
download icon utouch-geis-2.2.8.tar.gz (md5, sig) utouch-geis source release 2.2.8 82
last downloaded 9 weeks ago
Total downloads: 110

110 of 41 releases