Check for failed allocations and fix some resource leaks.
[reactos.git] / reactos / lib / user32 / windows /
2005-12-12 Filip NavaraCheck for failed allocations and fix some resource...
2005-12-12 Filip NavaraCheck for failed allocations. Spotted by Martin Bealby.
2005-12-12 Filip NavaraReplace RtlNtStatusToDosError(STATUS_NO_MEMORY) with...
2005-12-12 Filip NavaraCheck for failed allocations. Spotted by Martin Bealby.
2005-12-12 Filip NavaraFix the USER32 DLL initialization and cleanup routines...
2005-12-11 Sebastian Gasiorekfix inserting menu by position in InsertMenuA/W
2005-12-09 Sebastian Gasiorekconvert strings to lower case in CharLowerA.
2005-12-03 Sebastian Gasiorekfixes from Wine.
2005-12-02 Sebastian Gasiorekimported newer version of DIALOG_DoDialogBox and DEFDLG...
2005-12-02 Sebastian Gasiorekfixes for GetDlgItemTextA, GetDlgItemTextW and DIALOG_C...
2005-12-02 Sebastian GasiorekImported from Wine 0.9.2:
2005-11-23 Christoph von Wittichfix bug 838 (Sol.exe is missing it's menubar)
2005-11-22 Alex Ionescu- Remove usage of STATIC, and use static in the right...
2005-10-24 Gé van GeldorpSynthesize a small icon if none given
2005-10-16 Gunnar DalsnesRtlInitUnicodeString is only legal with nullterminated...
2005-10-06 Gregor AnichModifyMenuA: Zero initialize MENUITEMINFOA (like Modify...
2005-10-05 Martin Fuchspartial implementation of ShowWindowAsync() using the...
2005-09-24 Gunnar Dalsnes-include/ndk/rtltypes.h: add MAX_ATOM_LEN define
2005-09-20 Filip NavaraFix parameter validation in WM_GETTEXT and GetWindowText.
2005-09-16 Gé van GeldorpOnly access dwTypeData if the caller pronounced it...
2005-09-13 Royce Mitchell IIIzero out the struct and disable code that has no connec...
2005-09-09 Gé van GeldorpUse max tracking size instead of maximized size to...
2005-08-11 Steven EdwardsTrackMoveEvent is a semi-implemented not UNIMPLEMENTED...
2005-08-06 James TaborShow DrawTextExA implemented.
2005-08-06 James TaborShow SetParent implemented.
2005-08-06 James TaborShow UpdateWindow implemented.
2005-07-31 Alex Ionescu- Silence some debug messages
2005-07-30 James TaborImplement SetMenuItemBitmaps and fix bool flags.
2005-07-29 James TaborPatch by Dmitry Timoshkov dmitry@baikal.ru. Take into...
2005-07-29 James TaborShow SetMenuItemInfoA&W implemented.
2005-07-27 Alex Ionescu - Fix debug header nonsense
2005-07-26 Filip NavaraImplement ValidateRect.
2005-07-26 Alex Ionescu - Don't try to get the length of a possibly empty...
2005-07-25 James TaborAdded more Wine MDI functions. I've tested these for...
2005-07-25 James TaborPatch by Robert Shearman rob@codeweavers.com, Use GdiGe...
2005-07-18 James TaborImplement ShowOwnedPopups and ArrangeIconicWindows...
2005-07-17 James TaborImplemented NtUser-GetMenuItemRect.
2005-07-16 Jens CollinGetMenuStringA and GetMenuStringW inverted the MF_BYPOS...
2005-07-13 James TaborImplemented VkKeyScan, GetKeyboardTypeand, GetKeyboardL...
2005-07-11 James TaborFix error return for WIN_ListChildren.
2005-07-09 James TaborImplement MDICascade, MDITile and WIN_ListChildren...
2005-07-09 James TaborImplement ModifyMenu A & W.
2005-07-09 James TaborImplement GetMenuString A & W. Not fully tested.
2005-07-09 James TaborImplement CheckMenuRadioItem. Not fully tested.
2005-07-09 James TaborImplement DrawMenuBar.
2005-07-08 James TaborImplement TrackMouseEvent.
2005-07-08 James TaborKill debug messages.
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-06-20 Alex IonescuCompile user32 with NDK, clean up its headers, and...
2005-06-19 Filip NavaraCleanup header usage in USER32.
2005-06-19 Filip Navara(Re)move USER32 headers from include/user32.
2005-06-16 James TaborPlugging in CallMsgFilter.
2005-06-07 Filip NavaraImplementation of DragDetect. Based on Wine code (C...
2005-05-16 Casper HornstrupMerge 15268:15329 from trunk
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-09 Steven Edwardsstrip whitespace from end of lines
2005-05-05 Casper HornstrupMerge 14551:14980 from trunk
2005-05-05 Casper HornstrupCopy wininet to branch
2005-05-02 Alex IonescuFix many of the scrollbar issues. However, MDI Scrollba...
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-05-01 Thomas Bluemelfixed some warnings with gcc4 (mostly assignment differ...
2005-05-01 Filip NavaraFix coordinate mapping of unmodRect in DefWndDoSizeMove.
2005-05-01 Filip NavaraChange the default system menu icon in MDI_AugmentFrame...
2005-05-01 Filip Navara- Merge changes to MDI_AugmentFrameMenu from Wine ...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-04-02 Steven Edwardsanother one bytes the dust. messages.h is gone
2005-04-01 Gunnar Dalsnesmmfuncs.h: add MmGetSystemAddressForMdlSafe/MmMapLocked...
2005-03-21 Gunnar DalsnesCopyAcceleratorTableA: dont access lpAccelDst it its...
2005-03-21 Filip NavaraCorrectly draw the titlebar as active or inactive durin...
2005-03-21 Filip Navara- Cleanup DefWndDoButton function.
2005-03-16 Filip NavaraUlrich Czekalla <ulrich@codeweavers.com>
2005-03-15 Filip NavaraCleanup misleading code.
2005-03-13 Gé van Geldorptinus <o112w8r02@sneakemail.com>:
2005-03-07 Gé van GeldorpUse IC instead of DC when possible
2005-03-05 Casper HornstrupMerge 13511:13830 from trunk
2005-02-27 Royce Mitchell IIIsmall efficiency fix
2005-02-27 Filip NavaraUse unadjusted rect (the one calculated before sending...
2005-02-15 Casper HornstrupMerge 13159:13510 from trunk
2005-02-15 Casper HornstrupCopy msimg32
2005-02-12 Casper HornstrupBranch setupapi (again)
2005-02-12 Casper HornstrupBranch setupapi
2005-01-24 Gé van Geldorptinus <o112w8r02@sneakemail.com>
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Gé van GeldorpCopy correct number of bytes
2005-01-03 Gé van GeldorpDon't destroy cursors/icons prematurely.
2004-12-31 Casper HornstrupRemove .cvsignore files.
2004-12-30 Filip Navara- Reimplementation of CreateCursor (now the correct...
2004-12-28 Gé van GeldorpImplement ToAscii() and ToAsciiEx()
2004-12-27 Filip Navara- Implement MsgWaitForMultipleObjects.
2004-12-26 Filip Navara- Free all memory in error case of GetClassInfoExCommon.
2004-12-25 Filip Navara- Partial implementation of RealMsgWaitForMultipleObjec...
2004-12-25 Filip Navara- Fix finding of windows by classes in NtUserFindWindow.
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...
next