summaryrefslogtreecommitdiff
path: root/xev.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-11Mark graceful_exit as noreturnAlan Coopersmith1-1/+1
2023-06-11Mark global variables as "static" since there's only one source fileAlan Coopersmith1-12/+12
2022-07-17Fix overflow on XmbLookupString bufferMikael Magnusson1-1/+1
2022-02-20xev: fix KeymapNotify event printingGoblin1-1/+1
2020-04-13Add option "-1" to display only a single line per eventPiotr Henryk Dabrowski1-112/+188
2018-10-06Replace sprintf calls with snprintfAlan Coopersmith1-13/+13
2018-10-06Adopt X.Org standard code styleAlan Coopersmith1-655/+827
2018-10-06Collapse usage message into a single stringAlan Coopersmith1-23/+19
2018-10-06Add -version to usage outputAlan Coopersmith1-0/+1
2018-07-31xev: fix 'mode' in default case (version 2)Eitan Adler1-2/+2
2014-02-13Add event filter for button eventsEgbert Eich1-1/+4
2013-11-27Add -version option to print program versionAlan Coopersmith1-0/+3
2013-11-27Print which option was in error along with usage messageAlan Coopersmith1-19/+35
2013-01-19Use strncasecmp instead of a tolower loop & strncmpAlan Coopersmith1-9/+6
2013-01-19Fix clang warnings about converting size_t to int and back againAlan Coopersmith1-1/+1
2012-06-26Add a -event parameter to control the event maskAaron Plattner1-18/+94
2012-02-15Rename "mask" variable to "rr_mask" in randr setup code.Alan Coopersmith1-4/+4
2011-09-28Remove checks for NULL before XFreeAlan Coopersmith1-11/+11
2011-09-28Add const attributes to fix gcc -Wwrite-strings warningsAlan Coopersmith1-14/+14
2011-09-28Strip trailing whitespaceAlan Coopersmith1-19/+19
2011-06-09Replace local checks for gcc with _X_NORETURN from xproto 7.0.17Alan Coopersmith1-5/+2
2011-03-03Show RandR eventsMichael Thayer1-0/+215
2010-10-06Purge cvs tags.Jesse Adkins1-2/+0
2010-01-19Add -root option to specify monitoring root window events.Kim Woelders1-2/+16
2008-11-16Flush standard output after processing each eventBranden Robinson1-0/+1
2007-12-06Handle WM_DELETE_WINDOWNoah Levitt1-2/+22
2006-06-01Run XFilterEvent() on all events. (Samuel Thibault). Bump to 1.0.2.xev-1_0_2Daniel Stone1-3/+3
2004-04-23Merging XORG-CURRENT into trunksco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGEXORG-6_8-branchEgbert Eich1-1/+1
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich1-1/+1
2004-03-03Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004xf86-4_4_0Egbert Eich1-1/+1
2004-02-26readding XFree86's cvs IDsxf86-4_3_99_903Egbert Eich1-1/+1
2004-02-26Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004Egbert Eich1-1/+1
2004-02-23Import most of XFree86 4.4RC3. This import excludes files which have thexf86-4_3_99_903_specialKaleb Keithley1-3/+3
2003-11-25XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330Kaleb Keithley1-124/+197
2003-11-14Initial revisionXORG-STABLEKaleb Keithley1-0/+979