.. |
app.cpp
|
process pending wx events before sending idle events
|
2007-07-08 05:31:32 +00:00 |
bitmap.cpp
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
brush.cpp
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
clipbrd.cpp
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
cursor.cpp
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
data.cpp
|
Include wx/cursor.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-05-22 07:11:26 +00:00 |
dc.cpp
|
implement event loop for console applications (heavily modified patch 1715735)
|
2007-05-14 23:43:39 +00:00 |
dcclient.cpp
|
Include wx/dcclient.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-05-06 21:51:49 +00:00 |
dcmemory.cpp
|
Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare
|
2006-10-30 19:41:46 +00:00 |
dcscreen.cpp
|
Include wx/dcscreen.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-05-09 13:55:29 +00:00 |
dirmgl.cpp
|
wx/wxprec.h already includes wx/defs.h (with other minor cleaning).
|
2006-04-18 09:56:17 +00:00 |
evtloop.cpp
|
implement event loop for console applications (heavily modified patch 1715735)
|
2007-05-14 23:43:39 +00:00 |
font.cpp
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
fontenum.cpp
|
moved wxMGL's font management code to common so that it can be reused by wxDFB; implemented wxDFB part
|
2006-11-20 20:45:57 +00:00 |
fontmgr.cpp
|
Use same type in both results of A?B:C operator (Tinderbox build fix).
|
2006-07-25 06:48:03 +00:00 |
fontutil.cpp
|
moved wxMGL's font management code to common so that it can be reused by wxDFB; implemented wxDFB part
|
2006-11-20 20:45:57 +00:00 |
palette.cpp
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
pen.cpp
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
region.cpp
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
settings.cpp
|
better comment in wxSystemSettingsNative::GetColour
|
2006-09-04 15:22:04 +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
|
don't define wxEventLoop class differently in GUI and base, this breaks the
|
2007-05-22 02:30:01 +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 |