aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Events.c
Commit message (Expand)AuthorAgeFilesLines
* drop onscreen keyboard supportUlrich Sibiller2019-06-271-74/+1
* Drop Ipaq supportUlrich Sibiller2019-06-271-5/+0
* various scope improvementsUlrich Sibiller2019-06-191-15/+9
* Events.c: use designated initializer in nxagentDeactivatePointerGrabUlrich Sibiller2019-06-191-15/+17
* Add nxagentExternalClipboardEventTrapUlrich Sibiller2019-06-111-0/+12
* Events.c: add debug outputUlrich Sibiller2019-06-111-0/+7
* Revert "nxagent: rework Bool handling"Ulrich Sibiller2019-02-151-49/+49
* nxagent: rework Bool handlingUlrich Sibiller2019-02-111-49/+49
* Event.c: improve DEBUG outputUlrich Sibiller2018-11-091-3/+15
* Check nxagentXkbInfo.EventBase before useUlrich Sibiller2018-11-091-1/+7
* Events.c: improve Bool usageUlrich Sibiller2018-10-221-5/+4
* nxagent: use nxagentWMIsRunning as Bool all over the placeUlrich Sibiller2018-10-221-5/+5
* Events.c: drop variable that caused compilation warningUlrich Sibiller2018-08-221-8/+2
* Events.c: fix wrong printf format specifiersUlrich Sibiller2018-08-221-4/+4
* Events.c: fix compiler warningsUlrich Sibiller2018-08-221-3/+3
* Events.c: mitigate compiler warningUlrich Sibiller2018-08-221-1/+1
* refactor nxagentGet(Default)EventMaskUlrich Sibiller2018-08-221-16/+8
* Update Xinerama on XMapEventUlrich Sibiller2018-05-241-0/+12
* Events.c: catch intermediate window position changesUlrich Sibiller2018-05-241-5/+35
* nxagent: remove mmwidth/mmheight from nxagentChangeScreenConfigUlrich Sibiller2018-05-241-4/+3
* Screen.c/Events.c: fix some commentsUlrich Sibiller2018-05-241-2/+1
* nxagent: use XAllocSizeHints() instead of XSizeHints structUlrich Sibiller2018-05-241-25/+12
* Screen.c/Events.c: add some FIXMEsUlrich Sibiller2018-05-241-0/+1
* hw/nxagent: fix spelling errors as reported by codespellUlrich Sibiller2018-05-241-1/+1
* hw/nxagent/: Use <function>(void) rather than <function>().Mike Gabriel2018-02-261-9/+9
* nxagent: Add support for optionally enabling/disabling the magic pixel feature.Mike Gabriel2018-02-261-1/+1
* Events.c: change scope of XButtonEvent struct and clear it before useUlrich Sibiller2018-02-051-2/+3
* Events.c: Fix wrong function name in TEST outputUlrich Sibiller2018-02-051-1/+1
* Events.c: add FIXMEUlrich Sibiller2018-01-071-0/+1
* hw/nxagent/Events.c: Fix compiler warnings (with NX_DEBUG_INPUT): format.Mike Gabriel2017-12-141-12/+12
* Events.c/h: Rename & restructure some Xkb functionsUlrich Sibiller2017-12-141-20/+20
* Events.c: add ifdef around nxagentRemoteWindowsTreeUlrich Sibiller2017-12-071-0/+3
* Make sure XQueryTree results are freedUlrich Sibiller2017-12-071-15/+17
* Revert "Switch from using libNX_X11's deprecated XKeycodeToKeysym() function ...Ulrich Sibiller2017-05-041-17/+4
* Keystrokes: rename left/up/right/down keystrokes to descriptive namesUlrich Sibiller2017-04-031-4/+4
* Fix "uninitialised byte(s)" complaints from valgrindUlrich Sibiller2017-03-021-2/+16
* Switch from using libNX_X11's deprecated XKeycodeToKeysym() function to using...Mike Gabriel2017-02-201-4/+17
* nxcompext: Move code into Xserver subtree, as nxcompext requires Xserver incl...Mike Gabriel2016-11-151-1/+1
* hw/nxagent/{Clipboard|Events}.c: Typo fix in error messages.Mike Gabriel2016-10-131-1/+1
* Per-file copyright notices: Update copyright information in file headers that...Mike Gabriel2016-07-061-7/+15
* remove unreferenced NEED_EVENTS/NEED_REPLIESUlrich Sibiller2016-07-051-1/+0
* Move each screen's root-window pointer into ScreenRec.Mike Gabriel2016-06-211-15/+15
* nxagentReversePointerMap: Don't assume Xevent.xbutton.button is always greate...Mike Gabriel2016-06-211-2/+2
* nx-X11/programs/Xserver: Include nxcomp{,ext,shad} headers like one would do ...Mike Gabriel2016-06-131-5/+5
* hw/nxagent/Events.c: Avoid '#endif <empty line> #ifdef DEBUG' blocks.Mihai Moldovan2016-05-131-12/+0
* hw/nxagent/Events.c: Only declare and assign message_data and box variables i...Mike Gabriel2016-05-021-25/+8
* hw/nxagent/*.c: Drop various declarations of unused ScreenPtr pScreen.Mike Gabriel2016-05-021-6/+0
* Rename region macros to eliminate screen argumentMike Gabriel2016-05-021-37/+37
* Initialize XRandR based Xinerama extension properly when session is started w...Mike Gabriel2015-12-301-1/+1
* Reimplement xinerama via randr in nxagent (not libNX_Xinerama). (Fixes Arctic...Ulrich Sibiller2015-12-301-4/+42