Commit graph

62473 commits

Author SHA1 Message Date
Daniel Reimer 3aa5d0fc69 [GDI32]
[USER32]
Fix release build.

svn path=/trunk/; revision=68102
2015-06-10 12:04:51 +00:00
Daniel Reimer 971503da5d [ROSHTTPD]
Fix release build

svn path=/trunk/; revision=68101
2015-06-10 12:01:01 +00:00
Amine Khaldi b6f88d3326 [USETUP] 1024 * 1024 is 1048576 not 1048756. Spotted by Mike Nordell aka tamlin. CORE-9792
svn path=/trunk/; revision=68100
2015-06-10 09:56:48 +00:00
Hermès Bélusca-Maïto 3e0d421012 [NTVDM]
- Some INT --> UINT fixes.
- Fix the third value of MemorySizes according to the specification, confirmed by Aleksander.

svn path=/trunk/; revision=68099
2015-06-10 01:30:30 +00:00
Amine Khaldi 3ea683ba53 [SYSSETUP][UNATTENDED] Add a way to disable Gecko install. Brought to you by V.
svn path=/trunk/; revision=68098
2015-06-09 23:20:33 +00:00
Amine Khaldi f52d4e3c8d [RAPPS] Missed this bit.
svn path=/trunk/; revision=68097
2015-06-09 22:51:50 +00:00
Amine Khaldi 6a8943cf42 [RAPPS] Fix the fact that the rapps download dialog uses the 32pixel icon for the download window. By Ismael Ferreras Morezuelas (IRC name swyter). CORE-9750
svn path=/trunk/; revision=68096
2015-06-09 22:49:12 +00:00
Aleksandar Andrejevic f3c5b91037 [NTVDM]
Implement cycle-based timing for VGA.


svn path=/trunk/; revision=68095
2015-06-09 19:22:52 +00:00
Christoph von Wittich d4365a1beb [WIN32K]
fix some file headers and typos

svn path=/trunk/; revision=68094
2015-06-09 17:43:00 +00:00
Daniel Reimer 5765e6951a [TRANSLATIONS]
Add/Update Chinese (zh-CN) translation by Henry Tang Ih
CORE-9003 #comment V5 patch committed, thx ^^

svn path=/trunk/; revision=68093
2015-06-09 16:21:25 +00:00
Daniel Reimer f4e66ec3af [rapps]
Add zh-CN translation in RAPPS by Henry Tang Ih
CORE-9554 #resolve #comment Committed v4 and v5. Thx ^^

svn path=/trunk/; revision=68092
2015-06-09 16:12:17 +00:00
Aleksandar Andrejevic a9a14ab22b [NTVDM]
Properly clear the video memory when switching to a different mode.


svn path=/trunk/; revision=68091
2015-06-09 14:48:30 +00:00
Aleksandar Andrejevic e730ef4e7d [NTVDM]
Adjust Bda->ScreenColumns in graphics modes. Fix line wrapping.


svn path=/trunk/; revision=68090
2015-06-09 14:00:43 +00:00
Hermès Bélusca-Maïto d15ab1916a [NTVDM]: Fix INT 10h, AH=09h/0Ah by correctly advancing the write position (but scrolling is not supported in those functions), and make VidBiosDrawGlyph support using or not the attribute byte (for text modes only).
svn path=/trunk/; revision=68088
2015-06-09 12:47:58 +00:00
Amine Khaldi 07d842f6c6 [UDFS] Fix all GCC warnings! By V. with one little change by me to keep MSVC build working :)
svn path=/trunk/; revision=68087
2015-06-09 10:40:26 +00:00
Aleksandar Andrejevic 7395dd7c82 [NTVDM]
Implement drawing characters for all supported video modes.


