Present for GreatLord:
[reactos.git] / reactos / subsys / win32k / main / dllmain.c
2005-05-14 Gé van GeldorpPresent for GreatLord:
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-06 Alex IonescuFix win32k to use new EPROCESS defintion
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-09 Hartmut BirrClose the desktop handle after getting the object pointer.
2005-03-12 Filip NavaraAlex Ionescu <ionucu@videotron.ca>
2005-02-18 Thomas Bluemel1. implemented shared sections used for (shared) deskto...
2005-02-12 Thomas Bluemelthe callback management doesn't have to be serialized...
2005-01-06 Gregor Anicheng/driverobj.c: DRIVEROBJ implementation.
2005-01-03 Gé van GeldorpDon't destroy cursors/icons prematurely.
2004-12-29 Gé van GeldorpGenerate timer messages instead of queueing them
2004-12-24 Thomas Bluemelrevert my temporary class hacks and remove my desktop...
2004-12-21 Thomas Bluemel- initialize system window classes when creating window...
2004-12-12 Thomas Bluemel1. remove mouse cursor hacks from eng/mouse
2004-11-20 Thomas Bluemel1. removed window station/desktop hacks from ntoskrnl
2004-11-16 Gregor AnichSimple implementation of some multi-monitor APIs.
2004-09-28 Thomas Bluemel1. get rid of the global thread list and group threads...
2004-08-08 Thomas Bluemelserialize gui switching and switching the focus message...
2004-08-02 Gregor AnichIf initializing the desktop implementation fails, print...
2004-07-30 Thomas Bluemelattempt to fix a few message queue and timer bugs
2004-07-18 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-07-15 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-05-22 Thomas Bluemelprevent memory leaks if callbacks to usermode never...
2004-05-22 Thomas Bluemel1. added basic reference counting for message queues
2004-05-21 Thomas Bluemelimplemented DisableProcessWindowsGhosting() (window...
2004-05-13 Jason FilbyRegression-test enable win32k; patch by Casper Hornstrup
2004-05-10 Thomas Bluemeluse a common header for most files in win32k to make...
2004-05-05 Thomas Bluemelfixed GetThreadDesktop() (not fully working yet because...
2004-05-01 Thomas Bluemelimplemented RegisterLogonProcess(), LockWindowStation...
2004-04-29 Thomas Bluemelimplemented keybd_event(), mouse_event(), BlockInput...
2004-04-09 Filip Navara- Compile Win32k, GDI, USER32 and CSRSS using W32API.
2004-02-24 Thomas Bluemel1. get rid of winlock.c
2004-02-16 The ReactOS TeamThis commit was manufactured by cvs2svn to create branch
2004-02-05 Gé van GeldorpDon't callback from kernel to usermode if the thread...
2004-01-24 Eric KohlCleanup: Replace WINBOOL by BOOL
2003-12-21 Thomas Bluemelmoved the INTERNALPOS structure to the WINDOW_OBJECT...
2003-12-20 Thomas Bluemelsome fixes on carets
2003-12-13 Thomas Bluemelfixes to cursors
2003-12-12 Thomas Bluemeladded support for the FR_PRIVATE and FR_NOT_ENUM flags...
2003-12-12 Gé van GeldorpIncomplete implementation of hooks
2003-12-07 Gé van GeldorpMove desktop window proc from WIN32K to CSRSS
2003-12-07 Thomas Bluemelmoved desktop code to desktop.c
2003-12-07 Casper Hornstrup2003-12-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-12-03 Gé van GeldorpRemove direct references from csrss to win32k (call...
2003-11-25 Gé van GeldorpSwitch screen to graphics mode when the first window...
2003-11-24 Art YerkesThese changes are described in earlier posts to the...
2003-11-23 Filip Navara- Added test for unimplemented EnumWindowStations and...
2003-11-19 Thomas BluemelPatch by Jonathon Wilson:
2003-11-18 Thomas Bluemel1. implemented GetGUIThreadInfo()
2003-11-11 Thomas Bluemel1.added a simple test application for hotkeys
2003-11-11 Gé van GeldorpWndProc changes by Jonathan Wilson
2003-11-07 Gé van GeldorpSimplify code by passing PDEVICE_OBJECT instead of...
2003-11-03 Eric KohlImplemented hotkey support.
2003-10-16 Thomas Bluemelinitial implementation of carets
2003-10-09 Gé van GeldorpKeyboard sync between gui and text modes, patch by...
2003-08-19 Thomas BluemelPatch by Jonathon Wilson:
2003-08-18 Thomas Bluemelsome work on menus
2003-08-11 Gunnar Dalsnes-WinStaLock is now WinLock & made global
2003-07-31 Thomas BluemelAdded otMenu type
2003-06-25 Gé van GeldorpOn thread termination, destroy all windows owned by...
2003-06-20 Eric KohlEnable automatic initialization and termination of...
2003-06-07 Casper Hornstrup2003-06-07 Casper S. Hornstrup <chorns@users.sourcefo...
2003-06-06 Gé van GeldorpRemove some dead code
2003-06-05 Gunnar Dalsnes-impl. process and thread cleanup
2003-05-18 Emanuele AlibertiWIN32K code cleanup.
2003-04-02 Gunnar Dalsnestimer messages impl.
2003-04-01 Gé van GeldorpUse FreeType DLL
2003-03-28 Gé van GeldorpFix crash in W32kGetTextMetrics
2003-03-11 Gé van GeldorpGet mouse cursor working under VMware
2002-09-17 David WelchMisc. user fixes.
2002-09-08 Casper HornstrupReverted latest changes.
2002-09-07 Casper HornstrupUse free Windows DDK and compile with latest MinGW...
2002-07-13 Eugene IngermanAdded reference counting and deferred deletion for...
2002-07-04 David Welch2002-07-04 David Welch <welch@computer2.darkstar...
2002-06-14 Eric KohlFixed automatic loading of required modules.
2002-02-08 Casper HornstrupRemoved or changed debug prints printed at boot.
2002-01-27 David WelchMore user work
2002-01-13 David WelchBegan work on message queue and default window procedure
2001-11-02 Rex JolliffInitial attempt at a handle table for GDI objects....
2001-06-12 Casper HornstrupWindow stations and desktops
2001-05-02 Jason FilbyInitial font and text support. Fixes to color palette...
2001-03-31 Jason FilbyIdentation corrected, many fixes and minor improvements...
2000-09-08 Eric KohlOoops! I forgot that little thingy...
2000-06-29 David WelchMade header file usage more consistent
2000-06-16 Jason FilbyGDI improvements
2000-04-02 Jason FilbyAll video related files now loaded by win32k
2000-02-22 Eric KohlAdded W32kInitialize service (orig. name NtGdiInit)
2000-02-21 Eric KohlChanged RtlCopyMemory() from function to macro
2000-02-20 Emanuele AlibertiAdded little prog. that builds the WIN32K.SYS service...
2000-02-13 David WelchMoved user-process loading into ZwCreateProcess
1999-11-20 Eric KohlFixed compiler warning
1999-11-02 David WelchImproved scheduling code
1999-07-23 Rex Jollifffinished win32k skeleton
1999-07-22 Rex JolliffMore changes to the win32k server
1999-07-12 Rex Jolliffmore work on KMGDI subsystem
1999-05-28 Rex Jollifffixes for some compiler errors.
1999-05-27 Rex JolliffMore code for win32k.sys
1999-05-22 Rex Jolliffadded stubs and build spec for win32k.sys
1999-05-20 Rex Jolliffadded GDI kernel mode graphics engine skeleton