2007-04-02 |
Václav Slavík | added some unsigned char overloads to wxString for... |
tree | commitdiff |
2007-04-02 |
Václav Slavík | GetBaseByName doesn't exist anymore |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | compilation fix for wxUniv after last commit |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | compilation fix for !wxUSE_PRINTF_POS_PARAMS |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | implement GetBestSize() (patch 1386199) |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | fixes for PCH-less build after last commit |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | fix unused parameter warning when wxHAS_NATIVE_OVERLAY... |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | added support for ellipsization and markup in wxStaticT... |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | added a generic mechanism for registering global handle... |
tree | commitdiff |
2007-04-01 |
Václav Slavík | wint_t is wchar_t on OS/2 too |
tree | commitdiff |
2007-04-01 |
Václav Slavík | (OS/2) compilation fix |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | 1. Moved m_usePrimary to wxClipboardBase as it's now... |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | decouple primary selection handling from clipboard... |
tree | commitdiff |
2007-03-31 |
Vadim Zeitlin | simplified the code by using new wxClipboardSync class... |
tree | commitdiff |
2007-03-30 |
Václav Slavík | fixed wxDB compilation |
tree | commitdiff |
2007-03-30 |
Václav Slavík | added missing public keyword to wxWritableCharTypeBuffe... |
tree | commitdiff |
2007-03-30 |
Václav Slavík | added char_str() and wchar_str() methods to wxString... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | added wxSizerItem::AssignXXX() methods replacing the... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | added SetSelectionToPage/Window() to simplify code... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | removed virtual GetSelectedBitmap() from the base wxDC... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | define wxHAS_NATIVE_TAB_TRAVERSAL in wx/features.h... |
tree | commitdiff |
2007-03-29 |
Václav Slavík | fixed warning about comparing int to size_t |
tree | commitdiff |
2007-03-29 |
Václav Slavík | added wxCStrData::operator- for compatibility with... |
tree | commitdiff |
2007-03-29 |
Václav Slavík | added creation of wxUniChar from int and conversion... |
tree | commitdiff |
2007-03-29 |
Vadim Zeitlin | added overloads of operators for wint_t for VC when... |
tree | commitdiff |
2007-03-29 |
Vadim Zeitlin | define ATTRIBUTE_PRINTF(m,n) and not just ATTRIBUTE_PRI... |
tree | commitdiff |
2007-03-28 |
Vadim Zeitlin | added wxString::operator[](int) as it's commonly used... |
tree | commitdiff |
2007-03-28 |
Václav Slavík | allow passing wx[W]CharBuffer to wx vararg templates |
tree | commitdiff |
2007-03-28 |
Václav Slavík | split string.{h,cpp} into {string,stringimpl,arrstr... |
tree | commitdiff |
2007-03-28 |
Václav Slavík | made wxHashMap work with any form of strings |
tree | commitdiff |
2007-03-28 |
Václav Slavík | re-enabled using std::string for wxStringImpl if wxUSE_... |
tree | commitdiff |
2007-03-27 |
Václav Slavík | disabled VC6 warning about passing a macro that expands... |
tree | commitdiff |
2007-03-26 |
Vadim Zeitlin | removed wxHAS_NATIVE_TAB_TRAVERSAL which is now defined... |
tree | commitdiff |
2007-03-26 |
Vadim Zeitlin | added wxWindow::NavigateIn(); provide wxGTK implementat... |
tree | commitdiff |
2007-03-26 |
Václav Slavík | use wxString for wxXmlResource::Set/GetDomain(), it... |
tree | commitdiff |
2007-03-26 |
Václav Slavík | use wxStrings in wxLocale methods, _() and wxGetTransla... |
tree | commitdiff |
2007-03-26 |
Václav Slavík | Preparing wxString for UTF-8 representation: |
tree | commitdiff |
2007-03-26 |
Vadim Zeitlin | use native TAB traversal for GTK+ 2 |
tree | commitdiff |
2007-03-26 |
Václav Slavík | added missing operators to wxString::reverse_iterator |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | do accept focus in notebook as it needs it for tabs |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | don't accept focus in book control itself |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | don't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVER... |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | don't check whether the window is shown and enabled... |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | why was this class made a wxControlContainer (rev.... |
tree | commitdiff |
2007-03-25 |
Václav Slavík | remove wxStringBase::AllocCopy(), it wasn't used anywhere |
tree | commitdiff |
2007-03-24 |
Vadim Zeitlin | moved Write(const wxString&) to .cpp files as they... |
tree | commitdiff |
2007-03-24 |
Julian Smart | Test for encoding conversion success in wxFile::Write... |
tree | commitdiff |
2007-03-24 |
Julian Smart | Test for encoding conversion success in wxFFile::Write... |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | fixed compilation for Windows compilers now after last... |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | added conversions to unsigned short: this fixes compila... |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | make IsEnabled() return false even if the window parent... |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | also removed WXDLLIMPEXP_BASE from friend declaration... |
tree | commitdiff |
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 |
next |