Commit graph

24611 commits

Author SHA1 Message Date
James Tabor 8eb6d672a1 Fix signedness error.
svn path=/trunk/; revision=26323
2007-04-12 05:14:24 +00:00
Alex Ionescu cde8c95d91 - Fix several pushlock bugs (thanks in part to hto). Should fix bug 2063.
svn path=/trunk/; revision=26322
2007-04-11 20:00:53 +00:00
Dmitry Gorbachev 2a83478e2a Fix some bugs.
svn path=/trunk/; revision=26321
2007-04-11 08:43:34 +00:00
Magnus Olsen 51c632e281 DO not waring if no keyboard layout does not exists or loading, I change the msg from DPRINT1 to DRPINT
svn path=/trunk/; revision=26320
2007-04-11 07:01:44 +00:00
Dmitry Gorbachev 7d0a0bacc0 Norvegian translation by LMH1 (bug reports 1737 and 1738).
svn path=/trunk/; revision=26317
2007-04-10 23:06:01 +00:00
Christoph von Wittich 75361b6928 get GreatLord's hack at least to work
svn path=/trunk/; revision=26316
2007-04-10 22:57:57 +00:00
Magnus Olsen e43e673325 1. small hack to getting a new checked treed being build.
2. This bug does not show if you doing make clean and Build only affect a new frech tree
3. please fix the makefile more right this is a small hack until some fix it. 


svn path=/trunk/; revision=26315
2007-04-10 22:47:12 +00:00
Timo Kreuzer 3f379161d6 NtGdiMoveToEx: copy old cursor pos back to caller instead of copying from caller.
svn path=/trunk/; revision=26314
2007-04-10 21:58:15 +00:00
Magnus Olsen 92c14d1f5f update the copyright year in the rc file
svn path=/trunk/; revision=26312
2007-04-10 20:49:41 +00:00
Magnus Olsen 8206f926b7 update freetype to 2.3.4
svn path=/trunk/; revision=26311
2007-04-10 20:41:41 +00:00
Magnus Olsen 361475b0a6 This fix the hiniting issue we have seen crop ypqg before u did not see it was drawing.
This commit cause a smaller glitch in cmd. Please some help me figout how to fix this glitch in cmd
other wise I will be force revert this commit. 

svn path=/trunk/; revision=26306
2007-04-10 18:52:24 +00:00
Magnus Olsen c1e9fc6f75 darn rember me close all file before a commit, I did by mistake break the build fixed with this commit
svn path=/trunk/; revision=26305
2007-04-10 17:06:59 +00:00
Magnus Olsen c9fb4f777b Long live Dejavu font, Long live Dejavu font
This commit fixed the charwidth calculation that was wrong for unicode font. That mean we can last using dejavu font in cmd. 
Now anyone whant we can delete the bitstream font from reactos please test see if it any apps still using bitstream font. 
I can not found any apps in reactos using it anylonger. I give the pleasuer delete the bitstream font for anyone whant 
doing that. 


svn path=/trunk/; revision=26304
2007-04-10 17:05:23 +00:00
Dmitry Gorbachev 7848c88917 Fix debug message.
svn path=/trunk/; revision=26303
2007-04-10 10:07:15 +00:00
Hervé Poussineau 4e939dcc2c Replace freeldr DEBUG define, by the global DBG define
svn path=/trunk/; revision=26302
2007-04-10 09:31:51 +00:00
Timo Kreuzer 39b3562b65 tabs->spaces reformat, no code change.
svn path=/trunk/; revision=26301
2007-04-09 19:52:32 +00:00
Aleksey Bragin 6b2c34484c - Reverting 26299: Please fix an actual bug (wherever it is), and don't commit your temporary personal workarounds.
svn path=/trunk/; revision=26300
2007-04-09 18:05:27 +00:00
Magnus Olsen f410bbe117 comment out vga drv, we only need one of thuse two driver start on livecd. and that is vbe driver not both driver.
svn path=/trunk/; revision=26299
2007-04-09 16:09:22 +00:00
Sylvain Petreolle 406ee892b1 make french accents display correctly,
patch by Pierre Schweitzer
see issue #1919

