wxWidgets/src/dfb
Vadim Zeitlin 8462a84b2c Removed wxFont::Set/GetNoAntiAliasing() implementations.
Most of them were dummy and didn't do anything and this API was never meant to
be used anyhow.

Keep just the declarations in wxFontBase but mark them as deprecated.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-10-09 13:04:59 +00:00
..
app.cpp fixed deadlock when posting events from another thread to wxDFB (patch from #10408 by Anders Larsen) 2009-05-05 16:09:40 +00:00
bitmap.cpp add wxSize overloads to wxBitmap ctors and to wxBitmap::Create 2009-03-14 13:57:51 +00:00
brush.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
cursor.cpp provide backward-compat wxCursor(int) ctor; remove empty stubs of XBM ctor from all ports except gtk,motif; make all ports emit wxLogError on invalid bitmap types; implement wxCursor(const wxString&, ...) ctor on GTK (not tested yet) 2008-09-25 17:56:07 +00:00
dc.cpp change generic ints to enums in wxDC (closes #9959) 2009-01-08 14:21:53 +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 wx*DCImpl PCH-less compilation fix 2008-01-29 14:09:56 +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 Removed wxFont::Set/GetNoAntiAliasing() implementations. 2009-10-09 13:04:59 +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 wxDFB compilation fixes after recent brushes/pens changes (patch #1939986) 2008-04-13 12:06:17 +00:00
region.cpp Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
settings.cpp don't assert on unsupported metric in wxSystemSettingsNative::GetMetric() 2008-11-20 12:28:08 +00:00
toplevel.cpp 1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to correctly handle exceptions in even handlers in wxGTK 2007-11-29 17:00:58 +00:00
utils.cpp wxDFB: use Unix event loop and timers (fixes #10408) 2009-01-30 15:21:47 +00:00
window.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
wrapdfb.cpp Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00