Added a customisable formatting dialog for wxRichTextCtrl. Control the
[wxWidgets.git] / src / dfb /
2006-10-08  Paul CornettMove some things to wxBitmapBase to avoid much duplication.
2006-09-30  Václav Slavíkclean DFB event buffer on shutdown
2006-09-30  Václav Slavíkfixed another typo in pen/brush style validation
2006-09-30  Václav Slavíkfixed typos in pen/brush style validation
2006-09-30  Václav Slavíkdon't assert in wxDC::Blit() calls if the source rect...
2006-09-30  Václav Slavíkfixed incorrect computation of window's visible area...
2006-09-28  Vadim Zeitlinsuppress gcc warning about DWET_XXX enumeration values...
2006-09-28  Vadim ZeitlinThe Lesser wxMask Refactoring: merged wxMGL and wxDFB...
2006-09-28  Václav Slavíkdon't hardcode the theme, it prevents WXTHEME env.var...
2006-09-28  Vadim ZeitlinDIKI_ALTGR was removed in DFB 0.9.25
2006-09-28  Vadim Zeitlinhandle DIKI_ALT_GR in the switch even if we don't have...
2006-09-25  Václav Slavíkadded assert to check for not-yet-implemented behavior...
2006-09-25  Vadim ZeitlinThe Great wxRegion Refactoring:
2006-09-25  Václav Slavíkdon't allocate backbuffer for dummy surfaces
2006-09-25  Václav Slavíkreduce the number of repaintings by repaiting (rect...
2006-09-24  Vadim Zeitlinuse wxRect::Contains(), not Inside() (fixes compilation...
2006-09-23  Václav Slavíkfixed client<->window coords translations in DoMoveWind...
2006-09-22  Václav Slavíkimplemented SetFocus
2006-09-21  Václav Slavíkfixed DrawText to use text colours instead of pen+brush...
2006-09-21  Václav Slavíkhide the caret before setting m_updateRegion: produces...
2006-09-20  Václav Slavíklast change broke seting the surface in the common...
2006-09-19  Václav Slavíkfixes to wxWindowDC flipping+clipping when painting...
2006-09-19  Václav Slavíkfixed TLWs resizing to invalidate the DFB surface used...
2006-09-18  Václav Slavíkbasic blitting implementation
2006-09-14  Václav Slavíkadded wxFAIL_MSG to unimplemented SetDepth/Width/Height
2006-09-14  Václav Slavíkimplemented convertion between wxImage and wxBitmap
2006-09-14  Václav Slavíkadded check for supported depth and 'not implemented...
2006-09-14  Václav Slavíkimplemented wxBitmap::GetSubBitmap()
2006-09-14  Václav Slavíkrenamed wxWindow::IsVisible() to IsShownOnScreen()...
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-09-13  Václav SlavíkwxTLW::DoRefreshRect must check the rect, too
2006-09-13  Václav Slavíkcorrected painting implementation for wxDFB
2006-09-12  Václav Slavíklimit clipping to surface area
2006-09-11  Václav Slavíkfixed two typos: XLOG2DEV was used instead of YLOG2DEV
2006-09-11  Václav Slavíkimplemented DrawPoint in terms of DrawLine (for now)
2006-09-11  Václav Slavíkmove misc surface helpers to wxIDirectFBSurface class
2006-09-10  Václav Slavíkmake it possible to create wxWindowDC for a hidden...
2006-09-08  Václav Slavíkfixed wxDC to correctly handle SetFoo(wxNullFoo) calls
2006-09-08  Václav Slavíkdon't try to paint hidden windows
2006-09-07  Václav Slavíkmake sure wxWindow has valid (albeit bogus) size from...
2006-09-07  Václav Slavíkdon't create a subsurface in wxClientDC unless necessary
2006-09-07  Václav Slavíkverify that we're not painting on hidden window (which...
2006-09-06  Václav Slavíkuse C++ wrappers around DirectFB API for easier use
2006-09-04  Václav Slavíkremoved unneeded header
2006-09-04  Václav Slavíkbetter comment in wxSystemSettingsNative::GetColour
2006-09-04  Václav Slavíkfixed wxRegion::operator==
2006-09-04  Václav Slavíkadded alpha support to generic wxColour
2006-08-27  Vadim ZeitlinDFEC_UNIVERSAL is not available in DirectFB < 0.9.23...
2006-08-27  Václav Slavíkinitial (not yet working) code for DirectFB port