2007-04-11 |
Vadim Zeitlin | linking fix after the one before last commit |
tree | commitdiff |
2007-04-11 |
Mattia Barbon | Added --enable-extended_rtti configure switch (defaul... |
tree | commitdiff |
2007-04-11 |
Vadim Zeitlin | compilation fix after last commit |
tree | commitdiff |
2007-04-11 |
Vadim Zeitlin | don't use obsolete functions (mostly copystring() and... |
tree | commitdiff |
2007-04-11 |
Vadim Zeitlin | added our own implementation of strto[u]ll() if the... |
tree | commitdiff |
2007-04-10 |
Václav Slavík | don't crash if (char*)c_str() is used twice in a row... |
tree | commitdiff |
2007-04-10 |
Vadim Zeitlin | Big wxGL classes refactoring/cleanup: |
tree | commitdiff |
2007-04-09 |
Vadim Zeitlin | fix unused parameter warning introduced by last commit |
tree | commitdiff |
2007-04-09 |
Vadim Zeitlin | make wxVarVScrollLegacyAdaptor::OnGetLineHeight() non... |
tree | commitdiff |
2007-04-09 |
Vadim Zeitlin | compilation fixes after last commit |
tree | commitdiff |
2007-04-09 |
Václav Slavík | string iterator's operator- should return difference_ty... |
tree | commitdiff |
2007-04-09 |
Václav Slavík | removed spurious semicolons |
tree | commitdiff |
2007-04-09 |
Václav Slavík | compilation fix: needs wx/string.h |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | fix a fatal crash due to using wxHSCROLL presence in... |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefa... |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | fix the problem with parsing HTML comments (closes... |
tree | commitdiff |
2007-04-08 |
Václav Slavík | fix crash in ~wxString with global wxString objects... |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | fix new wxHVScroll code to build with WXWIN_COMPATIBILI... |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | The great wxVScrolledWindow refactoring: allow using... |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | corrected typo in the creation date |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | added wxPosition helper class (extracted from patch... |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | added wxEXEC_BLOCK flag (patch 1620430) |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | added GetIconOfExactSize() |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | made wxTLW::SetIcon() non-virtual, it was already imple... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | added IsEmpty() |
tree | commitdiff |
2007-04-07 |
Mattia Barbon | Rework wxMotif font/color inheritance so it works |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | 1. changed wxIconBundle to use m_refData and COW to... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | added MacOpenURL() (patch 1235957) |
tree | commitdiff |
2007-04-07 |
Robert Roebling | Restore border around non-scrolling widgets. The |
tree | commitdiff |
2007-04-06 |
Vadim Zeitlin | add conversion of wxUniChar[Ref] to unsigned int if... |
tree | commitdiff |
2007-04-06 |
Vadim Zeitlin | added operator-(const wxChar *, const wxCStrData&)... |
tree | commitdiff |
2007-04-06 |
Vadim Zeitlin | wxCStrData must be dllexport'd now that it has non... |
tree | commitdiff |
2007-04-06 |
Robin Dunn | More patches from FM to clean up after moving contribs... |
tree | commitdiff |
2007-04-06 |
Vadim Zeitlin | handle child destruction notifications in wxTLW itself... |
tree | commitdiff |
2007-04-06 |
Vadim Zeitlin | more compilation and linking fixes for !wxHAS_NATIVE_TA... |
tree | commitdiff |
2007-04-06 |
Vadim Zeitlin | compilation fix for VC7.1: add size_t overloads for... |
tree | commitdiff |
2007-04-05 |
Vadim Zeitlin | compilation fix for g++ 3 (and probably others) after... |
tree | commitdiff |
2007-04-05 |
Vadim Zeitlin | compilation fixes for generic TAB navigation after... |
tree | commitdiff |
2007-04-05 |
Vadim Zeitlin | make wxControlContainer accept focus depending on wheth... |
tree | commitdiff |
2007-04-05 |
Vadim Zeitlin | wxString::[const_]iterator operators -= and += should... |
tree | commitdiff |
2007-04-05 |
Vadim Zeitlin | added overloads taking pairs of const char/wchar_t... |
tree | commitdiff |
2007-04-05 |
Vadim Zeitlin | added WX_ASSERT_STR_EQUAL helper macro for comparing... |
tree | commitdiff |
2007-04-05 |
Václav Slavík | provide both const char* and const wchar_t* implicit... |
tree | commitdiff |
2007-04-05 |
Robin Dunn | Patch from FM with more bakefile tweaks and etc. |
tree | commitdiff |
2007-04-05 |
Vadim Zeitlin | use wxINT32_MIN, not LONG_MIN, in wxDateTime default... |
tree | commitdiff |
2007-04-05 |
Vadim Zeitlin | changed wxLongLongNative(hi, lo) ctor to take wxInt32... |
tree | commitdiff |
2007-04-05 |
Vadim Zeitlin | define C99-like wxINT8/16/32_MIN/MAX constants in addit... |
tree | commitdiff |
2007-04-05 |
Václav Slavík | made wxString::Replace, Matches and Find work with... |
tree | commitdiff |
2007-04-05 |
Robin Dunn | Bakefile and other changes for new locations of STC... |
tree | commitdiff |
2007-04-04 |
Václav Slavík | build fixes after previous commit |
tree | commitdiff |
2007-04-03 |
Václav Slavík | cleanup of wxString ctors and operator=: made both... |
tree | commitdiff |
2007-04-03 |
Vadim Zeitlin | Undid last commit and restored bool argument to wxFrame... |
tree | commitdiff |
2007-04-03 |
Václav Slavík | compilation fix for BCC5.5 |
tree | commitdiff |
2007-04-03 |
Václav Slavík | fixed wxBitmap<->wxImage conversion to not exchange... |
tree | commitdiff |
2007-04-02 |
Vadim Zeitlin | removed second parameter of wxFrame::DoGiveHelp(),... |
tree | commitdiff |
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 |
next |