projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix compilation under dll builds. Wrap source files in wxUSE_WEB checks to allow...
[wxWidgets.git]
/
include
/
wx
/
generic
/
dcpsg.h
2011-03-20
Dimitri Schoolwerth
No changes, synchronised source names that appear comme...
blob
|
commitdiff
|
raw
2009-08-21
Vadim Zeitlin
No changes, just removed hard tabs and trailing white...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-08
Francesco Montorsi
change generic ints to enums in wxDC (closes #9959)
blob
|
commitdiff
|
raw
|
diff to current
2008-11-15
Francesco Montorsi
make GetPaperRect() and GetResolution() const functions
blob
|
commitdiff
|
raw
|
diff to current
2008-09-21
Václav Slavík
progress message passed to wxDC::StartDoc() is not...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-08
Vadim Zeitlin
deprecate wxDC::SetClippingRegion(wxRegion) overload...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-26
Francesco Montorsi
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-30
Vadim Zeitlin
compilation fix after removing default wxDC ctor
blob
|
commitdiff
|
raw
|
diff to current
2007-11-30
Robert Roebling
DC reorganization
blob
|
commitdiff
|
raw
|
diff to current
2007-11-14
Robert Roebling
Further wxDC changes
blob
|
commitdiff
|
raw
|
diff to current
2007-10-19
Robert Roebling
Use wxPointList instead of wxList in wxDC code
blob
|
commitdiff
|
raw
|
diff to current
2007-09-26
Robert Roebling
Forgot to commit
blob
|
commitdiff
|
raw
|
diff to current
2007-09-24
Robert Roebling
Remove several hack from PS code, use high resolution...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-06
Václav Slavík
fix compation with Watcom after latest vararg templates...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-04
Václav Slavík
use wxFormatString helper class for 'vararg' functions...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-03
Václav Slavík
fixed vararg functions with format argument to not...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-02
Robert Roebling
Moved all the coordinate system calculation to wxDCBase
blob
|
commitdiff
|
raw
|
diff to current
2007-04-26
Václav Slavík
use UTF8-encoded char* strings in UTF8 build instead...
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-05
Václav Slavík
provide both const char* and const wchar_t* implicit...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-17
Václav Slavík
first phase of transition to unified Unicode build:
blob
|
commitdiff
|
raw
|
diff to current
2006-10-08
Vadim Zeitlin
add IsOk() to all classes having Ok() method (patch...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-05
Vadim Zeitlin
mark all dtors which are virtual because base class...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-26
Paul Cornett
move some data definitions to more appropriate places
blob
|
commitdiff
|
raw
|
diff to current
2006-02-08
Vadim Zeitlin
make access specifiers for the virtual functions match...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-05
Jamie Gadd
Deprecate wxDC::{Begin,End}Drawing()
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-09-15
Włodzimierz Skiba
wxUSE_SPLINES markup and other cleanings.
blob
|
commitdiff
|
raw
|
diff to current
2004-10-27
Robert Roebling
Removed Pango homemade implementation and
blob
|
commitdiff
|
raw
|
diff to current
2004-07-20
Włodzimierz Skiba
wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-17
Włodzimierz Skiba
Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
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-02-29
Vadim Zeitlin
renamed start parameter of wxDC::DrawPolyPolygon()...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-10
Vadim Zeitlin
allow generating PS on an output stream and not only...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-07
Vadim Zeitlin
added wxDC::DrawPolyPolygon() (patch 882189)
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-08
Robert Roebling
Upported mouse click detection change for wxChoice.
blob
|
commitdiff
|
raw
|
diff to current
2003-03-17
Julian Smart
Removed erroneous copyright names and corrected licence...
blob
|
commitdiff
|
raw
|
diff to current
2002-09-13
Robert Roebling
Further backward comp. changes for printing.
blob
|
commitdiff
|
raw
|
diff to current
2002-09-11
Robert Roebling
Readded deprec. constructor.
blob
|
commitdiff
|
raw
|
diff to current
2002-08-31
Gilles Depeyrot
disable use of #pragma interface under Mac OS X
blob
|
commitdiff
|
raw
|
diff to current
2002-08-17
Robert Roebling
Removed all deprecated printing code.
blob
|
commitdiff
|
raw
|
diff to current
2002-05-05
Václav Slavík
fixes to gcc pragmas
blob
|
commitdiff
|
raw
|
diff to current
2002-04-17
Julian Smart
Added wxDF_HTML
blob
|
commitdiff
|
raw
|
diff to current
2001-07-12
Julian Smart
Corrected DoBlit
blob
|
commitdiff
|
raw
|
diff to current
2000-08-03
Václav Slavík
fixed low resolution problem with wxPostScriptDC
blob
|
commitdiff
|
raw
|
diff to current
1999-12-06
Vadim Zeitlin
Rotated text patch from Hans-Joachim Baader (with some...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-03
Václav Slavík
wxPostScriptDC::CanGetTextExtent now returns TRUE ...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-18
Vadim Zeitlin
1. wxApp::ProcessPendingEvents() is now common, added...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-16
Václav Slavík
fixed bug in PS clipping (non-virtual SetClippingRegion...
blob
|
commitdiff
|
raw
|
diff to current
1999-06-21
Robert Roebling
Disabled dependencies for a while
blob
|
commitdiff
|
raw
|
diff to current
1999-06-15
Robert Roebling
Added a few #if wxUSE_XXX
blob
|
commitdiff
|
raw
|
diff to current
1999-06-08
Vadim Zeitlin
more Motif fixes (still doesn't compile, but *really...
blob
|
commitdiff
|
raw
|
diff to current
1999-05-15
Robert Roebling
DC change header change for wxMemoryDC and wxPostscri...
blob
|
commitdiff
|
raw
|
diff to current
1999-05-14
Robert Roebling
wxGTK compiles and links again.
blob
|
commitdiff
|
raw
|
diff to current
1999-03-25
Julian Smart
Many changes to the printing classes.
blob
|
commitdiff
|
raw
|
diff to current
1999-02-28
Julian Smart
wxUSE_SOCKETS added to setup(0).h; Cygwin corrections...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-28
Julian Smart
Doc mods; fixed return non-processing problem; fixed...
blob
|
commitdiff
|
raw
|
diff to current
1999-01-22
Julian Smart
Made wxGTK dcps.cpp generic.
blob
|
commitdiff
|
raw
|
diff to current