aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw
Commit message (Collapse)AuthorAgeFilesLines
* Increased version to 1.10.0.0marha2011-03-081-1/+1
|
* Added option to terminate on server reset when xmdcpmarha2011-03-086-500/+516
|
* Made edit controls scrolablemarha2011-03-082-6/+6
|
* Starting remote program works.marha2011-03-076-250/+289
| | | | | Added option to disable access control.
* Starting a local program works nowmarha2011-03-072-14/+14
|
* Solved compilation problems. clipboard without primary selection is working nowmarha2011-03-075-24/+26
|
* Added possibility of mapping the PRIMARY selectionmarha2011-03-077-8/+26
|
* Added clipboardprimary option to be able to only map THE CLIPBOARD selection ↵marha2011-03-077-60/+99
| | | | to the windows clipboard. Default the CLIPBOARD and the PRIMARY selection are mapped.
* Removed dependency on itselfmarha2011-03-071-1/+1
|
* Forgot to add in previous commitmarha2011-03-071-0/+18
|
* Use flex and bison from tools/mhmakemarha2011-03-071-12/+2
|
* Solved compile errormarha2011-03-071-0/+1
|
* Don't assume we'll always have converted the selection after 2 attemptsmarha2011-03-071-18/+3
|
* Remove GLXversionmarha2011-03-071-6/+2
|
* Handle failure to get any fbconfigs more gracefullymarha2011-03-071-3/+23
|
* Made winOverrideStyle thread safemarha2011-03-073-29/+23
|
* xlaunch now uses libxml2 (dependency on msxml is removed)marha2011-03-062-185/+92
|
* svn merge ^/branches/released .marha2011-03-0417-3516/+3669
|\
| * xserver xkeyboard-config mesa git update 4 Marc 2011marha2011-03-0417-5306/+5459
| |
* | svn merge ^/branches/released .marha2011-02-284-277/+293
|\|
| * xserver libX11 Xextproto mesa Git update 28 Feb 2011marha2011-02-284-122/+138
| |
* | Removed usage of obsolete macrosmarha2011-02-251-8/+8
| |
* | svn merge ^/branches/released .marha2011-02-2525-8565/+8721
|\|
| * xserver randrproto mesa xkeyboard-config git update 25 Feb 2011marha2011-02-2524-20498/+20656
| |
* | Solved possible parallel build problemmarha2011-02-211-0/+2
| |
* | svn merge ^/branches/released .marha2011-02-2014-5697/+5700
|\|
| * xserver xkeyboard-config libX11 pixman mesa git update 2011marha2011-02-2016-5711/+5720
| |
* | Increased version to 1.9.4.11.9.4.1marha2011-02-161-1/+1
| | | | | | | | | | Added release note
* | Solved possible crash because the pixmap buffer was not correct anymore ↵marha2011-02-161-0/+5
| | | | | | | | after moving a window
* | Do not delete the region given to SetWindowRgn, this is not allowedmarha2011-02-161-1/+0
| |
* | Use the prop->size member to know how much data to copymarha2011-02-161-4/+8
| |
* | Initialise uninitialised variablesmarha2011-02-161-1/+1
| |
* | Initialize an uninitialised member of send eventmarha2011-02-161-0/+1
| |
* | Don't bother reporting XORG_VERSION_CURRENT, when we alsomarha2011-02-142-3/+3
| | | | | | | | | | | | report the version number broken down into it's components XORG_VERSION_MAJOR, XORG_VERSION_MINOR, etc. as well.
* | Report XLocaleNotSupported result from X*TextPropertyToTextList()marha2011-02-141-1/+4
| |
* | Only call XSupportsLocale in one place. Switch to a known locale when it failsmarha2011-02-144-24/+12
| |
* | Solved display problem when multiple monitor setup changesmarha2011-02-112-6/+17
| |
* | Solved problem of a window being created with an Y coordinate of 0x8000000. ↵marha2011-02-111-6/+34
| | | | | | | | This is the cause when only as Y coordinate CW_USEDEFAULT is choosen
* | Increased version to 1.9.4.0marha2011-02-101-1/+1
| |
* | Solved a crash in multiwindow mode due to a crash overflow:marha2011-02-046-8/+34
| | | | | | | | | | | | | | - Make sure WM_WM_REINIT and WM_WM_MOVE do not have the same value - Make sure the nextview handle is not the same as the window itself
* | xdmcp: add host connected to in the title of the main windowmarha2011-02-034-18/+60
| |
* | svn merge ^/branches/released .marha2011-02-0361-66777/+68306
|\|
| * libXext xserver libXau libX11 pixman mesa git update 3 Feb 2011 marha2011-02-0361-66777/+68306
| |
* | Solved needles rebuilds when switching between debug and release buildsmarha2011-02-031-15/+5
| |
* | Version 1.9.3.1marha2011-02-021-1/+1
| |
* | Added host selection menu in case -broadcast was specifiedmarha2011-02-015-1/+174
| |
* | Enabled ROOTLESS option in dix (currenlty not really used)marha2011-01-2813-236/+227
|\|
* | Define _GLAPI_NO_EXPORTS in glx makefile to solve compilation problem due to ↵marha2011-01-261-1/+1
| | | | | | | | latest change in glapi.h
* | Xlaunch: Wgl setting was not saved in configuration.marha2011-01-241-1/+3
| |
* | resize was not working when window was maximised.marha2011-01-211-4/+12
| | | | | | | | | | change some error messages to debug messages