reactos.git
2008-05-13 Colin FinckUse a Mutex, so that CPL applets cannot be launched...
2008-05-13 Klemens Friedlimprove visual scroll behavior (arrow-up/-down hints...
2008-05-13 James TaborAdded W32PF and Brush flags. Fixed IntGdiExtCreatePen...
2008-05-13 Timo Kreuzerfix build, sorry
2008-05-13 Timo Kreuzer- fix a pointer to INT cast
2008-05-12 Colin FinckDon't strip trailing spaces from the command line
2008-05-12 Colin FinckFix the Release build by marking MmPageArraySize as...
2008-05-12 Colin Finck[FORMATTING] Fix indentation (4 spaces)
2008-05-12 Colin FinckThe lstr* functions don't reset the last error on an...
2008-05-12 Gregor Brunmar* Synced DIALOG_DlgDirListW() and DIALOG_DlgDirSelect...
2008-05-12 Colin FinckSync CharLowerA/W and CharUpperA/W with Wine (after...
2008-05-12 James TaborMisc patch, for later Icm support, update CreateCompati...
2008-05-12 Eric KohlDo not touch the new user name if the user cancels...
2008-05-12 Johannes Anderwald- ModifyMenu[A|W], AppendMenu[A|W], InsertMenu[A|W...
2008-05-12 Johannes Anderwald- create the profiles directory if it does not yet...
2008-05-12 Colin FinckRemove all remaining occurrences of the W64 macro.
2008-05-12 Aleksey Bragin- Fix a typo in NtSecureConnectPort, ViewBase was not...
2008-05-12 Timo Kreuzerconvert another pointer calculations to FIELD_OFFSET...
2008-05-12 Aleksey Bragin- Make IoCreateNotificationEvent and IoCreateSynchroniz...
2008-05-12 Hervé PoussineauUse dynamic debug system
2008-05-12 Hervé PoussineauReuse existing function instead of duplicating function...
2008-05-12 Hervé Poussineau"\\.\" always exists
2008-05-12 Aleksey Bragin- Fix yet another typo in the same line, spotted by...
2008-05-12 Aleksey BraginKamil Hornicek <tykef@atlas.cz>
2008-05-12 Aleksey Bragin- Fix a typo, spotted by Stefan Ginsberg.
2008-05-12 James TaborFixed ExtCreatePen and started CreatePen. Tested with...
2008-05-12 James TaborFixed wine all of gdi32 dc tests and only 2 of gdiobj...
2008-05-12 James TaborFix typo spoted by Stefan100.
2008-05-11 Timo KreuzerNtUserEnumDisplaySettings returns NTSTATUS not BOOL...
2008-05-11 Timo Kreuzerfix a header name
2008-05-11 Timo Kreuzerpatch by hyperion: convert pointer calculations with...
2008-05-11 Timo Kreuzeruse "%p" to DPRINT a pointer instead of casting it...
2008-05-11 Timo Kreuzer- Use InterlockedExchangePointer instead of Interlocked...
2008-05-11 Timo Kreuzera "real" InterlockedExchangePointer wants PVOID* and...
2008-05-11 Timo Kreuzer- a bunch of tests for NtUserEnumDisplaySettings
2008-05-11 Hervé PoussineauAdd generic list scrolling
2008-05-11 Hervé PoussineauBetter encapsulation of generic list
2008-05-11 Filip NavaraFix incorrect parameters to IoSetDeviceToVerify/IoVerif...
2008-05-11 Filip NavaraFix checking of return values from IoCreateDevice....
2008-05-11 Filip NavaraFix wrong variable usage - "Filename" (8 characters...
2008-05-11 Colin FinckRobin Geuze (r DOT geuze AT chello DOT nl):
2008-05-11 Colin Finck- [FORMATTING] Fix indentation in usetup's genlist.
2008-05-11 Marc Piulachs- fix typo
2008-05-11 Pierre SchweitzerSynced urlmon.dll with Wine HEAD.
2008-05-11 Gregor BrunmarMade 17 listbox winetests pass in user32.dll (some...
2008-05-11 Pierre SchweitzerNo need for a shortcut to kbswitch.exe on the desktop
2008-05-11 Filip NavaraTemporary disable part of the SEH code in NtReplyWaitRe...
2008-05-11 Hervé PoussineauUse LONG BreakPointNr, as in other breakpoint-related...
2008-05-11 Hervé PoussineauImplement SHGetFolderPathAndSubDirA/W, taken from Wine
2008-05-11 Magnus Olsenadding SetLastError(ERROR_INVALID_PARAMETER) when Creat...
2008-05-11 Magnus OlsenAdding simple test for CreateBitmapIndrect and show...
2008-05-11 Aleksey BraginKamil Hornicek <tykef@atlas.cz>
2008-05-11 Hervé PoussineauFix indentation, to match mouclass one.
2008-05-11 Hervé Poussineauserial: Fix FileStandardInformation and FilePositionInf...
2008-05-11 Filip NavaraA driver-supplied Cancel routine is called with the...
2008-05-11 Filip NavaraSEH protect NtReplyWaitReceivePortEx and fix one instan...
2008-05-11 Magnus OlsenRemove old hack I implmeneted in NtGdiCreateBitmap...
2008-05-11 Magnus Olsenadding test to NtGdiCreateBitmap show it does not accpe...
2008-05-11 James TaborImplement some stubs.
2008-05-11 James TaborFix brush attribute structure and add flags. Add gdi...
2008-05-11 James TaborPoint out ParentWindowHandle for HWND_MESSAGE.
2008-05-10 Daniel ReimerBug 3229: spanish files by remialdo@gmail.com
2008-05-10 Daniel ReimerBug 3229: spanish files by Javier Remacha (remialdo...
2008-05-10 Pierre Schweitzer"Implemented" FsRtlNotifyChangeDirectory
2008-05-10 Colin FinckSync riched20 to Wine 1.0-rc1
2008-05-10 Aleksey Bragin- Get rid of duplicated (and different) NB_LAST_STOCK...
2008-05-10 Colin FinckSamuel Serapión (samdwise51 AT gmail DOT com):
2008-05-10 Magnus Olsenmove the undoc DC_BITMAP to ntgdityp.h header after...
2008-05-10 Magnus Olsenfixing a memory overwrite bug I miskate intrudes
2008-05-10 Dmitry Chapyshev- Add new layouts to bootcd
2008-05-10 Dmitry ChapyshevAdd keyboard layouts:
2008-05-10 Magnus Olsenimplement DC_BITMAP for GetStockObject.
2008-05-10 Magnus Olsenadding a new define DC_BITMAP for GetStockObject
2008-05-10 Magnus Olsenadding a testcase for GetStockObject(21);
2008-05-10 Magnus Olsenadding more testcase for NtGdiGetStockObject it testing...
2008-05-10 Colin FinckAttempt to fix build
2008-05-10 Magnus Olsenadding a simple NtGdiGetStockObject
2008-05-10 Magnus Olsencommit testcase for wdith negative and 0
2008-05-10 Magnus Olsenadding height -1 and height 0 test for create a bitmap
2008-05-10 Magnus Olsenrevert r33403 for it break abiword
2008-05-10 Magnus Olsen1. remove hack in NtGdiCreateBitmap
2008-05-10 Gregor BrunmarMade user32.dll compile under MSVC (doesn't link though)
2008-05-10 Thomas BluemelFix some task switch window bugs
2008-05-09 Johannes Anderwald- when menu position cannot be found insert new item...
2008-05-09 Daniel ReimerWell... I forgot to revert some files... sry
2008-05-09 Daniel ReimerUpdate of some Headers for the Winetests of non autosyn...
2008-05-09 Daniel ReimerUpdate of Winetests of non autosynched Dlls. Done by...
2008-05-09 Colin FinckConvert the remaining ANSI-only stuff to TCHAR
2008-05-09 Dmitry Chapyshev- Add new languages
2008-05-09 Dmitry Chapyshev- Add new layouts to bootcd
2008-05-09 Colin FinckFix build (no idea why my rbuild didn't notice the...
2008-05-09 Daniel ReimerBug 3217: shdocvw translation patch by Seungju Kim...
2008-05-09 Daniel ReimerBug 3228: Update for few slovak RCs by Mario Kacmar...
2008-05-09 Dmitry ChapyshevAdd keyboard layouts:
2008-05-09 Colin FinckCompile calc as Unicode and remove the unneeded __USE_W...
2008-05-09 Colin Finck- Delete "winecalc", there is no reason to keep it...
2008-05-09 Colin FinckChange the translation of the "Help" menu item to ...
2008-05-09 Dmitry Chapyshev- Add some defines
2008-05-09 Christoph von... add some initial xen support to sysreg (hack)
2008-05-09 Aleksey Bragin- Revert 33366 for explorer too. Bugs in explorer shoul...
next