Colin Finck
bd36046a96
Build fixes for MSVC, now mkhive can be built with MSVC again
...
svn path=/trunk/; revision=28822
2007-09-03 19:33:03 +00:00
Christoph von Wittich
a478151d4c
fix a small bug in set and added missing german translations
...
svn path=/trunk/; revision=28821
2007-09-03 17:40:30 +00:00
Ged Murphy
3b51bcc560
add a new serial port icon. I'll do the hard disk controller one later
...
svn path=/trunk/; revision=28820
2007-09-03 16:03:31 +00:00
Johannes Anderwald
2f0ada9276
- improve error checking
...
svn path=/trunk/; revision=28819
2007-09-03 16:02:26 +00:00
Ged Murphy
e35de311ed
Add the icon mask to the imagelist. The device manager icons now look correct
...
svn path=/trunk/; revision=28818
2007-09-03 15:40:24 +00:00
Ged Murphy
55fd514cf3
set the correct icon image for the Keyboard class
...
svn path=/trunk/; revision=28817
2007-09-03 14:53:46 +00:00
Ged Murphy
ce162db686
- load icon resources using LoadImage. ExtractIcon loads sequential numbers, not resource numbers.
...
- fixes the device image list
svn path=/trunk/; revision=28816
2007-09-03 14:51:06 +00:00
Eric Kohl
21c0efe8cd
- Convert RADIOBUTTONs to AUTORADIOBUTTONs.
...
- Replace Trackbars by Comboboxes in the filter keys dialogs.
- Fix some typos and minor translation issues in the german dialogs.
- Add missing functionality for the repeat key dialog.
@dreimer: Did I fix all bugs?
svn path=/trunk/; revision=28815
2007-09-03 14:44:08 +00:00
Hervé Poussineau
825a2f98fa
Build openfirmware interface tool only if target is powerpc
...
svn path=/trunk/; revision=28814
2007-09-03 13:50:31 +00:00
Hervé Poussineau
a864054304
Check a Windows host by _WIN32 define, not WINDOWS_HOST
...
svn path=/trunk/; revision=28813
2007-09-03 13:43:39 +00:00
Daniel Reimer
2260a4339e
Updated access.cpl German Translation. Some texts don't fit, but I have absolutely NO Idea how this RC File works. Eric, explain me. :-P
...
svn path=/trunk/; revision=28812
2007-09-03 10:57:06 +00:00
Art Yerkes
8d262dd954
Add 16-byte alignment for ppc (required by eabi too)
...
svn path=/trunk/; revision=28811
2007-09-03 10:29:14 +00:00
Hervé Poussineau
b3ab8c804e
Align stack to 16 bytes on mips
...
svn path=/trunk/; revision=28810
2007-09-03 10:22:13 +00:00
Hervé Poussineau
b60824e779
Fix build #2
...
svn path=/trunk/; revision=28809
2007-09-03 09:31:48 +00:00
Hervé Poussineau
fbde3e7d44
Fix build
...
svn path=/trunk/; revision=28808
2007-09-03 08:57:19 +00:00
Hervé Poussineau
5b3a9d3b2d
Add a generic implementation of InterlockedBitTestAndSet/InterlockedBitTestAndReset/BitScanReverse
...
svn path=/trunk/; revision=28807
2007-09-03 08:50:06 +00:00
Hervé Poussineau
af1226ddc6
Swap boot sector on big endian systems, even if DEBUG is not defined. Debug and release builds should behave the same
...
svn path=/trunk/; revision=28806
2007-09-03 08:17:55 +00:00
Hervé Poussineau
c0614ecb59
Add missing svn:eol-style=native properties
...
svn path=/trunk/; revision=28805
2007-09-03 07:39:30 +00:00
Art Yerkes
39ed067ac8
Fix swapping for fat recognition.
...
svn path=/trunk/; revision=28804
2007-09-03 06:58:25 +00:00
Art Yerkes
2123b0666e
Fix building of libcntpr on ppc.
...
We now get a proper bootcd image.
svn path=/trunk/; revision=28803
2007-09-03 06:29:13 +00:00
James Tabor
4149385d00
Turn off support for now due to user land exception.
...
svn path=/trunk/; revision=28802
2007-09-03 05:30:45 +00:00
Art Yerkes
930b718aa7
Move mismerged segment to the right place; claim from openfirmware if we
...
don't have enough reserve.
svn path=/trunk/; revision=28801
2007-09-03 05:29:03 +00:00
Hervé Poussineau
12b88bedcb
Few indentation fixes
...
Generate again boot programs in output directory
svn path=/trunk/; revision=28800
2007-09-03 04:12:48 +00:00
Hervé Poussineau
4cb8151f10
Supports a few more ACPI devices
...
Patch by Cameron Gutman (aicommander at gmail dot com)
svn path=/trunk/; revision=28799
2007-09-03 04:01:28 +00:00
Johannes Anderwald
fe58401893
- scroll window with ScrollWindowEx
...
- fix a bug in GuiConsoleWndProc
- scrolling does not work yet
svn path=/trunk/; revision=28798
2007-09-03 03:49:23 +00:00
James Tabor
bb300c0259
- Win32k: DC_ATTR: Moved to it.
...
- We need to decide how to optimize the syncing. CreateD/IC/CompatibleDC, GetDCState and SelectObject use the sync in one form. This can become ugly. Some DC handles do not belong to the current process. We need to reorder the mess in dc.c and clean it up.
- Gdi32: The only ones using it are GetCurrentObject and with out updates Get/SetDCBrush/PenColor.
- Implemented an example of RealizePalette. Moved SetBk/TextColor into dc.c, don't use them.
- Update gdi32.def.
svn path=/trunk/; revision=28797
2007-09-03 03:43:21 +00:00
Johannes Anderwald
89628d18b4
- halfplement console scrolling support
...
svn path=/trunk/; revision=28796
2007-09-03 03:29:18 +00:00
Art Yerkes
574eb2daac
Straggler edits.
...
svn path=/trunk/; revision=28795
2007-09-03 01:59:48 +00:00
Johannes Anderwald
9b81b3ab92
- add hActiveBuffer member to struct to ensure that modifying the screenbuffer is secured
...
- fix a bugs in the screen buffer resize code
- resizing now "works" (unfortunately a few drawing bugs show up)
svn path=/trunk/; revision=28794
2007-09-03 01:58:43 +00:00
Art Yerkes
81f092736f
Added freeldr and hal from PPC branch, along with needed headers and
...
build changes.
Next ntoskrnl and add ppc dir under libcntptr, which didn't exist when I
forked.
svn path=/trunk/; revision=28793
2007-09-03 01:57:36 +00:00
Daniel Reimer
533b371674
Activated German RC File.
...
Add BS_MULTILINE to one Checkbox.
Fixed some Text Lengths to fit.
svn path=/trunk/; revision=28792
2007-09-02 23:34:31 +00:00
Daniel Reimer
cf4a1dfd42
I missed a Dialog in my Translation :-P
...
svn path=/trunk/; revision=28791
2007-09-02 23:04:40 +00:00
Daniel Reimer
574d5f0dd0
Updated German Resource File. I was NOT able to test it, because intl seems to be broken, but before anybody else commits a translation...
...
svn path=/trunk/; revision=28790
2007-09-02 22:39:17 +00:00
Johannes Anderwald
9392cd7ab8
- improve error checking
...
- add hasQemuNoRebootOption stub
svn path=/trunk/; revision=28789
2007-09-02 22:27:03 +00:00
Johannes Anderwald
ef3fd8d176
- verify provided boot_cmd
...
- create also hdd images for manual boot cmds
svn path=/trunk/; revision=28788
2007-09-02 21:47:07 +00:00
Johannes Anderwald
b57a996929
- hardcode the bios directory on linux system to /usr/share/qemu
...
- store the pid.txt in ROS_OUTPUT
- check on linux system if the emulator was successfully launched
svn path=/trunk/; revision=28787
2007-09-02 21:11:12 +00:00
Aleksey Bragin
3a3645aa1e
Dmitry Chapyshev <lentind@yandex.ru>:
...
- Improve intl.cpl, include almost all code from intl_new branch (it's pending for deletion now)
- ReactOS's intl.cpl now works and behaves similar to Windows XP's intl.cpl, only the last tab is unfinished
- Tested in Windows and ReactOS (in ROS it obviously has reduced functionality, since some of needed registry entries are absent)
- As a result, all other languages (other than en-us) need to be re-translated.
svn path=/trunk/; revision=28786
2007-09-02 20:42:08 +00:00
Hervé Poussineau
0eb52138ba
Fix Linux build
...
svn path=/trunk/; revision=28785
2007-09-02 19:46:23 +00:00
Hervé Poussineau
6982b02da4
Remove local header debug.h, and use the global one
...
svn path=/trunk/; revision=28784
2007-09-02 19:42:22 +00:00
Hervé Poussineau
056f1f734f
Use typedefs_host.h header when building inflib for host
...
svn path=/trunk/; revision=28783
2007-09-02 19:23:43 +00:00
Hervé Poussineau
93b424d064
Do not disable asserts
...
svn path=/trunk/; revision=28782
2007-09-02 19:22:26 +00:00
Eric Kohl
d04f683b06
- Add the repeat key settings dialog. It does not work yet.
...
- Update the bounce key settings dialog.
- Update the general page.
svn path=/trunk/; revision=28781
2007-09-02 19:12:41 +00:00
Magnus Olsen
6f69483d34
update ntgdibad.h before I forget thuse details that are need be done.
...
svn path=/trunk/; revision=28780
2007-09-02 19:03:50 +00:00
Johannes Anderwald
1f4fc15d27
- implement screenbuffer resizing(required for console scrolling support)
...
- still quite buggy :)
svn path=/trunk/; revision=28779
2007-09-02 18:21:36 +00:00
Hervé Poussineau
b2454a486f
Make some i386 code conditional
...
Add missing svn:eol-style=native property
svn path=/trunk/; revision=28778
2007-09-02 18:05:16 +00:00
Hervé Poussineau
2d5d8783a9
Fix warnings, and compilation of dib24bppc.c/dib32bppc.c
...
svn path=/trunk/; revision=28777
2007-09-02 16:33:00 +00:00
Magnus Olsen
f503e01b03
implement SetDeviceGammaRamp in gdi32 (leftdo check win32k if it implement or not)
...
svn path=/trunk/; revision=28776
2007-09-02 14:36:48 +00:00
Magnus Olsen
0d6c6a0913
add smaller check to SetDIBColorTable
...
svn path=/trunk/; revision=28775
2007-09-02 14:11:28 +00:00
Magnus Olsen
8e85947cea
sorry fix the the build
...
svn path=/trunk/; revision=28774
2007-09-02 13:54:26 +00:00
Magnus Olsen
8dd3f58473
partly implement SetBoundsRect
...
svn path=/trunk/; revision=28773
2007-09-02 13:31:41 +00:00