2006-09-19 |
Václav Slavík | fixes to wxWindowDC flipping+clipping when painting...
|
commit | commitdiff | tree |
2006-09-19 |
Václav Slavík | fixed TLWs resizing to invalidate the DFB surface used...
|
commit | commitdiff | tree |
2006-09-18 |
Václav Slavík | basic blitting implementation
|
commit | commitdiff | tree |
2006-09-14 |
Václav Slavík | fixed incorrect passing of bitmap dimensions in DoBlit
|
commit | commitdiff | tree |
2006-09-14 |
Václav Slavík | added wxFAIL_MSG to unimplemented SetDepth/Width/Height
|
commit | commitdiff | tree |
2006-09-14 |
Václav Slavík | implemented convertion between wxImage and wxBitmap
|
commit | commitdiff | tree |
2006-09-14 |
Václav Slavík | added check for supported depth and 'not implemented...
|
commit | commitdiff | tree |
2006-09-14 |
Václav Slavík | implemented wxBitmap::GetSubBitmap()
|
commit | commitdiff | tree |
2006-09-14 |
Václav Slavík | renamed wxWindow::IsVisible() to IsShownOnScreen()...
|
commit | commitdiff | tree |
2006-09-13 |
Václav Slavík | renamed wxRect::Inside() to wxRect::Contains(), wxRect...
|
commit | commitdiff | tree |
2006-09-13 |
Václav Slavík | renamed wxRect::Inside() to wxRect::Contains(), wxRect...
|
commit | commitdiff | tree |
2006-09-13 |
Václav Slavík | wxTLW::DoRefreshRect must check the rect, too
|
commit | commitdiff | tree |
2006-09-13 |
Václav Slavík | corrected painting implementation for wxDFB
|
commit | commitdiff | tree |
2006-09-12 |
Václav Slavík | limit clipping to surface area
|
commit | commitdiff | tree |
2006-09-11 |
Václav Slavík | fixed two typos: XLOG2DEV was used instead of YLOG2DEV
|
commit | commitdiff | tree |
2006-09-11 |
Václav Slavík | implemented DrawPoint in terms of DrawLine (for now)
|
commit | commitdiff | tree |
2006-09-11 |
Václav Slavík | removed tabs and trailing whitespace
|
commit | commitdiff | tree |
2006-09-11 |
Václav Slavík | wxXML load/save improvements: added ability to not...
|
commit | commitdiff | tree |
2006-09-11 |
Václav Slavík | move misc surface helpers to wxIDirectFBSurface class
|
commit | commitdiff | tree |
2006-09-10 |
Václav Slavík | compilation fix
|
commit | commitdiff | tree |
2006-09-10 |
Václav Slavík | fixed subcontrols refreshing in wxWindow::Refresh
|
commit | commitdiff | tree |
2006-09-10 |
Václav Slavík | make it possible to create wxWindowDC for a hidden...
|
commit | commitdiff | tree |
2006-09-10 |
Václav Slavík | added wxWindow::IsVisible() method
|
commit | commitdiff | tree |
2006-09-09 |
Václav Slavík | added unary wxPoint::operator-
|
commit | commitdiff | tree |
2006-09-08 |
Václav Slavík | don't try to paint hidden windows
|
commit | commitdiff | tree |
2006-09-08 |
Václav Slavík | fixed wxDC to correctly handle SetFoo(wxNullFoo) calls
|
commit | commitdiff | tree |
2006-09-08 |
Václav Slavík | added newline to the end of the file to prevent gcc...
|
commit | commitdiff | tree |
2006-09-08 |
Václav Slavík | don't try to paint hidden windows
|
commit | commitdiff | tree |
2006-09-07 |
Václav Slavík | use GetCharHeight in GetHeight() instead of creating...
|
commit | commitdiff | tree |
2006-09-07 |
Václav Slavík | make sure wxWindow has valid (albeit bogus) size from...
|
commit | commitdiff | tree |
2006-09-07 |
Václav Slavík | don't create a subsurface in wxClientDC unless necessary
|
commit | commitdiff | tree |
2006-09-07 |
Václav Slavík | verify that we're not painting on hidden window (which...
|
commit | commitdiff | tree |
2006-09-07 |
Václav Slavík | don't treat DFB_TIMEOUT as error in WaitForEventWithTimeout
|
commit | commitdiff | tree |
2006-09-06 |
Václav Slavík | use C++ wrappers around DirectFB API for easier use
|
commit | commitdiff | tree |
2006-09-05 |
Václav Slavík | use macros to completely remove wxLogTrace, wxLogDebug...
|
commit | commitdiff | tree |
2006-09-04 |
Václav Slavík | removed unneeded header
|
commit | commitdiff | tree |
2006-09-04 |
Václav Slavík | better comment in wxSystemSettingsNative::GetColour
|
commit | commitdiff | tree |
2006-09-04 |
Václav Slavík | fixed wxRegion::operator==
|
commit | commitdiff | tree |
2006-09-04 |
Václav Slavík | cosmetic fixes
|
commit | commitdiff | tree |
2006-09-04 |
Václav Slavík | added alpha support to generic wxColour
|
commit | commitdiff | tree |
2006-09-04 |
Václav Slavík | reformatted DEFINE_STD_WXCOLOUR_CONSTRUCTORS to fit...
|
commit | commitdiff | tree |
2006-09-04 |
Václav Slavík | removed obsolete and incorrect comment
|
commit | commitdiff | tree |
2006-08-31 |
Václav Slavík | fixed typo in previous commit
|
commit | commitdiff | tree |
2006-08-31 |
Václav Slavík | added wxArtProvider::InsertProvider to accompany PushProvider
|
commit | commitdiff | tree |
2006-08-29 |
Václav Slavík | fixed crash in <sub/sup> handling (bug #1545152)
|
commit | commitdiff | tree |
2006-08-27 |
Václav Slavík | initial (not yet working) code for DirectFB port
|
commit | commitdiff | tree |
2006-08-27 |
Václav Slavík | made wxCSConv fall back to iso-8859-1 if wxFONTENCODING_SYST...
|
commit | commitdiff | tree |
2006-08-23 |
Václav Slavík | fixed HTML colours parsing after patch #1473731 ('wxColourBa...
|
commit | commitdiff | tree |
2006-08-23 |
Václav Slavík | compilation fix for !wxUSE_BUTTON
|
commit | commitdiff | tree |
2006-08-23 |
Václav Slavík | set wxUSE_TOOLBAR_NATIVE to 0 when --enable-universal...
|
commit | commitdiff | tree |
2006-08-23 |
Václav Slavík | removed wxUSE_TOOLBAR_SIMPLE leftovers from the main...
|
commit | commitdiff | tree |
2006-08-17 |
Václav Slavík | avoid calling wxSystemSettings::GetMetric() from wxIconBundl...
|
commit | commitdiff | tree |
2006-08-16 |
Václav Slavík | wxPlatformInfo::IsUsingUniversalWidgets() was broken...
|
commit | commitdiff | tree |
2006-08-16 |
Václav Slavík | fixed syntax errors (incorrect use of _)
|
commit | commitdiff | tree |
2006-08-16 |
Václav Slavík | documented wxAppTraits::GetPlatformInfo doesn't exist...
|
commit | commitdiff | tree |
2006-08-16 |
Václav Slavík | moved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject...
|
commit | commitdiff | tree |
2006-08-16 |
Václav Slavík | warning fix for !wxUSE_FONTMAP
|
commit | commitdiff | tree |
2006-08-11 |
Václav Slavík | compilation fix for compilation w/o precompiled headers
|
commit | commitdiff | tree |
2006-08-10 |
Václav Slavík | moved duplicated wxRegionContain definitions to wx...
|
commit | commitdiff | tree |
2006-08-10 |
Václav Slavík | moved duplicated wxRegionContain definitions to wx...
|
commit | commitdiff | tree |
2006-08-10 |
Václav Slavík | compilation fix for compilation w/o precompiled headers
|
commit | commitdiff | tree |
2006-08-10 |
Václav Slavík | moved mgl/colour.{cpp,h} to generic so that it can...
|
commit | commitdiff | tree |
2006-08-10 |
Václav Slavík | check that wxUniv is enabled when compiling for wxMGL
|
commit | commitdiff | tree |
2006-08-09 |
Václav Slavík | moved wxIcon implementation for ports where it's identical...
|
commit | commitdiff | tree |
2006-08-08 |
Václav Slavík | fixed SetBackground's argument check
|
commit | commitdiff | tree |
2006-08-08 |
Václav Slavík | fixed gcc warnings about wrong format string
|
commit | commitdiff | tree |
2006-08-08 |
Václav Slavík | added wxRect::Inside(wxRect) for testing if a rectangle...
|
commit | commitdiff | tree |
2006-08-08 |
Václav Slavík | 1. made wxImage compile with wxUSE_STREAMS but without...
|
commit | commitdiff | tree |
2006-08-08 |
Václav Slavík | wxPipeInputStream depends on wxFile, use wxUSE_FILE
|
commit | commitdiff | tree |
2006-08-08 |
Václav Slavík | wxPipeInputStream depends on wxFile, use wxUSE_FILE
|
commit | commitdiff | tree |
2006-08-08 |
Václav Slavík | safer GetFeature implementation: assert on unknown...
|
commit | commitdiff | tree |
2006-08-05 |
Václav Slavík | reformatted DEFINE_STD_WXCOLOUR_CONSTRUCTORS definition...
|
commit | commitdiff | tree |
2006-08-03 |
Václav Slavík | wxXPMDecoder requires wxUSE_IMAGE && wxUSE_XPM
|
commit | commitdiff | tree |
2006-08-01 |
Václav Slavík | fixed compilation for wxUSE_STATUSBAR w/o wxUSE_MENUS
|
commit | commitdiff | tree |
2006-08-01 |
Václav Slavík | move wx11 and (the rest of) wxMGL specific checks into...
|
commit | commitdiff | tree |
2006-08-01 |
Václav Slavík | wxX11's wxBitmap requires wxPalette, so check for wxUSE_PALETTE
|
commit | commitdiff | tree |
2006-08-01 |
Václav Slavík | compilation fix for !wxUSE_LOG
|
commit | commitdiff | tree |
2006-07-31 |
Václav Slavík | avoid warnings about undefined wxUSE_LOG_DEBUG if wxUSE_LOG=0
|
commit | commitdiff | tree |
2006-07-31 |
Václav Slavík | made the rest of wxEncodingConverter tables const
|
commit | commitdiff | tree |
2006-07-31 |
Václav Slavík | warnings fixes for !wxUSE_FONTMAP
|
commit | commitdiff | tree |
2006-07-31 |
Václav Slavík | compilation fix for !wxUSE_FONTMAPstrconv.cpp
|
commit | commitdiff | tree |
2006-07-31 |
Václav Slavík | don't pass window argument to NotifyCaptureLost, it...
|
commit | commitdiff | tree |
2006-07-31 |
Václav Slavík | wxFileModificationTime() needs wxDateTime, put it inside...
|
commit | commitdiff | tree |
2006-07-31 |
Václav Slavík | added wxEVT_MOUSE_CAPTURE_LOST event and code for correctly...
|
commit | commitdiff | tree |
2006-07-31 |
Václav Slavík | added wxEVT_MOUSE_CAPTURE_LOST event and code for correctly...
|
commit | commitdiff | tree |
2006-07-28 |
Václav Slavík | fixed makefiles to fail if building wxrc fails
|
commit | commitdiff | tree |
2006-07-28 |
Václav Slavík | reverted the change to not use wxList until dynarray...
|
commit | commitdiff | tree |
2006-07-27 |
Václav Slavík | don't use untyped wxList in wxXmlResource
|
commit | commitdiff | tree |
2006-07-15 |
Václav Slavík | don't require <value> node in wxColourPickerCtrl's...
|
commit | commitdiff | tree |
2006-07-15 |
Václav Slavík | added default value argument to wxXmlResourceHandler...
|
commit | commitdiff | tree |
2006-07-15 |
Václav Slavík | use <value> instead of <default-*> for initial value...
|
commit | commitdiff | tree |
2006-07-15 |
Václav Slavík | fixed crashes in wxFile/DirPickerCtrl::GetPath() due...
|
commit | commitdiff | tree |
2006-07-15 |
Václav Slavík | reformatted to fit on standard terminal
|
commit | commitdiff | tree |
2006-07-15 |
Václav Slavík | fixed typos in *picker.cpp files' headers
|
commit | commitdiff | tree |
2006-07-10 |
Václav Slavík | refresh tree item after changing its icon so that the...
|
commit | commitdiff | tree |
2006-07-10 |
Václav Slavík | test changing of selected item's icon in DoToggleIcon...
|
commit | commitdiff | tree |
2006-06-30 |
Václav Slavík | fixed wxCheckBoxBase::DoUpdateWindowUI to handle disabling...
|
commit | commitdiff | tree |
2006-05-17 |
Václav Slavík | commented OpenContainer usage
|
commit | commitdiff | tree |
2006-04-23 |
Václav Slavík | don't link against 3rd party image libs when building...
|
commit | commitdiff | tree |
2006-04-23 |
Václav Slavík | fixed bug: option's default value must be among the...
|
commit | commitdiff | tree |
next |