svn path=/trunk/; revision=68086
2015-06-09 04:03:27 +00:00
Hermès Bélusca-Maïto d1e9089ea0 [NTVDM]: Properly set the character height in the BDA per-mode (it appears that they are decorrelated, in video mode, with the CRTC settings, so I need to store the size separately instead of computing it by hand); correctly set the proper font when chaanging modes.
svn path=/trunk/; revision=68085
2015-06-09 00:56:08 +00:00
Eric Kohl 98710e2c01 [DEVMGR]
Display device relations.

svn path=/trunk/; revision=68084
2015-06-08 23:54:18 +00:00
Eric Kohl e2952ec3d1 [UMPNPMGR]
Implement first part of PNP_GetDeviceList and PNP_GetDeviceListSize.

svn path=/trunk/; revision=68083
2015-06-08 23:29:59 +00:00
Hermès Bélusca-Maïto 173bc48053 [NTVDM]: Fix my fix (r68005) of fix of r68003 aka. properly set the FirstBoot variable so that we can detect cold reboots.
svn path=/trunk/; revision=68082
2015-06-08 21:06:28 +00:00
Eric Kohl 5e2fe69e38 [UDFS]
Remove license, evaluation and demo features. They makes no sense in an open source driver.

svn path=/trunk/; revision=68081
2015-06-08 19:54:46 +00:00
Aleksandar Andrejevic 8469eeff5e [FAST486]
Add constants for numeric limits.


svn path=/trunk/; revision=68079
2015-06-08 15:56:19 +00:00
Aleksandar Andrejevic ea6ec077c9 [FAST486]
Fix IMUL. MINSHORT and MAXSHORT aren't good constants since they don't have
a (SHORT) cast, and (LONG)((SHORT)MINSHORT) is uglier than just using -32768.


svn path=/trunk/; revision=68078
2015-06-08 15:25:48 +00:00
Amine Khaldi d87b37c078 [MMSYS] Addendum to r68073. CORE-9580
svn path=/trunk/; revision=68077
2015-06-08 15:08:16 +00:00
Amine Khaldi 0f20f1f0b7 [UDFS] Add a PCH.
svn path=/trunk/; revision=68076
2015-06-08 14:27:09 +00:00
Amine Khaldi c5c93fc98b [UDFS] Explicitly mention the license (GPLv2).
svn path=/trunk/; revision=68075
2015-06-08 14:24:47 +00:00
Eric Kohl 8e26f382d9 [NTOSKRNL]
Add NtPlugPlayControl.PlugPlayControlQueryDeviceRelations.

svn path=/trunk/; revision=68074
2015-06-08 14:02:36 +00:00
Amine Khaldi 888c2fb967 [MMSYS] Add new MIDI, Play and Stop icons. By Henry Tang Ih, corrected by Jared Smudde. CORE-9580
svn path=/trunk/; revision=68073
2015-06-08 13:41:05 +00:00
Aleksey Bragin 90df906826 [GDI]
Remove unused macros around non-existing GDIOBJ_Free* functions.

svn path=/trunk/; revision=68072
2015-06-08 13:20:18 +00:00
Amine Khaldi 2c6ad1891f [LAUTUS] Lautus theme improvements by Jared Smudde. See CORE-9770 for details.
svn path=/trunk/; revision=68071
2015-06-08 12:09:12 +00:00
Amine Khaldi 073b64f1bc [BROWSEUI] Disable the Up button when we navigate up to the desktop. By Barrett Karish. CORE-8881
svn path=/trunk/; revision=68070
2015-06-08 12:01:53 +00:00
Amine Khaldi 66b9b5427f [OLE32_APITEST] Add test for IInitializeSpy. By Mark Jansen. See ROSTESTS-175 for more details.
svn path=/trunk/; revision=68069
2015-06-08 11:05:35 +00:00
Amine Khaldi 820994b29f [MMSYS] Do not disable a group box when no mixers are detected. By Jared Smudde. CORE-9776
svn path=/trunk/; revision=68068
2015-06-08 11:00:48 +00:00
Amine Khaldi 05cfb81d81 [USER32_WINETEST] Sync with Wine Staging 1.7.43.
svn path=/trunk/; revision=68067
2015-06-08 10:56:37 +00:00
Aleksandar Andrejevic 441b62e7eb [NTVDM]
Fix INT 21h, AH=55h. It's supposed to set the current PSP too.
Fix the order of registers in DOS_REGISTER_STATE to make it more compatible.


