projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
use wxWindow::NewControlId() instead of wxNewId() to avoid clashes with user-defined...
[wxWidgets.git]
/
src
/
dfb
/
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
2006-11-18
Václav Slavík
don't use priviledged calls in wxDFB to allow concurren...
tree
|
commitdiff
2006-11-08
Václav Slavík
fixed wxOverlay to handle wxWindowDC/wxClientDC in...
tree
|
commitdiff
2006-11-01
Vadim Zeitlin
initialize m_surface when copying invalid bitmap
tree
|
commitdiff
2006-10-30
Vadim Zeitlin
compilation fixes after adding wxMemoryDCBase::Init...
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-27
Václav Slavík
fixed typo in last commit: use YLOG2DEV for y coordinat...
tree
|
commitdiff
2006-10-27
Václav Slavík
don't draw the endpoint in DrawLine at least in the...
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-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-30
Václav Slavík
fixed another typo in pen/brush style validation
tree
|
commitdiff
2006-09-30
Václav Slavík
fixed typos in pen/brush style validation
tree
|
commitdiff
2006-09-30
Václav Slavík
don't assert in wxDC::Blit() calls if the source rect...
tree
|
commitdiff
2006-09-30
Václav Slavík
fixed incorrect computation of window's visible area...
tree
|
commitdiff
2006-09-28
Vadim Zeitlin
suppress gcc warning about DWET_XXX enumeration values...
tree
|
commitdiff
2006-09-28
Vadim Zeitlin
The Lesser wxMask Refactoring: merged wxMGL and wxDFB...
tree
|
commitdiff
2006-09-28
Václav Slavík
don't hardcode the theme, it prevents WXTHEME env.var...
tree
|
commitdiff
2006-09-28
Vadim Zeitlin
DIKI_ALTGR was removed in DFB 0.9.25
tree
|
commitdiff
2006-09-28
Vadim Zeitlin
handle DIKI_ALT_GR in the switch even if we don't have...
tree
|
commitdiff
2006-09-25
Václav Slavík
added assert to check for not-yet-implemented behavior...
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-25
Václav Slavík
reduce the number of repaintings by repaiting (rect...
tree
|
commitdiff
2006-09-24
Vadim Zeitlin
use wxRect::Contains(), not Inside() (fixes compilation...
tree
|
commitdiff
2006-09-23
Václav Slavík
fixed client<->window coords translations in DoMoveWind...
tree
|
commitdiff
2006-09-22
Václav Slavík
implemented SetFocus
tree
|
commitdiff
2006-09-21
Václav Slavík
fixed DrawText to use text colours instead of pen+brush...
tree
|
commitdiff
2006-09-21
Václav Slavík
hide the caret before setting m_updateRegion: produces...
tree
|
commitdiff
2006-09-20
Václav Slavík
last change broke seting the surface in the common...
tree
|
commitdiff
2006-09-19
Václav Slavík
fixes to wxWindowDC flipping+clipping when painting...
tree
|
commitdiff
2006-09-19
Václav Slavík
fixed TLWs resizing to invalidate the DFB surface used...
tree
|
commitdiff
2006-09-18
Václav Slavík
basic blitting implementation
tree
|
commitdiff
2006-09-14
Václav Slavík
added wxFAIL_MSG to unimplemented SetDepth/Width/Height
tree
|
commitdiff
2006-09-14
Václav Slavík
implemented convertion between wxImage and wxBitmap
tree
|
commitdiff
2006-09-14
Václav Slavík
added check for supported depth and 'not implemented...
tree
|
commitdiff
2006-09-14
Václav Slavík
implemented wxBitmap::GetSubBitmap()
tree
|
commitdiff
2006-09-14
Václav Slavík
renamed wxWindow::IsVisible() to IsShownOnScreen()...
tree
|
commitdiff
2006-09-13
Václav Slavík
renamed wxRect::Inside() to wxRect::Contains(), wxRect...
tree
|
commitdiff
2006-09-13
Václav Slavík
wxTLW::DoRefreshRect must check the rect, too
tree
|
commitdiff
2006-09-13
Václav Slavík
corrected painting implementation for wxDFB
tree
|
commitdiff
2006-09-12
Václav Slavík
limit clipping to surface area
tree
|
commitdiff
2006-09-11
Václav Slavík
fixed two typos: XLOG2DEV was used instead of YLOG2DEV
tree
|
commitdiff
2006-09-11
Václav Slavík
implemented DrawPoint in terms of DrawLine (for now)
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
make it possible to create wxWindowDC for a hidden...
tree
|
commitdiff
2006-09-08
Václav Slavík
fixed wxDC to correctly handle SetFoo(wxNullFoo) calls
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
make sure wxWindow has valid (albeit bogus) size from...
tree
|
commitdiff
2006-09-07
Václav Slavík
don't create a subsurface in wxClientDC unless necessary
tree
|
commitdiff
2006-09-07
Václav Slavík
verify that we're not painting on hidden window (which...
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
removed unneeded header
tree
|
commitdiff
next