Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Should have been added in previous commit | marha | 2009-12-09 | 1 | -0/+1 |
| | |||||
* | Solved DC leackage and problem if wrong context to be activated on losecurrent. | marha | 2009-12-09 | 1 | -33/+73 |
| | |||||
* | DC should only be released after the context is not current anymore on opengl | marha | 2009-12-08 | 5 | -81/+160 |
| | |||||
* | Solved problem is using the wrong parameters in the release dc function calls. | marha | 2009-12-08 | 1 | -2294/+2295 |
| | |||||
* | svn merge ^/branches/released | marha | 2009-12-02 | 31 | -544/+454 |
|\ | |||||
| * | Xserver git update | marha | 2009-12-02 | 31 | -544/+454 |
| | | |||||
* | | Increased version number. | marha | 2009-12-01 | 2 | -2/+2 |
| | | |||||
* | | Enabled native opengl for xdmcp | marha | 2009-12-01 | 5 | -9/+129 |
| | | |||||
* | | Do not uninstall the c runtime, cause it sometimes remove the dlls from the ↵ | marha | 2009-11-24 | 1 | -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.3 | marha | 2009-11-23 | 1 | -12/+20 |
| | | |||||
* | | Make sure that uninitialised members of bmpHeader are set to zero. | marha | 2009-11-23 | 1 | -4/+9 |
| | | |||||
* | | winGetWindowInfo: avoid creating unnecessary regions | marha | 2009-11-23 | 1 | -5/+15 |
| | | |||||
* | | Commented out unnecessary code. | marha | 2009-11-23 | 1 | -0/+2 |
| | | |||||
* | | - Solved problems when running opengl with indirect rendering (export ↵ | marha | 2009-11-23 | 4 | -15/+25 |
| | | | | | | | | | | | | | | LIBGL_ALWAYS_INDIRECT=1) - removed mesaopengl32.dll (not needed anymore) | ||||
* | | Solved crash when no wgl extensions. | marha | 2009-11-23 | 1 | -0/+2 |
| | | |||||
* | | Solved problem of accessing memory after being freed. | marha | 2009-11-23 | 1 | -1/+3 |
| | | |||||
* | | Synchronised makefile and makefile.am | marha | 2009-11-23 | 1 | -5/+38 |
| | | |||||
* | | It seems that wglGetPixelFormatAttribivARB may also return ↵ | marha | 2009-11-22 | 1 | -0/+4 |
| | | | | | | | | WGL_TYPE_RGBA_UNSIGNED_FLOAT_EXT | ||||
* | | Make sure GLXminor is filled with correct value. | marha | 2009-11-20 | 1 | -0/+2 |
| | | |||||
* | | Removed compile warnings. | marha | 2009-11-20 | 4 | -6/+6 |
| | | |||||
* | | Make sure no data out of the buffer is logged. | marha | 2009-11-20 | 1 | -1/+2 |
| | | |||||
* | | Native glx is compiling and running now (although no acceleration is ↵ | marha | 2009-11-20 | 33 | -217/+29432 |
| | | | | | | | | happening... to be investigated further) | ||||
* | | svn merge ^/branches/released | marha | 2009-11-20 | 9 | -1858/+2743 |
|\| | |||||
| * | Checked in glx of cygwin-aiglx branch of ↵ | marha | 2009-11-20 | 9 | -1858/+2743 |
| | | | | | | | | git://anongit.freedesktop.org/~jturney/xserver | ||||
* | | extension_string.c should also be included. | marha | 2009-11-19 | 1 | -1/+1 |
| | | |||||
* | | Removed compilation of libraries that are not needed. | marha | 2009-11-19 | 2 | -5/+3 |
| | | |||||
* | | Adjusted error messages. | marha | 2009-11-18 | 1 | -6/+17 |
| | | |||||
* | | Added copyright | marha | 2009-11-18 | 1 | -7/+17 |
| | | |||||
* | | Also install debug CRT (needed by vcxsrv_dbg.exe) | marha | 2009-11-18 | 2 | -6/+44 |
| | | |||||
* | | Increased version numer. | marha | 2009-11-17 | 4 | -4/+6 |
| | | | | | | | | | | Changed website | ||||
* | | svn merge ^/branches/released | marha | 2009-11-17 | 136 | -13882/+83917 |
|\| | |||||
| * | Update to git master branch of xserver. | marha | 2009-11-16 | 134 | -1131/+71194 |
| | | |||||
* | | Solved endless loop problem when moving the cursor between 2 screens ↵ | marha | 2009-11-17 | 2 | -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. | marha | 2009-11-16 | 2 | -108/+0 |
| | | |||||
* | | Use flex and bison to generate winprefslex.c winprefsyacc.c and winprefsyacc.h | marha | 2009-11-16 | 6 | -4584/+15 |
| | | |||||
* | | Installer: also register the .xlaunch extension. | marha | 2009-11-13 | 1 | -0/+18 |
| | | |||||
* | | Change the current directory to the directory where the vcxsrv.exe is located. | marha | 2009-11-13 | 1 | -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.2 | marha | 2009-11-13 | 2 | -2/+2 |
| | | |||||
* | | load also the makefiles for xclock, xcalc and xwininfo | marha | 2009-11-12 | 1 | -3/+3 |
| | | |||||
* | | Solved crash because wrong map was adjusted when the number of visual was ↵ | marha | 2009-11-06 | 1 | -1/+4 |
| | | | | | | | | resized. | ||||
* | | Added xwininfo | marha | 2009-11-06 | 4 | -3/+8 |
|\| | |||||
* | | Added xclock and xcalc to system menu. | marha | 2009-11-06 | 4 | -5/+17 |
| | | |||||
* | | Added xclock and xcalc. | marha | 2009-11-06 | 1 | -4/+10 |
|\| | |||||
* | | Move WinMain to seperate library. | marha | 2009-11-05 | 1 | -40/+0 |
| | | |||||
* | | New version 1.7.99.1 | marha | 2009-11-03 | 2 | -2/+2 |
| | | |||||
* | | svn merge ^/branches/released | marha | 2009-10-21 | 471 | -56234/+60108 |
|\| | |||||
| * | Updated to xorg-server-1.7.99.1 | marha | 2009-10-21 | 472 | -56226/+60114 |
| | | |||||
* | | Now compile complete locale | marha | 2009-10-21 | 3 | -36/+0 |
| | | |||||
* | | svn merge ^/branches/released | marha | 2009-10-19 | 22 | -287/+452 |
|\| | |||||
| * | Updated to xorg-server-1.7.0.902 | marha | 2009-10-19 | 24 | -289/+455 |
| | |