2007-04-01 |
Vadim Zeitlin | fixes for PCH-less build after last commit |
tree | commitdiff |
2007-04-01 |
Vadim Zeitlin | added support for ellipsization and markup in wxStaticT... |
tree | commitdiff |
2007-03-30 |
Václav Slavík | fixed wxDB compilation |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | don't use deprecated wxSizerItem::SetWindow/Sizer/Space... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | clear m_oldStatusText after restoring it, otherwise... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | added wxSizerItem::AssignXXX() methods replacing the... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | added IO errors handling to TGA reading code |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | fix error handling in the generic branch of wxCopyFile() |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | fixed memory leaks when reading invalid GIFs |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | don't dereference potentially NULL m_sock in Disconnect() |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | check for alpha first, then mask, in BlurHorizontal... |
tree | commitdiff |
2007-03-30 |
Vadim Zeitlin | check that the pointer is non-NULL before using it... |
tree | commitdiff |
2007-03-29 |
Václav Slavík | PCH-less compilation fix |
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-26 |
Vadim Zeitlin | added wxWindow::NavigateIn(); provide wxGTK implementat... |
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 |
Robin Dunn | Forward port of my recent changes in the 2.8 branch: |
tree | commitdiff |
2007-03-26 |
Vadim Zeitlin | added ellipsis to a couple of stock labels |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | don't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVER... |
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-23 |
Vadim Zeitlin | make IsEnabled() return false even if the window parent... |
tree | commitdiff |
2007-03-22 |
Vadim Zeitlin | removed Matches(const wxChar *, int=0) overload: it... |
tree | commitdiff |
2007-03-21 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2007-03-20 |
Václav Slavík | compilation fixes for !wxUSE_INTL case |
tree | commitdiff |
2007-03-20 |
Vadim Zeitlin | don't offset the window being centered more than strict... |
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 | fix non-PCH build after latest change |
tree | commitdiff |
2007-03-19 |
Václav Slavík | fixed compilation if wxUSE_STL=1 |
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 | handle 0 timeout in RunLoop() correctly |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | implement DoStretchBlit() in terms of DoBlit() and... |
tree | commitdiff |
2007-03-19 |
Vadim Zeitlin | return wxFONTENCODING_ISO8859_1, not wxFONTENCODING_SYS... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | added labels support for toolbar controls for wxMac... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | modify m_encoding, not m_name, in wxCSConv::CreateConvI... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | don't check if the file exists if we don't use it |
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 | gcc signed/unsigned warning fix |
tree | commitdiff |
2007-03-17 |
Vadim Zeitlin | output '}' as wxChar, not char, which results in using... |
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 | added missing #pragma hdrstop |
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 | don't waste time updating state of tools in a hidden... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | include wx/msw/missing.h after wx/msw/private.h, otherw... |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | call GetWidth/Height() only once in Rotate() and not... |
tree | commitdiff |
2007-03-15 |
Vadim Zeitlin | added wxGridUpdateLocker helper class wrapping Begin... |
tree | commitdiff |
2007-03-15 |
Vadim Zeitlin | fix GetSize() for large files (patch 1680876) |
tree | commitdiff |
2007-03-14 |
Václav Slavík | constructing a sentence dynamically is not i18n-friendl... |
tree | commitdiff |
2007-03-12 |
Vadim Zeitlin | include <locale.h> before using setlocale() |
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 |
Vadim Zeitlin | use wxConvLibc, not wxConvCurrent, with regerror() |
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-08 |
Vadim Zeitlin | include wx/thread.h in debug build which is needed... |
tree | commitdiff |
2007-03-08 |
Vadim Zeitlin | made wxGetTimeOfDay() public |
tree | commitdiff |
2007-03-08 |
Vadim Zeitlin | fix the bug which could have resulted in failing to... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | update the value shown in the combobox itself correctly... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | test for special keys first, before testing for alphanu... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | fix handling of wxSOCKET_REUSEADDR in wxDatagramSocket... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | fix base64 computation for strings whose length modulo... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | native wxHyperlinkCtrl implementation for GTK+ 2.10... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | use critical section to protect global TablesInUse... |
tree | commitdiff |
2007-03-07 |
Václav Slavík | deprecated wxString::GetWriteBuf() and friends in favou... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... |
tree | commitdiff |
2007-03-04 |
Vadim Zeitlin | wxCreateGreyedImage() deprecated, use wxImage::ConvertT... |
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-26 |
Jouk Jansen | OpenVMS compile support update |
tree | commitdiff |
2007-02-24 |
Vadim Zeitlin | recognize the encoding name without hyphens as synonym... |
tree | commitdiff |
2007-02-24 |
Vadim Zeitlin | added MSxxx and IBMxxx as synonyms for CPxxx code pages... |
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-22 |
Julian Smart | Fixed a confusion between window and client size that... |
tree | commitdiff |
2007-02-17 |
Robert Roebling | Most of FM's wxDataViewCtrl patch. |
tree | commitdiff |
2007-02-17 |
Robert Roebling | [1660792 ] wxObject::Dec/IncRef and wxObjectDataPtr |
tree | commitdiff |
2007-02-16 |
Julian Smart | IsShown shouldn't cause empty sizers to not have their... |
tree | commitdiff |
2007-02-13 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2007-02-12 |
Vadim Zeitlin | fixed LastRead() after Read(wxOutputStream&) (patch... |
tree | commitdiff |
2007-02-12 |
Vadim Zeitlin | removed spurious cast of GetTruncatedJDN() return value... |
tree | commitdiff |
2007-02-11 |
Vadim Zeitlin | don't use strlen() to verify the length of the string... |
tree | commitdiff |
2007-02-11 |
Vadim Zeitlin | write the entire file at once in Flush() instead of... |
tree | commitdiff |
2007-02-11 |
Vadim Zeitlin | changed GetFromWindow() to take const pointer |
tree | commitdiff |
2007-02-09 |
Julian Smart | Reverted renderer changes and just use window variant... |
tree | commitdiff |
2007-02-08 |
Julian Smart | Added size constants to allow drawn control parts to... |
tree | commitdiff |
2007-02-04 |
Stefan Csomor | adding scroll axis to wheel events |
tree | commitdiff |
2007-02-04 |
Vadim Zeitlin | added wxEventBlocker class (patch 1622444) |
tree | commitdiff |
2007-02-01 |
Vadim Zeitlin | use wxObject copy ctor, not default ctor, in wxEvent... |
tree | commitdiff |
2007-01-26 |
Stefan Csomor | fix for drawing in the 'grox box' between two scrollbars |
tree | commitdiff |
next |