Colin Finck
082b2c7533
Also add mIRC 6.21 to the "downloader.xml" in Trunk
...
svn path=/trunk/; revision=28609
2007-08-27 18:50:30 +00:00
Johannes Anderwald
b60c3ecf5a
- autopartition setting and DisableVmInst should not be in the GuiRunOnce section
...
svn path=/trunk/; revision=28607
2007-08-27 18:48:23 +00:00
Johannes Anderwald
aade40eea8
- add description for AutoPartition setting to unattend.inf.sample
...
svn path=/trunk/; revision=28606
2007-08-27 18:41:53 +00:00
Johannes Anderwald
98a0698dc8
- implement an AutoPartition setting in usetup (needs to be tested though yet)
...
svn path=/trunk/; revision=28605
2007-08-27 18:40:02 +00:00
Hervé Poussineau
abcc833c45
qsort() prototype in stdlib.h doesn't specify that callback function must be __cdecl
...
svn path=/trunk/; revision=28603
2007-08-27 15:26:39 +00:00
Hervé Poussineau
a011fbf1c2
Define NTAPI and WINAPI to nothing, because host tools can use the default calling convention.
...
This change is correct because we are *not* linking host tools with Windows/ReactOS libraries
svn path=/trunk/; revision=28602
2007-08-27 14:56:14 +00:00
Hervé Poussineau
7cd48df5b6
Do not include <ntddk.h> when compiling cmlib_host. This file defines too much things.
...
svn path=/trunk/; revision=28599
2007-08-27 12:47:56 +00:00
Peter Ward
62a91eb656
- Fix a warning reported by Gregor Brunmar.
...
svn path=/trunk/; revision=28598
2007-08-27 11:57:02 +00:00
Hervé Poussineau
18af7ec60d
Link to wine library if we are using Wine-style debug macros
...
svn path=/trunk/; revision=28597
2007-08-27 11:43:50 +00:00
Hervé Poussineau
513a12418d
Rely only on host headers (+ target ntstatus.h) to build mkhive
...
svn path=/trunk/; revision=28596
2007-08-27 09:32:52 +00:00
Hervé Poussineau
36235f6d7f
Use host crt when building mkhive tool
...
svn path=/trunk/; revision=28595
2007-08-27 07:36:25 +00:00
Hervé Poussineau
58f1fa340a
Rename CFLAGS to HOST_FLAGS, CPPFLAGS to HOST_CPPFLAGS, LFLAGS to HOST_LFLAGS
...
svn path=/trunk/; revision=28594
2007-08-27 07:21:26 +00:00
Hervé Poussineau
7b6bb2a6fd
Update shell32 tests
...
svn path=/trunk/; revision=28593
2007-08-27 07:03:32 +00:00
James Tabor
11b12696f1
Add new gdi object type. Discovered and documented by Timo Kreuzer.
...
svn path=/trunk/; revision=28592
2007-08-27 06:57:46 +00:00
Hervé Poussineau
6c31cb21d1
Add some missing definitions
...
Fix wrong structure alignment
svn path=/trunk/; revision=28591
2007-08-27 06:56:39 +00:00
James Tabor
abf715b9b2
Update ENUMFONTDATAW structure based on returned data.
...
svn path=/trunk/; revision=28590
2007-08-27 06:38:51 +00:00
Art Yerkes
067d30c566
Slight improvement: When terminating the process, kill sibling threads first.
...
We'll need this for synchronization at process termination among other things.
Thanks alex for pointing out that we didn't do this.
svn path=/trunk/; revision=28589
2007-08-27 05:00:03 +00:00
Johannes Anderwald
2c932d0e3a
- fix warning
...
svn path=/trunk/; revision=28588
2007-08-26 23:56:05 +00:00
Johannes Anderwald
c48c7cff18
- add restart button by Vytis Girdzijauskas, "CMan", cman[at]cman[dot]us
...
- the icon is taken from the tango project (see view-refresh.svg)
See issue #2599 for more details.
svn path=/trunk/; revision=28587
2007-08-26 23:41:04 +00:00
Magnus Olsen
40ae71f23d
fix the build
...
svn path=/trunk/; revision=28586
2007-08-26 23:01:18 +00:00
Johannes Anderwald
9b57eaeea0
- dont show the same resolution multiple times
...
- sort the resolution according to width, height and bits per pixel
See issue #2594 for more details.
svn path=/trunk/; revision=28585
2007-08-26 22:43:51 +00:00
Magnus Olsen
8598e12a2a
Implement stub for NtGdiDvpGetVideoPortField, NtGdiDvpGetVideoPortFlipStatus, NtGdiDvpGetVideoPortInputFormats, NtGdiDvpGetVideoPortLine, NtGdiDvpGetVideoPortOutputFormats, NtGdiDvpGetVideoPortConnectInfo, NtGdiDvpGetVideoSignalStatus, NtGdiDvpUpdateVideoPort, NtGdiDvpWaitForVideoPortSync, NtGdiDvpAcquireNotification, NtGdiDvpReleaseNotification, NtGdiDxgGenericThunk,
...
NtGdiDeleteColorTransform, NtGdiGetPerBandInfo, NtGdiDoBanding, NtGdiEnumFontChunk, NtGdiEnumFontClose, NtGdiEnumFontOpen, NtGdiEudcLoadUnloadLink, NtGdiExtTextOutW, NtGdiForceUFIMapping, NtGdiFullscreenControl, NtGdiGetAppClipBox, NtGdiGetCharABCWidthsW, NtGdiGetCharacterPlacementW, NtGdiGetCharWidthW, NtGdiGetCharWidthInfo, NtGdiGetColorSpaceforBitmap, NtGdiGetDCforBitmap, NtGdiGetDCObject, NtGdiGetDeviceCapsAll, NtGdiGetETM, NtGdiGetEudcTimeStampEx
svn path=/trunk/; revision=28584
2007-08-26 22:03:02 +00:00
Johannes Anderwald
ed306957a1
- creation of empty environment variables should not be possible (tested under Windows XP SP2)
...
- dont create variables when cancel is hit
- bug report + patch by Gregor Schneider (aka DosX)
See issue #2600 for more details.
svn path=/trunk/; revision=28583
2007-08-26 21:42:48 +00:00
Magnus Olsen
ac5c71eddd
Implement stub for NtGdiClearBrushAttributes, NtGdiColorCorrectPalette, NtGdiComputeXformCoefficients, NtGdiConsoleTextOut, NtGdiConvertMetafileRect, NtGdiCreateColorTransform, NtGdiDvpCanCreateVideoPort, NtGdiDvpColorControl, NtGdiDvpCreateVideoPort, NtGdiDvpDestroyVideoPort, NtGdiDvpFlipVideoPort, NtGdiDvpGetVideoPortBandwidth
...
svn path=/trunk/; revision=28582
2007-08-26 20:33:56 +00:00
Magnus Olsen
c01447f00f
redirect FONTOBJ_cGetAllGlyphHandles, FONTOBJ_cGetGlyphs, FONTOBJ_pQueryGlyphAttrs, FONTOBJ_pfdg, FONTOBJ_pifi, FONTOBJ_pvTrueTypeFontFile, FONTOBJ_pxoGetXform, FONTOBJ_vGetInfo to win32k.sys
...
do not redirect ExcludeClipRect, ExtSelectClipRgn, FillRgn to win32k.sys, make a smaller functions in gdi32 for now, we need write more thing in user mode.
svn path=/trunk/; revision=28581
2007-08-26 20:00:40 +00:00
Eric Kohl
0d9818dc28
Add cursor options to the display page.
...
svn path=/trunk/; revision=28580
2007-08-26 19:58:13 +00:00
Magnus Olsen
2f4d36ee4d
Implement stub for NtGdiAddFontResourceW, NtGdiAddRemoteFontToDC, NtGdiAddFontMemResourceEx, NtGdiRemoveMergeFont, NtGdiAddRemoteMMInstanceToDC, NtGdiFontIsLinked, NtGdiCheckBitmapBits, NtGdiClearBitmapAttributes, NtGdiCreateDIBitmapInternal, NtGdiCreateMetafileDC, NtGdiCreatePaletteInternal, NtGdiCreateServerMetaFile, NtGdiGetUFI, NtGdiFONTOBJ_vGetInfo, NtGdiFONTOBJ_pxoGetXform, NtGdiFONTOBJ_cGetGlyphs, NtGdiFONTOBJ_pifi, NtGdiFONTOBJ_pfdg, NtGdiFONTOBJ_pQueryGlyphAttrs, NtGdiFONTOBJ_pvTrueTypeFontFile, NtGdiFONTOBJ_cGetAllGlyphHandles
...
svn path=/trunk/; revision=28579
2007-08-26 19:56:06 +00:00
Hervé Poussineau
d45b397464
Remove psdk dependency, as it is automatically added
...
svn path=/trunk/; revision=28578
2007-08-26 19:06:31 +00:00
Johannes Anderwald
6085c5e625
- if partition cannot be selected, let user create partition themselves
...
- autopartitioning still needs to be done
See issue #2593 for more details.
svn path=/trunk/; revision=28576
2007-08-26 18:19:23 +00:00
Aleksey Bragin
aad59dfc19
- Fix boot (thx hpoussin for hint).
...
svn path=/trunk/; revision=28575
2007-08-26 18:18:48 +00:00
Hervé Poussineau
149ea4f5f4
Try to fix infinite loop in "make depends"
...
svn path=/trunk/; revision=28574
2007-08-26 12:52:14 +00:00
Hervé Poussineau
dec7775361
Fix {module}_depends targets
...
svn path=/trunk/; revision=28573
2007-08-26 12:31:12 +00:00
Hervé Poussineau
c34ec8ad1d
Transform psdk into a real dependency, instead of a target only created after rbuild.
...
Fixes case where compilation wasn't stopping if rbuild was failing/crashing
svn path=/trunk/; revision=28572
2007-08-26 12:06:28 +00:00
Magnus Olsen
718e6afb4c
patch from Gregor Brunmar (gregor dot brunmar at home dot se)
...
* Added folder support for msvc+solution generation in rbuild
* map up pch .h file as include file in vc project files.
svn path=/trunk/; revision=28571
2007-08-26 09:57:30 +00:00
Andrew Munger
63872a8e79
NtQueryInformationProcess:
...
Return STATUS_INFO_LENGTH_MISMATCH where appropriate, and return the needed length in any case.
"ntdll_winetest info" now has 5 failures.
svn path=/trunk/; revision=28570
2007-08-26 07:51:51 +00:00
Andrew Munger
03f90f222d
NtQuerySystemInformation:
...
Do not blindly zero the buffer with the size sent in by the caller. This fixes the stack smash "ntdll_winetest info" was seeing. Thanks to arty for catching it.
Remove the nested SEH.
"ntdll_winetest info" now has 16 failures.
svn path=/trunk/; revision=28569
2007-08-26 07:39:29 +00:00
James Tabor
8fd9f85a76
AXESLIST, AXISINFO and ENUMTEXTMETRIC structures. Updated ENUMFONTDATAW structure with my best guess. It needs testing with Timo program.
...
svn path=/trunk/; revision=28568
2007-08-26 01:50:14 +00:00
Colin Finck
92877709d1
Some french additions and file header changes by Pierre Schweitzer (heis_spiter AT hotmail DOT com)
...
See issue #2530 for more details.
svn path=/trunk/; revision=28567
2007-08-25 22:17:35 +00:00
Colin Finck
b7c9a43ec4
More build fixes for Mac OS X by changing the header order (wrc.h, which includes windef.h, which includes winnt.h has to be included before stdlib.h)
...
I know that this is another change in a Wine-shared component, but as long as we don't come to a better solution for these problems, I'll continue doing such small changes for fixing the build.
svn path=/trunk/; revision=28566
2007-08-25 22:12:24 +00:00
Colin Finck
d465769732
Catalan translation of Solitaire by Marc Tormo i Bochaca (mtbochaca AT ya DOT com)
...
See issue #2580 for more details.
svn path=/trunk/; revision=28565
2007-08-25 21:36:07 +00:00
Magnus Olsen
7b5444b1e9
Alex is god of haven and shall rise to the sky ... (my poem to alex for he found I did a mistake)
...
in protypes for NtGdiEngCreateDeviceSurface, NtGdiEngCreateDeviceBitmap, NtGdiEngCreateBitmap
Part (2/2)
svn path=/trunk/; revision=28560
2007-08-25 19:25:24 +00:00
Magnus Olsen
630763066e
Alex is god of haven and shall rise to the sky ... (my poem to alex for he found I did a mistake)
...
in protypes for NtGdiEngCreateDeviceSurface, NtGdiEngCreateDeviceBitmap, NtGdiEngCreateBitmap
Part (1/2)
svn path=/trunk/; revision=28559
2007-08-25 19:24:20 +00:00
Johannes Anderwald
4598afc8bb
- fix typo
...
svn path=/trunk/; revision=28558
2007-08-25 18:40:23 +00:00
Johannes Anderwald
cf7c5bc702
-fix build some broke
...
svn path=/trunk/; revision=28557
2007-08-25 18:35:14 +00:00
Daniel Reimer
0a7ed18bbc
Some fixes in my translation to let the text better fit.
...
svn path=/trunk/; revision=28556
2007-08-25 17:38:23 +00:00
Magnus Olsen
e4e94438f6
implement EngUnlockSurface
...
svn path=/trunk/; revision=28555
2007-08-25 17:36:45 +00:00
Magnus Olsen
2144841165
implement NtGdiEngLockSurface (not tested)
...
svn path=/trunk/; revision=28554
2007-08-25 17:34:03 +00:00
Colin Finck
9bb0ac0bd6
- Hardcode the Window Class string, there is no reason for it to be in localized resource files
...
- Remove duplicate header inclusions
svn path=/trunk/; revision=28553
2007-08-25 17:24:27 +00:00
Magnus Olsen
1fe725113b
partly implement EngComputeGlyphSet in eng.c
...
move EngMultiByteToWideChar, EngQueryLocalTime, EngReleaseSemaphore from stub.c to eng.c
start implement of EngQueryEMFInfo need bit more figout how it is done
svn path=/trunk/; revision=28552
2007-08-25 17:12:59 +00:00
Magnus Olsen
02eec98371
implement stub for NtGdiEngComputeGlyphSet
...
svn path=/trunk/; revision=28551
2007-08-25 17:09:10 +00:00