simgear/simgear
Thomas Geymayer fc49be1e05 Implement Canvas single/double/tripple click handling.
- Implement click event creation like specified in
   DOM Level 3:
   * Check for max move distance between mousedown/up
     and clicks
   * Check for click timeout
   * Count clicks and report double clicks
2012-12-06 23:16:36 +01:00
..
bucket Remove the remaining Makefiles from the code. 2011-11-01 09:28:26 +00:00
bvh Standardise SimGear libraries, for static vs shared. 2012-09-16 16:04:08 +01:00
canvas Implement Canvas single/double/tripple click handling. 2012-12-06 23:16:36 +01:00
debug Add logging class for navaid systems. 2012-11-23 20:41:03 +01:00
environment Standardise SimGear libraries, for static vs shared. 2012-09-16 16:04:08 +01:00
ephemeris Remove the remaining Makefiles from the code. 2011-11-01 09:28:26 +00:00
hla hla: Add SGQuat data elements. 2012-12-02 17:30:08 +01:00
io Fix HTTP test for revised POST semantics. 2012-11-17 19:51:57 +00:00
magvar Standardise SimGear libraries, for static vs shared. 2012-09-16 16:04:08 +01:00
math math: Add integer valued vector types. 2012-12-02 17:30:08 +01:00
misc Geoff McLane: realpath for Windows using _fullpath. 2012-11-11 19:26:51 +01:00
nasal First working version of DOM like Canvas event handling 2012-12-02 13:22:37 +01:00
props Fix some compiler warnings. size_t/int/unsigned conversions and extra ';' 2012-11-29 20:20:40 +01:00
scene Fix RNG so it is passed in from above rather than generating the same 2012-12-05 22:10:45 +00:00
screen Fix some compiler warnings. size_t/int/unsigned conversions and extra ';' 2012-11-29 20:20:40 +01:00
serial Remove the remaining Makefiles from the code. 2011-11-01 09:28:26 +00:00
sound Fix compiler error with disabled sound support. 2012-11-21 20:17:58 +01:00
structure SharedPtr: Avoid double dereference when calling clear(). 2012-12-01 08:02:29 +01:00
threads SGThread: compile under MSVC 2012-11-28 18:29:15 +01:00
timing Keep (deprecated) SGTime::update method for a while 2012-11-19 23:42:51 +01:00
xml Option to use system, instead of built-in, expat 2012-09-16 17:07:35 +01:00
.gitignore Remove obsolete ignore pattern for automake generated headers. 2012-02-17 23:46:06 +01:00
CMakeLists.txt Some basic C++/Nasal binding helpers 2012-11-09 19:28:27 +01:00
compiler.h Keep (deprecated) SGTime::update method for a while 2012-11-19 23:42:51 +01:00
constants.h Change how certain constants are (re-)defined, to avoid warning when PLIB sg.h is included. 2010-08-07 16:28:39 +01:00
sg_inlines.h Macro to disable the copy-constructor. 2012-09-24 23:18:57 +01:00
simgear_config_cmake.h.in SIMGEAR_HEADLESS define is not needed anymore 2012-11-05 18:06:13 +01:00
simgear_config.h-msvc90 Fix issue #392: mktime takes a localtime as input. Assumption that if HAVE_DAYLIGHT is missing imply that mktime takes a gmt time is wrong (sg_time.cxx, line 482) 2011-08-06 16:26:21 +02:00
version.h.in Fix rpmlint/Linux packager complaints 2012-05-05 00:30:16 +02:00