2004-10-02 |
Filip Navara | Allocate memory for the handle table from paged pool! |
blob | commitdiff | raw |
2004-09-29 |
Art Yerkes | These calls to ExAllocatePool are done at != PASSIVE_LE... |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Filip Navara | - Fix GDI object locking broken by this patch: |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Filip Navara | - Support resursive locking of the GDI objects. |
blob | commitdiff | raw | diff to current |
2004-07-03 |
Filip Navara | [Sorry for too many changes in one patch, but it's... |
blob | commitdiff | raw | diff to current |
2004-06-20 |
Filip Navara | - Allocate memory from PagedPool instead of NonPagedPoo... |
blob | commitdiff | raw | diff to current |
2004-05-10 |
Thomas Bluemel | use a common header for most files in win32k to make... |
blob | commitdiff | raw | diff to current |
2004-04-09 |
Filip Navara | - Compile Win32k, GDI, USER32 and CSRSS using W32API. |
blob | commitdiff | raw | diff to current |
2004-04-05 |
Filip Navara | - Changed the internal brush object to be (almost)... |
blob | commitdiff | raw | diff to current |
2004-04-03 |
Gé van Geldorp | Use lookaside lists for better performance |
blob | commitdiff | raw | diff to current |
2004-03-14 |
Thomas Bluemel | count all gdi handles and serialize removing gdi handle... |
blob | commitdiff | raw | diff to current |
2004-03-09 |
David Welch | - Disabled double lock message in NDEBUG builds since... |
blob | commitdiff | raw | diff to current |
2004-02-28 |
Thomas Bluemel | added ability to cache gdi objects so they don't have... |
blob | commitdiff | raw | diff to current |
2004-02-19 |
Thomas Bluemel | added pool tags for better debugging |
blob | commitdiff | raw | diff to current |
2004-02-01 |
Martin Fuchs | Patch by Filip Navara <xnavara@volny.cz>: |
blob | commitdiff | raw | diff to current |
2004-02-01 |
Filip Navara | - Resolve two GDI handle leaks |
blob | commitdiff | raw | diff to current |
2004-01-30 |
Richard Campbell | Switcharoo with some fonts, this fixes some of the... |
blob | commitdiff | raw | diff to current |
2004-01-11 |
Gé van Geldorp | Silence debug message when DeleteObject()ing a NULL... |
blob | commitdiff | raw | diff to current |
2003-12-27 |
Gé van Geldorp | Make stock fonts a little bit smaller |
blob | commitdiff | raw | diff to current |
2003-12-14 |
Gé van Geldorp | Implement real locking for GDIOBJ objects |
blob | commitdiff | raw | diff to current |
2003-12-12 |
Thomas Bluemel | fixed some gdi functions |
blob | commitdiff | raw | diff to current |
2003-11-26 |
Gé van Geldorp | Fix some GDIOBJ ownership issues |
blob | commitdiff | raw | diff to current |
2003-11-25 |
Gé van Geldorp | Switch screen to graphics mode when the first window... |
blob | commitdiff | raw | diff to current |
2003-11-19 |
Thomas Bluemel | 1. implemented GetGuiResources() |
blob | commitdiff | raw | diff to current |
2003-11-08 |
Gé van Geldorp | Remove some debugging statements accidentaly left in |
blob | commitdiff | raw | diff to current |
2003-10-20 |
Gé van Geldorp | Partial fix for handling GDIOBJs between different... |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vizzini | simplification of irql manipulation in a couple of... |
blob | commitdiff | raw | diff to current |
2003-10-15 |
Vizzini | Patch, as suggested by Mike Nordell, to verify IRQL... |
blob | commitdiff | raw | diff to current |
2003-10-04 |
Gé van Geldorp | Stricter checking of GDIOBJ handles |
blob | commitdiff | raw | diff to current |
2003-09-26 |
Gé van Geldorp | Handle some out of resource situations |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Thomas Bluemel | some fixes on on gdi handles |
blob | commitdiff | raw | diff to current |
2003-09-23 |
Gé van Geldorp | Fix GDI_HANDLE_INDEX_MASK, thanks to Jonathan Wilson |
blob | commitdiff | raw | diff to current |
2003-09-09 |
Gé van Geldorp | Mark ScreenDeviceContext as local before destroying it |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Richard Campbell | - Solitaire now works partially, patch by Filip Navara |
blob | commitdiff | raw | diff to current |
2003-08-21 |
Gé van Geldorp | - Add Magic number back in |
blob | commitdiff | raw | diff to current |
2003-08-20 |
Gé van Geldorp | - Store GDI object type in the handle itself |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Thomas Bluemel | Patch by Jonathon Wilson: |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Hartmut Birr | - Do not call KeAttachProcess/keDetachProcess if the... |
blob | commitdiff | raw | diff to current |
2003-08-17 |
Royce Mitchell III | * fixes a couple (several?) memory leaks |
blob | commitdiff | raw | diff to current |
2003-08-11 |
Royce Mitchell III | warnings, warnings, everywhere.... but not so many... |
blob | commitdiff | raw | diff to current |
2003-08-04 |
Royce Mitchell III | reformatting + fix GDIOBJ_LockMultipleObj() to not... |
blob | commitdiff | raw | diff to current |
2003-08-04 |
Royce Mitchell III | clean-up work on my GDIOBJ lock/unlock tracing/debugging |
blob | commitdiff | raw | diff to current |
2003-08-01 |
Royce Mitchell III | added file/line# tracking to GDIOBJ locking & unlocking... |
blob | commitdiff | raw | diff to current |
2003-08-01 |
Royce Mitchell III | death to warnings |
blob | commitdiff | raw | diff to current |
2003-06-20 |
Eric Kohl | Enable automatic initialization and termination of... |
blob | commitdiff | raw | diff to current |
2003-06-07 |
Hartmut Birr | - Dereference the process object in W32kCleanupForProcess. |
blob | commitdiff | raw | diff to current |
2003-06-06 |
Gé van Geldorp | Fix CreateDIBSection() and add some stuff to GetDIBits() |
blob | commitdiff | raw | diff to current |
2003-06-03 |
Eric Kohl | Improved icon support. Patch by Tim Jobling. |
blob | commitdiff | raw | diff to current |
2003-05-29 |
Gé van Geldorp | Set height of default fonts to non-zero |
blob | commitdiff | raw | diff to current |
2003-05-18 |
Emanuele Aliberti | WIN32K code cleanup. |
blob | commitdiff | raw | diff to current |
2003-03-28 |
Gé van Geldorp | Fix crash in W32kGetTextMetrics |
blob | commitdiff | raw | diff to current |
2003-03-26 |
Gé van Geldorp | Introduce ANSI version of LOGFONT and associated structures |
blob | commitdiff | raw | diff to current |
2003-03-08 |
Gé van Geldorp | Remove DCE from linked list on destroy |
blob | commitdiff | raw | diff to current |
2003-01-18 |
Eugene Ingerman | Made GDI object locking exclusive. Added functions... |
blob | commitdiff | raw | diff to current |
2002-10-01 |
Eugene Ingerman | 1. Cleanup GDI objects when process is deleted. |
blob | commitdiff | raw | diff to current |
2002-09-08 |
Casper Hornstrup | Reverted latest changes. |
blob | commitdiff | raw | diff to current |
2002-09-07 |
Casper Hornstrup | Use free Windows DDK and compile with latest MinGW... |
blob | commitdiff | raw | diff to current |
2002-09-01 |
David Welch | Don't reinitialize the VGA on an enable surface if... |
blob | commitdiff | raw | diff to current |
2002-08-04 |
Eugene Ingerman | Fixed a bug in the new Engxxx objects code. |
blob | commitdiff | raw | diff to current |
2002-07-22 |
Eugene Ingerman | Added GetRegionData gdi function. Added region test... |
blob | commitdiff | raw | diff to current |
2002-07-18 |
Eugene Ingerman | Implemented some of gdi region functions. |
blob | commitdiff | raw | diff to current |
2002-07-13 |
Eugene Ingerman | Added reference counting and deferred deletion for... |
blob | commitdiff | raw | diff to current |
2001-11-02 |
Rex Jolliff | Initial attempt at a handle table for GDI objects.... |
blob | commitdiff | raw | diff to current |
2001-06-25 |
Eric Kohl | Fixed a lot of warnings. |
blob | commitdiff | raw | diff to current |
2001-06-12 |
Casper Hornstrup | Window stations and desktops |
blob | commitdiff | raw | diff to current |
2001-06-04 |
Jason Filby | Bug fixes |
blob | commitdiff | raw | diff to current |
2001-03-31 |
Jason Filby | Identation corrected, many fixes and minor improvements... |
blob | commitdiff | raw | diff to current |
2000-06-16 |
Jason Filby | GDI improvements |
blob | commitdiff | raw | diff to current |
2000-03-01 |
Eric Kohl | Fixed mp driver initialization bug and some other ones |
blob | commitdiff | raw | diff to current |
1999-11-17 |
Rex Jolliff | Added top level ignore list |
blob | commitdiff | raw | diff to current |
1999-10-29 |
Rex Jolliff | added more KMGDI functions |
blob | commitdiff | raw | diff to current |
1999-09-10 |
Rex Jolliff | Changes to make win32k.sys compile |
blob | commitdiff | raw | diff to current |
1999-09-08 |
Rex Jolliff | some minor coding on win32k |
blob | commitdiff | raw | diff to current |
|