projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
use wx/crt.h as the 'official' header for wxCRT wrappers instead of wxchar.h; add...
[wxWidgets.git]
/
src
/
msw
/
dc.cpp
2007-05-02
Robert Roebling
Moved all the coordinate system calculation to wxDCBase
blob
|
commitdiff
|
raw
2007-05-01
Robert Roebling
Made device to logical and vv conversion methods
blob
|
commitdiff
|
raw
|
diff to current
2007-04-25
Vadim Zeitlin
changed wxDC::GetTextExtent() and related methods to...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-14
Václav Slavík
removed extra semicolons (patch #1700459; fixes compila...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-18
Vadim Zeitlin
wxDC::StretchBlit() for wxMac and wxMSW (patch 1611973)
blob
|
commitdiff
|
raw
|
diff to current
2006-11-19
Benjamin Williams
GradientFillLinear() on wxMSW now draws on the rectangl...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-30
Vadim Zeitlin
Added wxMemoryDC::SelectObjectAsSource() and make Selec...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-10
Vadim Zeitlin
added wxDC::Set/GetLayoutDirection() and implemented...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-06
Robin Dunn
Applied second part of patch #1570448, use the device...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-05
Robin Dunn
Part of patch# 1570448, use dwRop for StretchBIBits too
blob
|
commitdiff
|
raw
|
diff to current
2006-09-07
Włodzimierz Skiba
Include wx/msw/wrap*.h according to pch support (with...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-31
Włodzimierz Skiba
Include wx/module.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-17
Paul Cornett
build fixes
blob
|
commitdiff
|
raw
|
diff to current
2006-06-07
Włodzimierz Skiba
[ 1502010 ] Cast to wrong type.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-08
Włodzimierz Skiba
Include wx/dcprint.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-30
Włodzimierz Skiba
eVC3 (older WinCE) build fix.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-19
Vadim Zeitlin
don't duplicate wxDCBase::DoDrawCheckMark() code in...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-15
Vadim Zeitlin
made width computation in GetTextExtent() more precise...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-11
Vadim Zeitlin
removed spurious if in DoGradientFillLinear()
blob
|
commitdiff
|
raw
|
diff to current
2006-03-15
Julian Smart
Corrected wrong include
blob
|
commitdiff
|
raw
|
diff to current
2006-03-10
Włodzimierz Skiba
Warning fix.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-02
Julian Smart
Application clipping region can be set to null without...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-12
Vadim Zeitlin
added linear and concentric gradient fill functions...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-25
Vadim Zeitlin
disallow creation of wxDC objects and made wxDC an...
blob
|
commitdiff
|
raw
|
diff to current
2005-12-12
Vadim Zeitlin
fixed handling of dst offset in wxAlphaBlend()
blob
|
commitdiff
|
raw
|
diff to current
2005-11-06
Włodzimierz Skiba
eVC4 warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-09-16
Włodzimierz Skiba
Assert correction.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-16
Włodzimierz Skiba
Native spline drawing.
blob
|
commitdiff
|
raw
|
diff to current
2005-09-11
Julian Smart
Applied [ 1283696 ] wxDC::GetPartialTextExtents crashes...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-01
Włodzimierz Skiba
Helpers in disabling warnings for unused params.
blob
|
commitdiff
|
raw
|
diff to current
2005-05-17
Dimitri Schoolwerth
applied patch #1185523: "Replace GetTextExtentPoint...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-06
Julian Smart
Take src x, y into account when blitting with alpha
blob
|
commitdiff
|
raw
|
diff to current
2005-04-13
Julian Smart
The device origin can be set on WinCE, so use it and...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-02
Julian Smart
WinCE apparently should not have rectangle adjusted...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-22
Włodzimierz Skiba
Wrap <commdlgs.h> as <commctls.h>. Required makefiles...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-16
Włodzimierz Skiba
wxPoint/Size/Rect() causes the same code with (0,0...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-13
Włodzimierz Skiba
math.h/PI integration
blob
|
commitdiff
|
raw
|
diff to current
2004-10-06
Włodzimierz Skiba
Warning fixes found under hardest mode of OpenWatcom...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-03
Vadim Zeitlin
use AlphaBlt() when blitting to a bitmap with alpha...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-23
Włodzimierz Skiba
WinCE warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-03
Włodzimierz Skiba
WinCE warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2004-07-20
Włodzimierz Skiba
WinCE fixes.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-08
Julian Smart
Include wx/image.h
blob
|
commitdiff
|
raw
|
diff to current
2004-05-29
Dimitri Schoolwerth
applied patch 961026: "Boundbox problem with rotated...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Use old licence name
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Name and version changes
blob
|
commitdiff
|
raw
|
diff to current
2004-05-06
Vadim Zeitlin
compilation fix for older compilers
blob
|
commitdiff
|
raw
|
diff to current
2004-05-05
Vadim Zeitlin
oops, added missing const_cast to make last check in...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-05
Vadim Zeitlin
made GetClippingBox() work even for clipping region...
blob
|
commitdiff
|
raw
|
diff to current
2004-04-17
Robert Roebling
Since CE cannot do the logical/device origin calculations
blob
|
commitdiff
|
raw
|
diff to current
2004-03-28
Vadim Zeitlin
removed Win16 code (patch 905241), last version with...
blob
|
commitdiff
|
raw
|
diff to current
2004-03-10
Robin Dunn
Don't log StretchDIBits failures
blob
|
commitdiff
|
raw
|
diff to current
2004-03-04
Julian Smart
WinCE project and wxDC corrections
blob
|
commitdiff
|
raw
|
diff to current
2004-02-29
Vadim Zeitlin
renamed start parameter of wxDC::DrawPolyPolygon()...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-17
Julian Smart
Fixed source for WinCE compatibility
blob
|
commitdiff
|
raw
|
diff to current
2004-02-15
Vadim Zeitlin
use correct way to get a pointer to vector elements...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-12
Robin Dunn
Added wxDC::GetPartialTextExtents
blob
|
commitdiff
|
raw
|
diff to current
2004-02-09
Dimitri Schoolwerth
MinGW warnings fixed; TRUE/FALSE cleanup.
blob
|
commitdiff
|
raw
|
diff to current
2004-02-08
Vadim Zeitlin
don't call SelectObject() twice in SetBrush() nor SetFo...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-08
Vadim Zeitlin
don't call SelectObject() twice in SetPen() (slow!...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-08
Vadim Zeitlin
define WXMICROWIN_CHECK_HDC macro once instead of havin...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-07
Vadim Zeitlin
respect xsrc, ysrc parameters in DoBlit() (patch 733961)
blob
|
commitdiff
|
raw
|
diff to current
2004-02-07
Vadim Zeitlin
added wxDC::DrawPolyPolygon() (patch 882189)
blob
|
commitdiff
|
raw
|
diff to current
2003-10-16
Vadim Zeitlin
warning fixes for BCC and OW (heavily modified patch...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-15
Julian Smart
WinCE bitmap patch from Johannes Schindelin <Johannes...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-17
Julian Smart
Peter Lenhard's WinCE DoDraw[Elliptic]Arc additions...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-09
Václav Slavík
added support for gcc precompiled headers
blob
|
commitdiff
|
raw
|
diff to current
2003-07-22
Vadim Zeitlin
more warning fixes; removed references to wxToolBarBase...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-15
Julian Smart
Compile with EVC 3.0 2002
blob
|
commitdiff
|
raw
|
diff to current
2003-07-11
Julian Smart
More WinCE mods
blob
|
commitdiff
|
raw
|
diff to current
2003-07-10
Mattia Barbon
wxUSE_STL compilation fixes.
blob
|
commitdiff
|
raw
|
diff to current
2003-07-08
Vadim Zeitlin
got rid of (unused since a long time) wxNO_3D and wxUSE...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-14
Vadim Zeitlin
added a few #ifdefs needed to build a smaller library...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-02
Vadim Zeitlin
fixed calculations in SetMapMode() (use FP division...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-11
Vadim Zeitlin
use alpha channel in Blit() as well and not only in...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-09
Vadim Zeitlin
fall back to wxAlphaBlend() if ::AlphaBlend() didn...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-02
Chris Elliott
implement wxHAVE_RAW_BITMAP
blob
|
commitdiff
|
raw
|
diff to current
2003-05-01
Vadim Zeitlin
allow raw access to a part of the image only (faster...
blob
|
commitdiff
|
raw
|
diff to current
2003-04-28
Vadim Zeitlin
new template-based more flexible and hopefully more...
blob
|
commitdiff
|
raw
|
diff to current
2003-04-14
Vadim Zeitlin
added debug checks
blob
|
commitdiff
|
raw
|
diff to current
2003-04-13
Vadim Zeitlin
implemented fallback for AlphaBlend() for the systems...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-29
Julian Smart
Copyright cleanup
blob
|
commitdiff
|
raw
|
diff to current
2003-03-24
Vadim Zeitlin
use StretchDIBits() if we're drawing a DIB and not...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-22
Vadim Zeitlin
suppress error messages when loading msimg32.dll
blob
|
commitdiff
|
raw
|
diff to current
2003-03-17
Julian Smart
Removed erroneous copyright names and corrected licence...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-06
Mattia Barbon
Fix release build.
blob
|
commitdiff
|
raw
|
diff to current
2003-03-04
Vadim Zeitlin
start of alpha transparency support
blob
|
commitdiff
|
raw
|
diff to current
2003-01-12
Vadim Zeitlin
compilation fixes for non default wxUSE_XXX values...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-02
Vadim Zeitlin
use StretchBlt() if available (part of patch 649866)
blob
|
commitdiff
|
raw
|
diff to current
2002-08-30
Julian Smart
Mods for Wine compilation
blob
|
commitdiff
|
raw
|
diff to current
2002-08-20
Julian Smart
Reordered ClearCache calls as per Roger Chickering...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-05
Mattia Barbon
Fix some GCC 3.1 compilation warnings
blob
|
commitdiff
|
raw
|
diff to current
2002-04-17
Julian Smart
Added wxDF_HTML
blob
|
commitdiff
|
raw
|
diff to current
2002-02-23
Vadim Zeitlin
implemented wxWindowDC and wxClientDC::GetSize() proper...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-08
Vadim Zeitlin
cleanups after SciTech commit :-(
blob
|
commitdiff
|
raw
|
diff to current
2002-02-07
Kendall Bennett
Merges from Scitech Branch (George Davison):
blob
|
commitdiff
|
raw
|
diff to current
2002-02-04
Vadim Zeitlin
total wxBrush cleanup: made private stuff private,...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-02
Vadim Zeitlin
1. fixed bug in wxDC::SetMapMode() which broke the...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-02
Vadim Zeitlin
wxDC::SetClippingRegion() in wxMSW works like in wxGTK...
blob
|
commitdiff
|
raw
|
diff to current
next