Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enabled native opengl for xdmcp | marha | 2009-12-01 | 5 | -9/+129 |
| | |||||
* | 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 crash when no wgl extensions. | marha | 2009-11-23 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | Native glx is compiling and running now (although no acceleration is ↵ | marha | 2009-11-20 | 27 | -214/+29400 |
| | | | | 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 | ||||
* | | Increased version numer. | marha | 2009-11-17 | 1 | -1/+3 |
| | | | | | | | | | | Changed website | ||||
* | | svn merge ^/branches/released | marha | 2009-11-17 | 28 | -12999/+13238 |
|\| | |||||
| * | Update to git master branch of xserver. | marha | 2009-11-16 | 28 | -255/+550 |
| | | |||||
* | | 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 |
| | | |||||
* | | Increased version number to 1.7.99.2 | marha | 2009-11-13 | 1 | -1/+1 |
| | | |||||
* | | Added xwininfo | marha | 2009-11-06 | 1 | -2/+2 |
|\| | |||||
* | | Added xclock and xcalc to system menu. | marha | 2009-11-06 | 1 | -1/+1 |
| | | |||||
* | | Move WinMain to seperate library. | marha | 2009-11-05 | 1 | -40/+0 |
| | | |||||
* | | New version 1.7.99.1 | marha | 2009-11-03 | 1 | -1/+1 |
| | | |||||
* | | svn merge ^/branches/released | marha | 2009-10-21 | 10 | -64/+72 |
|\| | |||||
| * | Updated to xorg-server-1.7.99.1 | marha | 2009-10-21 | 10 | -63/+72 |
| | | |||||
* | | svn merge ^/branches/released | marha | 2009-10-19 | 2 | -8/+10 |
|\| | |||||
| * | Updated to xorg-server-1.7.0.902 | marha | 2009-10-19 | 3 | -9/+11 |
| | | |||||
* | | svn merge ^/branches/released . | marha | 2009-10-12 | 1 | -1/+2 |
|\| | |||||
| * | Updated to: | marha | 2009-10-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | | font-util-1.1.1 xorg-server-1.7.0.901 | ||||
* | | Increased version number (first version with opengl enabled.) | marha | 2009-10-12 | 1 | -1/+1 |
| | | |||||
* | | Syncronised makefile and makefile.am a little bit more. | marha | 2009-10-08 | 1 | -23/+23 |
| | | |||||
* | | Increased version number (now in sync with version of xorg-server) | marha | 2009-10-07 | 1 | -1/+1 |
| | | |||||
* | | Cleaned | marha | 2009-10-06 | 1 | -6/+0 |
| | | |||||
* | | 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 |
| | | |||||
* | | Print resourceid as hex. | marha | 2009-10-04 | 2 | -3/+3 |
| | | |||||
* | | XSetWindowBorderWidth can only be called if the window class is different ↵ | marha | 2009-10-02 | 1 | -1/+1 |
| | | | | | | | | from InputOnly | ||||
* | | 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 |
| | | |||||
* | | Take for the log file the same verbosity as for the screen. | marha | 2009-09-28 | 1 | -1/+1 |
| | | |||||
* | | Also install xerrordb file. | marha | 2009-09-28 | 1 | -1/+10 |
| | | | | | | | | | | 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 | 1 | -1/+1 |
| | | |||||
* | | svn merge https://vcxsrv.svn.sourceforge.net/svnroot/vcxsrv/branches/released | marha | 2009-09-24 | 1 | -3/+4 |
|\| | |||||
| * | Update following packages: | marha | 2009-09-24 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | - 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 | 2 | -1/+8 |
| | | | | | | | | 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 |
| | | |||||
* | | Increased version number | marha | 2009-09-21 | 1 | -1/+1 |
| | | |||||
* | | 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) | ||||
* | | Display the number of active clients in the tray icon tooltip. | marha | 2009-09-16 | 4 | -33/+59 |
| | |