.. |
app.cpp
|
compilation fix: need to include wx/thread.h now
|
2007-12-14 17:15:30 +00:00 |
bitmap.cpp
|
compilation fix after FM's wxBitmapHandler changes
|
2008-04-10 18:02:21 +00:00 |
brush.cpp
|
wxDFB compilation fixes after recent brushes/pens changes (patch #1939986)
|
2008-04-13 12:06:17 +00:00 |
cursor.cpp
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
dc.cpp
|
fixed wxDFB compilation after wxDC-related changes
|
2007-12-14 22:41:07 +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
|
added missing "
|
2008-04-24 07:20:29 +00:00 |
evtloop.cpp
|
fixes for the case when only epoll() based wxFDIODispatcher is available
|
2007-12-18 16:10:13 +00:00 |
font.cpp
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
fontenum.cpp
|
compilation fixes for !wxUSE_FONTMEM case
|
2008-05-06 21:11:59 +00:00 |
fontmgr.cpp
|
don't use _T() for literals in wxDFB, it uses UTF-8 build
|
2007-07-18 10:15:42 +00:00 |
nonownedwnd.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 |
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 use _T() for literals in wxDFB, it uses UTF-8 build
|
2007-07-18 10:15:42 +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
|
implemented wxExecute() for wxDFB; share the implementation with wxX11
|
2007-12-19 18:52:55 +00:00 |
window.cpp
|
move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently (i.e. recursively, as described in the docs) in all ports; removed different duplications of freeze count from derived classes
|
2008-01-05 00:21:31 +00:00 |
wrapdfb.cpp
|
don't use _T() for literals in wxDFB, it uses UTF-8 build
|
2007-07-18 10:15:42 +00:00 |