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 |
2009-07-09 |
Vadim Zeitlin | disable MSVC deprecation warnings as we intentionally... |
tree | commitdiff |
2009-07-08 |
Vadim Zeitlin | Changed wxLog DoLogXXX() callbacks and introduced wxLog... |
tree | commitdiff |
2009-07-07 |
Vadim Zeitlin | added a simple wxLog unit test |
tree | commitdiff |
2009-07-03 |
Vadim Zeitlin | add more tests for wxFileName::Normalize(DOTS) (see... |
tree | commitdiff |
2009-07-01 |
Vadim Zeitlin | interpret ~ specially only when it is the first charact... |
tree | commitdiff |
2009-07-01 |
Vadim Zeitlin | remove _T()s and wxChars from the test making it much... |
tree | commitdiff |
2009-06-20 |
Kevin Ollivier | Forward port wxGraphicsBitmap cairo implementation... |
tree | commitdiff |
2009-06-17 |
Michael Wetherell | fn.Mkdir now gives an ICE on VC6 now that it is const. |
tree | commitdiff |
2009-06-07 |
Vadim Zeitlin | disable a VC6 warning occurring inside a standard header |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | disable MSVC 8+ warning about using Unicode characters... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | disable warnings about unused parameters in CppUnit... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | use _isatty/_fdopen/_fileno() instead of isatty/fdopen... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | use _fileno() instead of fileno() with VC |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | use _unlink() instead of unlink() with VC |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | work around (harmless) warnings in VC7 release build |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | fix bug in generic wxTreeCtrl: calling SelectItem(true... |
tree | commitdiff |
2009-06-02 |
Francesco Montorsi | add wxGetLinuxDistributionInfo() and wxPlatformInfo... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | use a smaller timeout value to avoid blocking buildslav... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | minor change: differentiate the initial banner of test... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | add check about network connectivity; don't run the... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | fix PCH-less build |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | add wxImage test units to test loading from both seekab... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | add wxURL::GetInputStream test unit; add a global IsNet... |
tree | commitdiff |
2009-05-30 |
Francesco Montorsi | refactor printf benchmarks to fit the new wxWidgets... |
tree | commitdiff |
2009-05-24 |
Vadim Zeitlin | update CRT environment block in wxSetEnv() too |
tree | commitdiff |
2009-05-17 |
Vadim Zeitlin | disable a test failing under wxGTK because of what... |
tree | commitdiff |
2009-05-17 |
Vadim Zeitlin | use a different known good face name under non-MSW |
tree | commitdiff |
2009-05-17 |
Vadim Zeitlin | correct test failures under MSW, it shouldn't assume... |
tree | commitdiff |
2009-05-17 |
Vadim Zeitlin | correct test failures under MSW, it shouldn't assume... |
tree | commitdiff |
2009-05-17 |
Vadim Zeitlin | fix errors in EvtHandlerTestCase::BindFunctor() in... |
tree | commitdiff |
2009-05-12 |
Vadim Zeitlin | add MSVC project files to svn for consistency |
tree | commitdiff |
2009-05-12 |
Vadim Zeitlin | don't update stc.h when not building the library, it... |
tree | commitdiff |
2009-05-03 |
Vadim Zeitlin | removed the now unnecessary WX_CPPUNIT_ALLOW_EQUALS_TO_... |
tree | commitdiff |
2009-05-03 |
Vadim Zeitlin | allow comparison of int with 64 bit integer type (see... |
tree | commitdiff |
2009-05-03 |
Vadim Zeitlin | std::streamoff is just a (32 bit) long under Win32... |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | added wxStd{In,Out}putStream classes (closes #10637) |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | allow passing temporary functors to Bind() too (closes... |
tree | commitdiff |
2009-05-02 |
Vadim Zeitlin | improvements to wxEventFunctor classes; use wxHAS_EVENT... |
tree | commitdiff |
next |