report freeldr bugs at ros-dev@reactos.org
[reactos.git] / reactos /
2007-08-25 Sylvain Petreollereport freeldr bugs at ros-dev@reactos.org
2007-08-25 Aleksey Bragin- Do not ignore BIOS memory map anymore. Private BIOS...
2007-08-25 Colin FinckRevert r28526 for now until a problem for the livecd...
2007-08-24 Magnus Olsenforget some stubs
2007-08-24 Magnus Olsenupdate the good list of api
2007-08-24 Magnus Olsen* redirect EngCopyBits, EngCreateBitmap, EngCreatePalet...
2007-08-24 Magnus Olsenadd stub for NtGdiEngPlgBlt, NtGdiEngMarkBandingSurface...
2007-08-24 Magnus Olsenadd stub for NtGdiEngDeleteSurface, NtGdiEngEraseSurfac...
2007-08-24 Timo Kreuzer- move NtGdiGetAspectRatioFilterEx from text.c to dc.c
2007-08-24 Magnus Olsenadd stub for NtGdiEngCreateBitmap, NtGdiEngCreatePalett...
2007-08-24 Magnus OlsenNtGdiEngCreateBitmap got one undoc param
2007-08-24 Colin Finckrbuild enhancements by Marc Piulachs (marc DOT piulachs...
2007-08-24 Magnus Olsenmark EngReleaseSemaphore is implement
2007-08-24 Magnus Olsenmark EngQueryLocalTime are implement
2007-08-24 Magnus OlsenBugfix : EngFreeModule
2007-08-24 Magnus Olsenbugfix : EngGetCurrentCodePage
2007-08-24 Ged MurphyStart the move towards a partial rewrite of servman
2007-08-24 Magnus Olsensorry fix the build
2007-08-24 Magnus OlsenKill of NtGdiCreatePolyPolygonRgn from the syscall...
2007-08-24 Magnus OlsenFix CreatePolygonRgn : use NtGdiPolyPolyDraw, old way...
2007-08-24 Magnus Olsenimplement stub for NtGdiEnableEudc, NtGdiEngAssociateSu...
2007-08-24 Magnus Olsen the NtGdiEngCreateDeviceSurface got 4 param, see sysca...
2007-08-24 Magnus OlsenNtGdiEngCreateDeviceBitmap need four param the last...
2007-08-24 Magnus OlsenBug Fix from Gregor Brunmar (gregor dot brunmar at...
2007-08-24 Hervé PoussineauUpdate status of shlwapi
2007-08-24 The Wine SynchronizerAutosyncing with Wine HEAD
2007-08-24 Aleksey BraginDaniel Zimmerman <netzimme@aim.com>:
2007-08-24 Andrew MungerFree memory with the proper tag.
2007-08-24 James TaborFixed it. Pluged in Polygon to use NtGdiPolyPolyDraw.
2007-08-24 James TaborPluged in NtGdiPolyPolyDraw. Does not work yet, still...
2007-08-23 Johannes Anderwald- make more util mui-aware
2007-08-23 James TaborFix math and add notes.
2007-08-23 Aleksey Bragin- Make freeldr do identity memory mapping. This simplif...
2007-08-23 Johannes Anderwald- add german translation
2007-08-23 Magnus Olsenimplement DeviceCapabilitiesExA and DeviceCapabilitiesE...
2007-08-23 Daniel ReimerFix a typo.
2007-08-23 Johannes Anderwald- turn back cursor on screensaver exit
2007-08-23 Aleksey Bragin- Add some early skeleton for OHCI. This code isn't...
2007-08-23 Johannes Anderwald- part 2/2
2007-08-23 Johannes Anderwald- part 1/2
2007-08-23 Magnus Olsencommit my verify list with api that been tested and...
2007-08-23 Aleksey Bragin- Set NULL Io cancel routine, fixes an assert when...
2007-08-23 Magnus OlsenKill reactos own syscall api NtGdiCreatePolygonRgn...
2007-08-23 Magnus Olsenremove redirect of CreatePolyPolygonRgn@16 and implemen...
2007-08-23 Aleksey Bragin- Small NDK headers update
2007-08-23 James TaborFix build?
2007-08-23 Timo Kreuzermove NtGdiGetSetBoundsrect from paintobj.c to dc.c...
2007-08-23 Magnus OlsenRemove NtGdiCreatePalette it was a ros specfify api...
2007-08-23 Timo Kreuzermove NtGdiExtFloodFill from bitblt.c to filshap.c
2007-08-23 Timo Kreuzer- rename painting.c to bitblt.c
2007-08-23 Magnus OlsenFix : CreatePalette@4 calling NtGdiCreatePaletteInternal
2007-08-23 Magnus Olsenfast implementions of NtGdiCreatePaletteInternal
2007-08-23 Ged Murphyodd, this doesn't fail on my machine but it does on...
2007-08-23 Ged Murphyadd new file to rbuild file and fix gcc complaints
2007-08-23 Magnus OlsenRemove redirect of CreateDIBitmap@24 to NtGdiCreateDIBi...
2007-08-23 Ged Murphysimplify some code
2007-08-23 Magnus Olsencreate stub for both CreateCompatibleDC and CreateCompa...
2007-08-23 Magnus Olsenremove redirect of CombineRgn and CreateBitmap some...
2007-08-23 Magnus Olsensorry fixed break in comping
2007-08-23 Magnus OlsenRedirect : BRUSHOBJ_pvGetRbrush@4 to NtGdiBRUSHOBJ_pvGe...
2007-08-23 Magnus OlsenImplement stub : NtGdiCLIPOBJ_bEnum
2007-08-23 Magnus OlsenBugfix : AddFontResourceExW, SetLastError to invaild...
2007-08-23 Magnus Olsenadding stub for NtGdiAnyLinkedFonts, NtGdiBRUSHOBJ_hGet...
2007-08-23 Aleksey BraginDmitry Chapyshev <lentind@yandex.ru>:
2007-08-23 Aleksey BraginDmitry Chapyshev <lentind@yandex.ru>
2007-08-23 James TaborAdd NtGdiFlushUserBatch callback.
2007-08-23 Timo Kreuzer- NtGdiAnimatePalette, NtGdiGe/SetPaletteEntries, NtGdi...
2007-08-22 James Tabor- Removed NtGdiGetDIBits from w32ksvc.db and updated...
2007-08-22 Hervé PoussineauMove generic part of ReactOS-$(ARCH).rbuild to ReactOS...
2007-08-22 James TaborRemoved NtUserReleaseDC, replaced it with CallOneParam.
2007-08-22 Art YerkesBug found by arty, thanks to alex for helping fix it:
2007-08-22 James TaborWin32 User32 rewrite example.
2007-08-21 James TaborCleanup, dont call inside SEH with SEH. IntGdiModifyWor...
2007-08-21 Johannes Anderwald- Some typos and fixes for greek resource file for...
2007-08-21 James Tabor- Removed NtGdiSetMapMode from w32ksvc.db and updated...
2007-08-21 James TaborSorry missed this one. Turn it off.
2007-08-21 James TaborTurn Dc_Attr off.
2007-08-21 James TaborTurn off copy to user for now.
2007-08-21 James Tabor- Started the use of DC_ATTR. Created dcutil.c to handl...
2007-08-20 James TaborBug patch 2382 by Zavyalov Alexey. GetCurrencyFormatW...
2007-08-20 Johannes Anderwald- Some typos and fixes for greek resource file for...
2007-08-20 Johannes Anderwald- set check when theres a timeout
2007-08-20 Johannes Anderwald- implement writing startup recovery options
2007-08-20 Johannes Anderwald- implement reading startup / recovery options
2007-08-20 Magnus OlsenFix NtUserGetClipboardViewer in w32ksvc a smaller typo
2007-08-20 Johannes Anderwald- support reading multiple boot configuration
2007-08-20 Magnus OlsenRemove some expremnt code, need rehink how I can get...
2007-08-20 Hervé PoussineauFix typo
2007-08-20 Hervé PoussineauAdd rbuild file for winsta.dll, and add it to bootcd
2007-08-19 Timo Kreuzer- rename NtGdiSelectPalette to NtUserSelectPalette...
2007-08-19 Ziliang GuoFix kdbg disasm bug, patch by SamB
2007-08-19 Johannes Anderwaldmore.c should not close INVALID_HANDLE_VALUE
2007-08-19 Colin Finck- mkhive's "registry.c" used wcsncmp for comparing...
2007-08-19 Eric Kohl- Implement the mouse keys dialog.
2007-08-19 Colin Finck- Always include "wine/unicode.h" before all other...
2007-08-19 Colin FinckChange the wchar_t logic once more to make it a bit...
2007-08-19 Sylvain Petreolleupdate ncpa french translation
2007-08-19 Eric KohlAdd resources for the mouse keys settings dialog.
2007-08-19 Art YerkesAdd async name functions, imported from wine. Modified...
2007-08-19 James TaborImplemented an easy API, XLATEOBJ_piVector. Just leave...
next