wxwidgets/src/dfb
Vadim Zeitlin c1ed2cf33f Fix compiling calls to CopyBits() in C++17
Template arguments can't be narrowed, so use the correct type for them
instead of "int" which is insufficient to hold UINT_MAX.
2023-10-24 01:22:17 +02:00
..
app.cpp Don't create wrong wxAppTraits during wxApp construction 2023-03-06 21:28:58 +00:00
bitmap.cpp Fix compiling calls to CopyBits() in C++17 2023-10-24 01:22:17 +02:00
brush.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
cursor.cpp Add wxCursor ctor from XPM data to all ports 2021-04-18 01:14:36 +01:00
dc.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dcclient.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dcmemory.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
dcscreen.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
evtloop.cpp Add implementations for missing wxDFB functions 2018-09-19 22:03:00 +02:00
font.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
fontenum.cpp Remove BCC-specific hdrstop pragma from everywhere 2020-10-12 21:58:37 +02:00
fontmgr.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
nonownedwnd.cpp Use std::unordered_map<> in wxDFB 2023-04-12 18:15:45 +01:00
overlay.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
pen.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
region.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
settings.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00
toplevel.cpp Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
utils.cpp Replace wxOVERRIDE and wxNOEXCEPT with override and noexcept 2022-10-15 18:10:45 +02:00
window.cpp Remove wxUSE_UNICODE checks as they're always true now 2022-10-27 19:43:30 +02:00
wrapdfb.cpp Use nullptr instead of NULL in the code and documentation 2022-10-18 01:25:25 +02:00