aboutsummaryrefslogtreecommitdiff
path: root/xorg-server
Commit message (Collapse)AuthorAgeFilesLines
...
* | Solved DC leackage and problem if wrong context to be activated on losecurrent.marha2009-12-091-33/+73
| |
* | DC should only be released after the context is not current anymore on openglmarha2009-12-085-81/+160
| |
* | Solved problem is using the wrong parameters in the release dc function calls.marha2009-12-081-2294/+2295
| |
* | svn merge ^/branches/releasedmarha2009-12-0231-544/+454
|\|
| * Xserver git updatemarha2009-12-0231-544/+454
| |
* | Increased version number.marha2009-12-012-2/+2
| |
* | Enabled native opengl for xdmcpmarha2009-12-015-9/+129
| |
* | Do not uninstall the c runtime, cause it sometimes remove the dlls from the ↵marha2009-11-241-26/+28
| | | | | | | | winsxs directory although other applications are still using them.
* | Make sure that uninitilised members of ICONINFO are put to zero.1.7.99.3marha2009-11-231-12/+20
| |
* | Make sure that uninitialised members of bmpHeader are set to zero.marha2009-11-231-4/+9
| |
* | winGetWindowInfo: avoid creating unnecessary regionsmarha2009-11-231-5/+15
| |
* | Commented out unnecessary code.marha2009-11-231-0/+2
| |
* | - Solved problems when running opengl with indirect rendering (export ↵marha2009-11-234-15/+25
| | | | | | | | | | | | | | LIBGL_ALWAYS_INDIRECT=1) - removed mesaopengl32.dll (not needed anymore)
* | Solved crash when no wgl extensions.marha2009-11-231-0/+2
| |
* | Solved problem of accessing memory after being freed.marha2009-11-231-1/+3
| |
* | Synchronised makefile and makefile.ammarha2009-11-231-5/+38
| |
* | It seems that wglGetPixelFormatAttribivARB may also return ↵marha2009-11-221-0/+4
| | | | | | | | WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT
* | Make sure GLXminor is filled with correct value.marha2009-11-201-0/+2
| |
* | Removed compile warnings.marha2009-11-204-6/+6
| |
* | Make sure no data out of the buffer is logged.marha2009-11-201-1/+2
| |
* | Native glx is compiling and running now (although no acceleration is ↵marha2009-11-2033-217/+29432
| | | | | | | | happening... to be investigated further)
* | svn merge ^/branches/releasedmarha2009-11-209-1858/+2743
|\|
| * Checked in glx of cygwin-aiglx branch of ↵marha2009-11-209-1858/+2743
| | | | | | | | git://anongit.freedesktop.org/~jturney/xserver
* | extension_string.c should also be included.marha2009-11-191-1/+1
| |
* | Removed compilation of libraries that are not needed.marha2009-11-192-5/+3
| |
* | Adjusted error messages.marha2009-11-181-6/+17
| |
* | Added copyrightmarha2009-11-181-7/+17
| |
* | Also install debug CRT (needed by vcxsrv_dbg.exe)marha2009-11-182-6/+44
| |
* | Increased version numer.marha2009-11-174-4/+6
| | | | | | | | | | Changed website
* | svn merge ^/branches/releasedmarha2009-11-17136-13882/+83917
|\|
| * Update to git master branch of xserver.marha2009-11-16134-1131/+71194
| |
* | Solved endless loop problem when moving the cursor between 2 screens ↵marha2009-11-172-4/+7
| | | | | | | | | | | | | | together with +xinerama. (The problem was worse when screen 1 was left to screen 0)
* | Removed files that will be merged in again.marha2009-11-162-108/+0
| |
* | Use flex and bison to generate winprefslex.c winprefsyacc.c and winprefsyacc.hmarha2009-11-166-4584/+15
| |
* | Installer: also register the .xlaunch extension.marha2009-11-131-0/+18
| |
* | Change the current directory to the directory where the vcxsrv.exe is located.marha2009-11-131-0/+14
| | | | | | | | | | | | This is to make sure the standard fonts are loaded (the standard font path is referenced agains the . (current directory) )
* | Increased version number to 1.7.99.2marha2009-11-132-2/+2
| |
* | load also the makefiles for xclock, xcalc and xwininfomarha2009-11-121-3/+3
| |
* | Solved crash because wrong map was adjusted when the number of visual was ↵marha2009-11-061-1/+4
| | | | | | | | resized.
* | Added xwininfomarha2009-11-064-3/+8
|\|
* | Added xclock and xcalc to system menu.marha2009-11-064-5/+17
| |
* | Added xclock and xcalc.marha2009-11-061-4/+10
|\|
* | Move WinMain to seperate library.marha2009-11-051-40/+0
| |
* | New version 1.7.99.1marha2009-11-032-2/+2
| |
* | svn merge ^/branches/releasedmarha2009-10-21471-56234/+60108
|\|
| * Updated to xorg-server-1.7.99.1marha2009-10-21472-56226/+60114
| |
* | Now compile complete localemarha2009-10-213-36/+0
| |
* | svn merge ^/branches/releasedmarha2009-10-1922-287/+452
|\|
| * Updated to xorg-server-1.7.0.902marha2009-10-1924-289/+455
| |
* | svn merge ^/branches/released .marha2009-10-12114-574/+802
|\|