aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/dix
Commit message (Collapse)AuthorAgeFilesLines
...
| * Git update 11/2/2010marha2010-02-111-1/+1
| |
* | svn merge ^/branches/released .marha2010-02-052-12/+34
|\|
| * Git update 5/2/2010marha2010-02-052-12/+34
| |
* | svn merge ^/branches/released .marha2010-01-251-118/+85
|\|
| * Git update 25/1/2010marha2010-01-251-118/+85
| |
* | svn merge ^/branches/releasedmarha2010-01-082-2/+5
|\|
| * Git update 8 jan 2010marha2010-01-082-2/+5
| |
* | svn merge ^/branches/releasedmarha2010-01-072-8/+25
|\| | | | | | | | | (Merged in record patch)
| * Added patches for bug http://bugs.freedesktop.org/show_bug.cgi?id=20500marha2010-01-072-8/+25
| | | | | | | | | | | | 0001-dix-EventToCore-needs-to-copy-the-root-window-too.patch 0001-Re-enable-the-RECORD-extension.patch
* | svn merge ^/branches/releasedmarha2010-01-052-1176/+1202
|\|
| * Git update 5/1/2010marha2010-01-051-3/+3
| |
| * Git update 4/1/2010marha2010-01-041-1/+27
| |
* | Fixed problem of clipboard client being shutdown when connecting through xdmcp.marha2010-01-021-2/+15
| |
* | Use InitWSA function to intialise winsock.marha2010-01-021-0/+6
| |
* | svn merge ^/branches/releasedmarha2009-12-203-4/+20
|\|
| * Switched to xorg-server-1.7.99.2marha2009-12-203-4/+20
| |
* | svn merge ^/branches/releasedmarha2009-12-176-4204/+4170
|\|
| * Git update 17/12/2009marha2009-12-176-123/+89
| |
* | svn merge ^/branches/releasedmarha2009-12-151-386/+388
|\|
| * Git update 14/12/2009marha2009-12-141-1/+3
| |
* | svn merge ^/trunk .marha2009-12-102-5917/+5916
|\|
| * Git update 8/12/2009marha2009-12-082-7/+6
| |
* | svn merge ^/branches/releasedmarha2009-12-022-12/+54
|\|
| * Xserver git updatemarha2009-12-022-12/+54
| |
* | svn merge ^/branches/releasedmarha2009-11-175-16/+13
|\|
| * Update to git master branch of xserver.marha2009-11-165-12/+12
| |
* | Solved endless loop problem when moving the cursor between 2 screens ↵marha2009-11-171-1/+4
| | | | | | | | | | | | | | together with +xinerama. (The problem was worse when screen 1 was left to screen 0)
* | 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) )
* | Solved crash because wrong map was adjusted when the number of visual was ↵marha2009-11-061-1/+4
| | | | | | | | resized.
* | svn merge ^/branches/releasedmarha2009-10-216-40/+30
|\|
| * Updated to xorg-server-1.7.99.1marha2009-10-216-40/+30
| |
* | svn merge ^/branches/releasedmarha2009-10-191-1/+3
|\|
| * Updated to xorg-server-1.7.0.902marha2009-10-191-1/+3
| |
* | svn merge ^/branches/released .marha2009-10-123-17/+16
|\|
| * Updated to:marha2009-10-123-17/+16
| | | | | | | | | | | | | | font-util-1.1.1 xorg-server-1.7.0.901
* | Adjusted the tracing.marha2009-10-061-3/+27
| |
* | svn merge https://vcxsrv.svn.sourceforge.net/svnroot/vcxsrv/branches/released .marha2009-10-057-2711/+2801
|\|
| * Updated tomarha2009-10-047-15/+105
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Enable some tracing in debugmarha2009-10-042-1/+76
| |
* | Solved compile warning.marha2009-09-281-0/+1
| |
* | Disable debug font messages in release version.marha2009-09-281-0/+2
| |
* | svn merge https://vcxsrv.svn.sourceforge.net/svnroot/vcxsrv/branches/releasedmarha2009-09-245-2129/+2115
|\|
| * Update following packages:marha2009-09-245-50/+36
| | | | | | | | | | | | | | | | - 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-231-0/+1
| | | | | | | | have been closed.
* | svn merge https://vcxsrv.svn.sourceforge.net/svnroot/vcxsrv/branches/released .marha2009-09-154-1286/+1273
|\|
| * Checked in xorg-server-1.6.99.901marha2009-09-155-65/+52
| |
* | - Removed waiting until clipboard was started after being launched inmarha2009-09-111-0/+8
| | | | | | | | | | | | | | | | | | 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.
* | Added possible heap checking code (disabled by default)1.1.0marha2009-09-101-0/+15
| |
* | Resynchronised with released branch.marha2009-09-093-13/+6
| |
* | svn merge https://vcxsrv.svn.sourceforge.net/svnroot/vcxsrv/branches/released .marha2009-09-0934-4023/+5393
|\|