| Commit message (Expand) | Author | Age | Files | Lines |
* | The code to utilize our libjpeg's ability to input/output out native formatsv0.0.90 | Pierre Ossman | 2009-04-30 | 2 | -38/+43 |
* | Updated version information and copyright. | Peter Åstrand | 2009-04-29 | 1 | -6/+6 |
* | Regenerate xserver16.patch. | Adam Tkac | 2009-04-27 | 1 | -8/+8 |
* | Remove debugging output that wasn't supposed to be committed. | Pierre Ossman | 2009-04-24 | 1 | -3/+0 |
* | Send desktop layout changes separately | Pierre Ossman | 2009-04-23 | 5 | -84/+167 |
* | UltraVNC sends a new non-incr. FUR when it gets a DesktopSize rect, and | Pierre Ossman | 2009-04-22 | 1 | -2/+8 |
* | If font catalogue exists (Fedora 11), use it as the initial font path | DRC | 2009-04-22 | 1 | -0/+3 |
* | Make sure we handle endian problems in the conversion code. | Pierre Ossman | 2009-04-21 | 3 | -6/+22 |
* | Fix generation of native pixel format so the that internal state is correct. | Pierre Ossman | 2009-04-20 | 1 | -13/+19 |
* | It shouldn't be necessary to actually open the XFS unix socket. If the socke... | DRC | 2009-04-16 | 1 | -13/+6 |
* | Added Inno Setup file, for creating Windows installer. | Peter Åstrand | 2009-04-15 | 1 | -0/+42 |
* | Added DOS line breaks. | Peter Åstrand | 2009-04-15 | 1 | -0/+1 |
* | Change font path logic such that XFS is used if it is available and running, ... | DRC | 2009-04-15 | 2 | -28/+67 |
* | Added a copy of the license with DOS line breaks, so that we can ship | Peter Åstrand | 2009-04-15 | 1 | -0/+340 |
* | Use spawnvp on all platforms, even those that support the newer API | DRC | 2009-04-15 | 1 | -11/+1 |
* | The index.vnc in the javabin directory was removed in r3667. We could | Peter Åstrand | 2009-04-14 | 2 | -1/+14 |
* | Fetch VncViewer.jar directly from the Java build directory, instead of | Peter Åstrand | 2009-04-14 | 1 | -1/+1 |
* | Yet another version number fix. We had forgotten to update VERSIONINFO | Peter Åstrand | 2009-04-14 | 2 | -8/+8 |
* | logo150x150.gif is no longer used. | Peter Åstrand | 2009-04-14 | 1 | -1/+0 |
* | Updated the version number in yet another location. | Peter Åstrand | 2009-04-14 | 1 | -2/+2 |
* | Update version information, to match rest of the project. | Peter Åstrand | 2009-04-14 | 1 | -4/+4 |
* | Corrected line breaks; must only use CRLF. | Peter Åstrand | 2009-04-14 | 1 | -1/+1 |
* | Move autoreconf of the X server until after modules are built, because the X ... | DRC | 2009-04-11 | 1 | -1/+1 |
* | Fix build on RHEL 4 | DRC | 2009-04-11 | 2 | -8/+9 |
* | Fix script to work with Python 2.3 | DRC | 2009-04-10 | 1 | -3/+11 |
* | Oops. Correct configure argument to disable UUID support is '--without-uuid' | DRC | 2009-04-10 | 1 | -1/+1 |
* | Create the system menu entries earlier to play nice with any system-wide | Pierre Ossman | 2009-04-09 | 1 | -15/+17 |
* | Update copyright notice and version in executable metadata. | Pierre Ossman | 2009-04-09 | 1 | -4/+4 |
* | Use lower IDs for system menu entries. | Pierre Ossman | 2009-04-09 | 1 | -19/+19 |
* | Check for full *-windres name in configure instead of hardcode it. | Adam Tkac | 2009-04-07 | 3 | -4/+3 |
* | Remove fttypes.h from Makefile.am, it doesn't exist. | Adam Tkac | 2009-04-07 | 1 | -1/+1 |
* | Set default deferred update timer to 1 ms | DRC | 2009-04-06 | 2 | -2/+2 |
* | Take advantage of libjpeg colorspace extensions, if available | DRC | 2009-04-06 | 1 | -9/+54 |
* | Take advantage of libjpeg colorspace extensions if available | DRC | 2009-04-06 | 1 | -12/+52 |
* | Test fast upsampling | DRC | 2009-04-05 | 4 | -10/+23 |
* | Add colorspace extensions to merged upsampling routines | DRC | 2009-04-05 | 7 | -993/+1353 |
* | Remove unnecessary code | DRC | 2009-04-05 | 1 | -6/+0 |
* | Properly handle spaces in configure flags | DRC | 2009-04-04 | 1 | -18/+12 |
* | Oops. jcolsamp.inc should be included from j[c|d]clr[mmx|ss2].asm so it rece... | DRC | 2009-04-04 | 4 | -2/+4 |
* | Oops. jcolsamp.inc needs to be included from j[c|d]clr[mmx|ss2].asm so that ... | DRC | 2009-04-04 | 4 | -2/+4 |
* | Don't install test programs, build them only. | Adam Tkac | 2009-04-03 | 1 | -1/+1 |
* | Check if C++ compiler is present. | Adam Tkac | 2009-04-03 | 1 | -0/+1 |
* | Execute vncconfig in xstartup file early to make clipboard working. | Adam Tkac | 2009-04-03 | 1 | -1/+1 |
* | Update shift values in pixel format parse routine. | Pierre Ossman | 2009-04-03 | 1 | -0/+3 |
* | Remove unused pixel format constant. | Pierre Ossman | 2009-04-03 | 1 | -2/+0 |
* | Avoid touching PixelFormat internals. | Pierre Ossman | 2009-04-03 | 3 | -38/+65 |
* | Include low-level unit tests borrowed from VirtualGL | DRC | 2009-04-03 | 9 | -1/+1972 |
* | Implement new colorspaces to allow directly compressing from/decompressing to... | DRC | 2009-04-03 | 19 | -1889/+2486 |
* | Add environment variables to force MMX/SSE2 code path selection | DRC | 2009-04-03 | 1 | -0/+7 |
* | Disable XKEYBOARD extension by default, it is still broken (issue #2705839). | Adam Tkac | 2009-04-03 | 2 | -16/+34 |