aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added copying of swrast_dri.dll and opengl32.dllmarha2009-10-111-1/+8
|
* Added swrast_dri.vcprojmarha2009-10-115-14/+486
| | | | | All configurations are compiling now.
* Opengl is working now.marha2009-10-0922-961/+2487
|
* svn merge ^/branches/released .marha2009-10-096-0/+4165
|\
| * Were not added in previous commit because of the ignores.marha2009-10-096-0/+4165
| |
* | svn merge ^/branches/released . --username marhamarha2009-10-091030-0/+410865
|\|
| * Added MesaLib-7.6marha2009-10-081030-0/+410865
| |
* | Enabled GLX extension.marha2009-10-081-1/+1
| |
* | Syncronised makefile and makefile.am a little bit more.marha2009-10-081-23/+23
| |
* | Solved problems using an unitialised variable.marha2009-10-081-4/+4
| |
* | Dlls in windows have the dll extension.marha2009-10-081-2/+5
| |
* | Fixed parsing of hexadecimal arguments to bdftruncate.marha2009-10-071-2/+2
| |
* | Fixed miClipPictureSrcmarha2009-10-071-4/+4
| |
* | Added release note for 1.7.01.7.0marha2009-10-071-0/+96
| |
* | svn merge ^/branches/released .marha2009-10-0731-3719/+7385
|\|
| * Switched to following packages:marha2009-10-0729-3715/+7377
| | | | | | | | | | | | | | | | fixesproto-4.1.1 randrproto-1.3.1 libxkbfile-1.0.6
* | Increased version number (now in sync with version of xorg-server)marha2009-10-073-3/+3
| |
* | Cleanedmarha2009-10-061-6/+0
| |
* | Adjusted the tracing.marha2009-10-061-3/+27
| |
* | Call XSelectInput when a window is mapped and not when it is created.marha2009-10-061-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.marha2009-10-061-2/+2
| |
* | svn merge https://vcxsrv.svn.sourceforge.net/svnroot/vcxsrv/branches/released .marha2009-10-05610-32774/+45605
|\|
| * Updated tomarha2009-10-04608-22311/+35142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Make it possible to overrule XSERVER_DTRACE in the makefilesmarha2009-10-041-1/+1
| |
* | Print resourceid as hex.marha2009-10-042-3/+3
| |
* | Enable some tracing in debugmarha2009-10-042-1/+76
| |
* | Enable some traces in debugmarha2009-10-042-0/+7
| |
* | XSetWindowBorderWidth can only be called if the window class is different ↵marha2009-10-021-1/+1
| | | | | | | | from InputOnly
* | Optimised auto dependency generationmarha2009-10-0214-129/+152
| | | | | | | | | | | | Added control c handler in windows Now throw string exceptions instead of integer exceptions.
* | Removed useless code.marha2009-10-011-4/+0
| |
* | Added xerrordb to ignores.marha2009-09-300-0/+0
| |
* | Solved run-time downcast problem in debug version.marha2009-09-291-3/+14
| |
* | Solved run-time downcast errors in debug version.marha2009-09-291-4/+4
| |
* | Compile errors solved.marha2009-09-292-3/+3
| |
* | Print some more information in X error handler.marha2009-09-292-6/+25
| |
* | Solved compiler warningmarha2009-09-281-0/+4
| |
* | Change buffer from static to local to avoid problems in multithreaded tracing.marha2009-09-281-1/+1
| |
* | Take for the log file the same verbosity as for the screen.marha2009-09-281-1/+1
| |
* | Make sure the temporary file gets deleted after keyboard compilation.marha2009-09-282-1/+10
| |
* | Solved compile warning.marha2009-09-281-0/+1
| |
* | Disable debug font messages in release version.marha2009-09-281-0/+2
| |
* | Also install xerrordb file.marha2009-09-283-5/+19
| | | | | | | | | | Added extra information in error message of winMultiWindowXMsgProcErrorHandler
* | Removed most tracing in release versions.marha2009-09-2853-1349/+372
| |
* | Switched to version 1.1.21.1.2marha2009-09-254-3/+69
| |
* | Removed compiler warnings.marha2009-09-253-0/+10
| |
* | Solved compiler warningmarha2009-09-251-0/+2
| |
* | Solved compiler warnings.marha2009-09-255-28/+31
| |
* | stddef.h is part of the standard includes files, so we should not have one here.marha2009-09-251-6/+0
| |
* | svn merge https://vcxsrv.svn.sourceforge.net/svnroot/vcxsrv/branches/releasedmarha2009-09-24189-52076/+53053
|\|
| * Update following packages:marha2009-09-24173-29173/+30152
| | | | | | | | | | | | | | | | - xproto-7.0.16 - libXdmcp-1.0.3 - bdftopcf-1.0.2 - xorg-server-1.6.99.902