aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw
Commit message (Collapse)AuthorAgeFilesLines
...
* | Increased version number to 1.7.99.2marha2009-11-131-1/+1
| |
* | Added xwininfomarha2009-11-061-2/+2
|\|
* | Added xclock and xcalc to system menu.marha2009-11-061-1/+1
| |
* | Move WinMain to seperate library.marha2009-11-051-40/+0
| |
* | New version 1.7.99.1marha2009-11-031-1/+1
| |
* | svn merge ^/branches/releasedmarha2009-10-21388-39937/+52099
|\|
| * Updated to xorg-server-1.7.99.1marha2009-10-21389-39929/+52105
| |
* | svn merge ^/branches/releasedmarha2009-10-199-187/+117
|\|
| * Updated to xorg-server-1.7.0.902marha2009-10-1910-188/+118
| |
* | svn merge ^/branches/released .marha2009-10-1270-362/+261
|\|
| * Updated to:marha2009-10-1270-362/+261
| | | | | | | | | | | | | | font-util-1.1.1 xorg-server-1.7.0.901
* | Increased version number (first version with opengl enabled.)marha2009-10-121-1/+1
| |
* | Syncronised makefile and makefile.am a little bit more.marha2009-10-081-23/+23
| |
* | Increased version number (now in sync with version of xorg-server)marha2009-10-071-1/+1
| |
* | Cleanedmarha2009-10-061-6/+0
| |
* | 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-0547-1997/+1979
|\|
| * Updated tomarha2009-10-0447-408/+390
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.marha2009-10-042-3/+3
| |
* | XSetWindowBorderWidth can only be called if the window class is different ↵marha2009-10-021-1/+1
| | | | | | | | from InputOnly
* | Compile errors solved.marha2009-09-292-3/+3
| |
* | Print some more information in X error handler.marha2009-09-292-6/+25
| |
* | Take for the log file the same verbosity as for the screen.marha2009-09-281-1/+1
| |
* | Also install xerrordb file.marha2009-09-281-1/+10
| | | | | | | | | | 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-251-1/+1
| |
* | svn merge https://vcxsrv.svn.sourceforge.net/svnroot/vcxsrv/branches/releasedmarha2009-09-2437-1308/+1258
|\|
| * Update following packages:marha2009-09-2437-268/+218
| | | | | | | | | | | | | | | | - 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 ↵marha2009-09-232-1/+8
| | | | | | | | have been closed.
* | Solved endless looping when clipboardthread is restarted due to winioerrhandler.marha2009-09-231-6/+6
| |
* | Switched some error traces to debug traces.marha2009-09-231-3/+3
| |
* | synchronised makefile and Makefile.am1.1.1marha2009-09-211-4/+3
| |
* | Increased version numbermarha2009-09-211-1/+1
| |
* | Now it is possible to have spaces in the root directory name of the source treemarha2009-09-181-1/+1
| | | | | | | | | | (when using mhmake version 1.4.0)
* | Display the number of active clients in the tray icon tooltip.marha2009-09-164-33/+59
| |
* | svn merge https://vcxsrv.svn.sourceforge.net/svnroot/vcxsrv/branches/released .marha2009-09-15153-15346/+6578
|\|
| * Checked in xorg-server-1.6.99.901marha2009-09-15153-11635/+2867
| |
* | Solved stack corruption in QueryMonitor.marha2009-09-151-24/+3
| | | | | | | | | | Make use of multimon.h (from windows sdk)
* | Use winDebug for traces (code is removed in release version)marha2009-09-151-34/+34
| |
* | Solved endless loop when copy/pasting.marha2009-09-144-543/+510
| |
* | Removed compile time warning.marha2009-09-141-1/+1
| |
* | Some clipboard rewrite. Clipboard seems to work now acceptmarha2009-09-138-191/+189
| | | | | | | | | | for some socket shutdowns at startup (still under investigation)
* | - Removed waiting until clipboard was started after being launched inmarha2009-09-115-43/+3
| | | | | | | | | | | | | | | | | | function winProcSetSelectionOwner. (This was causing a dead lock) - Changed welcome message - Synchronised winclipboardxevents with the version on the release branch (Removed calls to XLockDisplay and XUnlockDisplay) - Call to XInitThreads has been moved to the beginning of dix\main. This function should be called before any call to a Xlib function.
* | New version 1.1.0marha2009-09-101-1/+1
| |
* | Synchronised with released branch.marha2009-09-0915-1567/+1561
| |
* | Synchronised with released branch.marha2009-09-092-25/+0
| |
* | svn merge https://vcxsrv.svn.sourceforge.net/svnroot/vcxsrv/branches/released .marha2009-09-09518-14642/+18494
|\|
| * Switched to xorg-server-1.6.99.900.tar.gzmarha2009-09-06524-14514/+19130
| |
* | svn merge https://vcxsrv.svn.sourceforge.net/svnroot/vcxsrv/branches/released .marha2009-09-0267-2589/+5521
|\|