581 Commits (056c153209fea793ce00986cf102a5b587e28369)

Author SHA1 Message Date
  Tim Waugh 892d10a705 Fixed IPv6 support. 9 years ago
  Pierre Ossman 25ae7e3578 Handler still needs to return something even with XDamage 9 years ago
  Pierre Ossman 8f30811bfe No need to force modifiable strings here 9 years ago
  Pierre Ossman 8a044ee41e Pointer truncation/expansion needs to be very explicit 9 years ago
  Pierre Ossman 7728be27d0 Add extra parentheses to avoid and/or priority ambiguity 9 years ago
  Tim Waugh 2d02ff32b7 Link libvnc.so with '-z now' to make symbol resolution failures obvious. 9 years ago
  Tim Waugh 897fc0ae9d Check for out-of-memory when installing color map. 9 years ago
  Tim Waugh 242fdf0c5a Updated to build against xorg-x11-server 1.17.x. 9 years ago
  Tim Waugh e652878d4a Don't return without value here. 9 years ago
  Pierre Ossman c134168be9 Update copyright years 9 years ago
  Tim Waugh b904483a51 Abort argument processing on error. 9 years ago
  Brian P. Hinz 86299fbc2b Fixes for build issues caused by recent restructuring 9 years ago
  Pierre Ossman 4e3e79dc7d Make the calls to va_list logging functions more explicit 9 years ago
  Pierre Ossman 6d0b3eaec2 Avoid shadowing variables 9 years ago
  Pierre Ossman 5fb5b8ad1c ddxInitGlobals() was removed from Xorg ages ago 9 years ago
  Pierre Ossman 595aedc9bd ddxBeforeReset() is only conditionally included in the build 9 years ago
  Pierre Ossman 37e5af91ca Properly define functions as not having any arguments 9 years ago
  Pierre Ossman 8081ba507d Remove declaration for variable already present in headers 9 years ago
  Pierre Ossman 614a121de7 Make sure we get prototypes for global DDX functions 9 years ago
  Pierre Ossman 9d9d1409f4 Avoid complaints about unused variable in argument less requests 9 years ago
  Pierre Ossman dfe455ce18 No need to cast these as they are already an appropriate type 9 years ago
  Pierre Ossman a916108f52 Declare variables at the start of each block, as required 9 years ago
  Pierre Ossman 5a3c39a9a0 Use proper prototypes in headers for all our internal functions 9 years ago
  Pierre Ossman b9216b37ad Restructure code a bit to avoid warning about unused variable 9 years ago
  Pierre Ossman 31fa98b319 Remove code supporting Xorg older than 1.7 9 years ago
  Pierre Ossman 04d288cd57 Move build-xorg to contrib as it is not a maintained component 9 years ago
  Pierre Ossman 6330d1465c Raise base Xorg requirement to 1.7 9 years ago
  Pierre Ossman 9018af44da More debug logging for screen layout changes 9 years ago
  Pierre Ossman f8e3b34c69 Restructure Xvnc/libvnc.so code to avoid C++ header hacks 9 years ago
  Pierre Ossman be2d450f40 Band aid to work around inluding C headers in C++ code 9 years ago
  Pierre Ossman 532e4e364f Change development version to 1.4.80 9 years ago
  Michal Srb dbf6355cbb vncpasswd: Ask for read only password. 9 years ago
  Pierre Ossman 42c379ef3c Link basic X11 libraries last 9 years ago
  Pierre Ossman e83b14a0e0 Make sure we check failed memory allocations 9 years ago
  Brian P. Hinz 7f3e4bd0bf Fix pointer initialization to prevent NULL events. 9 years ago
  Brian P. Hinz bf880361b2 Applying xserver115.patch fails on Ubuntu xorg-server source at hunk 2. Wayland was not merged into the Xorg tree until 1.16 9 years ago
  Pierre Ossman 3d2a84b9ea Correct naming convention for some parameters 9 years ago
  Pierre Ossman 0f15ee3b54 Remove unused VideoArea parameter 9 years ago
  Pierre Ossman 23f67c3e28 Avoid extra spacing in the generated man pages 9 years ago
  Pierre Ossman de0f832a05 Update server man pages to reflect current list of options 9 years ago
  Pierre Ossman c16bb27836 Document the -list argument to vncserver 9 years ago
  Pierre Ossman f256a1a7f4 Remove the date from man pages 9 years ago
  Pierre Ossman e37a14408a Clean up the authors section of the man pages 9 years ago
  Tim Waugh 9e3dcea788 Added missing part of write block handler. 9 years ago
  Tim Waugh 6f92b79cd3 Fix linking when dri3 and present are enabled. 9 years ago
  Tim Waugh 8ee097a616 No need to declare 'display' here either. 9 years ago
  Tim Waugh 11e35b81a9 GCFuncs and GCOps are const since 1.16. 9 years ago
  Tim Waugh 300411c623 No need to declare 'display' here. 9 years ago
  Tim Waugh 49c8f8c1b7 Another LoadExtensionList() that needs an #ifdef. 9 years ago
  Tim Waugh e2fe5f8a1f LoadExtensionList is new in 1.16. 9 years ago