2007-03-23 |
Václav Slavík | wxLogGeneric usage compilation fix |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | removed dll export declaration for wxCStrData: it's... |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | fix DLL build with MSVC: it wasn't happy that some... |
tree | commitdiff |
2007-03-22 |
Václav Slavík | reimplemented wx[W]CharBuffer using templates |
tree | commitdiff |
2007-03-22 |
Vadim Zeitlin | added explicit conversion of wxCStrData to const void... |
tree | commitdiff |
2007-03-22 |
Vadim Zeitlin | remove wxWINT_T_IS_TYPEDEF as it seems wint_t is always... |
tree | commitdiff |
2007-03-22 |
Vadim Zeitlin | added macros to avoid code repetition when defining... |
tree | commitdiff |
2007-03-22 |
Vadim Zeitlin | added wxCStrData conversion to const unsigned char... |
tree | commitdiff |
2007-03-22 |
Vadim Zeitlin | add operator+=(unsigned char) for backwards compatibili... |
tree | commitdiff |
2007-03-22 |
Vadim Zeitlin | added conversion to unsigned int too: this is needed... |
tree | commitdiff |
2007-03-22 |
Vadim Zeitlin | removed Matches(const wxChar *, int=0) overload: it... |
tree | commitdiff |
2007-03-21 |
Paul Cornett | revert use of AllocExclusive |
tree | commitdiff |
2007-03-20 |
Vadim Zeitlin | removed extraneous comma at the end of wxGridDirection... |
tree | commitdiff |
2007-03-20 |
Vadim Zeitlin | removed extraneous semicolons |
tree | commitdiff |
2007-03-20 |
Václav Slavík | added wxUniChar <-> unsigned char conversion |
tree | commitdiff |
2007-03-20 |
Václav Slavík | compilation fix after STL fixes if 2.8 compatibility... |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | deprecate wxTR_EXTENDED and remove it from the docs |
tree | commitdiff |
2007-03-19 |
Václav Slavík | fixed compilation if wxUSE_STL=1 |
tree | commitdiff |
2007-03-19 |
Václav Slavík | fixed missing ; after class declaration |
tree | commitdiff |
2007-03-19 |
Václav Slavík | tagged IsEmpty(), Strlen() and Stricmp() global functio... |
tree | commitdiff |
2007-03-19 |
Václav Slavík | use wxUin32 for wxUniChar::value_type: we need 32bit... |
tree | commitdiff |
2007-03-19 |
Václav Slavík | wxUniChar::unicode_type -> value_type |
tree | commitdiff |
2007-03-19 |
Václav Slavík | split wxchar.h into several smaller headers |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | added wxString::operator=(const wxCStrData&) to make... |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | added ctor for wxChar/WCharBuffer from wxCStrData in... |
tree | commitdiff |
2007-03-19 |
Václav Slavík | fixed wxDataViewCtrl compilation with DigitalMars |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | initialize m_maxFD to avoid passing invalid values... |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | compilation fix after wxUniChar changes |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | added wxXmString ctor from wxCStrData to fix compilatio... |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | add overloads of wxString and wxCStrData::operator... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | added wxCStrData::operator+(long) overload (this fixes... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | fixed all the other ports broken by controls labels... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | replaced c_str() with mb_str() to fix compilation after... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | added labels support for toolbar controls for wxMac... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | use wxStandardPaths and wxFileName in wxFileConfig... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | wxDC::StretchBlit() for wxMac and wxMSW (patch 1611973) |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | added wxJoin and wxSplit functions (modified patch... |
tree | commitdiff |
2007-03-17 |
Vadim Zeitlin | implemented wxMemoryInputStream::CanRead() and added... |
tree | commitdiff |
2007-03-17 |
Vadim Zeitlin | added wxMemoryInputStream(wxInputStream&, size_t) ctor... |
tree | commitdiff |
2007-03-17 |
Vadim Zeitlin | corrected WX_DEFINE_VARARG_FUNC_NOP usage |
tree | commitdiff |
2007-03-17 |
Václav Slavík | first phase of transition to unified Unicode build: |
tree | commitdiff |
2007-03-16 |
Václav Slavík | changed wxPlatform implicit conversion to string to... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | make wxFDIOHandler dtor virtual, it's meant to be used... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | refactoring: replace wxSocketDispatcher with more gener... |
tree | commitdiff |
2007-03-16 |
Václav Slavík | removed wxArrayString casting hack, it doesn't work... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | multiple fixes to wxJoystick under Unix and new index... |
tree | commitdiff |
2007-03-15 |
Vadim Zeitlin | added support for wxGRID_AUTOSIZE in wxGrid::SetRow... |
tree | commitdiff |
2007-03-15 |
Vadim Zeitlin | added wxGridUpdateLocker helper class wrapping Begin... |
tree | commitdiff |
2007-03-15 |
Vadim Zeitlin | removed outdated Classic files to avoid confusing people |
tree | commitdiff |
2007-03-15 |
Vadim Zeitlin | extracted code including gdiplus.h in a separate header |
tree | commitdiff |
2007-03-14 |
Vadim Zeitlin | removed wxUSE_DIB_FOR_BITMAP which doesn't seem to... |
tree | commitdiff |
2007-03-14 |
Vadim Zeitlin | avoid duplicated empty help menu in localized applicati... |
tree | commitdiff |
2007-03-13 |
Vadim Zeitlin | implemented Set/GetLabel() (part of patch 1679337) |
tree | commitdiff |
2007-03-13 |
Vadim Zeitlin | implemented GetLabel() (part of patch 1679337) |
tree | commitdiff |
2007-03-13 |
Vadim Zeitlin | allocate HPEN on demand instead of doing every time... |
tree | commitdiff |
2007-03-13 |
Vadim Zeitlin | allocate HFONT on demand instead of doing every time... |
tree | commitdiff |
2007-03-13 |
Vadim Zeitlin | fix setting the properties of a valid but unshared... |
tree | commitdiff |
2007-03-12 |
Vadim Zeitlin | removed extraneous semicolon (bug 1679080) |
tree | commitdiff |
2007-03-12 |
Vadim Zeitlin | added wxAppTraits::SetLocale() and call it during wxApp... |
tree | commitdiff |
2007-03-11 |
Vadim Zeitlin | added wxSafeConvertMB2WX/WX2MB() and use them when... |
tree | commitdiff |
2007-03-11 |
Paul Cornett | put refdata virtuals in the right class this time |
tree | commitdiff |
2007-03-11 |
Vadim Zeitlin | include wx/object.h now that wxConfigBase derives from... |
tree | commitdiff |
2007-03-11 |
Paul Cornett | use AllocExclusive |
tree | commitdiff |
2007-03-11 |
Vadim Zeitlin | argh, added missing comma in last commit |
tree | commitdiff |
2007-03-11 |
Vadim Zeitlin | added wxWinVersion_Vista to wxWinVersion enum |
tree | commitdiff |
2007-03-11 |
Vadim Zeitlin | derive wxConfig classes from wxObject and add wxRTTI... |
tree | commitdiff |
2007-03-10 |
Paul Cornett | make wxPenRefData private |
tree | commitdiff |
2007-03-10 |
Paul Cornett | use AllocExclusive |
tree | commitdiff |
2007-03-10 |
Paul Cornett | source id type is unsigned; minor cleanup |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | derive wxConfig classes from wxObject and add wxRTTI... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | allow using multiple wxBufferedDCs at once (patch 1589441) |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | miscellaneous LnF improvements, including support for... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | added GetTextExtent() overload returning wxSize (patch... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | added wxColour(RGBColor) ctor and use it insteaf of... |
tree | commitdiff |
2007-03-10 |
Paul Cornett | sizeof(char) is 1. By definition. |
tree | commitdiff |
2007-03-08 |
Vadim Zeitlin | fix extra comma at the end of wxStretch enum introduced... |
tree | commitdiff |
2007-03-08 |
Paul Cornett | remove unreachable declaration |
tree | commitdiff |
2007-03-08 |
Paul Cornett | use full repaint style instead of size event |
tree | commitdiff |
2007-03-08 |
Paul Cornett | non-debug build fix |
tree | commitdiff |
2007-03-08 |
Vadim Zeitlin | made wxGetTimeOfDay() public |
tree | commitdiff |
2007-03-08 |
Vadim Zeitlin | fix infinite recursion typo in operator!=() (patch... |
tree | commitdiff |
2007-03-08 |
Vadim Zeitlin | added wxMutex::LockTimeout() (modified patch 1671637) |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | native wxHyperlinkCtrl implementation for GTK+ 2.10... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | use wxRendererNative::DrawItemSelectionRect() to draw... |
tree | commitdiff |
2007-03-07 |
Václav Slavík | deprecated wxString::GetWriteBuf() and friends in favou... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed wx/wave.h which was deprecated since 2.4 |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 in non-MSW code |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | no changes, just a typo in SetItemImage() comment |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... |
tree | commitdiff |
2007-03-05 |
Vadim Zeitlin | use virtual size for the size of the buffer when wxBUFF... |
tree | commitdiff |
2007-03-05 |
Paul Cornett | use AllocExclusive |
tree | commitdiff |
2007-03-04 |
Vadim Zeitlin | handle mouse capture lost event in grid windows and... |
tree | commitdiff |
2007-03-04 |
Vadim Zeitlin | wxCreateGreyedImage() deprecated, use wxImage::ConvertT... |
tree | commitdiff |
2007-03-02 |
Julian Smart | Fixed premature exit of helpview sample and utility |
tree | commitdiff |
2007-03-02 |
Václav Slavík | changes wxDirExists() to accept wxString instead of... |
tree | commitdiff |
2007-03-01 |
Václav Slavík | allow using both char* and wchar_t* in wxFileConfig... |
tree | commitdiff |
2007-02-27 |
Vadim Zeitlin | Support encodings in wxGTK_CONV_BACK() in the same... |
tree | commitdiff |
2007-02-24 |
Václav Slavík | changed wxArrayString::m_pItems from wxChar* to const... |
tree | commitdiff |
2007-02-23 |
Robert Roebling | [ 1665996 ] Fixes/extensions to wxDataViewCtrl |
tree | commitdiff |
2007-02-20 |
Václav Slavík | allow creating wxString from char*, assigning to it... |
tree | commitdiff |
next |