Sylvain Petreolle
ff436a13fc
display exception text as well
...
svn path=/trunk/; revision=32006
2008-01-25 21:38:43 +00:00
Christoph von Wittich
8acf5e8480
Fno-strict-aliasing -> fno-strict-aliasing
...
svn path=/trunk/; revision=32005
2008-01-25 20:30:52 +00:00
Christoph von Wittich
d882c08be3
use Fno-strict-aliasing
...
svn path=/trunk/; revision=32004
2008-01-25 18:32:27 +00:00
Christoph von Wittich
3799424d9e
fix warnings
...
svn path=/trunk/; revision=32003
2008-01-25 18:19:41 +00:00
Christoph von Wittich
5f0802d25b
wasn't fast enough to hit the cancel button
...
cast to VOID* instead of using CopyMemory
svn path=/trunk/; revision=32002
2008-01-25 17:41:29 +00:00
Christoph von Wittich
16361a1a3d
fix warnings
...
don't try to cast away const
svn path=/trunk/; revision=32001
2008-01-25 17:36:55 +00:00
Aleksey Bragin
e129089730
- Make identifiers in configuration trees ASCII-strings, as they are in real NT.
...
- NB: Don't forget to update the bootloader in your installation.
svn path=/trunk/; revision=31999
2008-01-25 16:35:34 +00:00
Christoph von Wittich
83fa95b657
fix 640x480 resolution
...
svn path=/trunk/; revision=31997
2008-01-25 15:16:14 +00:00
Aleksey Bragin
90c012403c
- Add a runtime switch between using freeldr-embedded configuration tree heap, or using a real heap allocation (for NT-way).
...
- Use that in winldr.
svn path=/trunk/; revision=31996
2008-01-25 15:08:27 +00:00
Christoph von Wittich
486430a6fa
reenable it...
...
svn path=/trunk/; revision=31995
2008-01-25 15:04:03 +00:00
Christoph von Wittich
080e09635b
disable the Back button on Finish page
...
svn path=/trunk/; revision=31994
2008-01-25 15:00:29 +00:00
Christoph von Wittich
262fbb9159
changed the index to get better readable code
...
spotted by pablo at menichini dot com dot ar
svn path=/trunk/; revision=31993
2008-01-25 14:18:41 +00:00
Christoph von Wittich
96177328b5
revert r31978
...
svn path=/trunk/; revision=31992
2008-01-25 14:15:27 +00:00
Aleksey Bragin
43dbecaac6
- Use new way of obtaining the hardware tree in winldr too.
...
- NT4 requires text mode to be set up, and further version of Windows OS require a different preparation.
- Fix configuration tree conversion routine to also convert Identifier pointers from physical address to virtual address.
svn path=/trunk/; revision=31991
2008-01-25 14:13:54 +00:00
Aleksey Bragin
57da0f7d20
- Fix out-of-bounds access, spotted by Christoph & GCC 4.3.0.
...
svn path=/trunk/; revision=31990
2008-01-25 14:08:11 +00:00
Christoph von Wittich
3ddd95ec4d
don't write beyond the arraysize
...
svn path=/trunk/; revision=31989
2008-01-25 14:03:23 +00:00
Christoph von Wittich
d19078580f
fix some warnings
...
svn path=/trunk/; revision=31988
2008-01-25 13:26:12 +00:00
Aleksey Bragin
6fd43506eb
- Make HwDetect routine return a pointer to the root of a configuration tree (instead of directly referencing a global variable).
...
svn path=/trunk/; revision=31987
2008-01-25 12:22:51 +00:00
Christoph von Wittich
6b4b28c977
fix build with gcc 4.3.0
...
svn path=/trunk/; revision=31986
2008-01-25 12:13:24 +00:00
Christoph von Wittich
89da0c1216
change swedish codepage back to 850
...
svn path=/trunk/; revision=31985
2008-01-25 11:52:32 +00:00
Aleksey Bragin
d5c9b72407
- Change hardware.c to the new heap allocation mm-apis.
...
svn path=/trunk/; revision=31984
2008-01-25 11:35:51 +00:00
Aleksey Bragin
7cd6896619
- Don't store memory allocation descriptors inside the bootloader, since this memory is unmapped in kernelmode. Fixes a pagefault after switching to paged mode.
...
- Store the configuration data in the LPB.
svn path=/trunk/; revision=31983
2008-01-25 11:19:11 +00:00
Christoph von Wittich
d5a5554fcd
disable DbgPrint
...
svn path=/trunk/; revision=31981
2008-01-25 09:36:48 +00:00
Christoph von Wittich
6a395541bb
remove statement with no effect
...
svn path=/trunk/; revision=31978
2008-01-24 20:47:56 +00:00
Christoph von Wittich
94f5c1c49c
fix some warnings
...
svn path=/trunk/; revision=31977
2008-01-24 20:40:57 +00:00
Christoph von Wittich
307d14e5c5
fix building with gcc 4.3.0
...
svn path=/trunk/; revision=31976
2008-01-24 18:29:50 +00:00
Christoph von Wittich
5af79446f0
fix a typo
...
svn path=/trunk/; revision=31975
2008-01-24 17:45:52 +00:00
Christoph von Wittich
24f6bca826
fix index out of bounds warning
...
svn path=/trunk/; revision=31974
2008-01-24 17:27:38 +00:00
Christoph von Wittich
be0f87b133
do not redefine _pctype
...
svn path=/trunk/; revision=31973
2008-01-24 17:26:18 +00:00
Christoph von Wittich
ad976f79ed
don't write beyond the arraysize
...
svn path=/trunk/; revision=31972
2008-01-24 17:06:19 +00:00
Christoph von Wittich
cf647b0d3b
fix build with gcc 4.3.0
...
svn path=/trunk/; revision=31971
2008-01-24 16:42:57 +00:00
Christoph von Wittich
923ae85f03
do not redefine _pctype
...
svn path=/trunk/; revision=31970
2008-01-24 16:40:11 +00:00
Christoph von Wittich
7c9c0fea0f
use explicit braces to make gcc happy
...
svn path=/trunk/; revision=31969
2008-01-24 16:17:26 +00:00
Christoph von Wittich
cba50726e4
don't try to delete the bitmap object in case of failure as it doesn't belong to the calling process anymore
...
svn path=/trunk/; revision=31962
2008-01-23 17:34:06 +00:00
Christoph von Wittich
7fd698ea9a
improve the genlist code a bit further
...
svn path=/trunk/; revision=31961
2008-01-23 17:14:08 +00:00
Christoph von Wittich
d06204ede8
improve the generic list by allowing faster navigation with chars [a-z]
...
svn path=/trunk/; revision=31960
2008-01-23 16:14:50 +00:00
Daniel Reimer
80b3277158
Updated readme.wine to include three more synced apps.
...
svn path=/trunk/; revision=31959
2008-01-23 10:37:32 +00:00
Hervé Poussineau
cca197c311
Revert r31093
...
svn path=/trunk/; revision=31958
2008-01-23 10:35:49 +00:00
Daniel Reimer
afe0dfeb1f
No Idea if theres any reason to sync this, but...
...
Synced Winefile to Wine 0.9.53
svn path=/trunk/; revision=31957
2008-01-23 08:51:31 +00:00
Art Yerkes
9ebb58eb88
Unhack freeldr.c a bit by applying some adjustment macros.
...
Fix slow bitscanreverse and make LARGE_INTEGER and kin bi-endian.
svn path=/trunk/; revision=31956
2008-01-23 02:47:22 +00:00
Art Yerkes
56a886e58d
Unstub some interlocked functions.
...
svn path=/trunk/; revision=31955
2008-01-23 01:11:13 +00:00
Art Yerkes
9dc65bb296
Page fault, system calls, context switches debugged.
...
Heaps, system calls, context switches all functional.
svn path=/trunk/; revision=31953
2008-01-23 00:43:39 +00:00
Daniel Reimer
887d6dd76e
Final Apps to get modified. Now all non Synched Files use these rules:
...
1. Use a DIALOGEX template instead of a DIALOG template.
2. Set the DS_SHELLFONT flag in your dialog styles.
3. Set the dialog font to "MS Shell Dlg".
-> Windows 2000+ Look
svn path=/trunk/; revision=31952
2008-01-22 22:20:02 +00:00
Colin Finck
df78039f8e
Convert the Italian and Spanish usetup translations to OEM charset, so they are displayed correctly in text-mode using codepage 850.
...
svn path=/trunk/; revision=31951
2008-01-22 21:56:53 +00:00
Daniel Reimer
4f9e319da6
BIIG RC File Update.
...
Added DS_SHELLFONT to all Dialogs and removed DS_FIXEDSYS and DS_SETFONT if existant (most of the time they were not.)
Checked for the right Font for Asian Languages and set a unified Font size fot them.
Synched some translated stuff to contain all data (in English, but hey..)
Bug 2991 (cman@cman.us ) / Bug 2992 (kario@szm.sk ) / Bug 2994 (remialdo@gmail.com )
Not completed yet, but I need to tidy up my tree. Rest will come tomorrow (Not much left)
svn path=/trunk/; revision=31950
2008-01-22 19:08:51 +00:00
Sylvain Petreolle
002eaf2fae
usetup french translation update,
...
now taking advantage of vga font.
svn path=/trunk/; revision=31948
2008-01-22 17:58:33 +00:00
Christoph von Wittich
319beb2581
update comment
...
svn path=/trunk/; revision=31947
2008-01-22 16:52:28 +00:00
Christoph von Wittich
ba4d75b417
allow filemode 2 for PSF files (but ignoring unicode data)
...
svn path=/trunk/; revision=31946
2008-01-22 16:21:06 +00:00
Daniel Reimer
98b82a4aeb
Forgot to remove the DS_FIXEDYS. DS_SHELLFONT adds this.
...
svn path=/trunk/; revision=31945
2008-01-22 14:02:45 +00:00
Christoph von Wittich
d5243859b8
revert r31942 - didn't notice the font had a different filesize - so blue.sys isn't able to load it
...
svn path=/trunk/; revision=31944
2008-01-22 10:59:32 +00:00