1. added wxEvtHandler::SafelyProcessEvent() and wxWindow::HandleWindowEvent() to...
[wxWidgets.git] / src / dfb /
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-10-17  Vadim Zeitlinremove wxWindow::Clear() from wxDFB and wxMGL which...
2007-09-21  Julian SmartOptimized update events by only sending them to visible...
2007-07-18  Václav Slavíkdon't use _T() for literals in wxDFB, it uses UTF-8...
2007-07-16  Vadim Zeitlincompilation fix for wxUSE_LOG==0
2007-07-16  Václav Slavíksupport real transparency for controls that return...
2007-07-15  Václav Slavíkconvert bitmap's surface to RGB24/ARGB in wxBitmap...
2007-07-10  Václav Slavíkadded support for custom bitmap depths
2007-07-10  Václav Slavíkimplemented raw bitmap access for wxDFB
2007-07-08  Paul Cornettprocess pending wx events before sending idle events
2007-07-06  Václav Slavíkadded alpha channel support to wxDFB's wxBitmap
2007-06-28  Václav Slavíkfixes to handling of focus changes for toplevel windows
2007-06-25  Václav SlavíkwxDFB wxUSE_STL compilation fixes
2007-05-25  Václav Slavíkimplemented wxActivateEvent and restoring focus after...
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-15  Václav Slavíkfall back to DirectFB's builtin font if no fonts are...
2007-05-15  Václav Slavíklog missing font directories with wxLogDebug, not wxLog...
2007-05-15  Václav Slavíkignore nonexistent font directories silently
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-11  Vadim Zeitlindon't try to create surfaces of 0 size, even if the...
2007-05-09  Václav Slavíktemporary fix for wxDFB compilation in Unicode mode
2007-05-09  Václav Slavíktake into account DirectFB's removal of some command...
2007-05-05  Václav Slavíkuse utf8_str() in wxDFB
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-05-01  Robert Roebling Made device to logical and vv conversion methods
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-03  Václav Slavíkfixed wxBitmap<->wxImage conversion to not exchange...
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2007-03-16  Vadim Zeitlinrefactoring: replace wxSocketDispatcher with more gener...
2007-03-09  Václav SlavíkUnicode compilation fixes
2007-01-25  Václav Slavíkdon't assume there's always an active wxEventLoop instance
2007-01-24  Václav Slavíkcompiled fixes for builds without PCH
2007-01-22  Václav Slavíkimplemented wxPopupWindow for wxDFB; added wxNonOwnedWi...
2007-01-22  Václav SlavíkwxDFB: fix rendering artefacts when scrolling wxScrolle...
2007-01-22  Václav Slavíkimplemented wxPopupWindow for wxDFB; added wxNonOwnedWi...
2007-01-03  Václav Slavíkfixed deadlock when calling wxPostEvent() from worker...
2006-12-18  Václav SlavíkwxDFB: fix events processing to support sockets events
2006-12-14  Václav Slavíkmoved wxX11's wxSocketTable to private wxSocketEventDis...
2006-12-13  Václav Slavíkmake sure the window is fully painted before DirectFB...
2006-12-10  Václav Slavík1. removed code that already exist in ~wxTLWBase from...
2006-12-06  Václav Slavíkuse WXDFB_FONTPATH variable instead of WXDFB_FONTDIR...
2006-12-01  Václav Slavíkimplemented wxFontEnumerator for wxDFB
2006-11-26  Václav Slavíkdestroy IDirectFBWindow in wxTLW dtor
2006-11-20  Václav Slavíkmoved wxMGL's font management code to common so that...
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-11-20  Václav Slavíkdon't expose M_FONTDATA in public header
2006-11-18  Václav Slavíkdon't use priviledged calls in wxDFB to allow concurren...
2006-11-08  Václav Slavíkfixed wxOverlay to handle wxWindowDC/wxClientDC in...
2006-11-01  Vadim Zeitlininitialize m_surface when copying invalid bitmap
2006-10-30  Vadim Zeitlincompilation fixes after adding wxMemoryDCBase::Init...
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-27  Václav Slavíkfixed typo in last commit: use YLOG2DEV for y coordinat...
2006-10-27  Václav Slavíkdon't draw the endpoint in DrawLine at least in the...
2006-10-24  Václav Slavíkmoved wxOverlay into overlay.* files and out of dc...
2006-10-13  Robin DunnwxMemoryDC constructor now optionally accepts a wxBitma...
2006-10-08  Vadim Zeitlinadd IsOk() to all classes having Ok() method (patch...
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
next