1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199
|
2014-08-15 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Bump to v0.2 release.
2014-06-06 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Adjust the white list matching mechanism and revert some changes.
2014-06-05 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Polish README.
2014-06-05 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Add more NEWS.
2014-06-05 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Adjust the license file.
2014-06-05 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Include x11-touchscreen-calibrator.spec to the release tarball.
2014-06-05 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Follow GNU Standards.
2014-06-05 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Add NEWS.
2014-06-05 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Add symbolic link README to README.md.
2014-06-05 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Add AUTHORS.
2014-06-05 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Fix the crash issue.
Merge: a80c53a ac411ec
2014-06-05 Shih-Yuan Lee <fourdollars@gmail.com>
Merge pull request #3 from timchen119/fglrx_none_scale_rotate
Fixed wrong calibration issue when screen only rotate but do not scale.
2014-03-27 timchen119 <tim.chen119@canonical.com>
Fixed wrong calibration issue when screen only rotate but do not scale.
When XRandR property do not have scaling mode or scaling mode is none,
rotation of screen cause the touch panel miscalibration.
This may happen with AMD graphics + fglrx driver.
Merge: 4af8016 869d88f
2014-03-11 Shih-Yuan Lee <fourdollars@gmail.com>
Merge pull request #2 from bluebat/master
Create x11-touchscreen-calibrator.spec
2014-03-11 趙惟倫 <bluebat@member.fsf.org>
Create x11-touchscreen-calibrator.spec
Merge: 40eb7e2 9173c16
2014-03-02 Shih-Yuan Lee <fourdollars@gmail.com>
Merge pull request #1 from bluebat/master
Thanks.
2014-02-27 趙惟倫 <bluebat@member.fsf.org>
Add description from author
2014-02-27 趙惟倫 <bluebat@member.fsf.org>
Add description from author
2014-02-27 趙惟倫 <bluebat@member.fsf.org>
Add description from author
2014-02-26 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
It needs to wait for a while before X resources are ready.
2013-08-28 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Bump to v0.1 release.
2013-08-28 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Do not clean ChangLog to avoid some build failure.
2013-08-27 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Regain the display variable to get the latest resources.
2013-08-26 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Include ChangeLog LICENSE README.md to release.
2013-08-23 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Add the manual page.
2013-08-23 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Add the Xsession script to start the daemon.
2013-08-23 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Add an optional argument to run as a background process.
2013-08-23 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Looply watching the display output change event.
2013-08-23 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Add the missing explanation.
2013-08-23 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Adjust README.md
2013-08-23 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Add the license information.
2013-08-23 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Adjust the homepage URL.
2013-08-23 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Rename to x11-touchscreen-calibrator.
2013-08-17 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
The issue when combining rotation and reflection.
2013-08-16 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Add rotation and reflection support.
2013-08-16 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Calculate the matrix for different scaling mode.
2013-08-16 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Skip some unnecessary check.
2013-08-16 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Adjust for scaling mode.
2013-08-16 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Store touchscreen and rotation.
2013-08-16 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Get scaling mode.
2013-08-16 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Store all relative variables.
2013-08-16 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Get rotation information.
2013-08-16 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Downgrade the prereq of autoconf.
2013-08-15 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Get the display information.
2013-08-15 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Search touchscreen device.
2013-08-15 Shih-Yuan Lee (FourDollars) <fourdollars@gmail.com>
Add the usage of 'Coordinate Transformation Matrix' and some formula for different scaling mode.
2013-08-14 Shih-Yuan Lee <fourdollars@gmail.com>
Initial commit
|