Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use opengl32.dll from Release directory instead of lib in installer. | marha | 2009-10-11 | 1 | -1/+1 |
| | | | | | Added mesa building instructions to building.txt | ||||
* | Added copying of swrast_dri.dll and opengl32.dll | marha | 2009-10-11 | 1 | -1/+8 |
| | |||||
* | Opengl is working now. | marha | 2009-10-09 | 1 | -0/+2 |
| | |||||
* | Syncronised makefile and makefile.am a little bit more. | marha | 2009-10-08 | 1 | -23/+23 |
| | |||||
* | Solved problems using an unitialised variable. | marha | 2009-10-08 | 1 | -4/+4 |
| | |||||
* | Dlls in windows have the dll extension. | marha | 2009-10-08 | 1 | -2/+5 |
| | |||||
* | Fixed parsing of hexadecimal arguments to bdftruncate. | marha | 2009-10-07 | 1 | -2/+2 |
| | |||||
* | Fixed miClipPictureSrc | marha | 2009-10-07 | 1 | -4/+4 |
| | |||||
* | Increased version number (now in sync with version of xorg-server) | marha | 2009-10-07 | 2 | -2/+2 |
| | |||||
* | Cleaned | marha | 2009-10-06 | 1 | -6/+0 |
| | |||||
* | Adjusted the tracing. | marha | 2009-10-06 | 1 | -3/+27 |
| | |||||
* | Call XSelectInput when a window is mapped and not when it is created. | marha | 2009-10-06 | 1 | -4/+2 |
| | | | | | | (There seems to be windows which created and destroyed soon without being mapped to real windows. This is causing some errors.) | ||||
* | Debug: print window id's as hex. | marha | 2009-10-06 | 1 | -2/+2 |
| | |||||
* | svn merge https://vcxsrv.svn.sourceforge.net/svnroot/vcxsrv/branches/released . | marha | 2009-10-05 | 112 | -20759/+23261 |
|\ | |||||
| * | Updated to | marha | 2009-10-04 | 112 | -14809/+17311 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xkeyboard-config-1.7 pixman-0.16.2 libX11-1.3 libXinerama-1.1 xkbcomp-1.1.1 recordproto-1.14 xineramaproto-1.2 inputproto-2.0 compositeproto-0.4.1 xorg-server-1.7.0 | ||||
* | | Print resourceid as hex. | marha | 2009-10-04 | 2 | -3/+3 |
| | | |||||
* | | Enable some tracing in debug | marha | 2009-10-04 | 2 | -1/+76 |
| | | |||||
* | | Enable some traces in debug | marha | 2009-10-04 | 2 | -0/+7 |
| | | |||||
* | | XSetWindowBorderWidth can only be called if the window class is different ↵ | marha | 2009-10-02 | 1 | -1/+1 |
| | | | | | | | | from InputOnly | ||||
* | | Solved run-time downcast problem in debug version. | marha | 2009-09-29 | 1 | -3/+14 |
| | | |||||
* | | 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 | 2 | -2/+2 |
| | | |||||
* | | Removed compiler warnings. | marha | 2009-09-25 | 3 | -0/+10 |
| | | |||||
* | | svn merge https://vcxsrv.svn.sourceforge.net/svnroot/vcxsrv/branches/released | marha | 2009-09-24 | 91 | -23703/+24594 |
|\| | |||||
| * | Update following packages: | marha | 2009-09-24 | 90 | -935/+1826 |
| | | | | | | | | | | | | | | | | - 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 | 2 | -2/+2 |
| | | |||||
* | | 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 it is possible to have spaces in the root directory name of the source tree | marha | 2009-09-18 | 1 | -1/+1 |
| | | | | | | | | | | (when using mhmake version 1.4.0) | ||||
* | | Removed circular dependency. | marha | 2009-09-18 | 2 | -1/+1 |
| | | |||||
* | | Solved circular dependency. | marha | 2009-09-18 | 4 | -1/+1 |
| | | |||||
* | | Display the number of active clients in the tray icon tooltip. | marha | 2009-09-16 | 4 | -33/+59 |
| | | |||||
* | | Added xinerama extension. | marha | 2009-09-15 | 3 | -5/+7 |
| | | |||||
* | | svn merge https://vcxsrv.svn.sourceforge.net/svnroot/vcxsrv/branches/released . | marha | 2009-09-15 | 211 | -22885/+14028 |
|\| | |||||
| * | 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 |
| | |