wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 5 6 8Next 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 (224)
Steven Lamerton (186)
Kevin Hock (185)
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)
Dimitri Schoolwerth (224)
Francesco Montorsi (1,299)
Jaakko Salli (542)
Jacob Jansen (363)
Javier Torres (80)
Julian Smart (5,571)
Julien Weinzorn (50)
Kevin Hock (185)
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:
  • Kevin Hock Remove Filter

Changelog for wxWidgets (185 revisions):

r44562: 2007-02-24 02:49:41 [KH] Kevin Hock

M  /src/mac/carbon/cursor.cpp  [diff, log, file]

 Build fix from FM (cascade from object.h changes making wxObjectRefData destructor private)

r43905: 2006-12-11 02:58:07 [KH] Kevin Hock

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

 As per discussion in bug #1612106, change default socket flag from NONE to NOWAIT to prevent application hang

r42697: 2006-10-30 04:36:44 [KH] Kevin Hock

M  /include/wx/mac/carbon/printdlg.h  [diff, log, file]
M  /src/mac/carbon/printdlg.cpp  [diff, log, file]

 Non pre-comp compilation fix

r42088: 2006-10-18 00:06:55 [KH] Kevin Hock

M  /src/mac/carbon/spinbutt.cpp  [diff, log, file]

 Do not send a changed event if a button is clicked for down/up when the control is already at min/max and wrap is not specified. Fixes both wxSpinButton and wxSpinCtrl. Bug #1578523.

r41916: 2006-10-10 22:42:12 [KH] Kevin Hock

M  [WX_2_6_BRANCH] /src/msw/listctrl.cpp  [diff, log, file]

 Fix typo in previous commit (sorry!). Also note that previous commit was a backport.

r41915: 2006-10-10 22:39:51 [KH] Kevin Hock

M  [WX_2_6_BRANCH] /src/generic/tipdlg.cpp  [diff, log, file]

 translate tips which appear inside _() in wxFileTipProvider (backport from HEAD)

r41914: 2006-10-10 22:37:33 [KH] Kevin Hock

M  [WX_2_6_BRANCH] /src/msw/listctrl.cpp  [diff, log, file]

 Set the system/theme color when the control is created so that GetTextColour does not always return black

r41372: 2006-09-22 17:20:40 [KH] Kevin Hock

M  /src/generic/grid.cpp  [diff, log, file]

 When autosizing a row or column (AutoSize____), use GetMultiLineTextExtent to determine header size. Otherwise, the column header widths are artificially inflated, and row header heights are not high enough.

r39672: 2006-06-11 18:54:07 [KH] Kevin Hock

M  [WX_2_6_BRANCH] /src/common/url.cpp  [diff, log, file]
M  /src/common/url.cpp  [diff, log, file]

 Fix socket crash in wxURL by safely Destroying the socket rather than deleting it [ patch 1502964 ]

r39150: 2006-05-14 19:49:19 [KH] Kevin Hock

M  [WX_2_6_BRANCH] /docs/changes.txt  [diff, log, file]
M  [WX_2_6_BRANCH] /src/common/socket.cpp  [diff, log, file]
M  /docs/changes.txt  [diff, log, file]
M  /src/common/socket.cpp  [diff, log, file]

 Continue reading after checking the pushback buffer if more data is requested. Otherwise, once any data if placed in the pushback buffer, no more data will be read from the socket, even if more data is requested.

r38517: 2006-04-02 04:56:18 [KH] Kevin Hock

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

 Make the Connect that also takes a local bind port non-virtual. This silences some compiler warnings (Borland, Watcom). Plus, it's not likely that this method would need to be overridden anyway since it has rather limited and specific uses.

r38451: 2006-03-30 15:29:22 [KH] Kevin Hock

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

 Fix GetTraits() check for event loop in wxSocketBase::_Wait() [ bug 1460607 ] [ patch by Angel / elkry ]

r37759: 2006-02-28 02:04:29 [KH] Kevin Hock

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

 Make SetLocal actually work instead of crashing immediately; due to required longevity of the item to make it from SetLocal to Connect, we need to use a specifc address type.

r37758: 2006-02-28 01:33:54 [KH] Kevin Hock

M  /include/wx/mac/carbon/toplevel.h  [diff, log, file]

 Make MacSetMetalAppearance private so that the extra style flags can't get out of sync with the OS X-level metal flags by calling MacSetMetalAppearance directly

r37667: 2006-02-22 01:55:43 [KH] Kevin Hock

M  [WX_2_6_BRANCH] /src/msw/gsocket.cpp  [diff, log, file]
M  [WX_2_6_BRANCH] /src/unix/gsocket.cpp  [diff, log, file]
M  /src/msw/gsocket.cpp  [diff, log, file]
M  /src/unix/gsocket.cpp  [diff, log, file]

 Rearrange and simplify read and error checks, and remove use of MSG_PEEK that is unneeded and not supported on CE anyway [ Modified & Expanded Patch 1428745 ]

r37587: 2006-02-15 05:32:23 [KH] Kevin Hock

M  [WX_2_6_BRANCH] /src/common/sckaddr.cpp  [diff, log, file]

 Fixed SetAddress() for self-assignment (patch 1430703), backport from HEAD

r37572: 2006-02-14 04:00:39 [KH] Kevin Hock

M  /include/wx/mac/carbon/combobox.h  [diff, log, file]
M  /src/mac/carbon/combobox.cpp  [diff, log, file]

 Fix wxComboBox constructors after keyboard access commit, not all constructors were setting the parent container pointer. Added Init method and put all the constructors together in the header (rather than being split between h and cpp)

r37552: 2006-02-13 03:31:48 [KH] Kevin Hock

M  [WX_2_6_BRANCH] /docs/changes.txt  [diff, log, file]

 Made absence of wxCHANGE_DIR flag work even under NT (slightly modified patch 1299298). Backport from HEAD, original commit by VZ

r37551: 2006-02-13 03:25:37 [KH] Kevin Hock

M  [WX_2_6_BRANCH] /src/msw/filedlg.cpp  [diff, log, file]

 Made absence of wxCHANGE_DIR flag work even under NT (slightly modified patch 1299298). Backport from HEAD, original commit by VZ

r37515: 2006-02-12 03:43:53 [KH] Kevin Hock

M  /include/wx/mac/carbon/spinctrl.h  [diff, log, file]

 Add missing include for non-PCH builds

r37514: 2006-02-12 03:11:37 [KH] Kevin Hock

M  /include/wx/mac/carbon/combobox.h  [diff, log, file]

 Add missing include for non-PCH builds

r37510: 2006-02-12 00:46:14 [KH] Kevin Hock

M  /docs/changes.txt  [diff, log, file]

 Note wxSOCKET_REUSEADDR and SetLocal/Connection changes [ Result of extended patch 1415505 ]

r37509: 2006-02-12 00:44:54 [KH] Kevin Hock

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

 Document new SetLocal method, new capabilities for wxSOCKET_REUSEADDR, and new overloaded Connect method [ Documentation changes for extended patch 1415505 ]

r37508: 2006-02-11 23:44:26 [KH] Kevin Hock

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

 Respect the REUSEADDR flag to allow rebinding; bind to local port prior to connecting if a local port is specified [ Extension of patch 1415505 ]

r37507: 2006-02-11 23:43:17 [KH] Kevin Hock

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

 Respect the REUSEADDR flag to allow rebinding; bind to local port prior to connecting if a local port is specified; add SO_REUSEPORT wherever SO_REUSEADDR is used if SO_REUSEPORT is defined, otherwise reuse fails on BSD systems (e.g. Mac OS X) [ Extension of patch 1415505 ]