- r44562: 2007-02-24 02:49:41 [KH] Kevin Hock
-
/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
-
/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
-
/include/wx/mac/carbon/printdlg.h [diff, log, file]
/src/mac/carbon/printdlg.cpp [diff, log, file]
Non pre-comp compilation fix
- r42088: 2006-10-18 00:06:55 [KH] Kevin Hock
-
/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
-
[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
-
[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
-
[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
-
/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
-
[WX_2_6_BRANCH] /src/common/url.cpp [diff, log, file]
/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
-
[WX_2_6_BRANCH] /docs/changes.txt [diff, log, file]
[WX_2_6_BRANCH] /src/common/socket.cpp [diff, log, file]
/docs/changes.txt [diff, log, file]
/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
-
/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
-
[WX_2_6_BRANCH] /src/common/socket.cpp [diff, log, file]
/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
-
/docs/latex/wx/socket.tex [diff, log, file]
/include/wx/socket.h [diff, log, file]
/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
-
/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
-
[WX_2_6_BRANCH] /src/msw/gsocket.cpp [diff, log, file]
[WX_2_6_BRANCH] /src/unix/gsocket.cpp [diff, log, file]
/src/msw/gsocket.cpp [diff, log, file]
/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
-
[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
-
/include/wx/mac/carbon/combobox.h [diff, log, file]
/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
-
[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
-
[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
-
/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
-
/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
-
/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
-
/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
-
/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
-
/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 ]