Magnus Olsen
9f03cb709d
more optimze of blt. icon draw lite faster
...
svn path=/trunk/; revision=15762
2005-06-03 23:21:21 +00:00
Hervé Poussineau
bf82efbfa5
Don't define asm macros that are not used
...
svn path=/trunk/; revision=15761
2005-06-03 22:44:38 +00:00
Gé van Geldorp
238b5dae79
Fix DBG := 0 build
...
svn path=/trunk/; revision=15760
2005-06-03 21:18:09 +00:00
Martin Fuchs
44917b7007
remove resrc1.h
...
svn path=/trunk/; revision=15759
2005-06-03 19:54:52 +00:00
Martin Fuchs
4a13ec527a
split the big explorer resource file into smaller language specific rescource scripts
...
svn path=/trunk/; revision=15758
2005-06-03 19:36:03 +00:00
Magnus Olsen
1ec0b9da80
sorry foregt test one optimze
...
remove it until futer
svn path=/trunk/; revision=15757
2005-06-03 19:11:10 +00:00
Magnus Olsen
bf66d82efc
optimze for bitblt dib32bpp.c
...
NOTSRCERASE, DSTINVERT
you can gain more speed from these
svn path=/trunk/; revision=15756
2005-06-03 18:57:53 +00:00
Klemens Friedl
3c262aeb05
update resource file (convert linux file to windows linebreak-compatible)
...
svn path=/trunk/; revision=15755
2005-06-03 18:33:15 +00:00
Klemens Friedl
c46d9a027b
Add german language resource file
...
svn path=/trunk/; revision=15754
2005-06-03 18:23:18 +00:00
Klemens Friedl
a41298140f
Add german language resource to the ReactOS Command Processor
...
(not completely finished, I will update it as soon as possible)
svn path=/trunk/; revision=15753
2005-06-03 18:21:50 +00:00
Maarten Bosma
5fd1b3d346
Some new features like Login, Config.h and Idle message
...
svn path=/trunk/; revision=15752
2005-06-03 17:28:53 +00:00
Hervé Poussineau
525d26d031
Wait the opening of mouclass device to connect the underlying mouse port driver
...
svn path=/trunk/; revision=15751
2005-06-03 17:09:47 +00:00
Magnus Olsen
5a2cbdf365
bitblt srcpy optimze it can be more optimze
...
svn path=/trunk/; revision=15750
2005-06-03 16:57:55 +00:00
Hervé Poussineau
47418050f9
Save DriverObject pointer to device extension
...
Use INTERFACE_TYPE type instead of ULONG
Use OBJ_KERNEL_HANDLE when opening \Device\PhysicalMemory
svn path=/trunk/; revision=15749
2005-06-03 16:56:27 +00:00
Hartmut Birr
2bb29cba04
Fixed the compiling with DBG set to 1.
...
svn path=/trunk/; revision=15748
2005-06-03 16:04:40 +00:00
Magnus Olsen
0bbffbfe78
activate 32 to 32 bitblt code
...
svn path=/trunk/; revision=15747
2005-06-03 12:30:09 +00:00
Hervé Poussineau
8c8bc52df8
Delete unneeded makefile
...
svn path=/trunk/; revision=15746
2005-06-03 12:03:44 +00:00
Gregor Anich
e631ea01ae
DIB_32BPP_BitBlt: Fix ROP4_SRCCOPY case for 32bpp.
...
This file is ugly!
svn path=/trunk/; revision=15745
2005-06-03 01:45:26 +00:00
Magnus Olsen
f240bd9f61
blt fill did broke winquake fix it now.
...
svn path=/trunk/; revision=15744
2005-06-03 01:18:02 +00:00
Magnus Olsen
253b2e8c8a
thx agein blight and alex.
...
we got alot faster blt for source copy for
32bpp to 32bpp now.
svn path=/trunk/; revision=15743
2005-06-03 00:35:31 +00:00
Magnus Olsen
848d499f3d
sorry wrong optimze for black and white fixing the start menu
...
svn path=/trunk/; revision=15742
2005-06-03 00:10:18 +00:00
Martin Fuchs
5416ad8915
Sync from Wine - Henning Gerhardt <henning.gerhardt@web.de>: Update German resource files
...
svn path=/trunk/; revision=15741
2005-06-02 22:14:53 +00:00
Martin Fuchs
d0551f0760
convert info strings to UTF-16
...
svn path=/trunk/; revision=15740
2005-06-02 22:09:06 +00:00
Martin Fuchs
9719715092
implemented file properties dialog (partly based on Rob D.'s winfile code)
...
svn path=/trunk/; revision=15739
2005-06-02 21:39:00 +00:00
Martin Fuchs
dcf3800a39
fix column headers
...
svn path=/trunk/; revision=15738
2005-06-02 21:32:21 +00:00
Aleksey Bragin
c7f2fa3f15
First version of Explorer's translation into Russian. Done by Dmitry Philippov, checked by me, DarkHobbit and others.
...
But still needs extensive checking.
svn path=/trunk/; revision=15737
2005-06-02 21:09:29 +00:00
Aleksey Bragin
ab4e0e3543
Changed dialog's size, and sizes of its elements, so russian translation looks nice in it.
...
By M. Zvyozdochkin.
svn path=/trunk/; revision=15736
2005-06-02 20:47:15 +00:00
Magnus Olsen
34b6e5c4e2
sorry did foregt ;
...
svn path=/trunk/; revision=15735
2005-06-02 20:47:11 +00:00
Aleksey Bragin
65c31ced72
Fix grammar typo (notinserted -> not inserted) in russian translation.
...
By M. Zvyozdochkin.
svn path=/trunk/; revision=15734
2005-06-02 20:38:18 +00:00
Steven Edwards
fbb262fc76
add cabinet.dll to the cd
...
svn path=/trunk/; revision=15733
2005-06-02 20:14:23 +00:00
Magnus Olsen
bd38382acb
lite Optimze only for dib32bpp.c
...
thanks Blight for the inline asm for hline
bitblt have got optimze for fill black and white color
only. more will come
svn path=/trunk/; revision=15732
2005-06-02 20:12:58 +00:00
Gregor Anich
83c66bb1c1
Make formatting of half-verbose output the same for linux as for windows (add quotes to the echos)
...
svn path=/trunk/; revision=15731
2005-06-02 19:56:12 +00:00
Emanuele Aliberti
4276c73ec9
svn propset
...
svn path=/trunk/; revision=15730
2005-06-02 13:20:04 +00:00
Emanuele Aliberti
da87b75712
SM/CSR: move win32k.sys loading from the SM to the Win32 user mode server.
...
svn path=/trunk/; revision=15729
2005-06-02 13:17:37 +00:00
Emanuele Aliberti
114fa63aa5
Correct midimap location.
...
svn path=/trunk/; revision=15728
2005-06-02 13:10:57 +00:00
Alex Ionescu
2565867874
Fix midimap/wavemap build
...
svn path=/trunk/; revision=15727
2005-06-02 03:21:17 +00:00
Steven Edwards
278d41accc
this was moved
...
svn path=/trunk/; revision=15726
2005-06-02 02:12:48 +00:00
James Tabor
13d5ffb301
Removed makefiles.
...
svn path=/trunk/; revision=15725
2005-06-02 01:37:38 +00:00
James Tabor
bdcd967755
Fixed xml problem.
...
svn path=/trunk/; revision=15724
2005-06-02 01:36:20 +00:00
James Tabor
59a36a978f
Fixed xml problem.
...
svn path=/trunk/; revision=15723
2005-06-02 01:36:07 +00:00
Hervé Poussineau
c5bcf76042
Don't close port if opening failed
...
svn path=/trunk/; revision=15722
2005-06-01 23:09:36 +00:00
Eric Kohl
793415253c
- Start the logging thread from ServiceMain.
...
- Move UNICODE definition to the configuration file.
- Code cleanup.
svn path=/trunk/; revision=15721
2005-06-01 21:57:52 +00:00
James Tabor
372172fd93
Adding Cromwell to usb.
...
svn path=/trunk/; revision=15720
2005-06-01 21:55:36 +00:00
James Tabor
e8d9ee409c
Adding Cromwell to usb.
...
svn path=/trunk/; revision=15719
2005-06-01 21:55:09 +00:00
Eric Kohl
8ebdfa0f0d
Build the UNICODE version of the eventlog service.
...
svn path=/trunk/; revision=15718
2005-06-01 19:43:32 +00:00
Thomas Bluemel
592490d2ae
fixed warnings
...
svn path=/trunk/; revision=15717
2005-06-01 19:01:12 +00:00
Magnus Olsen
1983bc6012
small optimze for StretchBlt
...
Thanks Alex for the idea with neg for statement
it is still a ref implemnet and have some limits
svn path=/trunk/; revision=15716
2005-06-01 18:11:26 +00:00
Casper Hornstrup
0e6919a8c0
Build with MP=1
...
svn path=/trunk/; revision=15715
2005-06-01 17:28:51 +00:00
Casper Hornstrup
2786a429ac
Remove unneded file
...
svn path=/trunk/; revision=15714
2005-06-01 17:27:55 +00:00
Alex Ionescu
c5bf36a5de
Fix some debug messages (do I need to patch this to wine?)
...
svn path=/trunk/; revision=15712
2005-06-01 01:59:05 +00:00