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-10 |
Stefan Csomor | correcting include style |
tree | commitdiff |
2007-04-09 |
Vadim Zeitlin | don't overwrite the buffer if extending it failed |
tree | commitdiff |
2007-04-09 |
Vadim Zeitlin | undid signed/unsigned warning fix of rev 1.73 as the... |
tree | commitdiff |
2007-04-09 |
Václav Slavík | removed spurious semicolons |
tree | commitdiff |
2007-04-08 |
Vadim Zeitlin | Call wxTLW::SetDefaultItem() from wxButtonBase::SetDefa... |
tree | commitdiff |
2007-04-08 |
Václav Slavík | fix crash in ~wxString with global wxString objects... |
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 | don't allocate m_refData unnecessarily |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | don't crash when IsEmpty() is called on invalid bundle... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | 1. changed wxIconBundle to use m_refData and COW to... |
tree | commitdiff |
2007-04-07 |
Vadim Zeitlin | add support for resources forks in wxCopyFile() (modifi... |
tree | commitdiff |
2007-04-07 |
Václav Slavík | STL build compilation fix |
tree | commitdiff |
2007-04-06 |
Vadim Zeitlin | handle child destruction notifications in wxTLW itself... |
tree | commitdiff |
2007-04-06 |
Stefan Neis | OS/2 specific compilation fix for wxCStrData handling. |
tree | commitdiff |
2007-04-05 |
Vadim Zeitlin | make wxControlContainer accept focus depending on wheth... |
tree | commitdiff |
2007-04-05 |
Vadim Zeitlin | added overloads taking pairs of const char/wchar_t... |
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 |
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-02 |
Vadim Zeitlin | removed second parameter of wxFrame::DoGiveHelp(),... |
tree | commitdiff |
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 |
next |