Commit graph

62467 commits

Author SHA1 Message Date
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
Amine Khaldi 084970da0a [FONTVIEW][HIVECLS] File filter improvements by Lee Schroeder. See CORE-9763 for details.
svn path=/trunk/; revision=68050
2015-06-06 17:20:49 +00:00
Amine Khaldi 7a90496c39 [UXTHEME] Add a missing WS_EX_DLGMODALFRAME check from the unthemed titlebar drawing code. By Ismael Ferreras Morezuelas (IRC name swyter). CORE-9635
svn path=/trunk/; revision=68049
2015-06-06 17:08:21 +00:00
Hermès Bélusca-Maïto 94ad6e5990 Really fix r68047.
svn path=/trunk/; revision=68048
2015-06-06 15:39:25 +00:00
Amine Khaldi afc5e24006 [LAUTUS] Revert r68045. Things are not always what they seem (tm).
svn path=/trunk/; revision=68047
2015-06-06 15:24:52 +00:00
Amine Khaldi a38569842b [UDFS] Remove some unneeded headers, we have our own. CORE-9774
svn path=/trunk/; revision=68046
2015-06-06 15:23:00 +00:00
Amine Khaldi d533ede7a9 [LAUTUS] These ini files do not seem to be of application/octet-stream type.
svn path=/trunk/; revision=68045
2015-06-06 15:14:16 +00:00