aboutsummaryrefslogtreecommitdiff
path: root/xorg-server
Commit message (Collapse)AuthorAgeFilesLines
* svn merge ^/branches/released .marha2011-02-20319-52799/+52232
|\
| * xserver xkeyboard-config libX11 pixman mesa git update 2011marha2011-02-20321-53910/+53349
| |
* | Increased version to 1.9.4.11.9.4.1marha2011-02-162-2/+2
| | | | | | | | | | 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
| |
* | Do not use a delay of 0marha2011-02-161-17/+9
| |
* | Type cast width to short to avoid type cast exception in debug version when ↵marha2011-02-161-2/+2
| | | | | | | | width is negative.
* | 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
| |
* | When XDMCP -from is specified, only register the requested addressmarha2011-02-141-1/+1
| |
* | svn merge ^/branches/released .marha2011-02-143-389/+409
|\|
| * xkeyboard-config pixman xkbcompt mesa git update 12 Feb 2011marha2011-02-123-389/+409
| |
* | 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
* | Solved problem of wrongly generated error message.marha2011-02-111-2/+2
| |
* | Increased version to 1.9.4.0marha2011-02-102-2/+2
| |
* | 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-0370-75927/+77549
|\|
| * libXext xserver libXau libX11 pixman mesa git update 3 Feb 2011 marha2011-02-0370-75925/+77547
| |
* | Solved needles rebuilds when switching between debug and release buildsmarha2011-02-031-15/+5
| |
* | Solved parallel build problem starting from a clean treemarha2011-02-024-22/+45
| |
* | Version 1.9.3.1marha2011-02-022-2/+2
| |
* | Added host selection menu in case -broadcast was specifiedmarha2011-02-016-2/+234
| |
* | Solved problem of using an unitialised variable.marha2011-01-311-1/+1
| |
* | Solved wrong type for g_iClipboardWindow extern variablemarha2011-01-311-1/+1
| |
* | Solved problem of wrong type for extern variablemarha2011-01-311-1/+1
| |
* | Removed unused functionsmarha2011-01-283-62/+0
| |
* | Enabled ROOTLESS option in dix (currenlty not really used)marha2011-01-2814-236/+228
|\|
* | Solved compilation errorsmarha2011-01-282-5/+8
| |
* | Define _GLAPI_NO_EXPORTS in glx makefile to solve compilation problem due to ↵marha2011-01-262-2/+2
| | | | | | | | latest change in glapi.h
* | Synchronised filesmarha2011-01-261-5/+0
| |
* | svn merge ^/branches/released .marha2011-01-2614-34795/+36073
|\|
| * mesa xkeyboard-config git update 26 jan 2011marha2011-01-2614-34795/+36073
| |
* | 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
* | svn merge ^/branches/released .marha2011-01-2143-34223/+34561
|\|
| * xserver mesa xkbcomp libxcb git update 21 jan 2011marha2011-01-2142-34464/+34777
| |
* | svn merge ^/branches/released .marha2011-01-1953-8795/+8902
|\|
| * xserver pixman mesa git update 19 jan 2011marha2011-01-1953-8767/+8874
| |
* | Also install xclock and xclock-colormarha2011-01-191-0/+4
| |
* | Added .Xdefaults filemarha2011-01-192-0/+2
| |
* | Added xclock application filesmarha2011-01-182-1/+6
| |
* | svn merge "^/branches/released" .marha2011-01-1878-0/+3030
|\| | | | | | | | | added XtErrorDB file
| * Added xbitmaps-1.1.1marha2011-01-1876-0/+2791
| |
* | Use winUpdateFBPointer() in winshaddd.c rather than duplicating it inlinemarha2011-01-171-16/+1
| |