Casper Hornstrup
|
ad1bdc040e
|
Document well-known targets
svn path=/trunk/; revision=15872
|
2005-06-12 10:52:18 +00:00 |
|
Hartmut Birr
|
ad04a63867
|
Preinitialize the Provider to prevent from crashing if no sockets were given.
svn path=/trunk/; revision=15871
|
2005-06-12 10:33:22 +00:00 |
|
Hartmut Birr
|
95aa074b1e
|
- Fixed the calculation of some offset values.
- Used the correct flag for testing of a bss section.
svn path=/trunk/; revision=15870
|
2005-06-12 10:25:49 +00:00 |
|
Hartmut Birr
|
b2f1b36fd9
|
- Fixed the inline assembler in DIB_16BPP_ColorFill.
- Calculated the color value outside of the loop in DIB_16BPP_ColorFill.
svn path=/trunk/; revision=15869
|
2005-06-12 10:23:04 +00:00 |
|
Casper Hornstrup
|
321c3545d8
|
Support module_depends target
svn path=/trunk/; revision=15868
|
2005-06-12 10:18:51 +00:00 |
|
Martin Fuchs
|
639193ca53
|
- standardize resource scripts: align code and remove tabs
- ifdef __WINE__ for ID_ABOUT_WINE
svn path=/trunk/; revision=15867
|
2005-06-12 10:14:37 +00:00 |
|
Casper Hornstrup
|
bfef768a76
|
Make test pass
svn path=/trunk/; revision=15866
|
2005-06-12 09:36:25 +00:00 |
|
Martin Fuchs
|
bef9eaff74
|
remove unnecessary paint code
svn path=/trunk/; revision=15865
|
2005-06-12 09:17:06 +00:00 |
|
Martin Fuchs
|
ed5cf2efc8
|
remove unsued compilation unit
svn path=/trunk/; revision=15864
|
2005-06-12 09:14:12 +00:00 |
|
Martin Fuchs
|
c25cc23eb8
|
remove unused variable
svn path=/trunk/; revision=15863
|
2005-06-12 09:13:45 +00:00 |
|
Aleksey Bragin
|
8addb6ae11
|
Fix pdo->fdo typo, causing serious errors, ending up driver unloadable at all.
svn path=/trunk/; revision=15862
|
2005-06-11 21:29:59 +00:00 |
|
Magnus Olsen
|
6eab0b40a0
|
fix fill color and hline asm code
thx tamlin to notice some mistake
svn path=/trunk/; revision=15861
|
2005-06-11 19:56:12 +00:00 |
|
Hervé Poussineau
|
03586e2534
|
Patch by Sylvain Petreolle <spetreolle@yahoo.fr>: Fix bug 646
- Remove duplicate dll entries in reactos.dff,
- Move some at their correct place.
svn path=/trunk/; revision=15860
|
2005-06-11 19:09:42 +00:00 |
|
Magnus Olsen
|
c1643db40b
|
speed up 24bpp small fill and fill
svn path=/trunk/; revision=15859
|
2005-06-11 13:36:00 +00:00 |
|
Magnus Olsen
|
7c9de0d8d6
|
Speed up Fill and Small fill. for 16bpp
svn path=/trunk/; revision=15858
|
2005-06-11 12:13:28 +00:00 |
|
Magnus Olsen
|
c507c88f25
|
adding __volatile__ on all DIB32 inline asm to ensure it doesn't get modified when optimizations are enabled
Thx w3seek
svn path=/trunk/; revision=15857
|
2005-06-11 10:19:33 +00:00 |
|
Magnus Olsen
|
1503cdc0b4
|
Fix align 4 problem with color fill and hline.
Now OARCH=pentium2 working with 32bpp
svn path=/trunk/; revision=15856
|
2005-06-11 09:53:14 +00:00 |
|
Hervé Poussineau
|
df3ceea77c
|
Set svn:eol-style property to native
svn path=/trunk/; revision=15855
|
2005-06-10 22:54:11 +00:00 |
|
Alex Ionescu
|
2dc107e012
|
Support QEMU Hardware Acceleration
svn path=/trunk/; revision=15854
|
2005-06-10 21:46:16 +00:00 |
|
Hervé Poussineau
|
64bd0a6bd1
|
Add a pointer to the root hub PDO in the usb controller device extension
svn path=/trunk/; revision=15853
|
2005-06-10 21:25:55 +00:00 |
|
Aleksey Bragin
|
988bbc4f12
|
Add scrollbar to timezone selection comboboxes. Patch by unC0Rr.
svn path=/trunk/; revision=15852
|
2005-06-10 21:13:15 +00:00 |
|
Martin Fuchs
|
d92ffc0b93
|
Patch from WineHQ:
Mike McCormack <mike@codeweavers.com>
Fix more warnings.
svn path=/trunk/; revision=15851
|
2005-06-10 20:41:26 +00:00 |
|
Gé van Geldorp
|
15e83c5e04
|
Re-apply fix to dib16bpp and fix the root cause
svn path=/trunk/; revision=15850
|
2005-06-09 20:40:44 +00:00 |
|
Magnus Olsen
|
5ecd1f57d9
|
dib16_hline revert GvG change until some rewrite the asm code to handler the 4 align right. for now it does
the test 0x01,%%edi is wrong it must be test 0x03,%%edi
for not break cmd in 16bpp and other apps
svn path=/trunk/; revision=15849
|
2005-06-09 20:18:32 +00:00 |
|
Gé van Geldorp
|
bb18fc25e9
|
Speed up 24bpp fills
svn path=/trunk/; revision=15848
|
2005-06-09 19:04:32 +00:00 |
|
Magnus Olsen
|
ecb9480129
|
correct the spelling for some comment thx w3seek
svn path=/trunk/; revision=15847
|
2005-06-09 18:33:45 +00:00 |
|
Magnus Olsen
|
e4d12844dc
|
fix a comment
svn path=/trunk/; revision=15846
|
2005-06-09 18:03:05 +00:00 |
|
Magnus Olsen
|
a89c7dcf3d
|
fix a bug in hline for 16bpp it did not do Align to fullword boundary correct GvG did spot this lite bug. fix fill bug in 8bpp now it will boot agein thx waxdragon that did spot this problem.
svn path=/trunk/; revision=15845
|
2005-06-09 17:58:33 +00:00 |
|
James Tabor
|
ba8d788967
|
Added HcdInterfaceName from hpoussin new uhci devctrl.c.
svn path=/trunk/; revision=15844
|
2005-06-09 02:12:33 +00:00 |
|
James Tabor
|
26d0d00e72
|
Attached Linux device to Device Extension.
svn path=/trunk/; revision=15843
|
2005-06-09 02:01:06 +00:00 |
|
James Tabor
|
7240f0cf76
|
Fixing to start pnp of usb drivers.
svn path=/trunk/; revision=15842
|
2005-06-09 01:43:07 +00:00 |
|
Magnus Olsen
|
e87cc02785
|
add my self to CREDITS
svn path=/trunk/; revision=15841
|
2005-06-08 17:29:59 +00:00 |
|
Magnus Olsen
|
f0881728a7
|
Optimze DIB32_bitblt for both DGB=0 and DGB=1
Can not geting it faster with current c code
svn path=/trunk/; revision=15840
|
2005-06-08 16:28:41 +00:00 |
|
Gé van Geldorp
|
ec70aa71b0
|
Revert r15838 since it breaks the build
svn path=/trunk/; revision=15839
|
2005-06-07 23:11:35 +00:00 |
|
Gé van Geldorp
|
5fb6c9fc9c
|
Add getnameinfoA/W
svn path=/trunk/; revision=15838
|
2005-06-07 22:04:54 +00:00 |
|
Filip Navara
|
e5541e23e6
|
Fix prototypes for non-GDI_DEBUG case.
svn path=/trunk/; revision=15837
|
2005-06-07 21:23:30 +00:00 |
|
Hartmut Birr
|
b494dd6e5e
|
Changed back to the GPL.
svn path=/trunk/; revision=15836
|
2005-06-07 20:15:16 +00:00 |
|
Filip Navara
|
cb3ec720bd
|
Fix a cut & paste mistake.
svn path=/trunk/; revision=15835
|
2005-06-07 20:10:16 +00:00 |
|
Filip Navara
|
7aea00d1d6
|
- Repair GDI handle debugging functionality.
- Fix locking in NtGdiGetTextFace.
svn path=/trunk/; revision=15834
|
2005-06-07 20:02:22 +00:00 |
|
Martin Fuchs
|
7a4b2f8d8f
|
sync winefile resource wcripts with WINE and adjust INFO entries
svn path=/trunk/; revision=15833
|
2005-06-07 17:13:38 +00:00 |
|
Hartmut Birr
|
b4f774ec1e
|
- Removed the process member from the memory area structure.
- Add the copyright notice and all programmers.
svn path=/trunk/; revision=15832
|
2005-06-07 17:07:34 +00:00 |
|
Filip Navara
|
cc0fc0d35c
|
Implementation of DragDetect. Based on Wine code (C) 1993, 1994 Alexandre Julliard.
svn path=/trunk/; revision=15831
|
2005-06-07 16:54:15 +00:00 |
|
Filip Navara
|
4619446ed0
|
- Unlock GDI objects by pointer, not by handle.
- Fix a few invalid lock cases.
- Add support for shared GDI object locks and use it for locking surfaces.
svn path=/trunk/; revision=15830
|
2005-06-07 16:34:07 +00:00 |
|
Filip Navara
|
e7f345e0a2
|
Fix buffer size checks for IOCTL_VIDEO_SET_COLOR_REGISTERS.
svn path=/trunk/; revision=15829
|
2005-06-07 16:26:14 +00:00 |
|
Gregor Anich
|
d06d236296
|
Add 'l' suffix to shr in DIB_16BPP_VLine.
svn path=/trunk/; revision=15828
|
2005-06-07 15:13:14 +00:00 |
|
Gregor Anich
|
2b005b9bfa
|
Remove a comment which i forgot to remove, oops.
svn path=/trunk/; revision=15827
|
2005-06-07 15:10:56 +00:00 |
|
Gregor Anich
|
85b03712d5
|
Assembly for DIB_16BPP_VLine, nearly no performance increase, but could be useful later anyway.
svn path=/trunk/; revision=15826
|
2005-06-07 15:09:02 +00:00 |
|
Thomas Bluemel
|
72448a5e50
|
use %lu instead of %d for unsigned formatting
svn path=/trunk/; revision=15825
|
2005-06-07 13:53:37 +00:00 |
|
Thomas Bluemel
|
1413f0bd4c
|
delete obsolete folder
svn path=/trunk/; revision=15824
|
2005-06-07 13:51:58 +00:00 |
|
Eric Kohl
|
518bede98c
|
Use #if 0 ... #endif to disable source code.
svn path=/trunk/; revision=15823
|
2005-06-06 20:39:25 +00:00 |
|