.. |
private
|
changing to wxDC, so that wxGCDC can be used as well
|
2007-12-22 09:07:56 +00:00 |
app.h
|
process pending wx events before sending idle events
|
2007-07-08 05:31:32 +00:00 |
bitmap.h
|
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.h
|
declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as it's useless there (compilation of user code doing pen.SetStyle(wxDOT) still fails)
|
2008-06-17 17:28:26 +00:00 |
chkconf.h
|
wxDFB: use Unix event loop and timers (fixes #10408)
|
2009-01-30 15:21:47 +00:00 |
cursor.h
|
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.h
|
change generic ints to enums in wxDC (closes #9959)
|
2009-01-08 14:21:53 +00:00 |
dcclient.h
|
removed wxDCWindowImpl::m_win; use wxDCImpl::m_window instead (fixes caret-related crash
|
2008-05-06 17:08:49 +00:00 |
dcmemory.h
|
wx*DCImpl PCH-less compilation fix
|
2008-01-29 14:09:56 +00:00 |
dcscreen.h
|
fixed wxDFB compilation after wxDC-related changes
|
2007-12-14 22:41:07 +00:00 |
dfbptr.h
|
added missing WXDLLIMPEXP_CORE
|
2007-07-05 17:59:27 +00:00 |
evtloop.h
|
wxDFB: use Unix event loop and timers (fixes #10408)
|
2009-01-30 15:21:47 +00:00 |
font.h
|
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 |
nonownedwnd.h
|
wxDFB: use Unix event loop and timers (fixes #10408)
|
2009-01-30 15:21:47 +00:00 |
pen.h
|
declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as it's useless there (compilation of user code doing pen.SetStyle(wxDOT) still fails)
|
2008-06-17 17:28:26 +00:00 |
popupwin.h
|
implemented wxPopupWindow for wxDFB; added wxNonOwnedWindow as base class for wxTopLevelWindow and wxPopupWindow
|
2007-01-22 15:04:49 +00:00 |
private.h
|
use utf8_str() in wxDFB
|
2007-05-05 18:55:59 +00:00 |
region.h
|
Fix Ok/IsOk() mess in wxGDIObject-derived classes; also added
|
2007-12-15 17:54:20 +00:00 |
toplevel.h
|
implemented wxActivateEvent and restoring focus after a TLW that owned it was destroyed
|
2007-05-25 12:20:25 +00:00 |
window.h
|
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 |
wrapdfb.h
|
wxDFB: use Unix event loop and timers (fixes #10408)
|
2009-01-30 15:21:47 +00:00 |