Add information letting us know creation deletion of services has worked.
[reactos.git] / reactos / subsys / win32k / ntuser /
2005-07-15 Hartmut BirrFixed a test condition in IntWaitMessage.
2005-07-15 James TaborFix up WM_ENABLE ScrollBarWndProc. Looks like we can...
2005-07-15 James TaborFixing WM_ENABLE ScrollBarWndProc. Tested it with 7...
2005-07-14 Hartmut BirrMark the DispatchingListEntry as removed (in MsqSendMes...
2005-07-14 James TaborTypo fix. I was thinking oct not dec.
2005-07-13 James TaborImplemented VkKeyScan, GetKeyboardTypeand GetKeyboardLa...
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-07-09 James TaborFix masking.
2005-07-09 James TaborKill debug print out.
2005-07-09 James TaborImplement DrawMenuBar.
2005-07-08 James TaborImplement NtUserGetAsyncKeyState and support for TrackM...
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-06-30 Alex IonescuFix win32k warnings, get rid of windowsx.h dependency
2005-06-30 Alex IonescuKill rosrtl
2005-06-29 Filip NavaraMove the inclusion of <debug.h> to individual files...
2005-06-26 Thomas Bluemel- don't use the UNIMPLEMENTED macro in ObFindHandleForO...
2005-06-26 Alex IonescuImitate NT and set some of the private object info...
2005-06-25 Alex Ionescubuild win32k with NDK, finally\!
2005-06-22 Alex IonescuLarge change to modify NTDLL'S CSR Functions to be...
2005-06-20 Gé van GeldorpExclusively lock surface bits before reading or writing...
2005-06-16 James TaborPluged in CallMsgFilter, I tested this and no crashes...
2005-06-14 Filip Navara- Remove KeAttachProcess and KeDetachProcess prototypes...
2005-06-07 Filip Navara- Unlock GDI objects by pointer, not by handle.
2005-05-27 Casper HornstrupMerge 15329:15546 from trunk
2005-05-27 Casper HornstrupCopy rpoolmgr.h from trunk
2005-05-20 Alex IonescuEnsure success
2005-05-19 Alex IonescuFix one of the added hacks. ObpCreateHAndle not exporte...
2005-05-18 Alex IonescuObject Manager Patch. This patch continues the work...
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
2005-05-16 Alex IonescuFix win32k. For real. I swear.
2005-05-15 Alex IonescuRemoved incorrect Create/DuplicationNotify callbacks...
2005-05-14 Magnus Olsenfix Warining msg used uninitialized for gcc 3.4.3
2005-05-14 Gé van GeldorpImplement WH_MOUSE_LL hook
2005-05-14 Gé van GeldorpPresent for GreatLord:
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Thomas Bluemelmore fixes for GCC4
2005-05-08 Steven Edwardsremove whitespace from end of lines
2005-05-06 Alex IonescuFix win32k to use new EPROCESS defintion
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-02 Filip NavaraFix Alex's completely wrong fix for NtUserScrollWindowE...
2005-05-02 Alex IonescuFix many of the scrollbar issues. However, MDI Scrollba...
2005-05-02 Alex IonescuDon't call internal function which checks parameters...
2005-05-02 Hervé PoussineauDon't free unicode strings in case of error
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-05-01 Alex Ionescui8042prt driver by tinus.
2005-05-01 Filip Navaratinus <o112w8r02@sneakemail.com>
2005-05-01 Filip NavaraSet the message point/time for keyboard and hotkey...
2005-04-20 Gé van GeldorpYou can ask for e.g. GWL_STYLE for the desktop window,
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-02 Hartmut BirrDo only dereference the desktop window if the handle...
2005-03-27 Filip Navara- Rewrite NtUserGetUpdateRect. It should return TRUE...
2005-03-21 Filip Navara- Move WINDOWOBJECT_NEED_INTERNALPAINT flag handling...
2005-03-19 Filip Navara- Replace the ColorMap pointer in BITMAPOBJ with palett...
2005-03-17 Filip NavaraNow that CSRSS is getting unloaded we must unregister...
2005-03-16 Hervé PoussineauBetter NtUserEnumDisplayDevices stub
2005-03-15 Gregor AnichImprove the WNDOBJ implementation a bit... There are...
2005-03-13 Gé van Geldorptinus <o112w8r02@sneakemail.com>:
2005-03-12 Gé van GeldorpAllow inter-thread timer setting but not inter-process
2005-03-12 Thomas BluemelAlex Ionescu <ionucu@videotron.ca>
2005-03-12 Filip NavaraAlex Ionescu <ionucu@videotron.ca>
2005-03-10 Art YerkesCaps Lock fix suggested by Johannes Olofsson. We now...
2005-03-08 Gé van GeldorpUse GDIINFO values instead of DEVMODE values
2005-03-07 Gé van GeldorpImplement Information Contexts
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-23 Gé van Geldorptinus <o112w8r02@sneakemail.com>
2005-02-23 Gé van Geldorptinus <o112w8r02@sneakemail.com>
2005-02-21 Gé van GeldorpFix csrss shutdown/cleanup
2005-02-19 Thomas Bluemelsilence debug message
2005-02-19 Thomas Bluemeldon't pass NULL handles to NtGdiCombineRgn
2005-02-18 Thomas Bluemel1. implemented shared sections used for (shared) deskto...
2005-02-17 Thomas Bluemel1. object type names are stored in ntoskrnl's image...
2005-02-16 Art YerkesFix compilation with -O3 and fix bugs 484 and 505....
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Thomas Bluemelthe callback management doesn't have to be serialized...
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-01-30 Filip NavaraAttempt to solve the imfamous WM_NCPAINT handle leak...
2005-01-27 Thomas BluemelThis patch removes the cursor location from the window...
2005-01-26 Thomas Bluemel1. fixed NtCreateProcess to do some buffer checks and...
2005-01-21 Alex IonescuFirst patch to fix seriously broken ROS (thank Thomas...
2005-01-19 Gé van Geldorptinus <o112w8r02@sneakemail.com>
2005-01-10 Gregor AnichFix compilation without NDEBUG.
2005-01-06 Gé van GeldorpDon't return characters is key is up
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-05 Steven EdwardsMake NtUserSetClipboardViewer return something that...
2005-01-04 Filip NavaraDon't free the memory for LParam in NtUserPeekMessage...
2005-01-03 Gé van GeldorpReverse last change, as it causes problems for ReadCons...
2005-01-03 Gé van GeldorpSilence stupid compiler which doesn't know what it...
2005-01-03 Gé van GeldorpFind other entries besides the first too...
2005-01-03 Gé van GeldorpFix ref counting bug
2005-01-03 Gé van GeldorpDon't destroy cursors/icons prematurely.
2005-01-02 Alex IonescuFix my previous patch and fix ACCESS_TOKEN being declar...
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-30 Filip Navara- Use pvScan0 instead of pvBits as the first scan line...
next