Cameron Gutman [Wed, 11 Mar 2009 19:53:23 +0000 (19:53 +0000)]
- Add a driver section to Download
- Add the AC97 driver
- We need an icon for this section
svn path=/trunk/; revision=39958
Johannes Anderwald [Wed, 11 Mar 2009 19:02:06 +0000 (19:02 +0000)]
- Use Byteswap intriniscs to improve performance
- Hint by Physicus
svn path=/trunk/; revision=39957
Johannes Anderwald [Wed, 11 Mar 2009 18:32:32 +0000 (18:32 +0000)]
- Check if handle is re-used. Fixes double-freeing of handle & crash
svn path=/trunk/; revision=39956
Dmitry Chapyshev [Wed, 11 Mar 2009 18:17:54 +0000 (18:17 +0000)]
- Fix build
svn path=/trunk/; revision=39955
Johannes Anderwald [Wed, 11 Mar 2009 18:00:11 +0000 (18:00 +0000)]
- Use Interlocked*List function to improve stability as a few of the timing issues have been resolved
- Queue a dpc for each completed buffer
- Complete the irp as soon as possible
svn path=/trunk/; revision=39954
Dmitry Chapyshev [Wed, 11 Mar 2009 17:40:01 +0000 (17:40 +0000)]
- Add Ukrainian translation by Sakara Yevhen
- Other small changes
svn path=/trunk/; revision=39953
Johannes Anderwald [Wed, 11 Mar 2009 14:42:42 +0000 (14:42 +0000)]
- Implement wave pcm bitrate conversion. Atm only 8-16 bit has been tested
- The tricky part is just to get result value into the right byte order (endianess)
- Thanks to Christoph and everyone else :)
svn path=/trunk/; revision=39952
Dmitry Chapyshev [Wed, 11 Mar 2009 12:20:34 +0000 (12:20 +0000)]
- Add Spanish translation by Javier Fernández
- Other small changes
svn path=/trunk/; revision=39951
Daniel Reimer [Wed, 11 Mar 2009 12:11:28 +0000 (12:11 +0000)]
Translate the ReactOS MediaPlayer into German and Polish (Maciej Bialas).
Sync WinHLP32 and WordPad with Wine HEAD.
svn path=/trunk/; revision=39950
Dmitry Chapyshev [Wed, 11 Mar 2009 11:14:05 +0000 (11:14 +0000)]
- Add Russian translation
svn path=/trunk/; revision=39949
Dmitry Chapyshev [Wed, 11 Mar 2009 10:57:05 +0000 (10:57 +0000)]
- Add mplay32 to bootcd
- Opening .wav, .cda, .avi, .mid files with mplay32
svn path=/trunk/; revision=39948
Dmitry Chapyshev [Wed, 11 Mar 2009 10:22:15 +0000 (10:22 +0000)]
- Add simple multimedia player
svn path=/trunk/; revision=39947
Johannes Anderwald [Wed, 11 Mar 2009 09:30:33 +0000 (09:30 +0000)]
- Add kmixer to bootcd
- Check if device supports a specified format. When the device doesnt support a format, query its datarange and create a format which it supports and create a kmixer pin which is used to convert the format
- Load kmixer.sys when sysaudio starts
- Call kmixer when there is work to do.
- Bitrate increasing / decreasing is not working at all. (Need to find a working algorithm, volunteers?)
- Install kmixer service when an audio adapter is installed
svn path=/trunk/; revision=39946
Jeffrey Morlan [Wed, 11 Mar 2009 03:35:29 +0000 (03:35 +0000)]
Fix bug where wcscspn could return non-zero value on an empty string.
svn path=/trunk/; revision=39945
Jeffrey Morlan [Wed, 11 Mar 2009 02:17:53 +0000 (02:17 +0000)]
Give an error message when trying to DEL a file that doesn't exist (Bug 4244). Patch by Victor Martinez <vicmarcal at hotmail.com>.
svn path=/trunk/; revision=39944
Matthias Kupfer [Tue, 10 Mar 2009 23:48:21 +0000 (23:48 +0000)]
- fix the bitmap and memdc issue for menu items (popup arrow, check and radio symbols)
svn path=/trunk/; revision=39942
Matthias Kupfer [Tue, 10 Mar 2009 21:39:22 +0000 (21:39 +0000)]
- due to minor differences (marletting related) combine drawing routines for check box and radio button
- initial version for popup arrows, maybe someone know how to remove the bitmap and memory-dc stuff properly
svn path=/trunk/; revision=39940
ReactOS Portable Systems Group [Tue, 10 Mar 2009 20:52:39 +0000 (20:52 +0000)]
- Rework Hyperspace Mapping Interface for Page zeroing. It is now more efficient and adapted to ReactOS.
- This also fixes some race conditions.
- There was a lot of difficulty getting this patch through because of everyone else adding their 2 cents to the code. Next time, wait.
svn path=/trunk/; revision=39938
Aleksey Bragin [Tue, 10 Mar 2009 20:33:18 +0000 (20:33 +0000)]
- Fix a typo: set a value, not a bit.
svn path=/trunk/; revision=39937
Aleksey Bragin [Tue, 10 Mar 2009 20:26:46 +0000 (20:26 +0000)]
- Initialize hyperspace before page lists. Fixes boot problem (spotted by Alex).
svn path=/trunk/; revision=39936
Dmitry Gorbachev [Tue, 10 Mar 2009 17:47:11 +0000 (17:47 +0000)]
Fix bug #4249 and crash in QEMU. Alex Ionescu, bug #4249.
svn path=/trunk/; revision=39934
Dmitry Gorbachev [Tue, 10 Mar 2009 12:41:23 +0000 (12:41 +0000)]
Silence compiler warning.
svn path=/trunk/; revision=39933
Timo Kreuzer [Tue, 10 Mar 2009 05:22:38 +0000 (05:22 +0000)]
Only warn when trying to free a NULL pointer with ExFreePoolWithTag
svn path=/trunk/; revision=39932
Timo Kreuzer [Tue, 10 Mar 2009 04:34:33 +0000 (04:34 +0000)]
Don't free a NULL pointer.
svn path=/trunk/; revision=39931
Timo Kreuzer [Tue, 10 Mar 2009 04:12:27 +0000 (04:12 +0000)]
Initial code for freetype font driver
svn path=/trunk/; revision=39930
Timo Kreuzer [Tue, 10 Mar 2009 03:45:44 +0000 (03:45 +0000)]
Add sprintf.c for as long as our libcntpr doesn't have it.
svn path=/trunk/; revision=39929
Timo Kreuzer [Tue, 10 Mar 2009 02:49:45 +0000 (02:49 +0000)]
Make freetype ddi compliant, by linking to win32k only. Clean up excessive header usage in rosglue.c
svn path=/trunk/; revision=39928
Timo Kreuzer [Tue, 10 Mar 2009 02:16:38 +0000 (02:16 +0000)]
Call ExFreePoolWithTag with 0 tag from ExFreePool instead of vice versa, bugcheck system, when Block is not inside any pool.
svn path=/trunk/; revision=39927
Johannes Anderwald [Tue, 10 Mar 2009 01:52:51 +0000 (01:52 +0000)]
- Implement KSPROPERTY_PIN_PROPOSEDATAFORMAT
- Add KSPROPERTY_PIN_PROPOSEDATAFORMAT handler to IPortWaveCyclic
svn path=/trunk/; revision=39926
ReactOS Portable Systems Group [Tue, 10 Mar 2009 00:31:14 +0000 (00:31 +0000)]
- Implement a new Hyperspace Mapping Interface:
- The new interface is portable and much faster than before. For example, unmapping a hyperpage is almost a one-line operation.
- The new interface is also thread-safe and uses the EPROCESS hyperspace spinlock.
- However, in order to isolate from React Mm internals, the Hyper IRQL and Process are stored as globals, so this will not work on SMP.
- For now, mapping vs. zero PTEs are not treated differently, but the two interfaces have been separated pending future work.
- Performance tests with _rdtsc resulted in an improvement of over 300% compared to the old interface.
- Hyperspace mappings are frequent, so the improvement is noticeable during startup (3/10ths of a second).
- This also fixes incorrect initializtion of hyperspace -- pages were zeroed out (which requires hyperspace) before hyperspace was created.
svn path=/trunk/; revision=39925
Kamil Hornicek [Mon, 9 Mar 2009 19:55:00 +0000 (19:55 +0000)]
- fix glEdgeFlagPointe prototype
- clean up opengl32.h a bit
svn path=/trunk/; revision=39922
Kamil Hornicek [Mon, 9 Mar 2009 19:46:37 +0000 (19:46 +0000)]
- fix some prototypes, remove dxroslayer from dsound
- sync dsound with wine head, it now works again (tested on win xp and reactos)
svn path=/trunk/; revision=39921
Kamil Hornicek [Mon, 9 Mar 2009 19:34:37 +0000 (19:34 +0000)]
- fix the class name, vbox guest additions installer proceeds a bit further now
svn path=/trunk/; revision=39920
Kamil Hornicek [Mon, 9 Mar 2009 19:01:11 +0000 (19:01 +0000)]
- fix logic, global mouse and keyboard hooks are supported, dinput now works again
svn path=/trunk/; revision=39919
Aleksey Bragin [Mon, 9 Mar 2009 18:49:47 +0000 (18:49 +0000)]
- Fix wrong placement of KEYBOARD_DEVICE_EXTENSION structure.
- Fix wrong include order.
- Fixes build.
svn path=/trunk/; revision=39918
Johannes Anderwald [Mon, 9 Mar 2009 18:05:56 +0000 (18:05 +0000)]
- Disable message flood when playing audio files as it is very time critical and makes audio stutter
- Free remaining irps and make sure that the dpc finished before stopping the audio stream. This fixing stuttering when there are too few audio buffers available.
- Complete the IRPs when they are actually have played. This should make audio playback position become more accurate and prevents application to feed in too much audio buffers
- VLC 0.9.8a can now playback audio files (no window is shown -> different issue)
svn path=/trunk/; revision=39917
Johannes Anderwald [Mon, 9 Mar 2009 11:51:28 +0000 (11:51 +0000)]
- Register default sound schemes when an new audio adapter is installed
- Pass the full filename to PlaySound as the sound might not be in standard location
svn path=/trunk/; revision=39915
Aleksey Bragin [Mon, 9 Mar 2009 10:11:24 +0000 (10:11 +0000)]
- Move USB keyboard LEDs managing code into an own function.
svn path=/trunk/; revision=39914
Aleksey Bragin [Mon, 9 Mar 2009 10:04:40 +0000 (10:04 +0000)]
- Major cleanup of USB keyboard driver:
* Remove huge hack, which is not needed anymore since 39912.
* Put all global variables into device extension, allowing support for more than one USB keyboard.
* Cleanup driver extension structure.
* Remove unneeded endpoint finding code.
- Add test code for LEDs support (now puts three of them into ON state).
svn path=/trunk/; revision=39913
Aleksey Bragin [Mon, 9 Mar 2009 09:40:43 +0000 (09:40 +0000)]
- Fix an incorrect assumption that endpoint descriptors must immediately follow an interface descriptor (there may be generic descriptors in between too, as it is for e.g. USB HID devices). Thanks to Michael Lotz from Haiku for his help with this issue.
- Fix incorrect handling of alternate interface settings, which resulted in reading uninitialized memory.
svn path=/trunk/; revision=39912
Jeffrey Morlan [Sun, 8 Mar 2009 19:21:07 +0000 (19:21 +0000)]
add ConPrintf and ConPrintfPaging prototypes to cmd.h
svn path=/trunk/; revision=39911
Jeffrey Morlan [Sun, 8 Mar 2009 17:37:11 +0000 (17:37 +0000)]
- Clean up code for DIR command
- Fix bug where "DIR directoryname /S" wouldn't list subdirectories (you needed to do directoryname\*.*)
- Get rid of extra * that appeared in DIR /B /S output
svn path=/trunk/; revision=39910
Dmitry Chapyshev [Sun, 8 Mar 2009 17:35:12 +0000 (17:35 +0000)]
- Fix typo
svn path=/trunk/; revision=39909
Matthias Kupfer [Sun, 8 Mar 2009 16:32:35 +0000 (16:32 +0000)]
- continue "marletting"
- use marlett font for checkbox
svn path=/trunk/; revision=39908
Johannes Anderwald [Sun, 8 Mar 2009 16:25:28 +0000 (16:25 +0000)]
- Wait for the APC in wdmaud.drv
- Queue ~ one second of audio data before starting to stream
- Check if an audio pin is already open and re-use it in that case
svn path=/trunk/; revision=39907
Matthias Kupfer [Sun, 8 Mar 2009 14:08:28 +0000 (14:08 +0000)]
- continue "marletting"
- use marlett font for caption buttons
svn path=/trunk/; revision=39906
Timo Kreuzer [Sun, 8 Mar 2009 03:09:10 +0000 (03:09 +0000)]
Bmfd: Rework code for BmfdQueryFontData, rename some structs, add BMFD_FONT struct, which is associated with a FONTOBJ, rewrite copying bits, so it can do scaling and rotation. Scaled fonts work now. Rotation is not yet finished.
svn path=/trunk/; revision=39905
Johannes Anderwald [Sat, 7 Mar 2009 20:50:38 +0000 (20:50 +0000)]
- Document the mega-haxxx
svn path=/trunk/; revision=39904
Aleksey Bragin [Sat, 7 Mar 2009 20:15:29 +0000 (20:15 +0000)]
- Fix UsbBuildGetStatusRequest macro.
svn path=/trunk/; revision=39903
Johannes Anderwald [Sat, 7 Mar 2009 19:59:57 +0000 (19:59 +0000)]
- Rewrite writing to common buffer to fix stuttering sound
svn path=/trunk/; revision=39902
Johannes Anderwald [Sat, 7 Mar 2009 17:41:03 +0000 (17:41 +0000)]
- Free queued audio buffers and complete irps
svn path=/trunk/; revision=39901
Dmitry Chapyshev [Sat, 7 Mar 2009 08:34:55 +0000 (08:34 +0000)]
- Sync comctl32, cryptui, mlang, msctf, netapi32, ole32, urlmon with Wine head
svn path=/trunk/; revision=39900
Art Yerkes [Sat, 7 Mar 2009 00:18:06 +0000 (00:18 +0000)]
Fix remaining issues in this neglected imported code. It's my fault it was
in a poor state for so long.
svn path=/trunk/; revision=39899
Matthias Kupfer [Fri, 6 Mar 2009 22:33:54 +0000 (22:33 +0000)]
- translate remaining items to native language (German)
svn path=/trunk/; revision=39898
Matthias Kupfer [Fri, 6 Mar 2009 22:25:34 +0000 (22:25 +0000)]
- temporary fix to show current time format setting in control panel
svn path=/trunk/; revision=39897
Cameron Gutman [Fri, 6 Mar 2009 20:32:17 +0000 (20:32 +0000)]
- Merge aicom-network-fixes up to r39293
svn path=/trunk/; revision=39896
Johannes Anderwald [Fri, 6 Mar 2009 19:22:56 +0000 (19:22 +0000)]
- Sorry broke build
svn path=/trunk/; revision=39895
Johannes Anderwald [Fri, 6 Mar 2009 19:14:56 +0000 (19:14 +0000)]
- Fix a few issues to open wdmaud / write to
- Under lucky circunstances, you might be able to now to play an mp3 with winamp ;)
- Dedicated to all people helping to achieve this
svn path=/trunk/; revision=39894
Johannes Anderwald [Fri, 6 Mar 2009 19:06:21 +0000 (19:06 +0000)]
- Implement a fast read / fast write path with KsStreamIo
- Fix 2 bugs in KsRegister*Worker code
- Implement fast write support for the general purpose dispatcher in portcls
- Implement a IIrpQueue object will queue pending irp requests
- Refactor IPinWaveCyclic interrupt handling code to work with IIrpQueue
- Handle wave out request in IRP_MJ_WRITE and submit them using KsStreamIo
-
svn path=/trunk/; revision=39893
Jeffrey Morlan [Fri, 6 Mar 2009 18:05:45 +0000 (18:05 +0000)]
Implement SETLOCAL and ENDLOCAL commands. Make delayed expansion optional (disabled by default, enabled by CMD /V switch or with SETLOCAL)
svn path=/trunk/; revision=39892
Dmitry Chapyshev [Fri, 6 Mar 2009 18:03:04 +0000 (18:03 +0000)]
- Fix exceptions in some cases (if CriticalSection->DebugInfo = NULL)
svn path=/trunk/; revision=39891
Jeffrey Morlan [Fri, 6 Mar 2009 17:27:42 +0000 (17:27 +0000)]
- Ignore special characters in a REM line.
- Make the \n-printing in batch files with ECHO on more consistant with how Windows does it.
svn path=/trunk/; revision=39890
Jeffrey Morlan [Fri, 6 Mar 2009 17:23:29 +0000 (17:23 +0000)]
FAT(X)IsDirectoryEmpty: When done with one page, go to the next one instead of reading the same page over again. Fixes inability to remove directories that previously had many files in them.
svn path=/trunk/; revision=39889
Matthias Kupfer [Fri, 6 Mar 2009 16:47:44 +0000 (16:47 +0000)]
- more improved version, reduced calls, allocate ressources if needed only
svn path=/trunk/; revision=39888
Ged Murphy [Thu, 5 Mar 2009 22:31:11 +0000 (22:31 +0000)]
Don't leak font objects
svn path=/trunk/; revision=39887
Johannes Anderwald [Thu, 5 Mar 2009 14:40:14 +0000 (14:40 +0000)]
- Setup winmm entries for wdmaud.drv if they dont exist yet
svn path=/trunk/; revision=39886
Johannes Anderwald [Thu, 5 Mar 2009 14:35:10 +0000 (14:35 +0000)]
- Add wdmaud.drv to bootcd
svn path=/trunk/; revision=39885
Johannes Anderwald [Thu, 5 Mar 2009 13:50:54 +0000 (13:50 +0000)]
- Implement Pin object functions
- Remove test sample function, as silverblade will implement those
svn path=/trunk/; revision=39884
Dmitry Chapyshev [Thu, 5 Mar 2009 12:22:35 +0000 (12:22 +0000)]
- Add more check of parametres in GetDIBits
svn path=/trunk/; revision=39882
Matthias Kupfer [Thu, 5 Mar 2009 11:48:20 +0000 (11:48 +0000)]
- Change menu symbols drawing to marlett font.
svn path=/trunk/; revision=39881
Jeffrey Morlan [Thu, 5 Mar 2009 05:10:10 +0000 (05:10 +0000)]
Make CALL command do another round of %-variable substitutions.
svn path=/trunk/; revision=39879
Matthias Kupfer [Wed, 4 Mar 2009 22:16:25 +0000 (22:16 +0000)]
- Draw bullet for menu radio group with ellipse instead of pie.
- This is a better solution for issue #4193.
- The pie problem remains.
svn path=/trunk/; revision=39878
Johannes Anderwald [Wed, 4 Mar 2009 21:13:10 +0000 (21:13 +0000)]
- Start implementing kmixer
svn path=/trunk/; revision=39877
Aleksey Bragin [Wed, 4 Mar 2009 20:58:32 +0000 (20:58 +0000)]
- Make TOKEN pointer in OBJECT_HEADER a fast reference, just like on Windows.
- Update SD cache code to treat it as such.
- Improves performance by 500% during security checks - noticeable impact during large file or registry transfer operations.
svn path=/trunk/; revision=39876
Gregor Brunmar [Wed, 4 Mar 2009 20:34:17 +0000 (20:34 +0000)]
Added stubs for Direct3D 7, 8 and 9 tests in dxdiag.
svn path=/trunk/; revision=39875
Matthias Kupfer [Wed, 4 Mar 2009 19:35:58 +0000 (19:35 +0000)]
- modify hackfix DrawMenuBar function use user32 function instead of sending messages
- DefWndNCPaint needs to split up and some parts have to move to subsystems to provide the menu functions independent of window non-client drawing
svn path=/trunk/; revision=39874
Art Yerkes [Wed, 4 Mar 2009 17:03:06 +0000 (17:03 +0000)]
Using a lock inside a slab of memory to lock against moving the same memory
is definitely a bug. This fixes it, but the intention of the previous code
might not be what I thought it was. I won't be sad if this fix is reverted
and something else takes its place.
svn path=/trunk/; revision=39873
Matthias Kupfer [Wed, 4 Mar 2009 16:34:33 +0000 (16:34 +0000)]
Evgeniy Boltik <bstsoft AT narod DOT ru>
- Fix crash in Eng function
- See issue #4173 for details.
svn path=/trunk/; revision=39872
Matthias Kupfer [Wed, 4 Mar 2009 16:29:57 +0000 (16:29 +0000)]
Sascha Clausen <r4v3r AT hotmail DOT de>
- Draw bullet for menu radio group.
- See issue #4193 for details.
svn path=/trunk/; revision=39871
Matthias Kupfer [Wed, 4 Mar 2009 16:25:22 +0000 (16:25 +0000)]
Evgeniy Boltik <bstsoft AT narod DOT ru>
- Fix if param Brush == NULL.
- See issue #4220 for details.
svn path=/trunk/; revision=39870
Dmitry Chapyshev [Wed, 4 Mar 2009 15:32:21 +0000 (15:32 +0000)]
- Add GUIDs for msctf
svn path=/trunk/; revision=39869
Dmitry Chapyshev [Wed, 4 Mar 2009 15:29:32 +0000 (15:29 +0000)]
- Sync crypt32, jscript, mapi32, mlang, msctf, msvcrt20, msvcrt40, msxml3, snmpapi, urlmon with Wine head
svn path=/trunk/; revision=39867
Dmitry Chapyshev [Wed, 4 Mar 2009 15:24:06 +0000 (15:24 +0000)]
- Sync spoolss with Wine head
- Fix winspool stubs
svn path=/trunk/; revision=39866
Dmitry Chapyshev [Wed, 4 Mar 2009 15:22:48 +0000 (15:22 +0000)]
- Fix header
svn path=/trunk/; revision=39865
Johannes Anderwald [Wed, 4 Mar 2009 14:58:14 +0000 (14:58 +0000)]
- Import libsamplerate from mega-nerd.com/SRC/download.html
- It will be used for samplerate conversion in kmixer
- Thanks to blight for helping with asm
- Do not import medium / high quality coeffs (600KB / 8MB file size)
svn path=/trunk/; revision=39864
Aleksey Bragin [Wed, 4 Mar 2009 13:40:22 +0000 (13:40 +0000)]
- Add first version of USB keyboard driver (limitations: no keyboard LEDs support, no repeated keypress support, right-side modifier keys not supported).
- Cleanup source code of USB mouse driver.
svn path=/trunk/; revision=39863
Jeffrey Morlan [Wed, 4 Mar 2009 07:39:44 +0000 (07:39 +0000)]
In the CRT, replaced __set_errno calls having Win32 error codes as their argument with _dosmaperr.
svn path=/trunk/; revision=39862
Jeffrey Morlan [Wed, 4 Mar 2009 04:23:40 +0000 (04:23 +0000)]
A little cleanup of cmd.c:
- Remove bIsBatch variable, and just check for bc != NULL instead.
- Since Batch doesn't return until the batch file is finished, CMD /C no longer needs to call ProcessInput.
- Don't bother loading ntdll.dll on Windows 98; it doesn't export the functions we want to use from it.
svn path=/trunk/; revision=39861
Timo Kreuzer [Wed, 4 Mar 2009 00:46:32 +0000 (00:46 +0000)]
Bmfd: The cjGlyphMax field of the PFD_DEVICEMETRICS, the cjSize parameter of BmfdQueryFontData and it's return value all specify the size of the full GLYPHBITS structure, not only the glyph bitmap. Fixes problem of truncated Glyphs. Fix calculation of glyph handles. TODO: 90° rotation and integral scaling.
svn path=/trunk/; revision=39860
Aleksey Bragin [Tue, 3 Mar 2009 20:24:10 +0000 (20:24 +0000)]
- Refactor Fast Reference implementation into a generic module with init/acquire/release/compare/insert interfaces, and update the executive callback & object manager referencing code to use it.
- Always capture fast reference values on the stack since a fast reference is by nature volatile.
- Based off earlier work from Alex to fix callback implementation.
svn path=/trunk/; revision=39859
Jeffrey Morlan [Tue, 3 Mar 2009 20:06:54 +0000 (20:06 +0000)]
Rework batch-file processing so that 'call file.bat' doesn't return until the file has finished, allowing constructs like 'call file.bat & somethingelse' to work properly.
svn path=/trunk/; revision=39858
Aleksey Bragin [Tue, 3 Mar 2009 12:55:58 +0000 (12:55 +0000)]
- Consider Pnp initialized after system drivers finished loading.
- Fix reinitialization routines callbacks: processing reinit callbacks after EVERY driver load, including boot drivers is wrong. The sequence should be init boot drivers, call boot drivers reinit routines, load pnp drivers, load system drivers, call reinit routines. And then, when Pnp is initialized, call reinit routines after every driver module load event.
svn path=/trunk/; revision=39857
Aleksey Bragin [Tue, 3 Mar 2009 12:06:57 +0000 (12:06 +0000)]
- Move part of the 1st stage pnp hacks to kbdclass driver. Previously, the driver (i8042prt) relied on kbdclass's normal reinit routine being called BEFORE a registered boot reinit routine, which is certainly wrong on a real NT system.
- Now, the correct order is ensured, and it is not relying on a broken reinit calling order in ReactOS anymore.
svn path=/trunk/; revision=39856
Dmitry Chapyshev [Tue, 3 Mar 2009 11:27:52 +0000 (11:27 +0000)]
- Comment all actctx functions. They are not implemented also programs can work without them
svn path=/trunk/; revision=39855
Dmitry Chapyshev [Tue, 3 Mar 2009 11:05:42 +0000 (11:05 +0000)]
- Fix build
svn path=/trunk/; revision=39854
Dmitry Chapyshev [Tue, 3 Mar 2009 09:12:43 +0000 (09:12 +0000)]
- Sync ole32 and oleaut32 with Wine head
svn path=/trunk/; revision=39853
Dmitry Chapyshev [Tue, 3 Mar 2009 09:12:03 +0000 (09:12 +0000)]
- Sync header
svn path=/trunk/; revision=39852
Dmitry Chapyshev [Tue, 3 Mar 2009 09:10:25 +0000 (09:10 +0000)]
- Sync comdlg32 with Wine head
svn path=/trunk/; revision=39851
Dmitry Chapyshev [Tue, 3 Mar 2009 09:09:59 +0000 (09:09 +0000)]
- Sync comctl32 with Wine head
svn path=/trunk/; revision=39850
Timo Kreuzer [Tue, 3 Mar 2009 02:42:00 +0000 (02:42 +0000)]
Initial version of a gdi font driver for bitmap fonts (.fon / .fnt). It starts to work, but not yet correctly. Glyphs are truncated. Developed on Windows XP.
svn path=/trunk/; revision=39849