Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Janitor: make distcheck, .gitignore. | Paulo Cesar Pereira de Andrade | 2009-02-02 |
| | | | | | | | Remove non toplevel .gitignore and .cvsignore files. The "make distcheck correction" for $(sdkdir) probably has a better approach using a "*-hook:" target, or possibly making $sdkdir a configure time option that could be set with DISTCHECK_CONFIGURE_FLAGS. | ||
* | Protect against zero-sized property values. #19882 | Peter Hutterer | 2009-02-02 |
| | | | | | | X.Org Bug 19882 <http://bugs.freedesktop.org/show_bug.cgi?id=19882> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> | ||
* | Tidy up evdev.h | Peter Hutterer | 2008-10-14 |
| | | | | | This includes shuffling some functions around so we don't need the prototypes in evdev.h. | ||
* | Rename DragLockInit to DragLockPreInit, remove superfluous "return". | Peter Hutterer | 2008-10-14 |
| | |||
* | Register property handler from within the modules, not the main evdev file. | Peter Hutterer | 2008-10-14 |
| | |||
* | Add checkonly handling to property handlers. | Peter Hutterer | 2008-10-11 |
| | | | | | If checkonly is TRUE, we can only check if applying the value would succeed. The value is actually applied if checkonly is FALSE. | ||
* | Fix up bad return code in draglock property handler. | Peter Hutterer | 2008-10-11 |
| | |||
* | Move misplaced #endif | Peter Hutterer | 2008-09-30 |
| | |||
* | Add evdev-properties.h file with #defines for all property names. | Peter Hutterer | 2008-09-30 |
| | |||
* | Use new property API (no ConfigureDP, less args to ChangeDP) | Peter Hutterer | 2008-09-26 |
| | | | | | Return appropriate status codes from property handlers. Make properties non-deletable. | ||
* | draglock: Shut up compiler warning. | Peter Hutterer | 2008-09-26 |
| | |||
* | Use HAVE_PROPERTIES define instead of GET_ABI_MAJOR for property compilation. | Peter Hutterer | 2008-09-04 |
| | |||
* | Shut up "unused variable" compiler warnings. | Peter Hutterer | 2008-09-04 |
| | | | | Hide properties behind ifdefs, fake use of "val". | ||
* | Add property support for drag lock. | Peter Hutterer | 2008-08-18 |
| | |||
* | Adding in DragLockButtons functionality. | Chris Salch | 2008-08-18 |
Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com> |