reactos.git
2008-05-17 Colin FinckRevert the _T('x') to 'x' changes from my previous...
2008-05-17 Colin Finck- Fix some warnings spotted by MSVC
2008-05-17 Pierre SchweitzerApply the same fix to dwnl
2008-05-17 Pierre SchweitzerZero memory using HeapAlloc flag
2008-05-16 Hervé PoussineauRemove IRP_MJ_QUERY_INFORMATION / FileNetworkOpenInform...
2008-05-16 Colin FinckCarlo Bramini (carlo DOT bramix AT libero DOT it):
2008-05-16 Pierre SchweitzerCheck if memory was goodly allocated and zero it before use
2008-05-15 Marc Piulachs- Add specific properties to the keyboardlayout module...
2008-05-15 Marc Piulachs- change module type kernelmodedll -> keyboardlayout
2008-05-15 Hervé PoussineauImprove filter command by changing its syntax
2008-05-15 Hervé PoussineauFix debug output of strings
2008-05-15 Gregor BrunmarOops, didn't see the commented section.
2008-05-15 Gregor BrunmarSynced listbox LB_SETCURSEL behaviour with Wine, to...
2008-05-15 Hervé Poussineaucmd: replace static traces by dynamic ones
2008-05-15 Gregor BrunmarPatch by Kamil Hornicek ( tykef AT atlas DOT cz ):
2008-05-15 Marc Piulachs- Add specific module type for keyboard layouts
2008-05-15 Colin Finck- Rename the LICINFO structure to LIC_CONTEXT as LICINF...
2008-05-15 Johannes Anderwald- use menu identifier for menu items which have submenus
2008-05-15 Colin FinckCarlo Bramini (carlo DOT bramix AT libero DOT it):
2008-05-15 Colin FinckRemove old leftovers from the time when shell32 was...
2008-05-15 Marc Piulachs- Added a new attribute 'internal' to 'Property' elemen...
2008-05-15 Dmitry Chapyshev- Start implement "Advanced Key Settings" and "Change...
2008-05-15 James TaborAdd Client and Color transform objects.
2008-05-15 Dmitry Chapyshev- Don't show applets on taskbar
2008-05-15 James TaborImplement Delete/CreateColorSpace and Get/SetColorSpace.
2008-05-14 Aleksey BraginStefan Ginsberg <stefan__100__@hotmail.com>
2008-05-14 Aleksey BraginStefan Ginsberg <stefan__100__@hotmail.com>
2008-05-14 Marc Piulachs- update msiexec version
2008-05-14 Marc Piulachs- sync msiexec to Wine 1.0-rc1
2008-05-14 Steven EdwardsAdd iexplore from Wine. (Disabled until shdocvw sync)
2008-05-14 Eric Kohl- Check that the user name does not contain any illegal...
2008-05-14 Dmitry Chapyshev- Implement "Set Default" button
2008-05-14 Marc Piulachs- Set catalan default keyboard layout to spanish (no...
2008-05-14 Colin FinckCarlo Bramini (carlo DOT bramix AT libero DOT it)
2008-05-14 Marc Piulachs- Implement generic list PageUp/PageDown
2008-05-14 Ged MurphyA few missing defines I needed
2008-05-13 James TaborWe have Brush Attributes already define in ntgdihdl...
2008-05-13 James TaborImplement NtGdiSetVirtualResolution, SetSizeDevice...
2008-05-13 Colin FinckOpen the Explorer Shell Folder instead of providing...
2008-05-13 Colin FinckCompletely revamped "control.exe":
2008-05-13 Martin Fuchsdisplay available command line options when started...
2008-05-13 Eric Kohl- Implement the creation and removal of user accounts.
2008-05-13 Dmitry Chapyshev- Implement "Input language Properties" dialog
2008-05-13 Gregor BrunmarHopefully fixes bug #1110. Requested fixed by amine48rz.
2008-05-13 Aleksey Bragin- Remove a leftover.
2008-05-13 Gregor BrunmarFixed spelling mistake from previous checkin
2008-05-13 Gregor BrunmarNtUserBuildHwndList() returns NTSTATUS, not ULONG....
2008-05-13 KJK::HyperionCase-sensitivity fix for Linux build hosts. Spotted...
2008-05-13 Christoph von... add some info for xen to txtmode.cfg
2008-05-13 Christoph von... don't display all debug data 4 times when using PipeRea...
2008-05-13 Johannes Anderwald- move hardcoded xen configuration name to config file
2008-05-13 Dmitry Chapyshev- Update Russian translation
2008-05-13 Marc Piulachs- [FORMATTING] replace tabs by spaces
2008-05-13 Marc Piulachs- fixed and simplified scroll behavior
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
next