reactos.git
2008-03-08 Filip NavaraFix the build.
2008-03-08 Aleksey Bragin- Pass cache manager callbacks structure at every CcIni...
2008-03-07 Aleksey Bragin- Remove ugly hack from gdiobj.c, official sorry to...
2008-03-07 Aleksey Bragin- One leftover from 32604.
2008-03-07 Aleksey Bragin- There is no reason for CDFS to use CcRos-specific...
2008-03-07 Aleksey Bragin- UGLY HACK dedicated to Timo Kreuzer: Please, fix...
2008-03-07 Johannes Anderwald- load boot.ini into listbox
2008-03-07 Hervé PoussineauPrecompiled headers can depend of generated files
2008-03-07 Hervé Poussineau.mc files shouldn't depend of the whole module precondi...
2008-03-07 Colin FinckUpdate two includes to not rely on target headers anymore
2008-03-07 Colin Finck- Add the "include" directory as an include to the...
2008-03-07 Hervé PoussineauRemove useless .mak files
2008-03-07 Hervé PoussineauReplace some .mak files by .rbuild files
2008-03-07 Hervé PoussineauMove precondition to rules
2008-03-07 Hervé PoussineauDon't mix host and targets include files
2008-03-07 Hervé PoussineauPrevent some FileLocation copies (in LinkerScript and...
2008-03-07 Hervé PoussineauUse a .rbuild file instead of a .make file to describe...
2008-03-06 Aleksey Bragin- Why dereference a monitor object during successive...
2008-03-06 Christoph von... Huw Davies : shell32: ABM_GETAUTOHIDEBAR should return...
2008-03-06 Aleksey Bragin- Don't free buffers if they were not allocated.
2008-03-06 Aleksey Bragin- Don't free buffers if they were not allocated.
2008-03-06 Aleksey Bragin- Our precious kernel should be handled with love and...
2008-03-06 James TaborFix Magnus change. Part II.
2008-03-06 James TaborFix Magnus change.
2008-03-05 Magnus Olsensorry again
2008-03-05 Magnus Olsensorry for the break fixed the build
2008-03-05 Magnus OlsenBetter check for MmSecureVirtualMemory
2008-03-05 Magnus OlsenAdding full trace for dxeng api in win32k
2008-03-05 Christoph von... some more syncing
2008-03-05 Aleksey Bragin- intrin.h should not be included. Fixes MSVC compiling.
2008-03-05 Christoph von... partial sync to wine
2008-03-05 Daniel ReimerBug 3119: Italian translation to JOY.CPL by Carlo Brami...
2008-03-05 Christoph von... remove unneeded definitions
2008-03-05 Christoph von... #define inline __inline for msvc
2008-03-05 Christoph von... don't include unistd.h in msvc builds
2008-03-05 Christoph von... msvc compat fix
2008-03-04 Magnus OlsenImplemented : DxEngLockHdev, DxEngUnlockHdev
2008-03-04 Christoph von... only destroy objects which are valid
2008-03-04 Gregor BrunmarImplemented IDirect3D::CheckDepthStencilMatch()
2008-03-04 Magnus OlsenFixed smaller bug in DdCreateSurface callbacks the...
2008-03-04 Andrew MungerIf it wasn't for things like this, I would never commit.
2008-03-04 Timo Kreuzercall PsGetCurrentThreadWin32Thread() and PsGetCurrentPr...
2008-03-04 Timo Kreuzerreplace another #if with GDIDBG macro
2008-03-04 Timo Kreuzer[FORMATTING] apply a consistent indentation (4 spaces...
2008-03-03 Timo Kreuzerreplace a bunch of #if's with GDIDBG_... macros
2008-03-03 Timo Kreuzerfix a wrong typecast
2008-03-03 Magnus Olsenimplemented DdCreateD3DBuffer callbacks and some cleanup
2008-03-03 Daniel ReimerBug 3113: Czech translation update (radekliska@gmail...
2008-03-03 Aleksey Bragin- Implement MiShutdownMemoryManager (stops MPW thread...
2008-03-02 Colin FinckPut all the stuff from "ntoskrnl.rbuild" into a new...
2008-03-02 Magnus OlsenFixed all known issue with DdCreateSurface in gdi32...
2008-03-02 Magnus Olsensmall change in DdCreateSurface. now we pass down...
2008-03-02 Magnus Olsenstarted adding support for more that one surface in...
2008-03-02 Gregor Brunmar* Implemented IDirect3D::CheckDeviceFormatConversion()
2008-03-02 Gregor BrunmarImplemented IDirect3D:CheckDeviceFormat()
2008-03-02 Aleksey Bragin- The bootloader must zero user shared data page before...
2008-03-01 Magnus Olsenfinish implemented of DvpVideoport, misc, misc2, Color...
2008-02-29 Hervé PoussineauClean up generated makefile.auto
2008-02-29 Hervé PoussineauUse Rule class to describe .c/.cpp file compilation
2008-02-29 Johannes Anderwald- simplify code by using FindLanguageIndex for various...
2008-02-29 Hervé PoussineauDon't test if the variable is not NULL if it is always...
2008-02-29 Hervé PoussineauPlease at least test your changes before committing
2008-02-29 Christoph von... fix some more memory leaks
2008-02-29 Christoph von... fix some memory leaks
2008-02-29 Hervé PoussineauRemove parameters from GenerateLinkerCommand() ; they...
2008-02-29 Christoph von... fix msvc build
2008-02-29 Hervé PoussineauGetObjectFilename() shouldn't be able to modify the...
2008-02-29 Hervé PoussineauPrevent passing of useless parameters
2008-02-29 Aleksey Bragin- Fix memory corruption, thanks to Alex for reporting.
2008-02-28 Aleksey BraginSamuel Serapion <samcharly@hotmail.com>
2008-02-28 Hervé PoussineauUse a generic .spec file, instead of a .def file per...
2008-02-28 Aleksey Bragin- Fix coding style in some places.
2008-02-28 Aleksey Bragin- Remove duplicates, add STATUS_SUCCESS define (which...
2008-02-28 Aleksey Bragin- If BASEDIR env var is set to point to your WDK instal...
2008-02-28 Aleksey Bragin- Fix leaking an entry in some cases during ObpFreeCapt...
2008-02-28 Aleksey Bragin- Bump some Lsa debug messages from FIXME to TRACE...
2008-02-27 Colin FinckFix portcls build, broken in r32517, by moving the...
2008-02-27 Aleksey Bragin- This bug most probably is solved ages ago, but for...
2008-02-27 Aleksey Bragin- The forgotten declaration.
2008-02-27 Aleksey BraginCode cleanup:
2008-02-27 Aleksey Bragin- Automatically create an entry for ntldr-style booting...
2008-02-27 Colin FinckThe C99 __VA_ARGS__ is also supported under GCC, no...
2008-02-27 Colin Finck- Remove an unneeded MSVC block in windef.h and indent...
2008-02-27 Christoph von... don't link to ntdll
2008-02-27 Christoph von... revert last change - it is a problem with reactos psdk...
2008-02-27 Christoph von... fix msvc build
2008-02-27 Christoph von... rc doesn't like \" - use "" instead
2008-02-27 Sylvain Petreolleinclude Fr.rc and Nl.rc
2008-02-27 Christoph von... fix path to msvc def file
2008-02-27 Christoph von... fix formatting and msvc build
2008-02-27 Daniel ReimerSomehow these got lost in a past sync. Added French...
2008-02-27 Daniel ReimerUpdate Winhelp and Wordpad to Wine 0.9.56
2008-02-27 Daniel ReimerBug 3105: Italian resources update by Paolo Devoti...
2008-02-27 Daniel ReimerBug 3105: Italian resources update by Paolo Devoti...
2008-02-27 Christoph von... remove duplicated code
2008-02-27 Christoph von... move variable declarations to top
2008-02-27 Magnus Olsenimplmented follow callbacks in gdi32
2008-02-26 Timo Kreuzerfix build, sorry
2008-02-26 Timo KreuzerBye, bye, GDIOBJ header! You've served us well, but...
2008-02-26 Gregor BrunmarImplemented IDirect3D9::CheckDeviceType()
next