- r65115: 2010-07-27 09:21:22 [FM] Francesco Montorsi
-
/interface/wx/window.h [diff, log, file]
mention wxSystemSettings::GetColour() in wxWindow::SetBackgroundColour() docs
- r65114: 2010-07-26 10:28:36 [FM] Francesco Montorsi
-
/src/generic/progdlgg.cpp [diff, log, file]
add a spacer in case the progress dialog is built without labels (elapsed/estimated/remaining) time nor buttons
- r65106: 2010-07-25 13:55:36 [FM] Francesco Montorsi
-
/interface/wx/thread.h [diff, log, file]
/src/msw/thread.cpp [diff, log, file]
/tests/thread/misc.cpp [diff, log, file]
make POSIX and Windows implementation of wxThread::Run() coherently assert when trying to Run() a thread twice; add a test for it.
- r65104: 2010-07-25 13:23:30 [FM] Francesco Montorsi
-
/docs/doxygen/overviews/log.h [diff, log, file]
/interface/wx/log.h [diff, log, file]
fix double documentation for the same wxLogTrace() functions
- r65103: 2010-07-25 11:53:54 [FM] Francesco Montorsi
-
/docs/doxygen/overviews/log.h [diff, log, file]
/interface/wx/log.h [diff, log, file]
refactor wxLog documentation moving verbose parts to the wxLog overview and grouping similar wxLog functions together
- r65101: 2010-07-25 11:26:04 [FM] Francesco Montorsi
-
/interface/wx/debugrpt.h [diff, log, file]
/src/common/debugrpt.cpp [diff, log, file]
do not add files in wxDebugReport::AddFile if copy failed
- r65100: 2010-07-25 11:24:38 [FM] Francesco Montorsi
-
/interface/wx/colour.h [diff, log, file]
/interface/wx/datetime.h [diff, log, file]
/interface/wx/gdicmn.h [diff, log, file]
/interface/wx/object.h [diff, log, file]
/interface/wx/platinfo.h [diff, log, file]
small doxygen warning fixes
- r65099: 2010-07-25 11:05:43 [FM] Francesco Montorsi
-
/docs/doxygen/htmlheader.inc [diff, log, file]
/docs/doxygen/images/tab_b.gif [log, file]
/docs/doxygen/images/tab_l.gif [log, file]
/docs/doxygen/images/tab_r.gif [log, file]
/docs/doxygen/regen.bat [diff, log, file]
/docs/doxygen/regen.sh [diff, log, file]
/docs/doxygen/wxtabs.css [log, file]
preserve doxygen 1.6.x look also with doxygen 1.7.x: it produces more readable navigation tabs
- r65097: 2010-07-25 09:54:44 [FM] Francesco Montorsi
-
/docs/doxygen/overviews/refcount.h [diff, log, file]
wxGraphics* classes are all ref-counted
- r65096: 2010-07-25 09:54:18 [FM] Francesco Montorsi
-
/interface/wx/aui/framemanager.h [diff, log, file]
add tables of events related to wxAuiManagerEvent
- r65095: 2010-07-25 09:52:13 [FM] Francesco Montorsi
-
/samples/mediaplayer/mediaplayer.cpp [diff, log, file]
no real change: just follow wx typical commenting style and separe // from the following characters with a space
- r64836: 2010-07-07 10:12:38 [FM] Francesco Montorsi
-
/docs/doxygen/overviews/eventhandling.h [diff, log, file]
mention wxPostEvent() and wxQueueEvent() and related wxEvtHandler functions.
use wx prefix for event table macros.
- r64755: 2010-06-26 11:44:05 [FM] Francesco Montorsi
-
/src/msw/aboutdlg.cpp [diff, log, file]
fix error (more arguments for wxString::Format than specifiers) occurring because of a misplaced bracket
- r64754: 2010-06-26 11:43:13 [FM] Francesco Montorsi
-
/include/wx/stackwalk.h [diff, log, file]
/interface/wx/graphics.h [diff, log, file]
fix couple of typos
- r64681: 2010-06-21 23:32:34 [FM] Francesco Montorsi
-
/tests/interactive/output.cpp [diff, log, file]
blind buildbot fix
- r64680: 2010-06-21 21:46:29 [FM] Francesco Montorsi
-
/tests/filename/filenametest.cpp [diff, log, file]
/tests/interactive/output.cpp [diff, log, file]
small warning+PCH fixes
- r64679: 2010-06-21 21:03:47 [FM] Francesco Montorsi
-
Click to show all 14 changes...
move console sample's interactive tests to two different CppUnit testsuites: InteractiveInputTestCase which requires user input and InteractiveOutputTestCase which outputs stuff to be checked from the user.
Leave in the console sample only a barebone console application (i.e. a real example).
Closes #11960
- r64678: 2010-06-21 19:47:14 [FM] Francesco Montorsi
-
/tests/file/dir.cpp [diff, log, file]
better DirTestCase::DirExists test;
fix test cases /usr//bin and /usr///bin: they succeed because wxDir::Exists does not care about redundant path separator (and this holds also for non-Unix platforms);
add some more test case
- r64677: 2010-06-21 19:44:27 [FM] Francesco Montorsi
-
/tests/filename/filenametest.cpp [diff, log, file]
minor change: use a "positive" logic: use shouldSucceed instead of shouldFail and use more descriptive names for non-existing folders; add a few test cases
- r64636: 2010-06-19 12:48:46 [FM] Francesco Montorsi
-
/samples/console/console.cpp [diff, log, file]
group all interactive tests together to make it easier to understand what's going on when running the sample
- r64635: 2010-06-19 12:32:57 [FM] Francesco Montorsi
-
Click to show all 12 changes...
Move dir tests from the console sample to DirTestCase
- r64634: 2010-06-19 12:28:38 [FM] Francesco Montorsi
-
/include/wx/dir.h [diff, log, file]
fix for non-PCH builds
- r64632: 2010-06-19 11:07:16 [FM] Francesco Montorsi
-
Click to show all 11 changes...
Remove identic implementations of wxDir::Exists from platform-specific files and put it in dircmn.cpp (they all used wxDirExists).
Add wxDir::Make() and wxDir::Remove() for coherency with wxDir::Exists() and document them as simple aliases to wxFileName functions, just a bit more readable.
- r64583: 2010-06-13 14:30:55 [FM] Francesco Montorsi
-
Click to show all 16 changes...
moved non-interactive tests for wxDynamicLibrary, wxGet/SetEnv, wxTempFile, wxCopyFile to appropriate CppUnit test suites;
removed wxFile and wxTextFile tests (complete testsuites already exist for them)
- r64539: 2010-06-09 18:03:27 [FM] Francesco Montorsi
-
/include/wx/gdicmn.h [diff, log, file]
/interface/wx/gdicmn.h [diff, log, file]
/src/common/gdicmn.cpp [diff, log, file]
Increase interoperability between wxPoint and wxRealPoint introducing constructors which convert between the two classes.