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,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)
Angel Vidal Veiga (67)
Julien Weinzorn (50)
Peter Cawley (44)
Bo Yang (37)
Peter Most (32)
Mingquan Yang (29)
Ron Lee (27)
Rickard Westerlund (23)
Angel Vidal Veiga (67)
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:
  • Angel Vidal Veiga Remove Filter

Changelog for wxWidgets (67 revisions):

r40881: 2006-08-27 18:20:59 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /build/bakefiles/files.bkl  [diff, log, file]
M  [SOC2006_SOCKETS] /Makefile.in  [diff, log, file]
A  [SOC2006_SOCKETS] /src/common/gsockbase.cpp  [log, file]
M  [SOC2006_SOCKETS] /src/wxWindows.dsp  [diff, log, file]

 Changed X11 implementation to be generic for every port that has no native events. This will soon include wxBase.

r40845: 2006-08-26 17:50:43 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /src/x11/gsockx11.cpp  [diff, log, file]

 That TODO is already done

r40844: 2006-08-26 17:33:16 [AVV] Angel Vidal Veiga

Click to show all 12 changes...

 SocketTable separated from x11 build to make it an independant class to be used for wxBase or any non-event-driven
 port later.

r40737: 2006-08-22 08:01:49 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /src/x11/colour.cpp  [diff, log, file]

 Reversed wrong file commited

r40736: 2006-08-22 08:00:17 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /src/x11/colour.cpp  [diff, log, file]
M  [SOC2006_SOCKETS] /src/x11/evtloop.cpp  [diff, log, file]
M  [SOC2006_SOCKETS] /src/x11/gsockx11.cpp  [diff, log, file]

 Cleaned and improved the X11 implementation, to be used as base for wxSocketBaseLoop

r40719: 2006-08-21 15:17:22 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /include/wx/gsocket.h  [diff, log, file]
M  [SOC2006_SOCKETS] /src/common/gsocket.cpp  [diff, log, file]
M  [SOC2006_SOCKETS] /src/gtk/gsockgtk.cpp  [diff, log, file]
M  [SOC2006_SOCKETS] /src/mac/corefoundation/gsockosx.cpp  [diff, log, file]
M  [SOC2006_SOCKETS] /src/msw/gsockmsw.cpp  [diff, log, file]
M  [SOC2006_SOCKETS] /src/x11/gsockx11.cpp  [diff, log, file]

 Unified GSocketGUIFunctionsTable duplicated code, keeping the platform-specific code to a bare minimum on the
 callback files.

r40715: 2006-08-21 14:10:13 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /src/mac/corefoundation/gsockosx.cpp  [diff, log, file]

 Fix mac compilation

r40714: 2006-08-21 14:05:59 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /src/msw/gsockmsw.cpp  [diff, log, file]

 Fix windows compilation

r40713: 2006-08-21 13:49:32 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /src/mac/corefoundation/gsockosx.cpp  [diff, log, file]
M  [SOC2006_SOCKETS] /src/msw/gsockmsw.cpp  [diff, log, file]

 Changes to start unification of callback code, probably breaking mac/windows till I test compilation

r40711: 2006-08-21 12:15:53 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /src/x11/evtloop.cpp  [diff, log, file]
M  [SOC2006_SOCKETS] /src/x11/gsockx11.cpp  [diff, log, file]

 wxX11 sockets updated to the new callback interface.
 
 This also fixes a serious but on wxX11 sockets: the iteration of the socket event loop could crash if the socket
 callback happens to remove both events, hence removing the socket from the hash list while the list is being
 processed. Fixed now by lookup of the next item before the callback of the corrent one is processed.

r40697: 2006-08-20 04:55:13 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /docs/latex/wx/socket.tex  [diff, log, file]

 Fair enough warning on proxy negociation timeout

r40694: 2006-08-20 04:24:31 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /docs/latex/wx/socket.tex  [diff, log, file]

 Document wxSocketClient::SetProxy and wxSocketClient::GetProxyError

r40678: 2006-08-19 16:29:14 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /src/common/socket.cpp  [diff, log, file]

 Set proxy error to -1 if there was any non-proxy-related network error

r40677: 2006-08-19 16:23:09 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /include/wx/socket.h  [diff, log, file]

 Add proxy error retrieval

r40676: 2006-08-19 16:14:31 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /include/wx/socket.h  [diff, log, file]
M  [SOC2006_SOCKETS] /src/common/socket.cpp  [diff, log, file]

 Add proxy error retrieval

r40675: 2006-08-19 15:54:03 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /src/common/socket.cpp  [diff, log, file]

 HTTP proxy implementation

r40674: 2006-08-19 14:43:09 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /src/common/socket.cpp  [diff, log, file]

 Small fix to auth types info

r40673: 2006-08-19 14:28:13 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /src/common/socket.cpp  [diff, log, file]

 commiting SOCKS5 code to test endianness

r40671: 2006-08-19 12:27:43 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /src/common/socket.cpp  [diff, log, file]

 Better endiannes handling

r40670: 2006-08-19 12:10:03 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /src/common/socket.cpp  [diff, log, file]

 SOCKS4a endianness fix

r40669: 2006-08-19 12:02:21 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /include/wx/socket.h  [diff, log, file]
M  [SOC2006_SOCKETS] /src/common/socket.cpp  [diff, log, file]

 Commiting the SOCKS4/4a proxy code to be tested on big endian arch

r40668: 2006-08-19 11:00:33 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /src/common/gsocket.cpp  [diff, log, file]

 Fix for duplicated lost events (ooops)

r40614: 2006-08-15 08:32:55 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /src/common/gsocket.cpp  [diff, log, file]
M  [SOC2006_SOCKETS] /src/msw/gsockmsw.cpp  [diff, log, file]

 Fixes GSOCK_INPUT being incorrectly posted instead of GSOCK_LOST when the remote peer has done a graceful shutdown. MSW does NOT have this problem, as they have FD_CLOSE instead of firing an input event.

r40610: 2006-08-14 23:34:23 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /include/wx/protocol/protocol.h  [diff, log, file]
M  [SOC2006_SOCKETS] /src/common/protocol.cpp  [diff, log, file]

 This (old) (internal) function is not used anymore, so remove

r40594: 2006-08-13 04:03:09 [AVV] Angel Vidal Veiga

M  [SOC2006_SOCKETS] /src/common/ftp.cpp  [diff, log, file]

 Fixed PORT command on wxFTP. Closes 1219870