Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lift miext to xorg-xserver-7.1/1.1.10 state | Ulrich Sibiller | 2018-02-27 | 2 | -1/+2 |
| | |||||
* | Lift record to xorg-server-1.4.2 state | Ulrich Sibiller | 2018-02-27 | 1 | -4/+4 |
| | |||||
* | Lift record to xorg-server-1.2.0/xorg-server-1.3.0.0 state - non-functional ↵ | Ulrich Sibiller | 2018-02-27 | 1 | -53/+22 |
| | | | | changes only | ||||
* | Lift record to xorg-server-1.2.0/xorg-server-1.3.0.0 state | Ulrich Sibiller | 2018-02-27 | 1 | -222/+0 |
| | |||||
* | Lift record to xorg-xserver-7.1/1.1.0 state - non-functional changes only | Ulrich Sibiller | 2018-02-27 | 1 | -115/+43 |
| | |||||
* | Lift record to xorg-xserver-7.1/1.1.0 state | Ulrich Sibiller | 2018-02-27 | 1 | -9/+7 |
| | |||||
* | hw/nxagent/: Stop using non-portable '__progname', set up our own ↵ | Mike Gabriel | 2018-02-26 | 3 | -7/+9 |
| | | | | 'nxagentProgName' instead and pass it around where needed. | ||||
* | hw/nxagent/: Use <function>(void) rather than <function>(). | Mike Gabriel | 2018-02-26 | 28 | -94/+94 |
| | |||||
* | nxagent/Args.c: Mention new -options cmdline parameter in usage info. | Simon Matter | 2018-02-26 | 1 | -0/+1 |
| | | | | Fixes ArcticaProject/nx-libs#639 | ||||
* | nxagent: Print correct application in usage message. | Simon Matter | 2018-02-26 | 1 | -0/+5 |
| | | | | Fixes ArcticaProject/nx-libs#639. | ||||
* | nxagent: Add -version cmdline option. | Simon Matter | 2018-02-26 | 4 | -4/+17 |
| | | | | Fixes ArcticaProject/nx-libs#653. | ||||
* | dbe: add NXAGENT_SERVER guard for DixLookup | Ulrich Sibiller | 2018-02-26 | 2 | -0/+32 |
| | |||||
* | Lift dbe to xorg-xserver-1.4.2 state - non-functional changes only | Ulrich Sibiller | 2018-02-26 | 2 | -9/+0 |
| | |||||
* | Lift dbe to xorg-xserver-1.4.2 state | Ulrich Sibiller | 2018-02-26 | 3 | -50/+4 |
| | |||||
* | Lift dbe to xorg-xserver-7.1/1.1.0 state - non-functional changes only | Ulrich Sibiller | 2018-02-26 | 2 | -86/+34 |
| | |||||
* | Lift dbe to xorg-xserver-7.1/1.1.0 state | Ulrich Sibiller | 2018-02-26 | 2 | -3/+9 |
| | |||||
* | Transfer previous dix changes into hw/nxagent | Ulrich Sibiller | 2018-02-26 | 1 | -21/+31 |
| | |||||
* | Lift dix to xorg-xserver-1.3.0.0 state - non-functional changes only | Ulrich Sibiller | 2018-02-26 | 4 | -10/+5 |
| | |||||
* | Lift dix to xorg-xserver-1.3.0.0 state | Ulrich Sibiller | 2018-02-26 | 18 | -85/+184 |
| | |||||
* | Lift dix to xorg-xserver-7.1/1.1.0 state - non-functional changes only | Ulrich Sibiller | 2018-02-26 | 3 | -1/+24 |
| | |||||
* | Lift dix to xorg-xserver-7.1/1.1.0 state | Ulrich Sibiller | 2018-02-26 | 9 | -14/+84 |
| | |||||
* | Lift XFIXES to xorg-xserver-1.4.2 state - non-functional changes only | Ulrich Sibiller | 2018-02-26 | 7 | -15/+1 |
| | |||||
* | Lift XFIXES to xorg-xserver-1.4.2 state | Ulrich Sibiller | 2018-02-26 | 6 | -6/+46 |
| | |||||
* | Lift XFIXES to xorg-xserver-7.1/1.1.0 state (XFIXES 4.0) - non-functional ↵ | Ulrich Sibiller | 2018-02-26 | 7 | -10/+70 |
| | | | | changes only | ||||
* | Lift XFIXES to xorg-xserver-7.1/1.1.0 state (XFIXES 4.0) | Ulrich Sibiller | 2018-02-26 | 4 | -3/+295 |
| | |||||
* | nxagent: Add support for optionally enabling/disabling the magic pixel feature. | Mike Gabriel | 2018-02-26 | 5 | -1/+34 |
| | | | | Fixes ArcticaProject/nx-libs#657. | ||||
* | Xi: change () prototypes to (void) | Ulrich Sibiller | 2018-02-26 | 2 | -5/+5 |
| | | | | | | | | According to the C standard these are not equivalent. However, the same change has been done in Xorg upstream. Plus these functions are not called with parameters anywhere so we should be fine. Besides, include/{extinit.h,XIstubs.h} always had the "void". | ||||
* | Xi/getbmap.c: remove unnecessary cast | Ulrich Sibiller | 2018-02-26 | 1 | -1/+1 |
| | | | | Was forgotten in f6a1bda2dff0c70aa13f3cb763a9b08c4c037c53 | ||||
* | Xi: small formatting changes to match Xorg 7.1's Xi | Ulrich Sibiller | 2018-02-26 | 15 | -46/+48 |
| | |||||
* | Xi: reformat | Ulrich Sibiller | 2018-02-26 | 37 | -893/+534 |
| | |||||
* | Xi: ansify function prototypes | Ulrich Sibiller | 2018-02-26 | 73 | -942/+350 |
| | |||||
* | Xi: reformat code, ansify | Ulrich Sibiller | 2018-02-26 | 74 | -2030/+2030 |
| | |||||
* | Xi: Adapt include sections to match Xorg 7.1 | Ulrich Sibiller | 2018-02-26 | 37 | -168/+168 |
| | |||||
* | Revert "NXhsm.c: add missing code" | Mihai Moldovan | 2018-02-09 | 1 | -20/+6 |
| | | | | | | | | | | | | | | This reverts commit c804d99f2c4ea21e37cc8f6c3168b7b79d0d721a. It seems like the missing code was missing for a good reason. Including it leads to very strange issues when coupled with libXcomp and using connection speed settings lower than LAN (and even on LAN some icons are not showing up correctly, e.g., when using MATE). Further investigation on why this happens pending and might happen at a later time. Fixes: ArcticaProject/nx-libs#656 | ||||
* | Xext: lift xvmain.c to xorg-xserver-7.1/1.1 state | Ulrich Sibiller | 2018-02-07 | 2 | -4/+3 |
| | |||||
* | Xext: lift xres.c to xorg-xserver-7.1/1.1 state | Ulrich Sibiller | 2018-02-07 | 1 | -1/+3 |
| | | | | Fix XSERVER64 should be _XSERVER64 | ||||
* | Xext: lift sync.c to xorg-xserver-7.1/1.1 state | Ulrich Sibiller | 2018-02-07 | 1 | -2/+11 |
| | |||||
* | Xext: lift sleeputil.c to xorg-xserver-7.1/1.1 state | Ulrich Sibiller | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | Xext: lift panoramiX to xorg-xserver-7.1/1.1 state | Ulrich Sibiller | 2018-02-07 | 1 | -11/+20 |
| | | | | | | | | It also reintroduces a missed hack (undocumented commandline switch -disablexineramaextension to fool clients into thinking that Xinerama is disabled even though it is not). That hack had been dropped in d26930d59838e2a8305c66b67aaa163db157920c intentionally. | ||||
* | Xext: lift DPMS extension to xorg-xserver-7.1/1.1 state | Ulrich Sibiller | 2018-02-07 | 3 | -100/+105 |
| | |||||
* | Xext: lift screensaver extension to XORG-7_1 state | Ulrich Sibiller | 2018-02-07 | 4 | -3/+156 |
| | |||||
* | Lift fb to xorg-xserver-7.1/1.1 state | Ulrich Sibiller | 2018-02-05 | 5 | -46/+109 |
| | | | | Fixes ArcticaProject/nx-libs#640 | ||||
* | Window.c: fix TEST/DEBUG output | Ulrich Sibiller | 2018-02-05 | 1 | -3/+3 |
| | |||||
* | Split.c: make nxagentWaitDrawable TEST messages look like all the others | Ulrich Sibiller | 2018-02-05 | 1 | -5/+5 |
| | |||||
* | Split.c: Fix wrong function names in TEST output | Ulrich Sibiller | 2018-02-05 | 1 | -2/+2 |
| | |||||
* | Splash.c: Fix wrong function names in TEST/DEBUG output | Ulrich Sibiller | 2018-02-05 | 1 | -6/+6 |
| | |||||
* | Screen.c: Fix wrong function names in TEST output | Ulrich Sibiller | 2018-02-05 | 1 | -1/+1 |
| | |||||
* | Rootless.c: Fix wrong function name in WARNING output | Ulrich Sibiller | 2018-02-05 | 1 | -1/+1 |
| | |||||
* | Reconnect.c: Fix wrong function names in TEST output | Ulrich Sibiller | 2018-02-05 | 1 | -10/+10 |
| | |||||
* | Pixmap.c: Fix wrong function names in TEST/WARNING output | Ulrich Sibiller | 2018-02-05 | 1 | -2/+2 |
| |