scrollbar:
[reactos.git] / reactos / subsys / win32k /
2005-09-07 Gunnar Dalsnesscrollbar:
2005-09-06 Gunnar Dalsnesprop: simplify refcounting, naming changes
2005-09-06 Gunnar Dalsnesmenu: code cleanup, naming changes, simplify refcountin...
2005-09-06 Gé van GeldorpCorrect sizes if origin is not (0, 0)
2005-09-06 Alex Ionescu- One last build fix.
2005-09-06 Alex IonescuFix win32k build errors so HEAD can build again, althou...
2005-09-06 Gunnar Dalsnesremake refcounting
2005-09-06 Gunnar Dalsneswindow parent handle -> pointer adaptions
2005-09-06 Gunnar Dalsnesmake window parent a pointer + fix usage
2005-09-06 Gunnar Dalsnesremove WndObjListLock
2005-09-06 Gunnar Dalsnesnaming changes:
2005-09-06 Gunnar Dalsnesmake handle table session global
2005-09-06 Gunnar Dalsnesmove object.c and ssec.c into ntuser where they belong
2005-09-06 Gunnar Dalsnesforgot a file:-| sry
2005-09-06 Gunnar Dalsnesremove window update lock
2005-09-05 Gunnar Dalsnesremove user handle table lock, cursor locks, message...
2005-09-05 Gunnar Dalsnesremove relatives lock, window props lock, classes locks...
2005-09-05 Gunnar Dalsnes-surround user part (most of it) with a single lock...
2005-09-05 Alex Ionescu- NDK compatibility fixes for MSDDK. Use NTAPI instead...
2005-09-03 Hartmut BirrSet the ownership before locking the bitmap in EngCreat...
2005-08-19 Gé van GeldorpAdd generation of 8bpp DIB code
2005-08-18 Gé van GeldorpAdd generation of 32bpp DIB code
2005-08-16 Alex IonescuRemove all non-official LPC structures/defines/hardcode...
2005-08-11 Emanuele AlibertiFix HEAD compilation.
2005-08-10 Gunnar Dalsnesmove W32PROCESS/W32THREAD into win32\include bcause...
2005-08-09 Gunnar Dalsnesreturn timer id for windowed timers also
2005-08-08 Thomas Bluemelpass the correct access mode to ObOpenObjectByName
2005-08-06 Thomas Bluemelfixed some uninitialized variables warnings
2005-08-06 Filip NavaraFix translation of extended keys.
2005-08-03 Thomas Bluemelimplemented OffsetClipRgn()
2005-08-03 Casper HornstrupFix building 'make test'
2005-08-02 Filip NavaraRevert changes accidently commited along with last...
2005-08-02 Filip NavaraUse mapped sections for fonts instead of paged pool...
2005-07-31 Martin Fuchsset svn:eol-style to native
2005-07-31 Alex Ionescu- Silence some debug messages
2005-07-29 Alex Ionescu- Add back and fix useful dprint.
2005-07-29 James TaborSorry for the mess. Fixup debug prints.
2005-07-29 Emanuele AlibertiVarious fixex to make HEAD compile.
2005-07-26 Filip NavaraDo not dereference NULL pointers and this time for...
2005-07-26 Filip NavaraDo not dereference NULL pointers.
2005-07-26 Filip NavaraYet another fix to WinPosActivateOtherWindow, we should...
2005-07-26 Filip NavaraDon't steal foreground window focus from other applicat...
2005-07-26 Filip NavaraFix reverting of focus to owner windows.
2005-07-26 Filip NavaraAdd check for global handles to NtGdiDeleteDC, this...
2005-07-26 Thomas Bluemelremoved some MmCopyTo/FromCaller calls from win32k...
2005-07-26 Filip NavaraFix some bugs in DIB mapping code to prevent instant...
2005-07-26 Filip NavaraDon't allow setting menu for child windows in IntSetMenu.
2005-07-26 Alex Ionescu- Remove ROSRTL. The era is over. Thanks to Filip for...
2005-07-25 Alex Ionescu - Message Queue Fix, resolves a number of application...
2005-07-24 Martin Fuchsset eol-style for most xml files
2005-07-24 Hartmut BirrFixed the memory allocation in EngCreateEvent.
2005-07-24 Thomas Bluemeluse ZwQueryInformationFile instead of NtQueryInformatio...
2005-07-23 Steven Edwardsdont try to buid font.c as its a empty file for now
2005-07-22 Thomas Bluemelprobe the pointers in _MmCopyFromCaller and _MmCopyToCa...
2005-07-22 James TaborUpdate and implement UnrealizeObject.
2005-07-20 Filip NavaraGet rid of windows.h include in win32k. Fixes bug ...
2005-07-19 James TaborFixup UnrealizeObject so it can return the correct...
2005-07-18 Hartmut BirrRemoved the message also from the senders queue (in...
2005-07-18 James TaborImplement ShowOwnedPopups and ArrangeIconicWindows...
2005-07-17 James TaborImplemented NtUser-GetMenuItemRect.
2005-07-17 Casper HornstrupFix building of tests
2005-07-15 Hartmut BirrRevert my last commit (r16578).
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-13 Art Yerkesstop exporting MmCopyFromCaller and kin and make a...
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-07-11 James TaborConnect UnrealizeObject and test debug prints. I assume...
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 Gé van GeldorpCode generator for 16bpp DIB Blt operations
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-07-03 James TaborHalf way implement NtGdiUnrealizedObject.
2005-06-30 Alex IonescuMove some internal headers to /reactos, set it as a...
2005-06-30 Alex IonescuAdd windows.h back, is it futile to remove it
2005-06-30 Alex IonescuMath.c wasn't using the pch header, thanks for the...
2005-06-30 Alex Ionescuremove windows.h dependency. Filip said it couldn't...
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 IonescuSeems I forgot to commit this, sorry
2005-06-26 Alex IonescuHasta la vista ntdll/napi headers
2005-06-26 Alex Ionescumake lsass, win32k and vbe/xbox miniports use ndk inste...
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-23 Gé van GeldorpDon't draw 0-width HLine
2005-06-22 Alex IonescuLarge change to modify NTDLL'S CSR Functions to be...
2005-06-20 Filip NavaraBuild GDI32 with NDK and without DDK.
2005-06-20 Alex IonescuCompile user32 with NDK, clean up its headers, and...
2005-06-20 Gé van GeldorpExclusively lock surface bits before reading or writing...
2005-06-19 Filip Navara(Re)move USER32 headers from include/user32.
2005-06-19 Casper HornstrupCount only scheduled time when running performance...
2005-06-19 Filip NavaraCouple of build fixes.
2005-06-18 Magnus Olsenmake inline asm -O3 compatible (remove L1 and L2 label...
next