2010-04-24 |
Vadim Zeitlin | Disable ImageTestCase::LoadFromFile() on build slaves. |
tree | commitdiff |
2010-04-22 |
Vadim Zeitlin | Fix harmless warning about a possibly uninitialized... |
tree | commitdiff |
2010-04-22 |
Jaakko Salli | Allow wxAny to contain 'const char*' or 'const wchar_t... |
tree | commitdiff |
2010-04-20 |
Jaakko Salli | Fix VC6 compilation by changing the order of assignment... |
tree | commitdiff |
2010-04-19 |
Jaakko Salli | Improve wxAny<->wxVariant conversion 64-bit integer... |
tree | commitdiff |
2010-04-18 |
Vadim Zeitlin | Use "monospace" face name for all Unix systems, hopeful... |
tree | commitdiff |
2010-04-18 |
Jaakko Salli | Fix wxAny for VC6 by removing 'wxAny& operator=(const... |
tree | commitdiff |
2010-04-16 |
Jaakko Salli | wxVariant <-> wxAny conversion functionality. Includes... |
tree | commitdiff |
2010-04-16 |
Václav Slavík | Remove wxLOCALE_CONV_ENCODING flag. |
tree | commitdiff |
2010-04-16 |
Václav Slavík | Add wxLOCALE_DONT_LOAD_DEFAULT (=0) for clarity. |
tree | commitdiff |
2010-04-16 |
Václav Slavík | Remove wxUSE_WCHAR_T checks. |
tree | commitdiff |
2010-04-15 |
Vadim Zeitlin | Fix using weak references to incomplete classes. |
tree | commitdiff |
2010-04-13 |
Vadim Zeitlin | Exclude wxWeakRef tests not compiling with VC6 from... |
tree | commitdiff |
2010-04-12 |
Vadim Zeitlin | Fix string stream unit test compilation in non-Unicode... |
tree | commitdiff |
2010-04-12 |
Vadim Zeitlin | Fix return value of wxList::insert() in non-STL builds. |
tree | commitdiff |
2010-04-11 |
Vadim Zeitlin | Add wxString::ToStdString() and ToStdWstring(). |
tree | commitdiff |
2010-04-10 |
Vadim Zeitlin | Add non-template wxWeakRef<T> constructor from T*. |
tree | commitdiff |
2010-04-09 |
Václav Slavík | Regenerated makefiles after removing USE_GDIPLUS. |
tree | commitdiff |
2010-04-07 |
Robin Dunn | Add wxVectorSort function for sorting wxVector<T> conta... |
tree | commitdiff |
2010-04-07 |
Vadim Zeitlin | Rename the rest of wxSIZE_CONV_TRADIONAL to wxSIZE_CONV... |
tree | commitdiff |
2010-04-06 |
Vadim Zeitlin | Attempt to correct mysterious MSVC6 compilation error. |
tree | commitdiff |
2010-04-06 |
Vadim Zeitlin | Fix more harmless warnings. |
tree | commitdiff |
2010-04-06 |
Vadim Zeitlin | Add support for IEC and SI size units to wxFileName... |
tree | commitdiff |
2010-03-30 |
Francesco Montorsi | Committing modified version of jwiesemann's patch ... |
tree | commitdiff |
2010-03-29 |
Vadim Zeitlin | Add wxBitmap unit test. |
tree | commitdiff |
2010-03-28 |
Vadim Zeitlin | Implement wxMask copy ctor for wxGTK. |
tree | commitdiff |
2010-03-28 |
Václav Slavík | Fix UTF-8 string storage in constant: use unsigned... |
tree | commitdiff |
2010-03-28 |
Václav Slavík | Add test wxFileSystem::FileNameToURL,URLToFileName... |
tree | commitdiff |
2010-03-22 |
Vadim Zeitlin | Temporarily disable wxFileSystemWatcher unit test under... |
tree | commitdiff |
2010-03-21 |
Francesco Montorsi | reorder GetLabel(), GetLabelText(), SetLabel() and... |
tree | commitdiff |
2010-03-18 |
Vadim Zeitlin | Ensure that setting wxChoice height to its default... |
tree | commitdiff |
2010-03-18 |
Vadim Zeitlin | Fix box sizer layout algorithm to respect both proporti... |
tree | commitdiff |
2010-03-18 |
Vadim Zeitlin | Ensure that size in the minor direction of box sizer... |
tree | commitdiff |
2010-03-18 |
Vadim Zeitlin | Ensure that size in the major direction of box sizer... |
tree | commitdiff |
2010-03-18 |
Vadim Zeitlin | Add (a very simple for now) wxBoxSizer unit test. |
tree | commitdiff |
2010-03-14 |
Vadim Zeitlin | Fix test for compilers not supporting \u escapes in... |
tree | commitdiff |
2010-03-14 |
Vadim Zeitlin | Set correct properties for the new file added in r63660. |
tree | commitdiff |
2010-03-10 |
Francesco Montorsi | Fix function wxControlBase::DoEllipsizeSingleLine to... |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Fix bug in wxStringOutputStream unit test. |
tree | commitdiff |
2010-01-23 |
Vadim Zeitlin | Don't crash when input is empty in wxFileConfig(wxInput... |
tree | commitdiff |
2010-01-14 |
Vadim Zeitlin | No real changes, just fix a typo in comments and docume... |
tree | commitdiff |
2010-01-04 |
Vadim Zeitlin | Fix wxConvAuto behaviour when it is used by wxTextInput... |
tree | commitdiff |
2010-01-04 |
Vadim Zeitlin | Compilation fix for VC6 after r63061. |
tree | commitdiff |
2010-01-04 |
Vadim Zeitlin | Correctly parse times without seconds in wxDateTime... |
tree | commitdiff |
2010-01-04 |
Kevin Ollivier | Rebake from clean wx tree. |
tree | commitdiff |
2009-12-30 |
Michael Wetherell | Add another test for sparse file support so that the... |
tree | commitdiff |
2009-12-30 |
Michael Wetherell | Repair the stream tests. |
tree | commitdiff |
2009-12-22 |
Michael Wetherell | Add support for large stdio files for VC 8+. What versi... |
tree | commitdiff |
2009-12-17 |
Vadim Zeitlin | Correct wxDateTime::GetWeekOfMonth() for days in the... |
tree | commitdiff |
2009-12-08 |
Vadim Zeitlin | Use X64 machine type for MSVC linker instead of old... |
tree | commitdiff |
2009-12-06 |
Vadim Zeitlin | Correct two bugs in wxMBConv::FromWChar() with non... |
tree | commitdiff |
2009-12-05 |
Vadim Zeitlin | Add support for MSW unique volume names to wxFileName. |
tree | commitdiff |
2009-11-28 |
Vadim Zeitlin | Allow calling wxStrchr() with a narrow string and wide... |
tree | commitdiff |
2009-11-24 |
Vadim Zeitlin | Make the assert in SettingsTestCase::GlobalFonts()... |
tree | commitdiff |
2009-11-19 |
Jaakko Salli | Added typeinfo.h which implements wxTypeId, using C... |
tree | commitdiff |
2009-11-18 |
Kevin Ollivier | Rebake after last commit. |
tree | commitdiff |
2009-11-09 |
Vadim Zeitlin | Fix unit test added in r62561 to work under Windows... |
tree | commitdiff |
2009-11-05 |
Vadim Zeitlin | Recognize UNCs starting with forward slashes too in... |
tree | commitdiff |
2009-10-31 |
Kevin Ollivier | Bakefile 0.2.8 rebake. |
tree | commitdiff |
2009-10-30 |
Kevin Ollivier | Initial ShowWithoutActivating implementations for Mac... |
tree | commitdiff |
2009-10-23 |
Vadim Zeitlin | Rebaked using post-0.2.7 svn version of bakefile. |
tree | commitdiff |
2009-10-23 |
Vadim Zeitlin | Use an even more informative error message in wxFSW... |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Give more informative error in wxFSW test. |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Fix g++ compilation of wxFileSystemWatcher test after... |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Fix wxFSW test compilation with VC6. |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Rebake everything using bakefile 0.2.7. |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Merge SOC2009_FSWATCHER branch into trunk. |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Extract operator<<(ostream, wxFileName) from filename... |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Remove unwanted solution files from the repository. |
tree | commitdiff |
2009-10-08 |
Kevin Ollivier | Make sure all Bakefile formats that use CRLF line feeds... |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Fix another off-by-1 bug in wxMBConv::ToWChar(). |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | No changes, just convert file to UTF-8. |
tree | commitdiff |
2009-09-21 |
Vadim Zeitlin | Abort on asserts in worker threads. |
tree | commitdiff |
2009-09-21 |
Vadim Zeitlin | Fix harmless unused variable warning. |
tree | commitdiff |
2009-09-20 |
Vadim Zeitlin | Add missing header to fix wxAny test compilation under... |
tree | commitdiff |
2009-09-19 |
Vadim Zeitlin | Add wxColour::{Set,Get}RGB[A](). |
tree | commitdiff |
2009-09-19 |
Vadim Zeitlin | Set svn properties correctly for the newly added files. |
tree | commitdiff |
2009-09-19 |
Jaakko Salli | Fixed wxAny tests for VC6 |
tree | commitdiff |
2009-09-19 |
Jaakko Salli | wxAny initial commit (closes #10932) |
tree | commitdiff |
2009-09-16 |
Vadim Zeitlin | Provide implementation for wxArrayString::resize(). |
tree | commitdiff |
2009-09-13 |
Vadim Zeitlin | Fix test compilation under OS X. |
tree | commitdiff |
2009-09-12 |
Vadim Zeitlin | Write correct number of bytes in wxFile::Write(wxString). |
tree | commitdiff |
2009-09-12 |
Vadim Zeitlin | Extract TestFile class in a separate header. |
tree | commitdiff |
2009-09-12 |
Vadim Zeitlin | Rebake all the samples, demos and tests makefiles. |
tree | commitdiff |
2009-09-12 |
Vadim Zeitlin | regenerated |
tree | commitdiff |
2009-09-07 |
Vadim Zeitlin | Fix bug with parsing concatenated switches in wxCmdLine... |
tree | commitdiff |
2009-08-30 |
Vadim Zeitlin | Correct wxImage::Size() again; add unit tests for it. |
tree | commitdiff |
2009-08-30 |
Vadim Zeitlin | Fix buffer overflow in wxURLDataObject. |
tree | commitdiff |
2009-08-30 |
Vadim Zeitlin | Output the extracted number from wxString::ToXXX()... |
tree | commitdiff |
2009-08-24 |
Vadim Zeitlin | Don't append text following CDATA section to its node... |
tree | commitdiff |
2009-08-23 |
Vadim Zeitlin | Never overflow the output buffer in wxBase64Decode(). |
tree | commitdiff |
2009-08-18 |
Vadim Zeitlin | Include wx/filefn.h to fix PCH-less compilation. |
tree | commitdiff |
2009-08-18 |
Vadim Zeitlin | Fix last error display in wxLogSysError(). |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Implement wxVLogTrace() accidentally removed by recent... |
tree | commitdiff |
2009-07-22 |
Vadim Zeitlin | Added ParseFormat("%s") tests. |
tree | commitdiff |
2009-07-21 |
Vadim Zeitlin | added a test for white space after CDATA (see #10552) |
tree | commitdiff |
2009-07-20 |
Vadim Zeitlin | Put braces around all calls to wxLogFunctions() inside... |
tree | commitdiff |
2009-07-12 |
Vadim Zeitlin | Added wxVector::swap(). |
tree | commitdiff |
2009-07-12 |
Vadim Zeitlin | Add component-level filtering to wxLog. |
tree | commitdiff |
next |