projects
/
reactos.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[NTUSER] VerifyWnd: Remove pointless SEH and simplify the function (#5125)
2004-03-19
David Welch
- Removed local definition of NtCurrentProcess.
commit
|
commitdiff
|
tree
2004-03-19
David Welch
- Added definitions for NtCurrentProcess and NtCurrentThread.
commit
|
commitdiff
|
tree
2004-03-18
David Welch
- Fixed crash on reboot. Sorry.
commit
|
commitdiff
|
tree
2004-03-16
David Welch
- Map only the vga frame buffer for the hal to write...
commit
|
commitdiff
|
tree
2004-03-16
David Welch
- Removed useless define.
commit
|
commitdiff
|
tree
2004-03-16
David Welch
- Use the miniport services to map the frame buffer.
commit
|
commitdiff
|
tree
2004-03-16
David Welch
- Implemented IOCTL_VIDEO_MAP_VIDEO_MEMORY/IOCTL_VIDEO_UNMAP...
commit
|
commitdiff
|
tree
2004-03-15
David Welch
- Left whole page allocations on by accident.
commit
|
commitdiff
|
tree
2004-03-15
David Welch
- Fix reading past the end of the pool block.
commit
|
commitdiff
|
tree
2004-03-15
David Welch
- Fixed whole page allocations since the handle table...
commit
|
commitdiff
|
tree
2004-03-14
David Welch
- Complete the irp even on an error.
commit
|
commitdiff
|
tree
2004-03-14
David Welch
- Map ntstatus values to the win32 error code expected...
commit
|
commitdiff
|
tree
2004-03-14
David Welch
- Map return codes from the miniport's device i/o control...
commit
|
commitdiff
|
tree
2004-03-14
David Welch
- Fixed bug with recalling previous input.
commit
|
commitdiff
|
tree
2004-03-14
David Welch
- Removed setting of STATUS_DATA_OVERRUN in IoStatusBlock...
commit
|
commitdiff
|
tree
2004-03-13
David Welch
- Checked in MmMapLockedPages patch from Anich Gregor.
commit
|
commitdiff
|
tree
2004-03-13
David Welch
- Record feature information from cpuid. Not used at...
commit
|
commitdiff
|
tree
2004-03-13
David Welch
- Fixed comment.
commit
|
commitdiff
|
tree
2004-03-13
David Welch
- Added disassembler from gdb.
commit
|
commitdiff
|
tree
2004-03-13
David Welch
- Added basic tracing, breakpoints and disassembly...
commit
|
commitdiff
|
tree
2004-03-13
David Welch
- Removed some debugging stuff I checked in by accident.
commit
|
commitdiff
|
tree
2004-03-12
David Welch
- Fixed VPInterruptRoutine definition.
commit
|
commitdiff
|
tree
2004-03-12
David Welch
- Actually I realised it isn't valid to touch the object...
commit
|
commitdiff
|
tree
2004-03-12
David Welch
- Use the return value from calling InterlockedDecrement...
commit
|
commitdiff
|
tree
2004-03-11
David Welch
- Return any error code from the miniport device i...
commit
|
commitdiff
|
tree
2004-03-11
David Welch
- Made KeBugCheckEx into a call to KeBugCheckExWithTf.
commit
|
commitdiff
|
tree
2004-03-11
David Welch
- Added KeSaveFloatingPoint and KeRestoreFloatingPointState...
commit
|
commitdiff
|
tree
2004-03-11
David Welch
- Implemented EngSaveFloatingPointState and EngRestoreFloati...
commit
|
commitdiff
|
tree
2004-03-09
David Welch
- Forgot this one.
commit
|
commitdiff
|
tree
2004-03-09
David Welch
- Replaced some common sequences of inline assembly...
commit
|
commitdiff
|
tree
2004-03-09
David Welch
- Fixed check for an out of range index in {Get/Set...
commit
|
commitdiff
|
tree
2004-03-09
David Welch
- Disabled double lock message in NDEBUG builds since...
commit
|
commitdiff
|
tree
2004-03-08
David Welch
- Hacky implementation of some dma related functions.
commit
|
commitdiff
|
tree
2004-03-08
David Welch
- Added a definition for PEVENT.
commit
|
commitdiff
|
tree
2004-03-08
David Welch
- Implemented event services.
commit
|
commitdiff
|
tree
2004-03-07
David Welch
- Added stubs for EngAlphaBlend and EngControlSprites.
commit
|
commitdiff
|
tree
2004-03-07
David Welch
- .cvsignore update.
commit
|
commitdiff
|
tree
2004-03-07
David Welch
- Added an implementation of LdrFindImageProcAddress.
commit
|
commitdiff
|
tree
2004-03-07
David Welch
- Added an implemention of VideoPortGetProcAddress
commit
|
commitdiff
|
tree
2004-03-07
David Welch
- Use an event rather than a semaphore to wake up the...
commit
|
commitdiff
|
tree
2004-03-06
David Welch
- Added padding to align VIDEO_PORT_CONFIG_INFO.VdmPhysicalV...
commit
|
commitdiff
|
tree
2004-03-06
David Welch
- Forgot this file.
commit
|
commitdiff
|
tree
2004-03-06
David Welch
- Added stubs for some of the new w2k/xp functions.
commit
|
commitdiff
|
tree
2004-03-06
David Welch
- Removed some unnecessary DbgPrints from the fatal...
commit
|
commitdiff
|
tree
2004-03-06
David Welch
- Added stub implementations of MmAllocatePagesForMdl...
commit
|
commitdiff
|
tree
2004-03-04
David Welch
- Make the install depend on the targets to be installed...
commit
|
commitdiff
|
tree
2004-03-04
David Welch
- Fix for crash on gui exit caused by trying to free...
commit
|
commitdiff
|
tree
2004-03-04
David Welch
- Reenable the screen after setting the mode.
commit
|
commitdiff
|
tree
2004-03-02
David Welch
- Make dependency files depend on generated headers.
commit
|
commitdiff
|
tree
2004-03-02
David Welch
Oops.
commit
|
commitdiff
|
tree
2004-03-02
David Welch
- Be a bit more specific in the dependencies for the...
commit
|
commitdiff
|
tree
2004-02-24
David Welch
- Make the install target depend on the files to be...
commit
|
commitdiff
|
tree
2004-02-24
David Welch
- Avoid a crashing when trying to process an exception...
commit
|
commitdiff
|
tree
2004-02-24
David Welch
- Try to avoid crashing when dumping out a corrupted...
commit
|
commitdiff
|
tree
2004-02-22
David Welch
- Make the targets for regression test files the files...
commit
|
commitdiff
|
tree
2004-02-22
David Welch
- Inherit any PREFIX setting for cross-compilation...
commit
|
commitdiff
|
tree
2003-08-29
David Welch
- Fix from art: use the region protection for faulted...
commit
|
commitdiff
|
tree
2003-08-29
David Welch
- Removed test code.
commit
|
commitdiff
|
tree
2003-08-27
David Welch
- Forgot these two files.
commit
|
commitdiff
|
tree
2003-08-27
David Welch
- Added support for crash dumps:-
commit
|
commitdiff
|
tree
2003-08-27
David Welch
- Removed kernel private includes.
commit
|
commitdiff
|
tree
2003-08-27
David Welch
- Added .cvsignore file.
commit
|
commitdiff
|
tree
2003-08-27
David Welch
- Fix for completion of file system control IRPs.
commit
|
commitdiff
|
tree
2003-08-27
David Welch
- Implement backspace control code in hal output.
commit
|
commitdiff
|
tree
2003-08-26
David Welch
- Fixed slashes.
commit
|
commitdiff
|
tree
2003-08-26
David Welch
- Add the boot video driver to the system hive.
commit
|
commitdiff
|
tree
2003-08-25
David Welch
- Patch from Art Yerkes: return access violation on...
commit
|
commitdiff
|
tree
2003-08-25
David Welch
- Only set up the registers that are needed for fading...
commit
|
commitdiff
|
tree
2003-08-25
David Welch
- Fixed DAC mask register definition.
commit
|
commitdiff
|
tree
2003-08-24
David Welch
- Added in some code from XFree86 to save the vga state...
commit
|
commitdiff
|
tree
2003-08-24
David Welch
- Support 'in dx, eax'/'in imm, eax' in the v86 monitor...
commit
|
commitdiff
|
tree
2003-08-24
David Welch
- Fixed typo in SetUnhandledExceptionFilter
commit
|
commitdiff
|
tree
2003-08-24
David Welch
- Moved boot video support to a seperate driver.
commit
|
commitdiff
|
tree
2003-08-24
David Welch
- Move bootvideo support for a seperate driver.
commit
|
commitdiff
|
tree
2003-08-24
David Welch
- Support for resetting the display mode on a bug check.
commit
|
commitdiff
|
tree
2003-08-24
David Welch
- Fill in the DriverBase and DriverSize fields in the...
commit
|
commitdiff
|
tree
2003-08-24
David Welch
- Calls the miniport's HwReset if the HAL reacquires...
commit
|
commitdiff
|
tree
2003-08-24
David Welch
- Return TRUE from HwInitialize
commit
|
commitdiff
|
tree
2003-08-20
David Welch
- Fix for accessing Section->Segment after dereferencing...
commit
|
commitdiff
|
tree
2003-08-20
David Welch
- Forgot this file - sorry.
commit
|
commitdiff
|
tree
2003-08-19
David Welch
- Patch from PM implementing ldt and tss iobitmap support.
commit
|
commitdiff
|
tree
2003-08-19
David Welch
- Fixed whole page allocations.
commit
|
commitdiff
|
tree
2003-08-17
David Welch
- Fixed bug in small width brush blts aligned to an...
commit
|
commitdiff
|
tree
2003-08-09
David Welch
- Accelerate PATINVERT blits. Makes moving windows...
commit
|
commitdiff
|
tree
2003-08-09
David Welch
- Fixed include path.
commit
|
commitdiff
|
tree
2003-08-06
David Welch
- Allow painting of the desktop window (why was this...
commit
|
commitdiff
|
tree
2003-08-06
David Welch
- Optimized implementation of blits from the display...
commit
|
commitdiff
|
tree
2003-08-06
David Welch
- Added .cvsignore file for this application.
commit
|
commitdiff
|
tree
2003-08-06
David Welch
- Updated .cvsignore file for this dll.
commit
|
commitdiff
|
tree
2003-08-06
David Welch
- Added .cvsignore file for this directory.
commit
|
commitdiff
|
tree
2003-08-02
David Welch
- Repaint the parent window in the non-paintself case.
commit
|
commitdiff
|
tree
2003-08-02
David Welch
- Fixed vga to vga blits with a negative direction.
commit
|
commitdiff
|
tree
2003-08-02
David Welch
- Fixed negative width/height off by one.
commit
|
commitdiff
|
tree
2003-08-02
David Welch
- Fixed rounding direction.
commit
|
commitdiff
|
tree
2003-08-01
David Welch
- Check the validity of the window handle before calling...
commit
|
commitdiff
|
tree
2003-08-01
David Welch
- Realize the system font when creating a DC - avoids...
commit
|
commitdiff
|
tree
2003-08-01
David Welch
- Implemented GetMessagePos and GetMessageTime
commit
|
commitdiff
|
tree
2003-08-01
David Welch
- Forgot this file.
commit
|
commitdiff
|
tree
2003-08-01
David Welch
- More support for window moving. The window moves...
commit
|
commitdiff
|
tree
2003-08-01
David Welch
- Added a missing break - fixes nonmasked, non-pattern...
commit
|
commitdiff
|
tree
next