Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compile errors solved. | marha | 2009-09-29 | 2 | -3/+3 |
| | |||||
* | Print some more information in X error handler. | marha | 2009-09-29 | 2 | -6/+25 |
| | |||||
* | Solved compiler warning | marha | 2009-09-28 | 1 | -0/+4 |
| | |||||
* | Change buffer from static to local to avoid problems in multithreaded tracing. | marha | 2009-09-28 | 1 | -1/+1 |
| | |||||
* | Take for the log file the same verbosity as for the screen. | marha | 2009-09-28 | 1 | -1/+1 |
| | |||||
* | Make sure the temporary file gets deleted after keyboard compilation. | marha | 2009-09-28 | 2 | -1/+10 |
| | |||||
* | Solved compile warning. | marha | 2009-09-28 | 1 | -0/+1 |
| | |||||
* | Disable debug font messages in release version. | marha | 2009-09-28 | 1 | -0/+2 |
| | |||||
* | Also install xerrordb file. | marha | 2009-09-28 | 3 | -5/+19 |
| | | | | | Added extra information in error message of winMultiWindowXMsgProcErrorHandler | ||||
* | Removed most tracing in release versions. | marha | 2009-09-28 | 53 | -1349/+372 |
| | |||||
* | Switched to version 1.1.21.1.2 | marha | 2009-09-25 | 4 | -3/+69 |
| | |||||
* | Removed compiler warnings. | marha | 2009-09-25 | 3 | -0/+10 |
| | |||||
* | Solved compiler warning | marha | 2009-09-25 | 1 | -0/+2 |
| | |||||
* | Solved compiler warnings. | marha | 2009-09-25 | 5 | -28/+31 |
| | |||||
* | stddef.h is part of the standard includes files, so we should not have one here. | marha | 2009-09-25 | 1 | -6/+0 |
| | |||||
* | svn merge https://vcxsrv.svn.sourceforge.net/svnroot/vcxsrv/branches/released | marha | 2009-09-24 | 189 | -52076/+53053 |
|\ | |||||
| * | Update following packages: | marha | 2009-09-24 | 173 | -29173/+30152 |
| | | | | | | | | | | | | | | | | - xproto-7.0.16 - libXdmcp-1.0.3 - bdftopcf-1.0.2 - xorg-server-1.6.99.902 | ||||
* | | Put global pointers to the mouse and keyboard device back to NULL after they ↵ | marha | 2009-09-23 | 4 | -1/+11 |
| | | | | | | | | have been closed. | ||||
* | | Solved endless looping when clipboardthread is restarted due to winioerrhandler. | marha | 2009-09-23 | 1 | -6/+6 |
| | | |||||
* | | Switched some error traces to debug traces. | marha | 2009-09-23 | 1 | -3/+3 |
| | | |||||
* | | synchronised makefile and Makefile.am1.1.1 | marha | 2009-09-21 | 1 | -4/+3 |
| | | |||||
* | | Increased version number | marha | 2009-09-21 | 4 | -3/+57 |
| | | |||||
* | | svn merge https://vcxsrv.svn.sourceforge.net/svnroot/vcxsrv/branches/released . | marha | 2009-09-20 | 83 | -730/+3950 |
|\| | |||||
| * | Switched to xkeyboard-config-1.6.99 | marha | 2009-09-20 | 73 | -631/+3798 |
| | | |||||
* | | Now mhmake can be compiled with mhmake | marha | 2009-09-20 | 1 | -16/+4 |
| | | |||||
* | | Now it is possible to have spaces in the root directory name of the source tree | marha | 2009-09-18 | 3 | -4/+8 |
| | | | | | | | | | | (when using mhmake version 1.4.0) | ||||
* | | Changes for making it possible to have spaces in the MHMAKECONF environment ↵ | marha | 2009-09-18 | 10 | -168/+218 |
| | | | | | | | | variable. | ||||
* | | Removed circular dependency. | marha | 2009-09-18 | 2 | -1/+1 |
| | | |||||
* | | Solved circular dependency. | marha | 2009-09-18 | 4 | -1/+1 |
| | | |||||
* | | Made files the same that should be the same. | marha | 2009-09-17 | 7 | -84/+84 |
| | | | | | | | | | | Added batch fiesl for checking that these files are the same. | ||||
* | | synchronised include\dix-config.h and xorg-server\include\dix-config.h.in | marha | 2009-09-16 | 1 | -106/+102 |
| | | |||||
* | | Display the number of active clients in the tray icon tooltip. | marha | 2009-09-16 | 4 | -33/+59 |
| | | |||||
* | | Use closesocket in stead of close for closing a socket on windows. | marha | 2009-09-16 | 1 | -0/+4 |
| | | |||||
* | | Added xinerama extension. | marha | 2009-09-15 | 7 | -7/+173 |
| | | |||||
* | | svn merge https://vcxsrv.svn.sourceforge.net/svnroot/vcxsrv/branches/released . | marha | 2009-09-15 | 239 | -22885/+54329 |
|\| | |||||
| * | Added libXinerama-1.0.99.1 | marha | 2009-09-15 | 27 | -0/+40099 |
| | | |||||
| * | Added xineramaproto-1.1.99.1.tar.gz | marha | 2009-09-15 | 2 | -0/+202 |
| | | |||||
| * | Checked in xorg-server-1.6.99.901 | marha | 2009-09-15 | 210 | -13800/+4933 |
| | | |||||
* | | Solved stack corruption in QueryMonitor. | marha | 2009-09-15 | 1 | -24/+3 |
| | | | | | | | | | | Make use of multimon.h (from windows sdk) | ||||
* | | Use winDebug for traces (code is removed in release version) | marha | 2009-09-15 | 1 | -34/+34 |
| | | |||||
* | | Renamed debug version to vcxsrv_dbg and also install together with the ↵ | marha | 2009-09-15 | 2 | -8/+12 |
| | | | | | | | | symbol file. | ||||
* | | Solved endless loop when copy/pasting. | marha | 2009-09-14 | 4 | -543/+510 |
| | | |||||
* | | Removed compile time warning. | marha | 2009-09-14 | 1 | -1/+1 |
| | | |||||
* | | Solved debug run-time error in down-cast. | marha | 2009-09-14 | 1 | -2/+2 |
| | | |||||
* | | Some clipboard rewrite. Clipboard seems to work now accept | marha | 2009-09-13 | 10 | -192/+194 |
| | | | | | | | | | | for some socket shutdowns at startup (still under investigation) | ||||
* | | - Removed waiting until clipboard was started after being launched in | marha | 2009-09-11 | 6 | -43/+11 |
| | | | | | | | | | | | | | | | | | | function winProcSetSelectionOwner. (This was causing a dead lock) - Changed welcome message - Synchronised winclipboardxevents with the version on the release branch (Removed calls to XLockDisplay and XUnlockDisplay) - Call to XInitThreads has been moved to the beginning of dix\main. This function should be called before any call to a Xlib function. | ||||
* | | Added possible heap checking code (disabled by default)1.1.0 | marha | 2009-09-10 | 1 | -0/+15 |
| | | |||||
* | | Files to edit to change to a new version. | marha | 2009-09-10 | 1 | -0/+3 |
| | | |||||
* | | Added release notes. | marha | 2009-09-10 | 3 | -0/+65 |
| | | |||||
* | | New version 1.1.0 | marha | 2009-09-10 | 3 | -4/+4 |
| | |