2007-06-29 |
Václav Slavík | fixed wxVsnprintf() to write as much as it can if the... |
tree | commitdiff |
2007-06-29 |
Vadim Zeitlin | strip the leading dot from extension if present in... |
tree | commitdiff |
2007-06-28 |
Václav Slavík | fixed FromAscii to work with NULL argument (broken... |
tree | commitdiff |
2007-06-28 |
Václav Slavík | fixed FromAscii() changes to correctly handle embedded... |
tree | commitdiff |
2007-06-28 |
Václav Slavík | return const wxString& from wxFontMapper::GetDefaultCon... |
tree | commitdiff |
2007-06-28 |
Václav Slavík | ANSI+Unicode compatibility fixes to wxArrayString |
tree | commitdiff |
2007-06-28 |
Václav Slavík | added wxString::FromAscii(char*,size_t) for consistency... |
tree | commitdiff |
2007-06-28 |
Vadim Zeitlin | CanAcceptFocus() now returns true if either the window... |
tree | commitdiff |
2007-06-27 |
Vadim Zeitlin | don't invalidate the font in SetNativeFontInfo[Desc... |
tree | commitdiff |
2007-06-26 |
Vadim Zeitlin | remove .cvsignore files, they're useless with svn |
tree | commitdiff |
2007-06-26 |
Václav Slavík | compilation fixes for --with-regex=sys |
tree | commitdiff |
2007-06-26 |
Václav Slavík | compilation fixes for some cases |
tree | commitdiff |
2007-06-25 |
Václav Slavík | compilation fix if wxLongLong_t is not available |
tree | commitdiff |
2007-06-25 |
Václav Slavík | removed executable bit on files that aren't executables |
tree | commitdiff |
2007-06-25 |
Václav Slavík | wxDFB wxUSE_STL compilation fixes |
tree | commitdiff |
2007-06-22 |
Václav Slavík | use wxCRT_VsprintfA name instead of vsprintf, for consi... |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | make JPEG callbacks extern "C" to fix Sun CC warnings |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | fix Sun CC warnings about converting literal strings... |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | better Sun CC fix: put the function in anonymous namesp... |
tree | commitdiff |
2007-06-22 |
Vadim Zeitlin | Sun CC doesn't allow calling static function from templ... |
tree | commitdiff |
2007-06-22 |
Václav Slavík | PCH-less compilation fix |
tree | commitdiff |
2007-06-22 |
Václav Slavík | have only one string form of operator<< in output streams |
tree | commitdiff |
2007-06-22 |
Václav Slavík | normalize printf/scanf format strings correctly on... |
tree | commitdiff |
2007-06-21 |
Vadim Zeitlin | changed AddPendingEvent() to take const wxEvent referen... |
tree | commitdiff |
2007-06-21 |
Julian Smart | Added DetachOldLog to avoid destruction of old log... |
tree | commitdiff |
2007-06-21 |
Vadim Zeitlin | fix to the previous commit: percent signs have to be... |
tree | commitdiff |
2007-06-21 |
Vadim Zeitlin | fix handling of '#' in file names (patch 1740328) |
tree | commitdiff |
2007-06-20 |
Václav Slavík | more changes to make wx compile without implicit wxStri... |
tree | commitdiff |
2007-06-20 |
Vadim Zeitlin | don't free "static" alpha data (patch 1738966) |
tree | commitdiff |
2007-06-19 |
Václav Slavík | return wxString from wxDynamicLibrary::GetDllExt() |
tree | commitdiff |
2007-06-19 |
Václav Slavík | use wxString in wxFileSystem::FindFileInPath() |
tree | commitdiff |
2007-06-19 |
Václav Slavík | compilation fix for non-STL build |
tree | commitdiff |
2007-06-19 |
Václav Slavík | wxLog::Get/Settimestamp() now use wxString |
tree | commitdiff |
2007-06-19 |
Václav Slavík | changed wxFFileOutput/InputStream ctor 'mode' argument... |
tree | commitdiff |
2007-06-19 |
Václav Slavík | changed wxGLContext::SetColour() argument from wxChar... |
tree | commitdiff |
2007-06-18 |
Robin Dunn | Coerce to floating point to fix ResampleBicubic. See... |
tree | commitdiff |
2007-06-18 |
Mattia Barbon | Must update iterator to avoid infinite loop |
tree | commitdiff |
2007-06-18 |
Václav Slavík | improve XRC loading performance on Unix by avoiding... |
tree | commitdiff |
2007-06-18 |
Václav Slavík | make our vsnprintf() implementation work for ANSI versi... |
tree | commitdiff |
2007-06-17 |
Václav Slavík | determine wxFSFile's MIME type when wxFSFile::GetMimeTy... |
tree | commitdiff |
2007-06-16 |
Vadim Zeitlin | fix unused parameters warnings |
tree | commitdiff |
2007-06-16 |
Václav Slavík | fixed crash when setting locale |
tree | commitdiff |
2007-06-16 |
Václav Slavík | removed code for compatibility with OS X <= 10.2, 10... |
tree | commitdiff |
2007-06-16 |
Vadim Zeitlin | show the unhandled exceptions in debug build instead... |
tree | commitdiff |
2007-06-16 |
Vadim Zeitlin | replace wxDocument::GetPrintableName(wxString&) and... |
tree | commitdiff |
2007-06-15 |
Václav Slavík | always compile at least a minimal version of wxStandard... |
tree | commitdiff |
2007-06-15 |
Vadim Zeitlin | added wxDEPRECATED_BUT_USED_INTERNALLY macro and use... |
tree | commitdiff |
2007-06-15 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2007-06-15 |
Václav Slavík | don't put invalid UTF-8 data into wxString if Printf... |
tree | commitdiff |
2007-06-13 |
Václav Slavík | prefer wxFFile to wxFile if both are available, for... |
tree | commitdiff |
2007-06-13 |
Václav Slavík | make wxFrame a wxControlContainer too, so that it behav... |
tree | commitdiff |
2007-06-13 |
Václav Slavík | don't propagate wxChildFocusEvent outside of wxTLWs |
tree | commitdiff |
2007-06-13 |
Vadim Zeitlin | added wxNullPtr and use it instead of just 0 with wxFil... |
tree | commitdiff |
2007-06-12 |
Václav Slavík | use wxString in wxDateTime methods (only partially... |
tree | commitdiff |
2007-06-12 |
Václav Slavík | ANSI/Unix build compilation fixes |
tree | commitdiff |
2007-06-12 |
Václav Slavík | PCH-less compilation fix |
tree | commitdiff |
2007-06-11 |
Julian Smart | Added a new overload of wxDecToHex and used it in wxRic... |
tree | commitdiff |
2007-06-11 |
Václav Slavík | VC6 doesn't like 'return callToVoidFunc();' statements |
tree | commitdiff |
2007-06-11 |
Václav Slavík | OS X compilation fix |
tree | commitdiff |
2007-06-11 |
Václav Slavík | compilation fixes for PCH-less build |
tree | commitdiff |
2007-06-11 |
Václav Slavík | use wx/crt.h as the 'official' header for wxCRT wrapper... |
tree | commitdiff |
2007-06-10 |
Václav Slavík | fixed signed/unsigned comparison warning |
tree | commitdiff |
2007-06-10 |
Václav Slavík | PCH-less compilation fix |
tree | commitdiff |
2007-06-10 |
Václav Slavík | don't use implicit wxString->char*/wchar_t* conversion... |
tree | commitdiff |
2007-06-10 |
Václav Slavík | 1. made CRT wrappers definitions indepenent of wxUSE_UN... |
tree | commitdiff |
2007-06-08 |
Václav Slavík | added wxUniChar::AsUTF8() for easy conversion in UTF8... |
tree | commitdiff |
2007-06-07 |
Václav Slavík | removed unused glob.inc file |
tree | commitdiff |
2007-06-06 |
Robert Roebling | Added initial OS X implementation of the wxDataViewCtrl |
tree | commitdiff |
2007-06-06 |
Václav Slavík | fixed wxScanf() etc. to compile with Visual C++ again |
tree | commitdiff |
2007-06-04 |
Vadim Zeitlin | rename old wxAppConsole to wxAppConsoleBase and wxAppCo... |
tree | commitdiff |
2007-06-04 |
Václav Slavík | wxSscanf() and friends are now Unicode+ANSI friendly... |
tree | commitdiff |
2007-06-04 |
Václav Slavík | compilation fix |
tree | commitdiff |
2007-06-04 |
Václav Slavík | removed unneeded wxVaCopy calls |
tree | commitdiff |
2007-06-04 |
Václav Slavík | changed wxLog::OnLog(String) to take wxString instead... |
tree | commitdiff |
2007-06-04 |
Václav Slavík | changed wxFileSelector() etc. functions to use wxString... |
tree | commitdiff |
2007-06-03 |
Vadim Zeitlin | mingw32 doesn't define _tsystem so provide one ourselve... |
tree | commitdiff |
2007-06-03 |
Vadim Zeitlin | added raw RGB support and colour normalization to PNM... |
tree | commitdiff |
2007-06-02 |
Václav Slavík | use iterators in wxStaticText wrapping and escaping... |
tree | commitdiff |
2007-06-02 |
Vadim Zeitlin | factor out the fd<->handlers map from wxFDIODispatcher... |
tree | commitdiff |
2007-06-02 |
Václav Slavík | implemented wxMBConv::IsUTF8() helper for more classes... |
tree | commitdiff |
2007-05-31 |
Václav Slavík | use wxString, not wxChar*, in wxCreateDynamicObject... |
tree | commitdiff |
2007-05-30 |
Robert Roebling | Correct new_order index in RowsReordered(). |
tree | commitdiff |
2007-05-30 |
Václav Slavík | use wxString instead of wxChar* in wxColour::Set/FromString |
tree | commitdiff |
2007-05-29 |
Jouk Jansen | OpenVMS build update |
tree | commitdiff |
2007-05-28 |
Robert Roebling | Implemented dataview_model notification event to... |
tree | commitdiff |
2007-05-28 |
Robert Roebling | Removed wxDataViewViewColumn since it is redundant. |
tree | commitdiff |
2007-05-26 |
Stefan Csomor | mac complaining about const to non-const cast |
tree | commitdiff |
2007-05-25 |
Vadim Zeitlin | deal correctly with having too few items in wxFlexGridS... |
tree | commitdiff |
2007-05-25 |
Vadim Zeitlin | fix unreachable code warning in GetUntranslatedString() |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | disable clearing event tables by default, only do it... |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | don't create wxEventLoop in Initialize(), it's too... |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | added wxRect::operator+() and *() (union and intersecti... |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | added wxAppTraits::CreateConfig() (patch 1721149) |
tree | commitdiff |
2007-05-24 |
Vadim Zeitlin | use a different indicator when binding parameters and... |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | don't define wxEventLoop class differently in GUI and... |
tree | commitdiff |
2007-05-22 |
Vadim Zeitlin | added wOnAssert(..., wxCStrData) overload to fix compil... |
tree | commitdiff |
2007-05-21 |
Václav Slavík | added another needed wxOnAssert overload |
tree | commitdiff |
2007-05-21 |
Václav Slavík | 1. make debugging macros compatible with ANSI build... |
tree | commitdiff |
2007-05-21 |
Václav Slavík | return reference to non-temporary wxString instance... |
tree | commitdiff |
2007-05-21 |
Václav Slavík | debug messages don't need translation |
tree | commitdiff |
next |