remove the workaround for STL build bug in wxArrays fixed by r54761
[wxWidgets.git] / src / dfb /
2008-07-22  Vadim Zeitlinremove the workaround for STL build bug in wxArrays...
2008-07-14  Václav Slavíkcompilation fix after SetClippingRegion changes (patch...
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-06-04  Václav SlavíkwxDFB: implemented Raise() and Lower() for TLWs
2008-05-27  Václav Slavíksilence warnings about not using double-buffered surfac...
2008-05-17  Václav SlavíkwxUniv: implement wxSYS_VSCROLL_X/Y metrics in wxUniv...
2008-05-06  Václav Slavíkcompilation fixes for !wxUSE_FONTMEM case
2008-05-06  Václav Slavíkremoved wxDCWindowImpl::m_win; use wxDCImpl::m_window...
2008-04-24  Václav Slavíkadded missing "
2008-04-13  Václav SlavíkwxDFB compilation fixes after recent brushes/pens chang...
2008-04-10  Václav Slavíkcompilation fix after FM's wxBitmapHandler changes
2008-03-28  Francesco Montorsiadd more pure virtuals to wxBrushBase; fix the GetColou...
2008-03-20  Francesco Montorsimake the Pen/Brush code backward compatible as discusse...
2008-03-17  Francesco Montorsisome more build fix for wxPen/wxBrush style changes
2008-03-16  Francesco Montorsifix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap...
2008-03-16  Francesco Montorsiintroduce wxBrushStyle enum and replace 'int style...
2008-01-29  Václav Slavíkwx*DCImpl PCH-less compilation fix
2008-01-05  Vadim Zeitlinmove Freeze() and Thaw() to wxWindowBase to ensure...
2007-12-22  Stefan Csomorchanging to wxDC, so that wxGCDC can be used as well
2007-12-19  Václav Slavíkimplemented wxExecute() for wxDFB; share the implementa...
2007-12-18  Václav Slavíkfixes for the case when only epoll() based wxFDIODispat...
2007-12-16  Václav Slavíkconvert wxImage's mask into alpha channel in wxDFB...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-12-14  Vadim Zeitlinfixed wxDFB compilation after wxDC-related changes
2007-12-14  Vadim Zeitlincompilation fix: need to include wx/thread.h now
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...
next