svn path=/trunk/; revision=68066
2015-06-07 23:07:15 +00:00
Aleksandar Andrejevic f37afd481a [NTVDM]
Revert r67603, apparently DosTerminateProcess should just always pop the registers.
Make our DOS_REGISTERS_STATE structure more compatible.


svn path=/trunk/; revision=68065
2015-06-07 20:29:56 +00:00
Amine Khaldi 9ae8d00e9b [XDK][PSDK][DDK] Fix packing of TOKEN_STATISTICS. Fixes GCC build.
svn path=/trunk/; revision=68064
2015-06-07 19:27:33 +00:00
Amine Khaldi c88d661b1b [XDK][PSDK][DDK] Share more Se types between winnt and ntifs. Also add missing and improve some existing types and definitions in winnt to match the other.
svn path=/trunk/; revision=68063
2015-06-07 18:49:31 +00:00
Eric Kohl 071eb9ad40 [DISK]
Revert accidential changes.

svn path=/trunk/; revision=68062
2015-06-07 13:44:49 +00:00
Amine Khaldi f1e3085aa8 [XDK][PSDK][DDK] Share more Se types between winnt and ntddk/ntifs/wdm. Also add missing and improve some existing types and definitions in winnt to match the others.
svn path=/trunk/; revision=68061
2015-06-07 13:14:36 +00:00
Amine Khaldi 36447efe6e [XDK] Add some workarounds for the UM/KM types mismatches.
svn path=/trunk/; revision=68060
2015-06-07 13:01:46 +00:00
Eric Kohl 62aa5d355b [DISK]
Get rid of explicit status definition. Import ntiologc.h instead.

svn path=/trunk/; revision=68059
2015-06-07 11:46:34 +00:00
Amine Khaldi b0f2f00f53 [XDK][PSDK][DDK] Share some Se types between winnt and ntifs/wdm. WIP.
svn path=/trunk/; revision=68058
2015-06-07 09:57:36 +00:00
Amine Khaldi 42d76b52a0 [XDK] Add some workarounds for the UM/KM types mismatches.
svn path=/trunk/; revision=68057
2015-06-07 09:28:56 +00:00
Amine Khaldi 725b5f5a6e [XDK] Correct the paths for some output headers.
svn path=/trunk/; revision=68056
2015-06-07 09:13:09 +00:00
Aleksandar Andrejevic 22fff9076e [NTVDM]
Fix the previous fix.


svn path=/trunk/; revision=68055
2015-06-07 02:51:06 +00:00
Aleksandar Andrejevic 42155044da [NTVDM]
Stubplement INT 25h and INT 26h. These interrupt calls are really weird since
they don't IRET on return, so the default interrupt stub messes up the stack.


svn path=/trunk/; revision=68054
2015-06-07 02:49:54 +00:00
Amine Khaldi 8a8d30c688 [LOTUS] Create the textfiles folder in preparation for the output files.
svn path=/trunk/; revision=68053
2015-06-06 22:24:42 +00:00
Amine Khaldi 3a721ec184 [SHELL32] Add colon to Recycle Bin properties. By Jared Smudde. CORE-9771
svn path=/trunk/; revision=68052
2015-06-06 21:09:05 +00:00
Amine Khaldi debb8a2b7f [LAUTUS] Make the text files UTF-8 without BOM, and convert them to UTF-16 LE at compile time. Remove the now unneeded application/octet-stream type property and set native EOL one. CORE-9770
svn path=/trunk/; revision=68051
2015-06-06 18:27:12 +00:00