svn path=/trunk/; revision=26298
2007-04-09 14:32:53 +00:00
Eric Kohl 655f34cb87 Change keyboard settings on-the-fly to make the preview work properly.
svn path=/trunk/; revision=26295
2007-04-09 13:26:55 +00:00
Alex Ionescu 52041c5b65 - Call IRP_MN_START_DEVICE in a critical region, since NT drivers depend on this implementation detail (on NT, an ERESOURCE+CriticalRegion is always held when parsing a new device node, so all related IRP_MNs are actually received under a critical region. For now, I only made IRP_MN_START_DEVICE behave as such. i8042prt from the DDK depends on this behavior.
- Cleaned up Fast Mutex Implementation.
- Disabled a hard-coded bugcheck and instead disabled soem code.

svn path=/trunk/; revision=26294
2007-04-09 13:00:38 +00:00
Magnus Olsen aa7e29c22e NtGdiDdCanCreateSurface
1. fixed the input of DDSURFACEDESC2 so it been convert to DDSURFACEDESC.
2. fixed varius bsod in ros 0.3.1 
3. fixed some return code. 

svn path=/trunk/; revision=26293
2007-04-09 11:45:25 +00:00
Sylvain Petreolle 2c7409ef06 fix netid fr-FR.rc codepage
svn path=/trunk/; revision=26292
2007-04-09 11:23:10 +00:00
Sylvain Petreolle c35a93cdf1 add french translation,
sublang fixes

svn path=/trunk/; revision=26291
2007-04-09 10:06:38 +00:00
Sylvain Petreolle 6f8ab055b0 update appwiz.cpl french translation
svn path=/trunk/; revision=26290
2007-04-09 09:40:07 +00:00
Dmitry Gorbachev f57e0717e2 Use separate directory for language-specific files.
svn path=/trunk/; revision=26289
2007-04-08 21:55:16 +00:00
Dmitry Gorbachev 871e05ab78 Use separate directory for language-specific files.
svn path=/trunk/; revision=26288
2007-04-08 21:54:46 +00:00
Dmitry Gorbachev b594d9eacb Use new naming convention.
svn path=/trunk/; revision=26287
2007-04-08 21:53:24 +00:00
Dmitry Gorbachev 319fb9f4a4 Use new naming convention.
svn path=/trunk/; revision=26286
2007-04-08 19:04:00 +00:00
Magnus Olsen fc7ad40506 revert 21677 this change are not need, I comfrim vmware own graphice driver do not release the dx interface in windows xp/2003 or higher.
I remove so vmware drv getting dx interfae, this enabler windows xp graphice drv again. sorry no dx hardware acclations from vmware any longer. 

svn path=/trunk/; revision=26285
2007-04-08 17:43:51 +00:00
Eric Kohl c74fbaf787 Add cursor blink time preview and change blink time on the fly.
svn path=/trunk/; revision=26284
2007-04-08 16:46:35 +00:00
Dmitry Gorbachev 29cb375d5a Fix "registry error" bug (see bugzilla report #1998).
svn path=/trunk/; revision=26283
2007-04-08 14:57:34 +00:00
Magnus Olsen ce8c107dbc fixing smaller bugs in NtGdiDdWaitForVerticalBlank now it is compatible with windows 2000 in all my test case.
svn path=/trunk/; revision=26282
2007-04-08 12:05:22 +00:00
Eric Kohl 923523688f Add caret blink time setting.
svn path=/trunk/; revision=26281
2007-04-08 10:18:24 +00:00
Eric Kohl a580611fe7 - Add missing keyboard speed dialog resources.
- Implement keyboard repeat delay and repeat rate settings.

svn path=/trunk/; revision=26280
2007-04-07 23:10:58 +00:00
Ged Murphy d3bc04a87c - add hh.exe
- not added to build as it useless until we get hhctrl.ocx done.

svn path=/trunk/; revision=26279
2007-04-07 15:24:45 +00:00
Magnus Olsen 9da28b4efd tested NtGdiDdGetScanLine not suppored by vmware drv did use another 3d party driver for the test.
fixed some werid loop of pseh, all code are tested in 0.3.1 for I do not have a working vmware drv 
for the driver. NtGdiDdGetScanLine is working same as windows 2000 now. 


svn path=/trunk/; revision=26278
2007-04-07 15:10:01 +00:00
Ged Murphy 2ee0f4dca0 start to redo tracert
svn path=/trunk/; revision=26277
2007-04-07 15:09:57 +00:00
Aleksey Bragin 78117fc10d Please use TABs inside .rbuild files, not spaces.
svn path=/trunk/; revision=26276
2007-04-07 15:09:48 +00:00
Magnus Olsen 734706acab clean up NtGdiDdQueryDirectDrawObject and NtGdiDdCreateDirectDrawObject They are now working to 100% simulare to windows 2000 in all case. if you do not count the undoc bevhoir of NtGdiDdCreateDirectDrawObject when pvmlist and heapnum got a vaild pointer and heapnum=0
svn path=/trunk/; revision=26275
2007-04-07 09:30:52 +00:00
Alex Ionescu 2d88738681 - NDK updates and compatibility fixes for Vista/WDK/User-Mode/Individual per-file NDK Usage.
- Update targets to pentium to take advantage of cmpxhg8b when possible. (ROS won't run on 386/486 anyway).
- Fix some compiler problems when building with -O3.

svn path=/trunk/; revision=26274
2007-04-07 05:33:30 +00:00
Timo Kreuzer dd4ede8870 load metrics fonts and colors from registry on userinit.
svn path=/trunk/; revision=26273
2007-04-07 00:32:34 +00:00
Timo Kreuzer 69ef89a5e9 IntSetSysColors: update SysColorBrushes and Pens and broadcast WM_SYCOLORCHANGE message. Now you can change colors with desk.cpl
svn path=/trunk/; revision=26272
2007-04-06 22:50:19 +00:00
Magnus Olsen 937e866fb2 remove a wrong behvoir in DdQueryDirectDrawObject aka GdiEntry2
svn path=/trunk/; revision=26271
2007-04-06 20:54:21 +00:00
Magnus Olsen a6bda507b9 Remove a windwos 95/98/Me behvoir in NtGdiDdQueryDirectDrawObject, also tested in windows 2000 see if this bevhoir really exitsed or not.
puvmList and puNumHeaps should be ignore by Windows NT when they are pass down, it is not true if both getting a vaild pointer I am getting back data in windows it is not a vmList, what I get back I do not known. Add a comment I did forget setup the copy of puD3dTextureFormats from kmode to umode pointer will be fixed later. After I fix the last part this api is 99.9% compatible with Windows 2000 and higher.

svn path=/trunk/; revision=26270
2007-04-06 20:43:11 +00:00
Timo Kreuzer 5f5b06dc4b fix warnings on gcc 4.1.2
svn path=/trunk/; revision=26269
2007-04-06 14:24:59 +00:00
Aleksey Bragin 96924455c4 - Make class2 and disk completely warning-free.
svn path=/trunk/; revision=26268
2007-04-05 17:36:39 +00:00
Magnus Olsen 43b354a3d4 Update Dejavu from 2.14 to 2.16
It add allot of new charaters to all dejavu font.

svn path=/trunk/; revision=26267
2007-04-05 12:20:19 +00:00
Alex Ionescu dd73f432c2 - Refactored some parts of the FS Recognizer Driver.
- Added support for some more advanced storage stack support.
- Added locking and states.
- Added the ability for a file system to span across different device types (such as UDFS which is both for disks and optical media)
- Updated NTFS, UDFS validation to use new functions. CDFS validation was removed (NT doesn't do it).
- Improved some parts of FAT validation and relaxed others to match NT's.

svn path=/trunk/; revision=26266
2007-04-05 00:11:35 +00:00
Dmitry Gorbachev fe6c48c65b - Fix the damn thing.
svn path=/trunk/; revision=26265
2007-04-04 20:12:23 +00:00