wxWidgets/src/dfb
Vadim Zeitlin 0e1f8ea4a3 Remove wxMGL port.
The company behind MGL toolkit (SciTech) doesn't exist since several years and
this port is not used by anybody, so remove it to ease maintenance burden.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-01-15 14:46:41 +00:00
..
app.cpp Remove wxMGL port. 2012-01-15 14:46:41 +00:00
bitmap.cpp Replaced Ok() occurrences with IsOk() throughout trunk. 2011-05-03 16:29:04 +00:00
brush.cpp Remove wxMGL port. 2012-01-15 14:46:41 +00:00
cursor.cpp Implement proper wxCursor cloning in wxDFB. 2010-12-22 13:57:15 +00:00
dc.cpp Remove wxMGL port. 2012-01-15 14:46:41 +00:00
dcclient.cpp removed wxDCWindowImpl::m_win; use wxDCImpl::m_window instead (fixes caret-related crash 2008-05-06 17:08:49 +00:00
dcmemory.cpp Replaced Ok() occurrences with IsOk() throughout trunk. 2011-05-03 16:29:04 +00:00
dcscreen.cpp silence warnings about not using double-buffered surface in wxScreenDC ; add comment explaining why (and how) is wxScreenDC implementation in wxDFB broken 2008-05-27 16:28:28 +00:00
evtloop.cpp non-pch build fix 2009-02-16 17:22:02 +00:00
font.cpp Replaced Ok() occurrences with IsOk() throughout trunk. 2011-05-03 16:29:04 +00:00
fontenum.cpp compilation fixes for !wxUSE_FONTMEM case 2008-05-06 21:11:59 +00:00
fontmgr.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
nonownedwnd.cpp replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL 2009-03-22 12:53:48 +00:00
overlay.cpp changing to wxDC, so that wxGCDC can be used as well 2007-12-22 09:16:57 +00:00
pen.cpp Remove wxMGL port. 2012-01-15 14:46:41 +00:00
region.cpp Replaced Ok() occurrences with IsOk() throughout trunk. 2011-05-03 16:29:04 +00:00
settings.cpp don't assert on unsupported metric in wxSystemSettingsNative::GetMetric() 2008-11-20 12:28:08 +00:00
toplevel.cpp Remove wxMGL port. 2012-01-15 14:46:41 +00:00
utils.cpp wxDFB: use Unix event loop and timers (fixes #10408) 2009-01-30 15:21:47 +00:00
window.cpp Remove wxMGL port. 2012-01-15 14:46:41 +00:00
wrapdfb.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00