2005-08-10 |
Gé van Geldorp | Phil Krylov <phil@newstar.rinet.ru> |
commit | commitdiff | tree |
2005-08-10 |
Emanuele Aliberti | Minor change in two strings. |
commit | commitdiff | tree |
2005-08-10 |
Steven Edwards | enable building shell32_test. some header fixes |
commit | commitdiff | tree |
2005-08-10 |
Steven Edwards | added shell32 tests. Not enabled just yet |
commit | commitdiff | tree |
2005-08-10 |
Gunnar Dalsnes | move WM_SYSTIMER where it belongs |
commit | commitdiff | tree |
2005-08-10 |
Gunnar Dalsnes | add missing define |
commit | commitdiff | tree |
2005-08-10 |
Magnus Olsen | Windows 2000 does not always zerofill data if you are... |
commit | commitdiff | tree |
2005-08-10 |
Gunnar Dalsnes | move W32PROCESS/W32THREAD into win32\include bcause... |
commit | commitdiff | tree |
2005-08-10 |
Hartmut Birr | Fixed the base detection in RtlUnicodeStringToInteger... |
commit | commitdiff | tree |
2005-08-10 |
Gunnar Dalsnes | fix horribly broken ftol. this fixes abiword 2.0.3 |
commit | commitdiff | tree |
2005-08-10 |
Royce Mitchell III | registry entries to install .inf files. No clue if... |
commit | commitdiff | tree |
2005-08-10 |
Aleksey Bragin | Fixed a typo. According to the url pointed out by Royce... |
commit | commitdiff | tree |
2005-08-10 |
Hartmut Birr | Fixed the base detection in RtlUnicodeStringToInteger. |
commit | commitdiff | tree |
2005-08-10 |
Emanuele Aliberti | Alex Ionescu: more details about the CSR core protocol. |
commit | commitdiff | tree |
2005-08-10 |
Emanuele Aliberti | Change the demo VMS subsystem definition. |
commit | commitdiff | tree |
2005-08-10 |
Emanuele Aliberti | Some new internal headers (draft) to be used in the... |
commit | commitdiff | tree |
2005-08-10 |
Steven Edwards | another shot at fixing writes |
commit | commitdiff | tree |
2005-08-10 |
Royce Mitchell III | fix typo |
commit | commitdiff | tree |
2005-08-09 |
Hervé Poussineau | Active functions related to interfaces enumeration... |
commit | commitdiff | tree |
2005-08-09 |
Magnus Olsen | Thx harmut you did see the small bug, I miss, do not... |
commit | commitdiff | tree |
2005-08-09 |
Hartmut Birr | Silence a debug message. |
commit | commitdiff | tree |
2005-08-09 |
Hartmut Birr | If the file object is for a device, we must gather... |
commit | commitdiff | tree |
2005-08-09 |
Maarten Bosma | Full some additional Structs |
commit | commitdiff | tree |
2005-08-09 |
Steven Edwards | implemented ?name@type_info@@QBEPBDXZ.msvcr and __unDNa... |
commit | commitdiff | tree |
2005-08-09 |
Gunnar Dalsnes | return timer id for windowed timers also |
commit | commitdiff | tree |
2005-08-09 |
Hervé Poussineau | Implement SetupDiGetSelectedDriverW/SetupDiSetSelectedD... |
commit | commitdiff | tree |
2005-08-09 |
Hartmut Birr | Update KeActiveProcessors if an application processor... |
commit | commitdiff | tree |
2005-08-09 |
Emanuele Aliberti | Minor change. |
commit | commitdiff | tree |
2005-08-09 |
Hartmut Birr | - Don't try to close the thread handle twice. |
commit | commitdiff | tree |
2005-08-09 |
Hartmut Birr | - Don't try to free the returned buffer from getenv. |
commit | commitdiff | tree |
2005-08-09 |
Hartmut Birr | Don't use the required access rights for the object... |
commit | commitdiff | tree |
2005-08-09 |
Maarten Bosma | Add second call to DdQueryDirectDrawObject. |
commit | commitdiff | tree |
2005-08-09 |
Magnus Olsen | fix a minor bug, for bad writen driver. some drv checki... |
commit | commitdiff | tree |
2005-08-09 |
Alex Ionescu | Return failure if native function failed. one more... |
commit | commitdiff | tree |
2005-08-09 |
Alex Ionescu | - Last patch was incomplete, apologies. SVN @ 5AM ... |
commit | commitdiff | tree |
2005-08-09 |
Alex Ionescu | Fix priority formulas, account for saturation, do prope... |
commit | commitdiff | tree |
2005-08-09 |
Magnus Olsen | Thx Royce3 for notice's a typo error CreateData to... |
commit | commitdiff | tree |
2005-08-09 |
Alex Ionescu | It is generally considered a bad idea to dereference... |
commit | commitdiff | tree |
2005-08-09 |
Alex Ionescu | - Implement KeQueryBasePriorityThread to return the... |
commit | commitdiff | tree |
2005-08-09 |
Alex Ionescu | - Fix NtSuspendThread: correct PreviousMode check,... |
commit | commitdiff | tree |
2005-08-09 |
Alex Ionescu | Sigh... yet another misuse of Object Attributes. Develo... |
commit | commitdiff | tree |
2005-08-09 |
Alex Ionescu | remove another invalid ObjectAttribute |
commit | commitdiff | tree |
2005-08-09 |
Alex Ionescu | - Fix a large amount of bugs in ObpAllocateObjectAttrib... |
commit | commitdiff | tree |
2005-08-09 |
Alex Ionescu | - Send the pointer to the handle, not the NULL handle... |
commit | commitdiff | tree |
2005-08-09 |
Alex Ionescu | - Use the actual previous mode (spotted by Thomas) |
commit | commitdiff | tree |
2005-08-09 |
Alex Ionescu | Fix invalid Object Attributes |
commit | commitdiff | tree |
2005-08-09 |
Alex Ionescu | Add some DDK limits that were missing |
commit | commitdiff | tree |
2005-08-09 |
Alex Ionescu | - Fix broken loop, this fixes the WINE thread wait... |
commit | commitdiff | tree |
2005-08-09 |
Alex Ionescu | Fix exception handling by not reseting PreviousMode... |
commit | commitdiff | tree |
2005-08-08 |
Hervé Poussineau | Remove console debug output |
commit | commitdiff | tree |
2005-08-08 |
Magnus Olsen | Add a check to see if surface can be create, it return... |
commit | commitdiff | tree |
2005-08-08 |
Magnus Olsen | fixing bug 690 by Brandon Turner. note ms only allown... |
commit | commitdiff | tree |
2005-08-08 |
Thomas Bluemel | revert my last changes back to Alex's version of ObpCap... |
commit | commitdiff | tree |
2005-08-08 |
Magnus Olsen | fix a simple bug that I did intrudes with my last commit |
commit | commitdiff | tree |
2005-08-08 |
Hervé Poussineau | I forgot to add SetupDiDeleteDeviceInfo to .spec file... |
commit | commitdiff | tree |
2005-08-08 |
Maarten Bosma | Fix another bug thanks to GreatLord. |
commit | commitdiff | tree |
2005-08-08 |
Hervé Poussineau | Implement SetupDiBuildDriverInfoList, SetupDiOpenDevice... |
commit | commitdiff | tree |
2005-08-08 |
Hervé Poussineau | Change structures used to keep information about device... |
commit | commitdiff | tree |
2005-08-08 |
Maarten Bosma | Fix a bug, thanks to Salamander again. |
commit | commitdiff | tree |
2005-08-08 |
Thomas Bluemel | don't dereference a NULL pointer |
commit | commitdiff | tree |
2005-08-08 |
Thomas Bluemel | remove a bugcheck that was only used for debug purpose |
commit | commitdiff | tree |
2005-08-08 |
Magnus Olsen | Fix some error checking for DireactDrawCreate and Direa... |
commit | commitdiff | tree |
2005-08-08 |
Thomas Bluemel | - reverted ObpCaptureObjectAttributes back to my old... |
commit | commitdiff | tree |
2005-08-08 |
Thomas Bluemel | pass the correct access mode to ObOpenObjectByName |
commit | commitdiff | tree |
2005-08-08 |
Steven Edwards | add setupapi test for stringtable functions. At this... |
commit | commitdiff | tree |
2005-08-08 |
Maarten Bosma | Remove exclamation mark that does not belong there... |
commit | commitdiff | tree |
2005-08-08 |
Maarten Bosma | Forgot it again. :) |
commit | commitdiff | tree |
2005-08-08 |
Maarten Bosma | Fix wrong syntax, missing file and non existing module... |
commit | commitdiff | tree |
2005-08-08 |
Maarten Bosma | The beginning of a ddraw implementation. Does not work... |
commit | commitdiff | tree |
2005-08-08 |
Thomas Bluemel | enter a critical region before looking up a CID handle |
commit | commitdiff | tree |
2005-08-08 |
Thomas Bluemel | delete no longer used file |
commit | commitdiff | tree |
2005-08-08 |
Thomas Bluemel | unlock the CID in PsLookupProcessByProcessId, PsLookupP... |
commit | commitdiff | tree |
2005-08-08 |
Filip Navara | Revert part of #17156 and #17157 changes. |
commit | commitdiff | tree |
2005-08-08 |
Art Yerkes | Fixes for various 64-bit hosting problems. |
commit | commitdiff | tree |
2005-08-08 |
Hartmut Birr | Fixed the load count in LdrpDetachProcess. That made... |
commit | commitdiff | tree |
2005-08-08 |
Thomas Bluemel | use loops instead of gotos |
commit | commitdiff | tree |
2005-08-07 |
Thomas Bluemel | directly translate handles to indexes in ex/handle.c |
commit | commitdiff | tree |
2005-08-07 |
Thomas Bluemel | use the correct pointer to free the string. Thx to... |
commit | commitdiff | tree |
2005-08-07 |
Alex Ionescu | Retry waiting if STATUS_ALERTED is returned |
commit | commitdiff | tree |
2005-08-07 |
Thomas Bluemel | RtlFreeHandle only should call RtlIsValidHandle in... |
commit | commitdiff | tree |
2005-08-07 |
Alex Ionescu | Fix horridly wrong SignalObjectAndWait return values... |
commit | commitdiff | tree |
2005-08-07 |
Hartmut Birr | Allocate the map registers according to the dma control... |
commit | commitdiff | tree |
2005-08-07 |
Hartmut Birr | - Changed MmGetContinuousPages from using an alignment... |
commit | commitdiff | tree |
2005-08-07 |
Thomas Bluemel | fixed differences in signedness warnings |
commit | commitdiff | tree |
2005-08-07 |
Alex Ionescu | - Fix return value. |
commit | commitdiff | tree |
2005-08-07 |
Alex Ionescu | - Remove cid.c |
commit | commitdiff | tree |
2005-08-07 |
Alex Ionescu | - Return correct error. Spotted by Thomas. |
commit | commitdiff | tree |
2005-08-07 |
Alex Ionescu | - Send proper ClientID structure |
commit | commitdiff | tree |
2005-08-07 |
Alex Ionescu | - Completely reimplement NtWaitForMultipleObjects: |
commit | commitdiff | tree |
2005-08-07 |
Eric Kohl | Replace Win32 types by native ones. |
commit | commitdiff | tree |
2005-08-07 |
Thomas Bluemel | also actually rename the files... |
commit | commitdiff | tree |
2005-08-07 |
Alex Ionescu | - Initialize more fields when creating an Object Type |
commit | commitdiff | tree |
2005-08-07 |
Steven Edwards | no need for long xml filenames |
commit | commitdiff | tree |
2005-08-07 |
Eric Kohl | Remove trailing whitespace and fix the indentation. |
commit | commitdiff | tree |
2005-08-07 |
Steven Edwards | change rostest name back to dllname_test.exe |
commit | commitdiff | tree |
2005-08-07 |
Steven Edwards | rename tests to dllname_winetest to make it less troubl... |
commit | commitdiff | tree |
2005-08-07 |
Magnus Olsen | GdiEntry11 (not tested, we can not test it yet in ros... |
commit | commitdiff | tree |
2005-08-07 |
Filip Navara | Change the module type to win32gui. We really don't... |
commit | commitdiff | tree |
2005-08-07 |
Hartmut Birr | Fixed the comment from my last commit. |
commit | commitdiff | tree |
2005-08-07 |
Hartmut Birr | - Removed the exclusive deletion because '-' is a valid... |
commit | commitdiff | tree |
next |