| Commit message (Expand) | Author | Age | Files | Lines |
* | Rootless.c: improve malloc failure handling | Ulrich Sibiller | 2017-03-10 | 1 | -2/+34 |
* | Rootless.c: fix possible memleak | Ulrich Sibiller | 2017-03-10 | 1 | -0/+1 |
* | Display.c: pid is always 0, remove check | Ulrich Sibiller | 2017-03-10 | 1 | -1/+1 |
* | Window.c: Fix reference before check for null pointer | Ulrich Sibiller | 2017-03-10 | 1 | -3/+7 |
* | Keyboard.c: Simplify if clause | Ulrich Sibiller | 2017-03-10 | 1 | -4/+2 |
* | Rootless.c: Fix wrongly negated comparisons | Ulrich Sibiller | 2017-03-10 | 1 | -2/+2 |
* | Args.c: Fix missing parentheses | Ulrich Sibiller | 2017-03-10 | 1 | -0/+2 |
* | replace (DE)ALLOCATE_LOCAL by malloc/free | Ulrich Sibiller | 2017-03-03 | 6 | -21/+21 |
* | nxagent: move validateString as inline func to Utils.h | Ulrich Sibiller | 2017-03-03 | 7 | -9/+8 |
* | nxagent: half number of NameForAtom calls | Ulrich Sibiller | 2017-03-03 | 6 | -2/+9 |
* | misc nx-X11/programs/Xserver/{hw/nxagent,miext,render}/: move code around so ... | Mihai Moldovan | 2017-03-03 | 4 | -247/+192 |
* | hw/nxagent/Display.c: Fix uninitialized newAction in nxagentResetSignalHandle... | Mike Gabriel | 2017-03-03 | 1 | -0/+2 |
* | Fix "uninitialised byte(s)" complaints from valgrind | Ulrich Sibiller | 2017-03-02 | 6 | -17/+42 |
* | Xserver/dix/atom.c (et al.): Constify atom name strings. | Mike Gabriel | 2017-03-02 | 4 | -13/+13 |
* | {dix/,hw/nxagent/NX}dixfont.{c,h}: Support using builtin-fonts. Makes depende... | Mike Gabriel | 2017-02-27 | 1 | -11/+36 |
* | Xserver/hw/nxagent/Font.c: Drop references to /usr/NX/share/fonts/base as def... | Mike Gabriel | 2017-02-27 | 1 | -8/+4 |
* | Xserver/hw/nxagent/Font.c: Change (alternative) default font path order to ma... | Mike Gabriel | 2017-02-27 | 1 | -10/+10 |
* | Xserver/hw/nxagent/Font.c: Drop NXAGENT_ALTERNATE_FONT_PATH_4 (pointing to /u... | Mike Gabriel | 2017-02-27 | 1 | -30/+0 |
* | release 3.5.99.43.5.99.4 | Mike Gabriel | 2017-02-24 | 1 | -1/+1 |
* | Naming change: Security*Access -> Dix*Access | Mike Gabriel | 2017-02-20 | 6 | -44/+44 |
* | Switch from using libNX_X11's deprecated XKeycodeToKeysym() function to using... | Mike Gabriel | 2017-02-20 | 2 | -11/+37 |
* | The smart scheduler is not optional. | Mathieu Bérard | 2017-02-15 | 5 | -107/+0 |
* | drop platform support: unifdef sgi. | Mike Gabriel | 2017-02-08 | 1 | -6/+0 |
* | drop platform support: unifdef AIXV3, AIXV4 (and AIXrt, AIX386). | Mike Gabriel | 2017-02-08 | 1 | -5/+0 |
* | drop platform support: unifdef __UNIXOS2__. | Mike Gabriel | 2017-02-08 | 2 | -417/+0 |
* | Screen.c: clean up superfluous whitespace | Ulrich Sibiller | 2017-02-08 | 1 | -4/+3 |
* | Screen.c: Ensure that an output is unused before destroying it | Ulrich Sibiller | 2017-02-08 | 1 | -14/+28 |
* | hw/nxagent/Init.c: Amend artifact in license header. | Mike Gabriel | 2016-12-22 | 1 | -5/+0 |
* | Screen.c: more debug output formatting improvements | Ulrich Sibiller | 2016-12-07 | 1 | -8/+8 |
* | Screen.c: fix uninitalized variable | Ulrich Sibiller | 2016-12-07 | 1 | -0/+1 |
* | Screen.c: fix compile warnings in DEBUG mode | Ulrich Sibiller | 2016-12-07 | 1 | -5/+5 |
* | Screen.c: fix formatting | Ulrich Sibiller | 2016-12-07 | 1 | -9/+9 |
* | Screen.c: improve debugging output | Ulrich Sibiller | 2016-12-07 | 1 | -7/+29 |
* | Drop glx_ansic.h wrapper and call malloc, realloc, free and str-funcs directly. | Kristian Høgsberg | 2016-12-04 | 1 | -4/+4 |
* | Remove libcwrapper usage from xorg server modules. The libcwrapper is not use... | Eric Anholt | 2016-12-04 | 1 | -1/+1 |
* | slightly improve rrxinerama debug output | Ulrich Sibiller | 2016-12-03 | 1 | -12/+12 |
* | Fix compilation warnings | Ulrich Sibiller | 2016-12-03 | 2 | -10/+10 |
* | add .gitignore files | Ulrich Sibiller | 2016-11-17 | 1 | -0/+3 |
* | nxcompext: Move code into Xserver subtree, as nxcompext requires Xserver incl... | Mike Gabriel | 2016-11-15 | 46 | -31/+9259 |
* | Xserver/hw/nxagent/Imakefile: Introduce the NULL variable. | Mike Gabriel | 2016-11-09 | 1 | -64/+113 |
* | Keyboard.c: evdev is only existing on Linux | Ulrich Sibiller | 2016-11-08 | 1 | -4/+3 |
* | Keyboard.c: move variable to inner scope | Ulrich Sibiller | 2016-11-08 | 1 | -7/+5 |
* | Reconnect.c: simplify code by using strndup | Ulrich Sibiller | 2016-11-08 | 1 | -12/+4 |
* | Keyboard.c: replace malloc/strcpy by str(n)dup | Ulrich Sibiller | 2016-11-08 | 1 | -8/+2 |
* | Keyboard.c: more whitespace/formatting fixes | Ulrich Sibiller | 2016-11-08 | 1 | -12/+15 |
* | Keyboard.c: improve keyboard file creation | Ulrich Sibiller | 2016-11-08 | 1 | -5/+5 |
* | Keyboard.c: use NULL instead of 0 | Ulrich Sibiller | 2016-11-08 | 1 | -5/+5 |
* | Keyboard.c: remove superfluous whitespace | Ulrich Sibiller | 2016-11-08 | 1 | -1/+1 |
* | Keyboard.c: Fix wrong error msg prefix | Ulrich Sibiller | 2016-11-08 | 1 | -1/+1 |
* | Keyboard.c: Fix and simplify keyboard config file handling | Ulrich Sibiller | 2016-11-08 | 1 | -12/+3 |