2005-03-22 |
Gé van Geldorp | Forgotten file in r13928 |
tree | commitdiff |
2005-03-22 |
Thomas Bluemel | forgot this file |
tree | commitdiff |
2005-03-22 |
Thomas Bluemel | fixed a few race conditions during thread/process termi... |
tree | commitdiff |
2005-03-22 |
Thomas Bluemel | improve readability by removing obsolete gotos and... |
tree | commitdiff |
2005-03-22 |
Alex Ionescu | Fix really really big Mutex/APC bug. Killing GUI Thread... |
tree | commitdiff |
2005-03-22 |
Thomas Bluemel | forgot to remove debug messages |
tree | commitdiff |
2005-03-22 |
Thomas Bluemel | silence obsolete debug message |
tree | commitdiff |
2005-03-22 |
Thomas Bluemel | fixed thread/process termination bugs that might have... |
tree | commitdiff |
2005-03-21 |
Hervé Poussineau | Sylvain Petreolle <spetreolle@yahoo.fr> |
tree | commitdiff |
2005-03-21 |
Aleksey Bragin | Nice "About Explorer" icon, by Mindflyer. |
tree | commitdiff |
2005-03-21 |
Hervé Poussineau | Change REG_MULTI_SZ entry values to readable form. |
tree | commitdiff |
2005-03-21 |
Filip Navara | Move the process object dereference from NtTerminatePro... |
tree | commitdiff |
2005-03-21 |
Filip Navara | - Advance the CurrentEntry pointer before terminating... |
tree | commitdiff |
2005-03-21 |
Gunnar Dalsnes | readd incorrectly removed access mapping |
tree | commitdiff |
2005-03-21 |
Gunnar Dalsnes | CopyAcceleratorTableA: dont access lpAccelDst it its... |
tree | commitdiff |
2005-03-21 |
Gregor Anich | Use a work item only for calling KdSystemDebugControl... |
tree | commitdiff |
2005-03-21 |
Hervé Poussineau | Based on work by Saveliy Tretiakov (saveliyt@mail.ru) |
tree | commitdiff |
2005-03-21 |
Hervé Poussineau | - Implement GetCommProperties (Saveliy Tretiakov <savel... |
tree | commitdiff |
2005-03-21 |
Filip Navara | Fix a typo in write_function_stubs. |
tree | commitdiff |
2005-03-21 |
Filip Navara | Specify correct access rights in NtOpenProcess when... |
tree | commitdiff |
2005-03-21 |
Filip Navara | Correctly draw the titlebar as active or inactive durin... |
tree | commitdiff |
2005-03-21 |
Filip Navara | - Cleanup DefWndDoButton function. |
tree | commitdiff |
2005-03-21 |
Filip Navara | - Move WINDOWOBJECT_NEED_INTERNALPAINT flag handling... |
tree | commitdiff |
2005-03-20 |
Emanuele Aliberti | cleaned a wrong comment (copy&paste) |
tree | commitdiff |
2005-03-20 |
Emanuele Aliberti | SM: init system reading the registry |
tree | commitdiff |
2005-03-20 |
Filip Navara | Minor correction to my r14237 commit. Forgot to delete... |
tree | commitdiff |
2005-03-20 |
Filip Navara | Reorder the source file lists so we, lousy people,... |
tree | commitdiff |
2005-03-20 |
Filip Navara | Generate code without L-value casts. |
tree | commitdiff |
2005-03-20 |
Thomas Bluemel | revert changes from CreateFileA |
tree | commitdiff |
2005-03-20 |
Eric Kohl | - Add stubs: CM_GetChild, CM_GetChild_Ex, CM_GetParent... |
tree | commitdiff |
2005-03-20 |
Filip Navara | There's no need to call PropertySheet twice. |
tree | commitdiff |
2005-03-20 |
Thomas Bluemel | added support for template directories (copy ntfs exten... |
tree | commitdiff |
2005-03-20 |
Filip Navara | Initialize the "toc" field in the pdb_lookup structure... |
tree | commitdiff |
2005-03-20 |
Thomas Bluemel | - added support for template files (copy ntfs extended... |
tree | commitdiff |
2005-03-20 |
Filip Navara | Don't use uninitialized variable in _SHExpandEnvironmen... |
tree | commitdiff |
2005-03-20 |
Hervé Poussineau | Based on work by Mark Junker <mjscod@gmx.de> |
tree | commitdiff |
2005-03-20 |
Magnus Olsen | LPUNKNOWN pUnkOuter did check it was NULL and return |
tree | commitdiff |
2005-03-20 |
Gunnar Dalsnes | GetBinaryTypeA, CopyFileExA, CreateFileA, DeleteFileA... |
tree | commitdiff |
2005-03-20 |
Gunnar Dalsnes | removed faulty FilenameA2U (returned ptr to stack var) |
tree | commitdiff |
2005-03-20 |
Magnus Olsen | start add hardware interface to hal |
tree | commitdiff |
2005-03-20 |
Gunnar Dalsnes | init StaticUnicodeString |
tree | commitdiff |
2005-03-20 |
Thomas Bluemel | - fixed access rights and shared access checks in IoSet... |
tree | commitdiff |
2005-03-20 |
Thomas Bluemel | - only mask out the generic rights flags in RtlMapGener... |
tree | commitdiff |
2005-03-20 |
Magnus Olsen | this waring break the head for me |
tree | commitdiff |
2005-03-20 |
Filip Navara | Fix a cut & paste error. |
tree | commitdiff |
2005-03-20 |
Filip Navara | Allow the lpTemplateDirectory parameter to be NULL... |
tree | commitdiff |
2005-03-20 |
Eric Kohl | Improve error messages. |
tree | commitdiff |
2005-03-20 |
Filip Navara | - Rename bitblt.c to more generic bitmap.c. |
tree | commitdiff |
2005-03-20 |
Hervé Poussineau | Add legacy detection of COM3 and COM4 |
tree | commitdiff |
2005-03-20 |
Hervé Poussineau | Implement IoReportDetectedDevice |
tree | commitdiff |
2005-03-20 |
Filip Navara | Fix nasty condition when we were subtracting AlignedAdd... |
tree | commitdiff |
2005-03-20 |
Filip Navara | Fix the AdjustTokenPrivileges call once more. |
tree | commitdiff |
2005-03-20 |
Thomas Bluemel | fixed AdjustTokenPrivileges() call |
tree | commitdiff |
2005-03-20 |
Magnus Olsen | Complete the dummy of HAL. |
tree | commitdiff |
2005-03-20 |
Hartmut Birr | Fixed the required access rights for formating a disk. |
tree | commitdiff |
2005-03-20 |
Filip Navara | Minor correction to NtAdjustPrivilegesToken to keep... |
tree | commitdiff |
2005-03-20 |
Filip Navara | Revert the last change to device stack attaching. |
tree | commitdiff |
2005-03-20 |
Filip Navara | Attach the PDOs to device stack and report device uniqu... |
tree | commitdiff |
2005-03-19 |
Magnus Olsen | did forget these two file |
tree | commitdiff |
2005-03-19 |
Magnus Olsen | update directx d3d and draw header to Wine-20050310 |
tree | commitdiff |
2005-03-19 |
Filip Navara | Forgot to add this file in revision 14203. |
tree | commitdiff |
2005-03-19 |
Filip Navara | - Replace the ColorMap pointer in BITMAPOBJ with palett... |
tree | commitdiff |
2005-03-19 |
Filip Navara | Specify correct buffer size in GetPrivateProfileStringW... |
tree | commitdiff |
2005-03-19 |
Magnus Olsen | add more code. |
tree | commitdiff |
2005-03-19 |
Alex Ionescu | Oops |
tree | commitdiff |
2005-03-19 |
Alex Ionescu | Correct NtW32call to call correct kernel function,... |
tree | commitdiff |
2005-03-19 |
Filip Navara | Fix indentation. |
tree | commitdiff |
2005-03-19 |
Thomas Bluemel | - correctly deny access to handles when rights requeste... |
tree | commitdiff |
2005-03-19 |
Emanuele Aliberti | winsta.dll raw stubs |
tree | commitdiff |
2005-03-19 |
Magnus Olsen | geting update version of ddraw.h working with gdi32.h |
tree | commitdiff |
2005-03-19 |
Magnus Olsen | update the ddraw.h header ageinst Wine-20050310 |
tree | commitdiff |
2005-03-19 |
Filip Navara | Export the HOST variable even on Windows. |
tree | commitdiff |
2005-03-19 |
Aleksey Bragin | Fix a very small typo - "VfatFormat() done" to "VfatxFo... |
tree | commitdiff |
2005-03-19 |
Magnus Olsen | lite more code. |
tree | commitdiff |
2005-03-19 |
Martin Fuchs | - unregister task manager window at termination |
tree | commitdiff |
2005-03-19 |
Martin Fuchs | - remove old experimental shell hook code |
tree | commitdiff |
2005-03-19 |
Hartmut Birr | Added two missing dereferencing calls in ObReferenceObj... |
tree | commitdiff |
2005-03-19 |
Hartmut Birr | Added two missing dereferencing calls in NtTerminateThread. |
tree | commitdiff |
2005-03-19 |
Filip Navara | - Fix acpi_os_get_thread_id to return 1-based thread... |
tree | commitdiff |
2005-03-19 |
Royce Mitchell III | fix warning that is really a bug - from looking at... |
tree | commitdiff |
2005-03-18 |
Alex Ionescu | Implement timer expiring too fast for KeDelayExecutionT... |
tree | commitdiff |
2005-03-18 |
Martin Fuchs | register ourselved as task manager window to make the... |
tree | commitdiff |
2005-03-18 |
Martin Fuchs | cleanup of latest RegisterShellHookWindow() changes |
tree | commitdiff |
2005-03-18 |
Gunnar Dalsnes | -remove incorrect handle count check when deleting... |
tree | commitdiff |
2005-03-18 |
Hervé Poussineau | Fix a warning with some compilers about non-initialized... |
tree | commitdiff |
2005-03-18 |
Hervé Poussineau | Don't double-define STATUS_ARRAY_BOUNDS_EXCEEDED |
tree | commitdiff |
2005-03-18 |
Hervé Poussineau | Implement partly IoReportResourceForDetection() and... |
tree | commitdiff |
2005-03-18 |
Hervé Poussineau | Implement legacy detection (it should be able to detect... |
tree | commitdiff |
2005-03-18 |
Thomas Bluemel | can't receive the cid from a KTHREAD structure, fixes... |
tree | commitdiff |
2005-03-18 |
Alex Ionescu | Update ETHREAD fields and termination port stucture... |
tree | commitdiff |
2005-03-18 |
Alex Ionescu | Thread/Process Termination/Repeaing Rewrite + Fixes |
tree | commitdiff |
2005-03-18 |
Art Yerkes | Added simple dword OID query to lan. |
tree | commitdiff |
2005-03-18 |
Art Yerkes | Don't let sign extension mess us up here. |
tree | commitdiff |
2005-03-18 |
Filip Navara | - Correctly initialize the standard handles for console... |
tree | commitdiff |
2005-03-18 |
Steven Edwards | Lined up Buttons. |
tree | commitdiff |
2005-03-17 |
Filip Navara | It's not exactly wise to call GetFileTime and CloseHand... |
tree | commitdiff |
2005-03-17 |
Filip Navara | Don't try to release mutex with NULL handle. Also preve... |
tree | commitdiff |
2005-03-17 |
Filip Navara | Don't try to duplicate NULL handles. |
tree | commitdiff |
2005-03-17 |
Filip Navara | (GDIOBJ_SetOwnership): Don't try to decrease the GDI... |
tree | commitdiff |
2005-03-17 |
Magnus Olsen | more stuff for ddraw.dll not tested yet. |
tree | commitdiff |
next |