Define __VISUALC__ for ICC under Windows again.
[wxWidgets.git] / include / wx / dfb /
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-06-25  Stefan Csomoradding default for Create with dc
2013-04-30  Vadim ZeitlinAdd wxFontInfo class to allow using named parameters...
2013-01-18  Paul Cornettuse const arrays for wxDC array parameters, closes...
2012-02-10  Vadim ZeitlinAdded a test for wxUSE_DATAOBJ to wxDFB which doesn...
2012-01-23  Vadim ZeitlinAdd wxFont ctor taking a single flags argument instead...
2011-10-10  Vadim ZeitlinMove wxTopLevelWindow::SetShape() down to wxNonOwnedWindow.
2011-03-22  Dimitri SchoolwerthFixed various typos.
2011-01-07  Paul Cornettmove default OnInternalIdle processing to wxWindowBase
2010-09-29  Vadim ZeitlinReturn wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont...
2009-10-09  Vadim ZeitlinRemoved wxFont::Set/GetNoAntiAliasing() implementations.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-06-12  Vadim Zeitlinadded convenient wxFont::Make{Bold,Italic,Smaller,Large...
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-03-15  Francesco Montorsiadd the wxFont(const wxSize& pixelSize, ...) ctor to...
2009-03-14  Francesco Montorsiadd wxSize overloads to wxBitmap ctors and to wxBitmap...
2009-02-15  Francesco Montorsisecond part of #10320: move wxApp event handling functi...
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-01-30  Václav SlavíkwxDFB: use Unix event loop and timers (fixes #10408)
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-12-26  Vadim Zeitlinadded wxEventLoop::DispatchTimeout()
2008-11-03  Francesco Montorsifix the incoherence pointed out by ifacecheck between...
2008-09-25  Francesco Montorsiprovide backward-compat wxCursor(int) ctor; remove...
2008-09-24  Francesco Montorsiuse wxStockCursor (as documented and as already impleme...
2008-09-21  Francesco Montorsiintroduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYP...
2008-06-17  Vadim Zeitlindeclare future-deprecated SetStyle(int) in wxPen/Brush...
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-06-04  Václav SlavíkwxDFB: implemented Raise() and Lower() for TLWs
2008-05-21  Václav Slavíkfixed compilation with DirectFB 0.9
2008-05-06  Václav Slavíkremoved wxDCWindowImpl::m_win; use wxDCImpl::m_window...
2008-04-10  Václav Slavíkcompilation fix for newest DirectFB versions (patch...
2008-03-28  Francesco Montorsiadd more pure virtuals to wxBrushBase; fix the GetColou...
2008-03-25  Francesco Montorsireorganized wxBitmap/wxBitmapHandler classes to use...
2008-03-20  Francesco Montorsimake the Pen/Brush code backward compatible as discusse...
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-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-12-14  Vadim Zeitlinfixed wxDFB compilation after wxDC-related changes
2007-12-12  Vadim Zeitlincorrected/removed forward declarations
2007-10-17  Vadim Zeitlinremove wxWindow::Clear() from wxDFB and wxMGL which...
2007-07-14  Vadim ZeitlinAdded wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS...
2007-07-10  Václav Slavíkimplemented raw bitmap access for wxDFB
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
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-07-05  Václav Slavíkadded missing WXDLLIMPEXP_CORE
2007-06-28  Václav Slavíkfixed typo in comment
2007-05-25  Václav Slavíkimplemented wxActivateEvent and restoring focus after...
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-05  Vadim Zeitlincompilation fix: SetLogicalFunction() is defined in...
2007-05-05  Václav Slavíkuse utf8_str() in wxDFB
2007-05-05  Robert Roebling Added (empty) SetLogicalFunction()
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-03  Václav Slavíkfixed wxBitmap<->wxImage conversion to not exchange...
2007-01-24  Václav Slavíkcompiled fixes for builds without PCH
2007-01-22  Václav Slavíkimplemented wxPopupWindow for wxDFB; added wxNonOwnedWi...
2006-12-18  Václav SlavíkwxDFB: fix events processing to support sockets events
2006-12-06  Václav Slavíkuse WXDFB_FONTPATH variable instead of WXDFB_FONTDIR...
2006-12-01  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-18  Václav Slavíkdon't use priviledged calls in wxDFB to allow concurren...
2006-10-30  Vadim Zeitlincompilation fixes after adding wxMemoryDCBase::Init...
2006-10-30  Vadim Zeitlinremove just added wxCoordRound() (see patch 1586499)
2006-10-30  Vadim ZeitlinAdded wxMemoryDC::SelectObjectAsSource() and make Selec...
2006-10-30  Vadim ZeitlinCOW cleanup patch (1583966):
2006-10-29  Stefan NeisFixed typo.
2006-10-29  Julian SmartApplied patch 1586499: wxCoordRound function
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-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
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-28  Vadim ZeitlinThe Lesser wxMask Refactoring: merged wxMGL and wxDFB...
2006-09-25  Vadim ZeitlinThe Great wxRegion Refactoring:
2006-09-25  Václav Slavíkdon't allocate backbuffer for dummy surfaces
2006-09-22  Václav Slavíkimplemented SetFocus
2006-09-19  Václav Slavíkfixes to wxWindowDC flipping+clipping when painting...
2006-09-18  Václav Slavíkbasic blitting implementation
2006-09-14  Václav Slavíkimplemented wxBitmap::GetSubBitmap()
2006-09-13  Vadim Zeitlinadded wxWindow::IsFrozen() (only existed in wxMSW and...
2006-09-13  Václav Slavíkcorrected painting implementation for wxDFB
2006-09-11  Václav Slavíkmove misc surface helpers to wxIDirectFBSurface class
2006-09-10  Václav Slavíkcompilation fix
2006-09-10  Václav Slavíkmake it possible to create wxWindowDC for a hidden...
2006-09-08  Václav Slavíkdon't try to paint hidden windows
2006-09-07  Václav Slavíkdon't treat DFB_TIMEOUT as error in WaitForEventWithTimeout
2006-09-06  Václav Slavíkuse C++ wrappers around DirectFB API for easier use
2006-09-04  Václav Slavíkcosmetic fixes
2006-09-04  Václav Slavíkremoved obsolete and incorrect comment
2006-08-27  Vadim Zeitlinadded wxCHECK_DFB_VERSION() macro
2006-08-27  Václav Slavíkinitial (not yet working) code for DirectFB port