Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doxygen spelling fixes | inmarket | 2014-11-26 | 1 | -7/+7 |
| | |||||
* | Doc updates for multiple mouse support | inmarket | 2014-11-26 | 1 | -0/+14 |
| | |||||
* | Fix some extern structure definitions that cause problems with some compilers | inmarket | 2014-11-26 | 1 | -7/+9 |
| | |||||
* | Fixing compiler error | Joel Bodenmann | 2014-11-17 | 1 | -1/+1 |
| | |||||
* | Change the definition of the calibration load and save routines as per ↵ | inmarket | 2014-11-15 | 4 | -31/+11 |
| | | | | steved suggestion. | ||||
* | Spacing, comments and spelling mistakes | inmarket | 2014-11-15 | 1 | -4/+4 |
| | |||||
* | Allow a mouse driver to not return any results when it is polled. | inmarket | 2014-11-07 | 2 | -6/+7 |
| | |||||
* | Allow calibration to work in newmouse even if there is no text / font support. | inmarket | 2014-10-27 | 1 | -17/+27 |
| | |||||
* | New flag for newmouse driver use | inmarket | 2014-10-13 | 1 | -0/+1 |
| | |||||
* | Newmouse updates to calibration routine | inmarket | 2014-10-09 | 2 | -122/+133 |
| | |||||
* | Fix bugs in newmouse framework | inmarket | 2014-10-07 | 1 | -2/+2 |
| | |||||
* | doxygen updates | inmarket | 2014-09-29 | 1 | -0/+6 |
| | |||||
* | some more doxygen fixes | Joel Bodenmann | 2014-09-28 | 1 | -6/+23 |
| | |||||
* | some doxygen fixes (more coming) | Joel Bodenmann | 2014-09-28 | 1 | -0/+2 |
| | |||||
* | Fix newmouse compiler warning | inmarket | 2014-09-28 | 1 | -3/+1 |
| | |||||
* | GINPUT mouse updated - first working version of newmouse. | inmarket | 2014-09-26 | 3 | -20/+26 |
| | | | | | Note: drivers to be ported. Note: not tested well yet. | ||||
* | New mouse updates. Just need a driver now. | inmarket | 2014-09-25 | 5 | -576/+777 |
| | |||||
* | More newmouse updates | inmarket | 2014-09-17 | 3 | -55/+91 |
| | |||||
* | More mouse updates - not working yet. | inmarket | 2014-09-16 | 3 | -254/+230 |
| | |||||
* | Merge branch 'gdriver' into newmouse | inmarket | 2014-08-23 | 1 | -2/+2 |
|\ | |||||
| * | Doco updates | inmarket | 2014-08-23 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'master' into newmouse | inmarket | 2014-08-20 | 11 | -197/+197 |
|\| | |||||
| * | Rename lots of files to help prevent compile time name conflicts. | inmarket | 2014-08-20 | 11 | -197/+197 |
| | | |||||
* | | First part new mouse infrastructure | inmarket | 2014-07-02 | 3 | -330/+297 |
|/ | |||||
* | doxygen fixes | Joel Bodenmann | 2014-03-28 | 4 | -4/+4 |
| | |||||
* | Compiler warning fix | inmarket | 2014-02-19 | 1 | -0/+2 |
| | |||||
* | Integrate the include files with each module. Simplifies structure of code. | inmarket | 2014-02-19 | 14 | -8/+1013 |
| | |||||
* | Allow touch calibration to occur in any screen orientation (through the use ↵ | inmarket | 2014-02-17 | 1 | -91/+145 |
| | | | | of the GDISP_DEFAULT_ORIENTATION define). | ||||
* | whitespaces take 3 | Joel Bodenmann | 2014-02-03 | 1 | -2/+2 |
| | |||||
* | whitespaces | Joel Bodenmann | 2014-02-03 | 1 | -3/+3 |
| | |||||
* | whitespaces | Joel Bodenmann | 2014-02-03 | 1 | -6/+6 |
| | |||||
* | added deinit() routines for all modules (not implemented so far) | Joel Bodenmann | 2014-02-02 | 1 | -5/+15 |
| | |||||
* | Compiler error fix. | inmarket | 2013-12-24 | 1 | -1/+1 |
| | |||||
* | Mouse calibration data might be returned in a non-aligned structure. Copy ↵ | inmarket | 2013-12-21 | 1 | -1/+3 |
| | | | | safely. | ||||
* | Whitespaces | Joel Bodenmann | 2013-11-25 | 1 | -2/+2 |
| | |||||
* | Add support for edge to edge touch calibration. | inmarket | 2013-11-25 | 1 | -9/+9 |
| | |||||
* | Improvements to the GINPUT touch system | inmarket | 2013-11-24 | 1 | -12/+27 |
| | |||||
* | Add support for mouse drivers that do their own orientation mapping as the ↵ | inmarket | 2013-11-16 | 1 | -13/+13 |
| | | | | display rotation changes. | ||||
* | Allow full range of values to be returned from the mouse driver when it is ↵ | inmarket | 2013-11-10 | 1 | -2/+7 |
| | | | | in RAW mode | ||||
* | Store the display locally within the mouse structure. | inmarket | 2013-10-24 | 1 | -32/+39 |
| | | | | Add ginputGetMouseDisplay() | ||||
* | New: ginputSetMouseDisplay() to allow the mouse to work with a non-default ↵ | inmarket | 2013-10-24 | 1 | -35/+48 |
| | | | | | | | display. Fix: Mouse orientation fixed to match the now corrected GDISP orientation. Comment updates | ||||
* | Change screen clear to match initial screen state (Black) in a non-GWIN ↵ | inmarket | 2013-07-29 | 1 | -1/+1 |
| | | | | situation. | ||||
* | clear after mouse calibration to avoid silly display | Joel Bodenmann | 2013-07-29 | 1 | -0/+7 |
| | |||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 5 | -5/+5 |
| | |||||
* | License header updates | inmarket | 2013-06-15 | 5 | -5/+5 |
| | |||||
* | Clean up GWIN Event assignment. Optimise event efficiency. | inmarket | 2013-06-10 | 1 | -0/+2 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 6 | -31/+50 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | cleanup & tdisp warning fix | Joel Bodenmann | 2013-05-20 | 1 | -570/+570 |
| | |||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 4 | -75/+23 |
| | |||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 4 | -35/+19 |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. |