Merge to trunk HEAD(r36856)
[reactos.git] / reactos / subsystems / win32 / win32k / ntuser / misc.c
2008-10-20 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-20 Timo Kreuzersync to trunk revision 36100
2008-10-19 Timo KreuzerWin32 structure cleanup (WIP):
2008-10-19 Timo KreuzerWin32 structure cleanup (WIP):
2008-10-17 Timo KreuzerWin32 structure cleanup (WIP):
2008-10-17 Timo KreuzerWin32 structure cleanup part 3 / x:
2008-10-16 Timo KreuzerWin32 structure cleanup part 1 / x:
2008-10-14 Timo Kreuzer- Update CLIENTTHREADINFO structure
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-28 Timo Kreuzersync with trunk head (34904)
2008-07-28 Timo Kreuzer- #if out vista api for now
2008-07-25 Timo Kreuzersome DWORD -> DWORD_PTR
2008-05-30 James TaborMove the init of server info after heap is init.
2008-04-14 James TaborAttach global server information to process information.
2008-04-07 James Tabor- Plugged in client thread information, tested with...
2008-04-06 James Tabor- Implement SendMessageCallbackA/W, user32 only.
2008-04-03 Timo KreuzerPatch by Stefan Ginsberg (stefan__100__ AT hotmail...
2008-03-21 Timo Kreuzerntuser/misc.c was huge, split it into sysparams.c,...
2008-03-17 Timo Kreuzer- Set the BaseObject.hHmgr field in GDIOBJ_AllocObj
2008-02-26 Timo KreuzerBye, bye, GDIOBJ header! You've served us well, but...
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2008-01-06 James TaborFix regression in RealizePalette. Send broadcast messag...
2008-01-05 James TaborFixed regression in RealizePalette, found by Stefan100.
2007-12-17 Ged Murphy- Add a new routine to NtUSerCallOneParam which returns...
2007-12-04 Aleksey BraginAndrey Korotaev <unc0rr@mail.ru>:
2007-11-22 Thomas BluemelAdd a hack for SPI_GETKEYBOARDCUES
2007-11-21 Thomas BluemelImplement WM_QUERYUISTATE, WM_CHANGEUISTATE and WM_UPDA...
2007-11-21 Thomas BluemelStore the internal window placement directly inside...
2007-11-20 James TaborRemoving old syscalls and updated related files. Old...
2007-11-17 Thomas BluemelOptimize SendMessageA/W to allow certain messages be...
2007-11-16 Thomas BluemelOptimize IsWindow() and IsWindowUnicode()
2007-11-16 Thomas BluemelMake registration of system window classes a bit more...
2007-11-15 Thomas BluemelImplement GetWindowLongA/W without having to call win32...
2007-11-15 Thomas Bluemel- Fix desktop heaps handling and various bugs
2007-11-15 Thomas BluemelExpose the pointer to the shared heap and the delta...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-10-03 Aleksey Bragin- Silence badly placed debug message. DPRINT1 equals...
2007-10-01 Aleksey Bragin- KeRosCaptureUserStackBackTrace is now created, which...
2007-09-18 James Tabor- Win32k: Removed NtUserCreateMenu replacing it with...
2007-08-22 James TaborRemoved NtUserReleaseDC, replaced it with CallOneParam.
2007-07-29 Magnus Olsenpartly implement animations GET/SET spi, the value...
2007-07-27 Thomas Bluemel- Search for user32 window classes before searching...
2007-07-14 Magnus Olsenadding SPI_SETSCREENSAVEACTIVE now, it can be set to...
2007-07-14 Magnus Olsenfixing the limit of hover maxium time for SPI_SETMOUSEH...
2007-07-14 Magnus OlsenPatch by David Lenon <DavidL@126.com>:
2007-07-12 Magnus Olsenpatch from Yaroslav Ponomarenko yarryp at gmail dot com
2007-07-09 Magnus Olsenpatch from Yaroslav Ponomarenko yarryp at gmail dot com
2007-07-08 Hervé PoussineauRevert half of revision 27465, as it breaks 2nd stage...
2007-07-08 Magnus Olsenpatch from Yaroslav Ponomarenko yarryp at gmail dot com
2007-07-08 Magnus Olsenpatch from Yaroslav Ponomarenko yarryp at gmail dot com
2007-07-07 Magnus Olsenpatch from Yaroslav Ponomarenko yarryp at gmail dot com
2007-04-18 Christoph von Wittichimplemented SPI_GETKEYBOARDCUES (hardcoded to TRUE)
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-08 Saveliy TretiakovMerge clipboard branch to trunk
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2007-02-11 Sylvain Petreollemove from branch
2007-02-05 Aleksey BraginMerge 25584, 25588.
2007-01-31 Magnus Olsenmerge trunk rev : 25663 and 25664 to 0.3.1 branch ...
2007-01-20 Aleksey BraginMerge 25429:25431, 25437, 25441:25443.
2007-01-15 Aleksey Bragin- Merge 25404-25406, very small part of 25407, 25409...
2007-01-15 Aleksey Bragin- Merge two small fixes from 25400
2007-01-10 Timo Kreuzer- Make IntSystemParametersInfo send a WM_SETTINGCHANGE...
2007-01-08 Timo KreuzerClean up tabs / spaces mix (no code change)
2007-01-08 Timo Kreuzer- implement SPI_GETMINIMIZEDMETRICS and SPI_SETMINIMIZE...
2007-01-08 Timo Kreuzerimplement SPI_SETNONCLIENTMETRICS in IntSystemParameter...
2006-12-10 Alex Ionescu- Fix SleepEx.
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-10-09 Alex Ionescu- Bootvid rewrite by Filip Navara (with some fixes...
2006-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-10 Hervé PoussineauAdd stub for SPI_GETSCREENSAVEACTIVE (which always...
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-08-27 Magnus Olsenreapplay rev 23614, it we have now russain letters...
2006-08-21 Magnus Olsenrevers 23614 it cause unexped regress in some api,...
2006-08-20 Magnus OlsenFixed some hard code font name
2006-07-22 Brandon TurnerPartially implement:
2006-07-20 Alex Ionescu- Simplify PsGetNextProcess so it works like PsGetNextP...
2006-07-13 Magnus Olsen1. Fixing so the screensaver only start one time when...
2006-07-10 Magnus OlsenFixing a small bug, value where never devliver from...
2006-07-10 Magnus OlsenImplement SPI_GETFLATMENU and SPI_SETFLATMENU after...
2006-07-10 Magnus OlsenChanges for Screen saver And implement
2006-06-15 James TaborFix functionality in TWOPARAM_ROUTINE_ROS_SHOWWINDOW...
2006-05-22 Aleksey Bragin- Update text-outputting routines in user32.dll to...
2006-04-05 Peter WardApplied patch by: Thomas Weidenmueller
2006-04-01 Ged Murphy- change the GDI code a bit so it's able to handle...
2006-02-17 Maarten BosmaMoved win32k