2010-09-29 |
Vadim Zeitlin | Return wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont... |
tree | commitdiff |
2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
tree | commitdiff |
2010-04-16 |
Václav Slavík | Remove wxUSE_WCHAR_T checks. |
tree | commitdiff |
2009-10-09 |
Vadim Zeitlin | Removed wxFont::Set/GetNoAntiAliasing() implementations. |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-06-10 |
Vadim Zeitlin | add virtual DoGetTextExtent() to allow calling the... |
tree | commitdiff |
2009-05-22 |
Vadim Zeitlin | implement wxGetActiveWindow() which is now used by... |
tree | commitdiff |
2009-05-05 |
Václav Slavík | fixed deadlock when posting events from another thread... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
tree | commitdiff |
2009-03-14 |
Francesco Montorsi | add wxSize overloads to wxBitmap ctors and to wxBitmap... |
tree | commitdiff |
2009-02-18 |
Paul Cornett | remove unused wxKeyEvent member m_scanCode |
tree | commitdiff |
2009-02-16 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | second part of #10320: move wxApp event handling functi... |
tree | commitdiff |
2009-02-04 |
Francesco Montorsi | check in the 'selective yield' patch (see ticket #10320): |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | include errno.h to fix buildbot compilation |
tree | commitdiff |
2009-01-30 |
Václav Slavík | wxDFB: use Unix event loop and timers (fixes #10408) |
tree | commitdiff |
2009-01-20 |
Vadim Zeitlin | set m_isBeingDeleted to true (only) in SendDestroyEvent... |
tree | commitdiff |
2009-01-08 |
Francesco Montorsi | change generic ints to enums in wxDC (closes #9959) |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | use a common m_isInsideYield flag instead of static... |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | added wxEventLoop::DispatchTimeout() |
tree | commitdiff |
2008-11-20 |
Václav Slavík | don't assert on unsupported metric in wxSystemSettingsN... |
tree | commitdiff |
2008-11-03 |
Francesco Montorsi | fix the incoherence pointed out by ifacecheck between... |
tree | commitdiff |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
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-22 |
Vadim Zeitlin | use wxGetDisplayPPI() instead of redoing it |
tree | commitdiff |
2008-07-28 |
Vadim Zeitlin | implement wxBitmap ctor from XBM data |
tree | commitdiff |
2008-07-22 |
Vadim Zeitlin | remove the workaround for STL build bug in wxArrays... |
tree | commitdiff |
2008-07-14 |
Václav Slavík | compilation fix after SetClippingRegion changes (patch... |
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-27 |
Václav Slavík | silence warnings about not using double-buffered surfac... |
tree | commitdiff |
2008-05-17 |
Václav Slavík | wxUniv: implement wxSYS_VSCROLL_X/Y metrics in wxUniv... |
tree | commitdiff |
2008-05-06 |
Václav Slavík | compilation fixes for !wxUSE_FONTMEM case |
tree | commitdiff |
2008-05-06 |
Václav Slavík | removed wxDCWindowImpl::m_win; use wxDCImpl::m_window... |
tree | commitdiff |
2008-04-24 |
Václav Slavík | added missing " |
tree | commitdiff |
2008-04-13 |
Václav Slavík | wxDFB compilation fixes after recent brushes/pens chang... |
tree | commitdiff |
2008-04-10 |
Václav Slavík | compilation fix after FM's wxBitmapHandler changes |
tree | commitdiff |
2008-03-28 |
Francesco Montorsi | add more pure virtuals to wxBrushBase; fix the GetColou... |
tree | commitdiff |
2008-03-20 |
Francesco Montorsi | make the Pen/Brush code backward compatible as discusse... |
tree | commitdiff |
2008-03-17 |
Francesco Montorsi | some more build fix for wxPen/wxBrush style changes |
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-19 |
Václav Slavík | implemented wxExecute() for wxDFB; share the implementa... |
tree | commitdiff |
2007-12-18 |
Václav Slavík | fixes for the case when only epoll() based wxFDIODispat... |
tree | commitdiff |
2007-12-16 |
Václav Slavík | convert wxImage's mask into alpha channel in wxDFB... |
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-14 |
Vadim Zeitlin | compilation fix: need to include wx/thread.h now |
tree | commitdiff |
2007-11-29 |
Václav Slavík | 1. added wxEvtHandler::SafelyProcessEvent() and wxWindo... |
tree | commitdiff |
2007-10-17 |
Vadim Zeitlin | remove wxWindow::Clear() from wxDFB and wxMGL which... |
tree | commitdiff |
2007-09-21 |
Julian Smart | Optimized update events by only sending them to visible... |
tree | commitdiff |
2007-07-18 |
Václav Slavík | don't use _T() for literals in wxDFB, it uses UTF-8... |
tree | commitdiff |
2007-07-16 |
Vadim Zeitlin | compilation fix for wxUSE_LOG==0 |
tree | commitdiff |
2007-07-16 |
Václav Slavík | support real transparency for controls that return... |
tree | commitdiff |
2007-07-15 |
Václav Slavík | convert bitmap's surface to RGB24/ARGB in wxBitmap... |
tree | commitdiff |
2007-07-10 |
Václav Slavík | added support for custom bitmap depths |
tree | commitdiff |
2007-07-10 |
Václav Slavík | implemented raw bitmap access for wxDFB |
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-06-28 |
Václav Slavík | fixes to handling of focus changes for toplevel windows |
tree | commitdiff |
2007-06-25 |
Václav Slavík | wxDFB wxUSE_STL compilation fixes |
tree | commitdiff |
2007-05-25 |
Václav Slavík | implemented wxActivateEvent and restoring focus after... |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | don't define wxEventLoop class differently in GUI and... |
tree | commitdiff |
2007-05-15 |
Václav Slavík | fall back to DirectFB's builtin font if no fonts are... |
tree | commitdiff |
2007-05-15 |
Václav Slavík | log missing font directories with wxLogDebug, not wxLog... |
tree | commitdiff |
2007-05-15 |
Václav Slavík | ignore nonexistent font directories silently |
tree | commitdiff |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
tree | commitdiff |
2007-05-11 |
Vadim Zeitlin | don't try to create surfaces of 0 size, even if the... |
tree | commitdiff |
2007-05-09 |
Václav Slavík | temporary fix for wxDFB compilation in Unicode mode |
tree | commitdiff |
2007-05-09 |
Václav Slavík | take into account DirectFB's removal of some command... |
tree | commitdiff |
2007-05-05 |
Václav Slavík | use utf8_str() in wxDFB |
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-20 |
Vadim Zeitlin | preparation for allowing to use wxTimer in wxBase ... |
tree | commitdiff |
2007-04-03 |
Václav Slavík | fixed wxBitmap<->wxImage conversion to not exchange... |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | don't check whether the window is shown and enabled... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | refactoring: replace wxSocketDispatcher with more gener... |
tree | commitdiff |
2007-03-09 |
Václav Slavík | Unicode compilation fixes |
tree | commitdiff |
2007-01-25 |
Václav Slavík | don't assume there's always an active wxEventLoop instance |
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 |
2007-01-22 |
Václav Slavík | wxDFB: fix rendering artefacts when scrolling wxScrolle... |
tree | commitdiff |
2007-01-22 |
Václav Slavík | implemented wxPopupWindow for wxDFB; added wxNonOwnedWi... |
tree | commitdiff |
2007-01-03 |
Václav Slavík | fixed deadlock when calling wxPostEvent() from worker... |
tree | commitdiff |
2006-12-18 |
Václav Slavík | wxDFB: fix events processing to support sockets events |
tree | commitdiff |
2006-12-14 |
Václav Slavík | moved wxX11's wxSocketTable to private wxSocketEventDis... |
tree | commitdiff |
2006-12-13 |
Václav Slavík | make sure the window is fully painted before DirectFB... |
tree | commitdiff |
2006-12-10 |
Václav Slavík | 1. removed code that already exist in ~wxTLWBase from... |
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 | implemented wxFontEnumerator for wxDFB |
tree | commitdiff |
2006-11-26 |
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-20 |
Václav Slavík | don't expose M_FONTDATA in public header |
tree | commitdiff |
2006-11-20 |
Václav Slavík | don't expose M_FONTDATA in public header |
tree | commitdiff |
2006-11-20 |
Václav Slavík | don't expose M_FONTDATA in public header |
tree | commitdiff |
next |