wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3Next 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,161)
Robin Dunn (7,249)
Julian Smart (5,571)
Václav Slavík (4,915)
Robert Roebling (3,711)
Stefan Csomor (3,688)
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)
Dimitri Schoolwerth (225)
Steven Lamerton (186)
Bryan Petty (177)
User: HH (110)
Javier Torres (80)
Bartosz Bekier (57)
Julien Weinzorn (50)
Peter Cawley (44)
Bo Yang (37)
Peter Most (32)
Mingquan Yang (29)
Ron Lee (27)
Rickard Westerlund (23)
Bartosz Bekier (57)
Bo Yang (37)
Bryan Petty (177)
Chris Elliott (655)
Dimitri Schoolwerth (225)
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,711)
Robin Dunn (7,249)
Ron Lee (517)
Ron Lee (27)
Stefan Csomor (3,688)
Stefan Neis (781)
Steven Lamerton (186)
User: HH (110)
Vadim Zeitlin (17,161)
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:
  • Bartosz Bekier Remove Filter

Changelog for wxWidgets (57 revisions):

r61755: 2009-08-24 00:23:58 [BBE] Bartosz Bekier

M  [SOC2009_FSWATCHER] /src/unix/fswatcher_inotify.cpp  [diff, log, file]

 Better diagnostic information for inotify fswatcher

r61742: 2009-08-23 13:31:50 [BBE] Bartosz Bekier

M  [SOC2009_FSWATCHER] /include/wx/msw/private/fswatcher.h  [diff, log, file]
M  [SOC2009_FSWATCHER] /src/msw/fswatcher.cpp  [diff, log, file]

 Rename support for MSW file system watcher.
 Fixed incorrect handling of patch with depth > 1.
 Cleanup & style improvements.

r61741: 2009-08-23 13:30:12 [BBE] Bartosz Bekier

M  [SOC2009_FSWATCHER] /src/unix/fswatcher_inotify.cpp  [diff, log, file]

 Little style correction

r61737: 2009-08-23 01:02:17 [BBE] Bartosz Bekier

Click to show all 11 changes...

 Event loop sources refactoring for Unix console loop, GTK loop and OSX Cocoa loop

r61735: 2009-08-22 22:48:50 [BBE] Bartosz Bekier

M  [SOC2009_FSWATCHER] /src/unix/fswatcher_inotify.cpp  [diff, log, file]

 Rename support for inotify file system watcher

r61707: 2009-08-18 23:08:39 [BBE] Bartosz Bekier

M  [SOC2009_FSWATCHER] /include/wx/unix/fswatcher_inotify.h  [diff, log, file]

 Removed spurious code

r61706: 2009-08-18 23:05:15 [BBE] Bartosz Bekier

M  [SOC2009_FSWATCHER] /include/wx/platform.h  [diff, log, file]
M  [SOC2009_FSWATCHER] /src/common/fswatchercmn.cpp  [diff, log, file]

 Checking if m_service != NULL before delete. Removed hard tabs

r61670: 2009-08-15 17:41:00 [BBE] Bartosz Bekier

M  [SOC2009_FSWATCHER] /src/msw/fswatcher.cpp  [diff, log, file]

 Fixed build error on MSW: missing virtual method implementation

r61669: 2009-08-15 15:35:26 [BBE] Bartosz Bekier

M  [SOC2009_FSWATCHER] /include/wx/unix/private/fswatcher_inotify.h  [diff, log, file]
M  [SOC2009_FSWATCHER] /src/unix/fswatcher_inotify.cpp  [diff, log, file]

 Fixed corrupted source files.

r61655: 2009-08-12 22:42:56 [BBE] Bartosz Bekier

M  [SOC2009_FSWATCHER] /src/unix/evtloopunix.cpp  [diff, log, file]

 Fixed bug in wxConsoleEventLoop: it didn't unregister its wakeup pipe fd on delete, which resulted in blocking the place in the map for the next entry with the same fd

r61654: 2009-08-12 22:39:43 [BBE] Bartosz Bekier

M  [SOC2009_FSWATCHER] /tests/fswatcher/fswatchertest.cpp  [diff, log, file]

 Commented out one test, because it cannot pass at the moment

