Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not set show Details by default.1.0.2 | marha | 2009-08-10 | 1 | -1/+1 |
| | |||||
* | Solved error in installation script | marha | 2009-08-09 | 1 | -1/+1 |
| | |||||
* | - Increased version number | marha | 2009-08-07 | 5 | -3/+5 |
| | | | | | - VC used _strdup instead of strdup | ||||
* | xlaunch: Solved link problem in debug build. | marha | 2009-08-07 | 1 | -52/+63 |
| | |||||
* | Solved right mouse button not working in multi window mode. | marha | 2009-08-07 | 1 | -1/+1 |
| | |||||
* | - Also build plink from the xorg-server makefile | marha | 2009-08-07 | 2 | -1/+97 |
| | | | | | - xlaunch is now a windows application (instead of a console application) | ||||
* | Added plink tool (version without console, except if output is generated) | marha | 2009-08-07 | 73 | -13/+39383 |
| | | | | | Added possibility to build console application or windows application in makefile.after | ||||
* | Increased version number.1.0.1 | marha | 2009-08-06 | 6 | -11/+8 |
| | |||||
* | Generate the manifest file at run-time (taking the latest version of the ↵ | marha | 2009-08-06 | 7 | -45/+116 |
| | | | | | | | runtime installed) Installer: used the latest version of the run-time installed. | ||||
* | Split manifest file in a debug and a release version. | marha | 2009-08-05 | 3 | -6/+20 |
| | |||||
* | Moved rule to create DESTDIR to makefile.after | marha | 2009-08-05 | 35 | -83/+6 |
| | |||||
* | Solved mouse wheel not behaving correctly (especially when there are ↵ | marha | 2009-08-04 | 1 | -2/+7 |
| | | | | multiple monitors) | ||||
* | makefile.after: isdir is not a valid command in cmd.exe | marha | 2009-08-04 | 1 | -1/+1 |
| | |||||
* | Escaping of the $ sign by doubling it was not always done correctly. | marha | 2009-08-04 | 4 | -23/+19 |
| | |||||
* | Added building of font.src and xkbdata.src to xorg-server\makefile | marha | 2009-08-04 | 13 | -29/+38 |
| | |||||
* | - Some files in the locale directory are now create from libX11/nls | marha | 2009-08-04 | 5 | -81/+6 |
| | | | | | - sync-ed locale.dir locale.alias and locale.dir files with the one in libX11/nls | ||||
* | Added makefiles for generating the local directory. | marha | 2009-08-04 | 5 | -2/+25 |
| | |||||
* | openssl: Removed automatic generated files from version control. | marha | 2009-08-04 | 2 | -987/+0 |
| | |||||
* | - Made copy command recursive when copying a directory. | marha | 2009-08-04 | 7 | -102/+112 |
| | | | | | | | | | - When -q is specified output nothing. - Solved problem when mhmake is run from inside Visual Studio (output of cl.exe was send directly to the IDE instead of stdout) - Added strip function - Now use the svn info command to get the revision from the working copy. - Removed VC6 solution file. | ||||
* | Removed warning C4138: '*/' found outside of comment | marha | 2009-08-04 | 1 | -1/+1 |
| | |||||
* | include/dix-config.h: removed encodings from font path | marha | 2009-07-31 | 3 | -46/+2 |
| | | | | | | libX11/src/ConvSel.c: corrected wrong return value xorg-server/hw/xwin/winclipboardwndproc.c: Solved pasted problem from X to windows. | ||||
* | Solved uninitialised variable error in WIN32 | marha | 2009-07-30 | 1 | -0/+1 |
| | |||||
* | Removed warning when compiling for be keyboard. | marha | 2009-07-30 | 1 | -1/+1 |
| | |||||
* | Changes in ms\nt.mak for doing a DEBUG build without running Configur again. | marha | 2009-07-30 | 2 | -9/+65 |
| | | | | | Specify DEBUG=1 on the command line when running nmake. The output will be in the out32_d directory. | ||||
* | Updated building.txt | marha | 2009-07-29 | 1 | -0/+8 |
| | |||||
* | Solved problems when building from a fresh tree | marha | 2009-07-29 | 9 | -23/+23 |
| | |||||
* | Installer now also install CRT1.0.0 | marha | 2009-07-29 | 1 | -0/+63 |
| | |||||
* | Updated building.txt | marha | 2009-07-29 | 1 | -1/+2 |
| | |||||
* | First version of installer. | marha | 2009-07-29 | 5 | -0/+142 |
| | |||||
* | Updated building.txt file | marha | 2009-07-29 | 1 | -9/+20 |
| | |||||
* | Added cleantree to remove all unversioned files from a source tree (this is ↵ | marha | 2009-07-29 | 1 | -0/+66 |
| | | | | a completely clean) | ||||
* | mhmake now compiles. | marha | 2009-07-29 | 8 | -30/+1362 |
| | |||||
* | Added mhmake GNU make compatible (with extensions) make utility. | marha | 2009-07-29 | 44 | -0/+21979 |
| | |||||
* | Changed property names. | marha | 2009-07-29 | 3 | -9/+9 |
| | |||||
* | Changed project name and window titles | marha | 2009-07-29 | 9 | -142/+48 |
| | |||||
* | Added C locale needed for running X server | marha | 2009-07-28 | 5 | -0/+111 |
| | |||||
* | Multiwindow is now also running. | marha | 2009-07-28 | 3 | -27/+58 |
| | |||||
* | X server is running again (at least via xdmcp) | marha | 2009-07-28 | 12 | -111/+162 |
| | |||||
* | vcxsrv compiles now. Still run-time errors. | marha | 2009-07-27 | 42 | -244/+459 |
| | |||||
* | svn merge file:///D:/svnrepos/vcxsrv/branches/released . | marha | 2009-07-25 | 1842 | -347538/+79170 |
|\ | |||||
| * | Added xorg-server-1.6.2.tar.gz | marha | 2009-07-25 | 1840 | -348033/+79178 |
| | | |||||
* | | svn merge file:///D:/svnrepos/vcxsrv/branches/released . | marha | 2009-07-25 | 47 | -14181/+18240 |
|\| | |||||
| * | Added xkbcomp-1.1.0.tar.gz | marha | 2009-07-25 | 46 | -14178/+18236 |
| | | |||||
* | | svn merge file:///D:/svnrepos/vcxsrv/branches/released . | marha | 2009-07-25 | 66 | -2982/+13211 |
|\| | |||||
| * | Added: | marha | 2009-07-25 | 66 | -2979/+13211 |
| | | | | | | | | | | | | | | | | | | | | | | | | fixesproto-4.1.tar.gz glproto-1.4.10.tar.gz inputproto-1.9.99.15.tar.gz randrproto-1.3.0.tar.gz renderproto-0.11.tar.gz xextproto-7.0.99.3.tar.gz xproto-7.0.15.tar.gz | ||||
* | | svn merge file:///D:/svnrepos/vcxsrv/branches/released . | marha | 2009-07-25 | 10 | -1206/+1566 |
|\| | |||||
| * | Added xtrans-1.2.3.tar.gz | marha | 2009-07-25 | 10 | -1206/+1566 |
| | | |||||
* | | svn merge file:///D:/svnrepos/vcxsrv/branches/released . | marha | 2009-07-25 | 91 | -22121/+36740 |
|\| | |||||
| * | Added pixman-0.15.18.tar.gz | marha | 2009-07-25 | 89 | -22077/+36696 |
| | | |||||
* | | svn merge file:///D:/svnrepos/vcxsrv/branches/released . | marha | 2009-07-25 | 158 | -52225/+19228 |
|\| | | | | | | | | | Gives currently link errors. xorg-server needs to be upgraded to. |