wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 19 36 52Next Page

Changes per page:

25 50 100 250

Summarize files:

On | Off

Search:

Filter by Developer:

Sort Alphabetically Sort by Commits Show/Hide Inactive Developers
Show All
Vadim Zeitlin (17,160)
Robin Dunn (7,249)
Julian Smart (5,571)
Václav Slavík (4,915)
Robert Roebling (3,709)
Stefan Csomor (3,686)
Francesco Montorsi (1,299)
Mattia Barbon (841)
Stefan Neis (781)
Michael Wetherell (766)
Paul Cornett (765)
Chris Elliott (655)
Kevin Ollivier (600)
Jaakko Salli (542)
Ron Lee (517)
Jacob Jansen (363)
Steven Lamerton (186)
Bryan Petty (177)
User: HH (110)
Javier Torres (80)
Julien Weinzorn (50)
Peter Cawley (44)
Bo Yang (37)
Peter Most (32)
Mingquan Yang (29)
Ron Lee (27)
Rickard Westerlund (23)
Bo Yang (37)
Bryan Petty (177)
Chris Elliott (655)
Francesco Montorsi (1,299)
Jaakko Salli (542)
Jacob Jansen (363)
Javier Torres (80)
Julian Smart (5,571)
Julien Weinzorn (50)
Kevin Ollivier (600)
Mattia Barbon (841)
Michael Wetherell (766)
Mingquan Yang (29)
Paul Cornett (765)
Peter Cawley (44)
Peter Most (32)
Rickard Westerlund (23)
Robert Roebling (3,709)
Robin Dunn (7,249)
Ron Lee (517)
Ron Lee (27)
Stefan Csomor (3,686)
Stefan Neis (781)
Steven Lamerton (186)
User: HH (110)
Vadim Zeitlin (17,160)
Václav Slavík (4,915)

This changelog reflects changes in the wxWidgets SVN repository, and is updated every 10 minutes. All reported times are in UTC.

  • Legend:
  • Added (A) Added (A)
  • Deleted (D) Deleted (D)
  • Modified (M) Modified (M)
  • Copied (R) Copied (R)
  • [Branch]
  • [Tag]
  • Active Filters:
  • Francesco Montorsi Remove Filter

Changelog for wxWidgets (1,299 revisions):

r65115: 2010-07-27 09:21:22 [FM] Francesco Montorsi

M  /interface/wx/window.h  [diff, log, file]

 mention wxSystemSettings::GetColour() in wxWindow::SetBackgroundColour() docs

r65114: 2010-07-26 10:28:36 [FM] Francesco Montorsi

M  /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

M  /interface/wx/thread.h  [diff, log, file]
M  /src/msw/thread.cpp  [diff, log, file]
M  /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

M  /docs/doxygen/overviews/log.h  [diff, log, file]
M  /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

M  /docs/doxygen/overviews/log.h  [diff, log, file]
M  /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

M  /interface/wx/debugrpt.h  [diff, log, file]
M  /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

M  /interface/wx/colour.h  [diff, log, file]
M  /interface/wx/datetime.h  [diff, log, file]
M  /interface/wx/gdicmn.h  [diff, log, file]
M  /interface/wx/object.h  [diff, log, file]
M  /interface/wx/platinfo.h  [diff, log, file]

 small doxygen warning fixes

r65099: 2010-07-25 11:05:43 [FM] Francesco Montorsi

M  /docs/doxygen/htmlheader.inc  [diff, log, file]
A  /docs/doxygen/images/tab_b.gif  [log, file]
A  /docs/doxygen/images/tab_l.gif  [log, file]
A  /docs/doxygen/images/tab_r.gif  [log, file]
M  /docs/doxygen/regen.bat  [diff, log, file]
M  /docs/doxygen/regen.sh  [diff, log, file]
A  /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

M  /docs/doxygen/overviews/refcount.h  [diff, log, file]

 wxGraphics* classes are all ref-counted

r65096: 2010-07-25 09:54:18 [FM] Francesco Montorsi

M  /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

M  /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

M  /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

M  /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

M  /include/wx/stackwalk.h  [diff, log, file]
M  /interface/wx/graphics.h  [diff, log, file]

 fix couple of typos

r64681: 2010-06-21 23:32:34 [FM] Francesco Montorsi

M  /tests/interactive/output.cpp  [diff, log, file]

 blind buildbot fix

r64680: 2010-06-21 21:46:29 [FM] Francesco Montorsi

M  /tests/filename/filenametest.cpp  [diff, log, file]
M  /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

M  /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

M  /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

M  /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

M  /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

M  /include/wx/gdicmn.h  [diff, log, file]
M  /interface/wx/gdicmn.h  [diff, log, file]
M  /src/common/gdicmn.cpp  [diff, log, file]

 Increase interoperability between wxPoint and wxRealPoint introducing constructors which convert between the two classes.