r61652: 2009-08-12 19:50:18 [BBE] Bartosz Bekier

M  [SOC2009_FSWATCHER] /include/wx/unix/private/fswatcher_kqueue.h  [diff, log, file]
M  [SOC2009_FSWATCHER] /src/unix/fswatcher_kqueue.cpp  [diff, log, file]

 include <wx/*> => include wx/*. wxFSWatchEntry::GetLastState now returns by const reference. A couple of minor changes.

r61651: 2009-08-12 08:01:36 [BBE] Bartosz Bekier

Click to show all 195 changes...

 Update of automatically generated build system files

r61650: 2009-08-12 07:59:04 [BBE] Bartosz Bekier

M  [SOC2009_FSWATCHER] /tests/fswatcher/fswatchertest.cpp  [diff, log, file]

 Turn off one test for kqueue fswatcher implementation

r61649: 2009-08-12 07:57:40 [BBE] Bartosz Bekier

Click to show all 14 changes...

 Implementation of kqueue file system watcher for MacOSX, console version

r61648: 2009-08-12 07:56:00 [BBE] Bartosz Bekier

M  [SOC2009_FSWATCHER] /build/bakefiles/files.bkl  [diff, log, file]
M  [SOC2009_FSWATCHER] /configure.in  [diff, log, file]
M  [SOC2009_FSWATCHER] /setup.h.in  [diff, log, file]

 Update of build system files to build kqueue file system watcher

r61560: 2009-07-30 11:59:46 [BBE] Bartosz Bekier

Click to show all 11 changes...

 Refactoring of file system watcher. Mostly to have more impl-like implementation.

r61541: 2009-07-27 01:15:08 [BBE] Bartosz Bekier

M  [SOC2009_FSWATCHER] /src/gtk/evtloop.cpp  [diff, log, file]

 One more compilation fix for Unix

r61540: 2009-07-26 21:38:48 [BBE] Bartosz Bekier

M  [SOC2009_FSWATCHER] /src/unix/evtloopunix.cpp  [diff, log, file]

 Compilation fix for Unix implementation

r61491: 2009-07-21 20:24:10 [BBE] Bartosz Bekier

M  [SOC2009_FSWATCHER] /include/wx/evtloop.h  [diff, log, file]
M  [SOC2009_FSWATCHER] /tests/fswatcher/fswatchertest.cpp  [diff, log, file]

 Corrected the name of wxTRACE_EVT_SOURCE.
 Using Connect() instead of Bind() in fswatcher test. Cleanup.

r61484: 2009-07-20 22:39:40 [BBE] Bartosz Bekier

M  [SOC2009_FSWATCHER] /src/unix/fswatcher.cpp  [diff, log, file]

 Getting rid of OnXXX() methods in Unix implementation.

r61483: 2009-07-20 22:37:26 [BBE] Bartosz Bekier

M  [SOC2009_FSWATCHER] /include/wx/fswatcher.h  [diff, log, file]
M  [SOC2009_FSWATCHER] /src/common/fswatchercmn.cpp  [diff, log, file]
M  [SOC2009_FSWATCHER] /src/msw/fswatcher.cpp  [diff, log, file]

 Making use of wxSharedPtr to ensure correct disposal of wxFSWatchEntry shared between 2 threads
 wxFileSystemWatcherEvent: better Clone()
 A couple of "const"s added.
 Cleanup & comments changes. Style.

r61482: 2009-07-20 22:05:28 [BBE] Bartosz Bekier

M  [SOC2009_FSWATCHER] /configure  [diff, log, file]

 Merge r61004-r61480 from trunk: generated new configure

r61481: 2009-07-20 21:29:48 [BBE] Bartosz Bekier

Click to show all 487 changes...

 Merge r61004-r61480 from trunk. To be up to date.

r61480: 2009-07-20 19:38:36 [BBE] Bartosz Bekier

M  [SOC2009_FSWATCHER] /tests/events/evtsource.cpp  [diff, log, file]
M  [SOC2009_FSWATCHER] /tests/fswatcher/fswatchertest.cpp  [diff, log, file]

 Commented out duplicate operator<< for wxFileName in fswachertest. Quite dirty, to be changed in near future.
 Base for event loop sources test.