wxwidgets/src/mgl
2009-02-15 14:25:08 +00:00
..
app.cpp second part of #10320: move wxApp event handling functions to wxEventLoopBase (in particular move Yield() functions); add backward compatible redirections to wxApp; update docs; remove global lists wxPendingEvents and wxPendingEventsLocker 2009-02-15 14:25:08 +00:00
bitmap.cpp don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither 2009-01-19 13:55:27 +00:00
brush.cpp add more pure virtuals to wxBrushBase; fix the GetColour() functions to return a wxColour object and not a reference; remove from docs the non-existent SetColour(const wxString&) overloads 2008-03-28 16:47:58 +00:00
clipbrd.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
cursor.cpp don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither 2009-01-19 13:55:27 +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 change generic ints to enums in wxDC (closes #9959) 2009-01-08 14:21:53 +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 second part of #10320: move wxApp event handling functions to wxEventLoopBase (in particular move Yield() functions); add backward compatible redirections to wxApp; update docs; remove global lists wxPendingEvents and wxPendingEventsLocker 2009-02-15 14:25:08 +00:00
font.cpp fix the incoherence pointed out by ifacecheck between wx docs, that documents usage of the wxFontFamily, wxFontStyle and wxFontWeight enums in wxFont setters and getters, and the actual sources, which use 'int' instead; provided the same backward-compatibility pattern already used for wxBrush,wxPen both against 'int' overloads and against the wxDeprecatedGUIConstants enum values 2008-11-03 17:02:25 +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 don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither 2009-01-19 13:55:27 +00:00
region.cpp Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added 2007-12-15 17:54:20 +00:00
settings.cpp wxUniv: implement wxSYS_VSCROLL_X/Y metrics in wxUniv code, they depend on the theme, not lowlovel port 2008-05-17 09:41:25 +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 replace wxAddProcessCallback() with wxAppTraits::AddProcessCallback() to fix linking problems in Unix ports; also reduce code duplication between GUI and base versions making src/unix/baseunix.cpp unnecessary any longer 2008-03-22 00:07:13 +00:00
window.cpp set m_isBeingDeleted to true (only) in SendDestroyEvent(); call it as early as possible during the window destruction to ensure that destroy event handlers can still access the full window object 2009-01-20 18:33:33 +00:00