aboutsummaryrefslogtreecommitdiff
path: root/xorg-server
Commit message (Collapse)AuthorAgeFilesLines
* svn merge https://vcxsrv.svn.sourceforge.net/svnroot/vcxsrv/branches/released .marha2009-09-15211-22885/+14028
|\
| * Checked in xorg-server-1.6.99.901marha2009-09-15210-13800/+4933
| |
* | 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
| |
* | Renamed debug version to vcxsrv_dbg and also install together with the ↵marha2009-09-152-8/+12
| | | | | | | | symbol file.
* | 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-1310-192/+194
| | | | | | | | | | for some socket shutdowns at startup (still under investigation)
* | - Removed waiting until clipboard was started after being launched inmarha2009-09-116-43/+11
| | | | | | | | | | | | | | | | | | 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
| |
* | New version 1.1.0marha2009-09-102-2/+2
| |
* | Solved crash due to writing out of bits buffer in create_bits_picture.marha2009-09-101-1/+1
| | | | | | | | | | xoff and yoff should be taken into acount for adjusting the bits pointer.
* | Synchronised with released branch.marha2009-09-0915-1567/+1561
| |
* | Synchronised with released branch.marha2009-09-092-25/+0
| |
* | Resynchronised with released branch.marha2009-09-093-13/+6
| |
* | Resynchronised with released branch (miext rootless is not used.)marha2009-09-093-721/+2
| |
* | Removed needless change.marha2009-09-091-1/+1
| |
* | svn merge https://vcxsrv.svn.sourceforge.net/svnroot/vcxsrv/branches/released .marha2009-09-091002-44271/+85998
|\|
| * Switched to xorg-server-1.6.99.900.tar.gzmarha2009-09-061000-44149/+86600
| |
* | DEBUG variable was passed in the wrong way to the makefile of plink.marha2009-09-071-1/+1
| |
* | Moved .PHONY rule for extrastuff to xkbrules.makmarha2009-09-074-6/+2
| |
* | Synchronised makefile with Makefile.ammarha2009-09-071-6/+5
| | | | | | | | | | .PHONY rule moved to xkbrules.mak (will be committed in next commit)
* | Solved problem of all file not being created in destination dir.marha2009-09-071-0/+5
| |
* | svn merge https://vcxsrv.svn.sourceforge.net/svnroot/vcxsrv/branches/released .marha2009-09-02148-19497/+18343
|\|
| * Switched to xorg-server-1.6.3.901.tar.gzmarha2009-09-02132-16402/+12362
| |
| * Should have been added in previous commit.marha2009-09-021-0/+222
| |
| * Switched to font-util-1.0.2.tar.gzmarha2009-09-0215-3095/+5759
| |
* | Added xkbmodal argumentmarha2009-08-312-2/+2
| |
* | Solved some compiler warningsmarha2009-08-313-8/+5
| |
* | Wait for clipboard thread to be started when already launched but not yet ↵marha2009-08-311-5/+16
| | | | | | | | started.
* | Make sure clipboard thread is cleaned up correctly on error.marha2009-08-311-16/+39
| | | | | | | | | | Solved clipboard thread exits causing the clipboard not to be working.
* | Make sure CreateWindow is not redefined.marha2009-08-281-0/+4
| |
* | Make sure CreateWindow is not redefined.marha2009-08-281-0/+4
| |
* | Make sure the CreateWindow is not defined as a macro.marha2009-08-281-0/+4
| |
* | Do not set show Details by default.1.0.2marha2009-08-101-1/+1
| |
* | Solved error in installation scriptmarha2009-08-091-1/+1
| |
* | - Increased version numbermarha2009-08-072-2/+2
| | | | | | | | | | - VC used _strdup instead of strdup
* | xlaunch: Solved link problem in debug build.marha2009-08-071-52/+63
| |
* | Solved right mouse button not working in multi window mode.marha2009-08-071-1/+1
| |
* | - Also build plink from the xorg-server makefilemarha2009-08-072-1/+97
| | | | | | | | | | - xlaunch is now a windows application (instead of a console application)
* | Added plink tool (version without console, except if output is generated)marha2009-08-073-5/+6
| | | | | | | | | | Added possibility to build console application or windows application in makefile.after
* | Increased version number.1.0.1marha2009-08-064-9/+6
| |
* | Generate the manifest file at run-time (taking the latest version of the ↵marha2009-08-063-9/+62
| | | | | | | | | | | | | | runtime installed) Installer: used the latest version of the run-time installed.
* | Moved rule to create DESTDIR to makefile.aftermarha2009-08-0534-82/+0
| |
* | Solved mouse wheel not behaving correctly (especially when there are ↵marha2009-08-041-2/+7
| | | | | | | | multiple monitors)
* | Added building of font.src and xkbdata.src to xorg-server\makefilemarha2009-08-0410-21/+35
| |
* | - Some files in the locale directory are now create from libX11/nlsmarha2009-08-045-81/+6
| | | | | | | | | | - sync-ed locale.dir locale.alias and locale.dir files with the one in libX11/nls
* | include/dix-config.h: removed encodings from font pathmarha2009-07-311-44/+0
| | | | | | | | | | | | libX11/src/ConvSel.c: corrected wrong return value xorg-server/hw/xwin/winclipboardwndproc.c: Solved pasted problem from X to windows.
* | Removed warning when compiling for be keyboard.marha2009-07-301-1/+1
| |
* | Solved problems when building from a fresh treemarha2009-07-298-22/+21
| |