..
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
Replaced Ok() occurrences with IsOk() throughout trunk.
2011-05-03 16:29:04 +00:00
brush.cpp
Replaced Ok() occurrences with IsOk() throughout trunk.
2011-05-03 16:29:04 +00:00
cursor.cpp
Implement proper wxCursor cloning in wxDFB.
2010-12-22 13:57:15 +00:00
dc.cpp
Replaced Ok() occurrences with IsOk() throughout trunk.
2011-05-03 16:29:04 +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
Replaced Ok() occurrences with IsOk() throughout trunk.
2011-05-03 16:29:04 +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
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
Replaced Ok() occurrences with IsOk() throughout trunk.
2011-05-03 16:29:04 +00:00
wrapdfb.cpp
Globally replace _T() with wxT().
2009-07-23 20:30:22 +00:00