2010-09-29 |
Vadim Zeitlin | Return wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont... |
tree | commitdiff |
2009-10-09 |
Vadim Zeitlin | Removed wxFont::Set/GetNoAntiAliasing() implementations. |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | added convenient wxFont::Make{Bold,Italic,Smaller,Large... |
tree | commitdiff |
2009-06-10 |
Vadim Zeitlin | add virtual DoGetTextExtent() to allow calling the... |
tree | commitdiff |
2009-03-15 |
Francesco Montorsi | add the wxFont(const wxSize& pixelSize, ...) ctor to... |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | add wxSize overloads to wxBitmap ctors and to wxBitmap... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | second part of #10320: move wxApp event handling functi... |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | check in the 'selective yield' patch (see ticket #10320): |
tree | commitdiff |
2009-01-30 |
Václav Slavík | wxDFB: use Unix event loop and timers (fixes #10408) |
tree | commitdiff |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | change generic ints to enums in wxDC (closes #9959) |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | added wxEventLoop::DispatchTimeout() |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | fix the incoherence pointed out by ifacecheck between... |
tree | commitdiff |
2008-09-25 |
Francesco Montorsi | provide backward-compat wxCursor(int) ctor; remove... |
tree | commitdiff |
2008-09-24 |
Francesco Montorsi | use wxStockCursor (as documented and as already impleme... |
tree | commitdiff |
2008-09-21 |
Francesco Montorsi | introduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYP... |
tree | commitdiff |
2008-06-17 |
Vadim Zeitlin | declare future-deprecated SetStyle(int) in wxPen/Brush... |
tree | commitdiff |
2008-06-08 |
Vadim Zeitlin | deprecate wxDC::SetClippingRegion(wxRegion) overload... |
tree | commitdiff |
2008-06-04 |
Václav Slavík | wxDFB: implemented Raise() and Lower() for TLWs |
tree | commitdiff |
2008-05-21 |
Václav Slavík | fixed compilation with DirectFB 0.9 |
tree | commitdiff |
2008-05-06 |
Václav Slavík | removed wxDCWindowImpl::m_win; use wxDCImpl::m_window... |
tree | commitdiff |
2008-04-10 |
Václav Slavík | compilation fix for newest DirectFB versions (patch... |
tree | commitdiff |
2008-03-28 |
Francesco Montorsi | add more pure virtuals to wxBrushBase; fix the GetColou... |
tree | commitdiff |
2008-03-25 |
Francesco Montorsi | reorganized wxBitmap/wxBitmapHandler classes to use... |
tree | commitdiff |
2008-03-20 |
Francesco Montorsi | make the Pen/Brush code backward compatible as discusse... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap... |
tree | commitdiff |
2008-03-16 |
Francesco Montorsi | introduce wxBrushStyle enum and replace 'int style... |
tree | commitdiff |
2008-01-29 |
Václav Slavík | wx*DCImpl PCH-less compilation fix |
tree | commitdiff |
2008-01-05 |
Vadim Zeitlin | move Freeze() and Thaw() to wxWindowBase to ensure... |
tree | commitdiff |
2007-12-22 |
Stefan Csomor | changing to wxDC, so that wxGCDC can be used as well |
tree | commitdiff |
2007-12-15 |
Vadim Zeitlin | Fix Ok/IsOk() mess in wxGDIObject-derived classes;... |
tree | commitdiff |
2007-12-14 |
Vadim Zeitlin | fixed wxDFB compilation after wxDC-related changes |
tree | commitdiff |
2007-12-12 |
Vadim Zeitlin | corrected/removed forward declarations |
tree | commitdiff |
2007-10-17 |
Vadim Zeitlin | remove wxWindow::Clear() from wxDFB and wxMGL which... |
tree | commitdiff |
2007-07-14 |
Vadim Zeitlin | Added wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS... |
tree | commitdiff |
2007-07-10 |
Václav Slavík | implemented raw bitmap access for wxDFB |
tree | commitdiff |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
tree | commitdiff |
2007-07-08 |
Paul Cornett | process pending wx events before sending idle events |
tree | commitdiff |
2007-07-06 |
Václav Slavík | added alpha channel support to wxDFB's wxBitmap |
tree | commitdiff |
2007-07-05 |
Václav Slavík | added missing WXDLLIMPEXP_CORE |
tree | commitdiff |
2007-06-28 |
Václav Slavík | fixed typo in comment |
tree | commitdiff |
2007-05-25 |
Václav Slavík | implemented wxActivateEvent and restoring focus after... |
tree | commitdiff |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
tree | commitdiff |
2007-05-05 |
Vadim Zeitlin | compilation fix: SetLogicalFunction() is defined in... |
tree | commitdiff |
2007-05-05 |
Václav Slavík | use utf8_str() in wxDFB |
tree | commitdiff |
2007-05-05 |
Robert Roebling | Added (empty) SetLogicalFunction() |
tree | commitdiff |
2007-05-02 |
Robert Roebling | Moved all the coordinate system calculation to wxDCBase |
tree | commitdiff |
2007-05-01 |
Robert Roebling | Made device to logical and vv conversion methods |
tree | commitdiff |
2007-04-25 |
Vadim Zeitlin | changed wxDC::GetTextExtent() and related methods to... |
tree | commitdiff |
2007-04-03 |
Václav Slavík | fixed wxBitmap<->wxImage conversion to not exchange... |
tree | commitdiff |
2007-01-24 |
Václav Slavík | compiled fixes for builds without PCH |
tree | commitdiff |
2007-01-22 |
Václav Slavík | implemented wxPopupWindow for wxDFB; added wxNonOwnedWi... |
tree | commitdiff |
2006-12-18 |
Václav Slavík | wxDFB: fix events processing to support sockets events |
tree | commitdiff |
2006-12-06 |
Václav Slavík | use WXDFB_FONTPATH variable instead of WXDFB_FONTDIR... |
tree | commitdiff |
2006-12-01 |
Václav Slavík | destroy IDirectFBWindow in wxTLW dtor |
tree | commitdiff |
2006-11-20 |
Václav Slavík | moved wxMGL's font management code to common so that... |
tree | commitdiff |
2006-11-18 |
Václav Slavík | don't use priviledged calls in wxDFB to allow concurren... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | compilation fixes after adding wxMemoryDCBase::Init... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | remove just added wxCoordRound() (see patch 1586499) |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | Added wxMemoryDC::SelectObjectAsSource() and make Selec... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | COW cleanup patch (1583966): |
tree | commitdiff |
2006-10-29 |
Stefan Neis | Fixed typo. |
tree | commitdiff |
2006-10-29 |
Julian Smart | Applied patch 1586499: wxCoordRound function |
tree | commitdiff |
2006-10-24 |
Václav Slavík | moved wxOverlay into overlay.* files and out of dc... |
tree | commitdiff |
2006-10-13 |
Robin Dunn | wxMemoryDC constructor now optionally accepts a wxBitma... |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added wxWindow::IsDoubleBuffered() and improve wxBuffer... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | add IsOk() to all classes having Ok() method (patch... |
tree | commitdiff |
2006-10-08 |
Paul Cornett | Move some things to wxBitmapBase to avoid much duplication. |
tree | commitdiff |
2006-09-30 |
Václav Slavík | clean DFB event buffer on shutdown |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | The Lesser wxMask Refactoring: merged wxMGL and wxDFB... |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | The Great wxRegion Refactoring: |
tree | commitdiff |
2006-09-25 |
Václav Slavík | don't allocate backbuffer for dummy surfaces |
tree | commitdiff |
2006-09-22 |
Václav Slavík | implemented SetFocus |
tree | commitdiff |
2006-09-19 |
Václav Slavík | fixes to wxWindowDC flipping+clipping when painting... |
tree | commitdiff |
2006-09-18 |
Václav Slavík | basic blitting implementation |
tree | commitdiff |
2006-09-14 |
Václav Slavík | implemented wxBitmap::GetSubBitmap() |
tree | commitdiff |
2006-09-13 |
Vadim Zeitlin | added wxWindow::IsFrozen() (only existed in wxMSW and... |
tree | commitdiff |
2006-09-13 |
Václav Slavík | corrected painting implementation for wxDFB |
tree | commitdiff |
2006-09-11 |
Václav Slavík | move misc surface helpers to wxIDirectFBSurface class |
tree | commitdiff |
2006-09-10 |
Václav Slavík | compilation fix |
tree | commitdiff |
2006-09-10 |
Václav Slavík | make it possible to create wxWindowDC for a hidden... |
tree | commitdiff |
2006-09-08 |
Václav Slavík | don't try to paint hidden windows |
tree | commitdiff |
2006-09-07 |
Václav Slavík | don't treat DFB_TIMEOUT as error in WaitForEventWithTimeout |
tree | commitdiff |
2006-09-06 |
Václav Slavík | use C++ wrappers around DirectFB API for easier use |
tree | commitdiff |
2006-09-04 |
Václav Slavík | cosmetic fixes |
tree | commitdiff |
2006-09-04 |
Václav Slavík | removed obsolete and incorrect comment |
tree | commitdiff |
2006-08-27 |
Vadim Zeitlin | added wxCHECK_DFB_VERSION() macro |
tree | commitdiff |
2006-08-27 |
Václav Slavík | initial (not yet working) code for DirectFB port |
tree | commitdiff |
|