]> git.saurik.com Git - wxWidgets.git/commit
* Implement dynamic loading of the Cairo DLL on Windows similar to how it was
authorRobin Dunn <robin@alldunn.com>
Sat, 27 Aug 2011 23:26:53 +0000 (23:26 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 27 Aug 2011 23:26:53 +0000 (23:26 +0000)
commit932d0768aa4ef14b363c1f5989e7c425771ce1ff
tree1cbb39e7e87a9f3a795da5c3c338539470f624aa
parentd54f0605a9951edb38c21e7987ef3d9ea7a2011c
* Implement dynamic loading of the Cairo DLL on Windows similar to how it was
  done for GDI+.

* Enable the use of the wxCairoContext on MSW.

* Enable creating a wxGCDC from an exisiting wxGraphicsContext.

* Since it's possible for a DLL that is using wx to not be on the PATH nor in
  the same location as the .exe, change the wxDynamicLibrary::RawLoad method to
  explicitly look first in the same place as the main wx-using binary.  This way
  it will find DLLs that are in the same folder as the wx-using binary even if
  that would not be in the normal DLL search path.

* Change wxDCImpl and wxDC::GetLogicalScale to be const methods.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
build/tools/build-wxwidgets.py
include/wx/cairo.h
include/wx/dc.h
include/wx/dcgraph.h
src/common/cairo.cpp
src/common/dcgraph.cpp
src/generic/graphicc.cpp
src/msw/dlmsw.cpp
src/msw/graphics.cpp