aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
|\|
| * Switched to xorg-server-1.6.3.901.tar.gzmarha2009-09-0267-2589/+5521
| |
* | Solved some compiler warningsmarha2009-08-311-4/+1
| |
* | 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.
* | - Increased version numbermarha2009-08-071-1/+1
| | | | | | | | | | - 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-071-0/+90
| | | | | | | | | | - xlaunch is now a windows application (instead of a console application)
* | Increased version number.1.0.1marha2009-08-061-4/+1
| |
* | Solved mouse wheel not behaving correctly (especially when there are ↵marha2009-08-041-2/+7
| | | | | | | | multiple monitors)
* | 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.
* | First version of installer.marha2009-07-292-0/+4
| |
* | Changed property names.marha2009-07-293-9/+9
| |
* | Changed project name and window titlesmarha2009-07-295-21/+34
| |
* | Multiwindow is now also running.marha2009-07-283-27/+58
| |