summaryrefslogtreecommitdiffstats
path: root/Graphic_Equalizer/src/mouse.hcc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mouse coordinate stores are now 11 bits wide. The RC200 supplies us with 10 ↵Oliver Schinagl2005-01-201-1/+1
| | | | and 9 bits wide variables. We make those fit.
* Changed functions to inline functions.Oliver Schinagl2005-01-181-1/+1
|
* New branch used to add new features.Oliver Schinagl2004-12-091-0/+131
|
* Added defines makeing it possible to split the application in various parts ↵Oliver Schinagl2004-12-091-131/+0
| | | | | | | | namely: Loader (loads data from the smart media into ram) Equalizer (The 'normal' known application) Visualization (The graphical visualization)
* added doxygen html generated documenationOliver Schinagl2004-11-291-3/+3
| | | | fixe doxygen tags.
* changed macro proc's to functions.Oliver Schinagl2004-11-261-9/+11
| | | | replaced for loops for while loops.
* X and Y are always stored in 10 bits making life around the application ↵Oliver Schinagl2004-11-221-1/+1
| | | | easier, and allowing easyer upgradeability to 1024x768 displays.
* Added display of active buttons.Oliver Schinagl2004-11-151-4/+4
| | | | Added equalizer preset storage.
* Added fft filesOliver Schinagl2004-11-111-10/+27
| | | | fixed some issues, included equalizer.
* (no commit message)Oliver Schinagl2004-11-111-13/+5
|
* (no commit message)Oliver Schinagl2004-11-101-2/+2
|
* First Real VersionOliver Schinagl2004-11-101-0/+120