[ATL]
[reactos.git] / reactos / dll / win32 / gdi32 /
2010-02-23 James Tabor[Win32k|Gdi32]
2010-02-22 Timo Kreuzer[GDI32]
2010-02-09 Colin FinckThe big RosBE 1.5 compatibility patch. You will need...
2010-02-01 James Tabor[Gdi32]
2010-01-27 James Tabor- Turn off debug print outs.
2010-01-25 James Tabor[Win32k|Ggi32]
2010-01-21 Timo KreuzerMerge from amd64-branch:
2010-01-21 Cameron GutmanMerge aicom-network-branch (without NDIS changes for...
2010-01-05 Timo Kreuzer[CSRSS]
2010-01-05 James Tabor[gdi32]
2009-12-30 James Tabor[Win32k]
2009-12-28 James Tabor- Fix regressions in FF and OOo.
2009-12-28 Samuel SerapionSync to trunk (r44789)
2009-12-27 James Tabor[gdi32]
2009-12-27 Samuel Serapionsync to trunk (44770)
2009-12-24 Christoph von Wittich[gdi32]
2009-12-24 James Tabor[gdi32]
2009-12-24 James Tabor[gdi32]
2009-12-24 James Tabor[gdi32] - Move OpenPrinterW out from static.
2009-12-23 James Tabor[gdi32]
2009-12-23 James Tabor[gdi32]
2009-12-20 Timo KreuzerMerge from amd64 branch:
2009-12-19 Gregor Schneider[gdi32] Use predefined unimplemented macro for stubs...
2009-12-12 Samuel Serapion-Remove hacks for older gcc versions.
2009-12-07 Samuel Serapionsync rostests to r44455
2009-12-07 Samuel Serapionsync rosapps to r44454
2009-12-03 Samuel Serapion- Allow warnings in gdi32
2009-12-03 Samuel SerapionSync to trunk (r44371)
2009-12-03 Samuel SerapionSync to trunk (r44371)
2009-12-02 Colin Finck[General]
2009-12-02 Cameron Gutman - Revert 44301
2009-12-02 Cameron Gutman - Create another branch for networking fixes
2009-11-10 Timo KreuzerMerge trunk HEAD (r44067)
2009-10-30 Samuel SerapionFix gdi32 build for real.
2009-10-30 Samuel SerapionFix gdi32 build.
2009-10-27 Dmitry Gorbachev- Update address of Free Software Foundation.
2009-10-25 Timo KreuzerMerge trunk head (r43756)
2009-10-20 Gregor Schneider[gdi32] Prevent possible buffer overrun in TranslateCha...
2009-10-18 Timo KreuzerMerge trunk (r43561)
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-10-12 Dmitry GorbachevCheck for error.
2009-10-12 Timo KreuzerSync to trunk HEAD (r43416)
2009-10-12 Dmitry Gorbachev- Remove svn:needs-lock, svn:eol-type, and svn:eol...
2009-09-27 Kamil Hornicek- remove wgl* stubs added in r512, they don't belong...
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-09-19 Timo KreuzerSync with trunk r43000
2009-08-24 James Tabor- Gdi32: Update metafile structure.
2009-08-24 Gregor SchneiderGetCharacterPlacementA: check FONT_mbtowc return value...
2009-08-23 Gregor SchneiderGetCharacterPlacementA: Free memory on error
2009-08-23 Gregor SchneiderCreateMetaFileW: WriteFile returns the number of bytes...
2009-08-23 Gregor SchneiderCreateMetaFileW: Free memory on error
2009-08-23 Gregor SchneiderHandle failed memory allocation
2009-08-23 Gregor SchneiderPass a zero instead of dereferencing a null pointer...
2009-08-23 Gregor Schneider- Fix two inverted pointer checks, found by Amine Khaldi
2009-08-22 Gregor SchneiderHandle failed memory allocations
2009-08-22 Gregor SchneiderCheck the surface pointer before accessing it to get...
2009-08-22 Gregor Schneider- Free global surface memory on error, found by Amine...
2009-08-22 Gregor Schneider- Handle failed memory allocation in CreateDIBitmap...
2009-08-19 Gregor Schneider- GetGlyphOutline: fail if output or transformation...
2009-08-17 Gregor Schneider- Remove duplicate WToA conversion routine, update...
2009-08-17 James Tabor- Move GetCharacterPlacement functions into new locatio...
2009-08-15 Dmitry Chapyshev- Implement EnumObjects (untested)
2009-08-13 Stefan Ginsberg- Re-disallow warnings for gdi32, user32 and lsasrv
2009-08-13 Stefan Ginsberg- Make gdi32 compile warning free under msvc
2009-08-05 Gregor Schneider-Import tkreuzer's time implementation from AMD64 branch
2009-07-31 Stefan Ginsberg- ...mised this one
2009-07-31 Stefan Ginsberg- Fix gdi32 build due to missing ";"
2009-07-31 Stefan Ginsberg- delayimp.h: Use FORCEINLINE instead of static __inline__
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-26 Stefan Ginsberg- Misc fixes for msvc:
2009-07-06 James Tabor- Update NtGdiOpenDCW to the newest sdk.
2009-06-24 Christoph von Wittichfix crash while loading PowerPoint 2003 Viewer
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-06-18 Stefan Ginsberg- Do not pass gcc and ld flags to other tools
2009-05-29 James Tabor- Hack around the system start up Dll Initialization...
2009-05-29 James Tabor- Hack around the system start up Dll Initialization...
2009-05-27 James Tabor- Implementation of gdi printing support. Work in progr...
2009-05-26 James Tabor- restore missing functions, fix build.
2009-05-26 James Tabor- Implementation of gdi printing support. Work in progr...
2009-05-25 James Tabor- Move more printer functions.
2009-05-25 James Tabor- Move and add to print driver file for printing functions.
2009-05-25 James Tabor- AbortDoc, Clear the correct flags.
2009-05-24 James Tabor- Implement SetAbortProc and halfplement AbortDoc.
2009-05-24 James Tabor- Fix typo: AbortProc returns TRUE to continue the...
2009-05-24 James Tabor- Implement GdiConvertAndCheckDC and Abort callback...
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-20 Dmitry Chapyshev- Fix crash in gdi32 bitmap winetest
2009-05-09 Dmitry Chapyshev- Add some checks of parametres
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-21 KJK::HyperionSupersedes r40538, r40539; RosBE bug fixed with a RosBE...
2009-04-21 James Tabor- Update DrawEscape, thanks Tommy.
2009-04-21 James Tabor- Update CancelDC and DrawEscape.
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-20 Dmitry Chapyshev- Partially implement CancelDC, DrawEscape
2009-04-16 Timo KreuzerSync trunk r40500
2009-04-16 KJK::HyperionThis is why we can't have nice things. Reverting r40538...
2009-04-16 KJK::HyperionRbuild rationalization commit, umpteenth of infinite
2009-04-14 Timo KreuzerFix some parameter sizes in gdi32.spec (handles are...
next