- r37325: 2006-02-05 15:19:09 [rgammans] Roger Gammans
-
[WX_2_6_BRANCH] /src/common/datetime.cpp [diff, log, file]
fix for [1357272] . Use temporary unique tokens for 2 and 4 digit years
- r37324: 2006-02-05 14:10:51 [rgammans] Roger Gammans
-
/src/common/datetime.cpp [diff, log, file]
fix for [1357272] . Replace the fake year with unique tokens to prevent
substring matches.
- r37323: 2006-02-05 14:05:39 [rgammans] Roger Gammans
-
/tests/datetime/datetimetest.cpp [diff, log, file]
Add flags to test dates struct which allow us to skip ecpected failures.
Use new flags feature to allow us to test format dates outside the two digit
year parse range.
Add dates to test for sf.net bug #1357272 and a couple of related issues.
(eg,6Feb{1856,1857,1937}) .
- r37322: 2006-02-05 14:01:37 [rgammans] Roger Gammans
-
/tests/strings/tokenizer.cpp [diff, log, file]
Fix for compiler error with gcc 3.3.5 and cppunit 1.10.0 and
Improve readablity of test.
- r37054: 2006-01-22 13:45:34 [rgammans] Roger Gammans
-
[WX_2_6_BRANCH] /src/generic/grid.cpp [diff, log, file]
/src/generic/grid.cpp [diff, log, file]
Fix bug [1297817] - applied suggested patch
- r28258: 2004-07-16 13:09:52 [rgammans] Roger Gammans
-
/docs/latex/wx/classes.tex [diff, log, file]
/docs/latex/wx/membuf.tex [log, file]
/include/wx/buffer.h [diff, log, file]
/include/wx/msw/registry.h [diff, log, file]
/src/msw/registry.cpp [diff, log, file]
* add documentation for wxMemoryBuffer
* add suport for values of type REG_BINARY in the msw registry.
Such values are converted to wxMemoryBuffer for internal handling
- r26835: 2004-04-16 20:27:43 [rgammans] Roger Gammans
-
/configure [diff, log, file]
/configure.in [diff, log, file]
Add configure test for presence/compilabilty of multimon.h and display.h
header whcih are required for dsrc/msw/display.cpp - but aren't included
in mingw.
- r26726: 2004-04-12 19:59:46 [rgammans] Roger Gammans
-
/src/generic/grid.cpp [diff, log, file]
* fix bug where editing of the bootom and right most cell is not
corectly completed.
* Some tidying of end edit code paths. (such as in AutoSizeRowOrCol)
- r26725: 2004-04-12 19:58:39 [rgammans] Roger Gammans
-
[WX_2_4_BRANCH] /src/generic/grid.cpp [diff, log, file]
* fix bug where editing of the bootom and right most cell is not
corectly completed.
* Some tidying of end edit code paths. (such as in AutoSizeRowOrCol)
- r21398: 2003-06-25 17:33:22 [rgammans] Roger Gammans
-
/docs/latex/wx/gridevt.inc [diff, log, file]
correct documentation for wxEVT_GRID_SELECT_CELL and wxEVT_GRID_CELL_CHANGE
events
- r21397: 2003-06-25 17:30:46 [rgammans] Roger Gammans
-
[WX_2_4_BRANCH] /docs/latex/wx/gridevt.inc [diff, log, file]
correct docuemtation for wxEVT_GRID_SELECT_CELL and wxEVT_GRID_CELL_CHANGE
events
- r20989: 2003-06-07 10:52:20 [rgammans] Roger Gammans
-
/configure [diff, log, file]
/configure.in [diff, log, file]
Make changes to configure to fix mbug noted by David Elliot .
(fix is based on david's patch ).
Add odbc library status to the summary provided by configure.
Fix typo it prologio test.
- r20860: 2003-06-02 21:17:28 [rgammans] Roger Gammans
-
/docs/latex/wx/variant.tex [diff, log, file]
/include/wx/variant.h [diff, log, file]
/samples/typetest/typetest.cpp [diff, log, file]
/src/common/variant.cpp [diff, log, file]
Addition at simple wxObject*, support into wxVariant.
This includes 2 new methods wxVariant::IsValueKindOf() and
wxVariantData::GetValueClassInfo() to allow query of the
wxRTTI data of the variant's data.
Also included is a macro analogues to dynamicCast for fetching
objects out of a wxVariant.
Documentation patches for the above.
- r20859: 2003-06-02 21:09:53 [rgammans] Roger Gammans
-
/configure [diff, log, file]
/configure.in [diff, log, file]
/Makefile.in [diff, log, file]
Change '--with-odbc' to use the WX_ARG_SYS_WITH macro instead of
the WX_ARG_WITH macro. Add some extra rules to find the new correct
linker flags.
- r20754: 2003-05-28 20:48:40 [rgammans] Roger Gammans
-
/src/common/variant.cpp [diff, log, file]
Reinsert missing ctor removed in date/time tidy
- r20693: 2003-05-22 19:42:57 [rgammans] Roger Gammans
-
[WX_2_4_BRANCH] /docs/latex/wx/grid.tex [diff, log, file]
[WX_2_4_BRANCH] /include/wx/generic/grid.h [diff, log, file]
[WX_2_4_BRANCH] /src/generic/grid.cpp [diff, log, file]
* 2.4 version of sf.net pacth 735595
Backport of docs from patch 2.5 patch
- r20661: 2003-05-18 20:15:17 [rgammans] Roger Gammans
-
/src/generic/grid.cpp [diff, log, file]
* Prevent miminum and actual row and col sizes going below the
minimum acceptable row size.
This should fix sf.net bug #645734
- r20660: 2003-05-18 19:49:43 [rgammans] Roger Gammans
-
/docs/latex/wx/grid.tex [diff, log, file]
/include/wx/generic/grid.h [diff, log, file]
/src/generic/grid.cpp [diff, log, file]
* Apply patch #735595. Add miminumAcceptable{Height,Width}
- r20658: 2003-05-18 15:07:40 [rgammans] Roger Gammans
-
/src/generic/grid.cpp [diff, log, file]
* Fix logical error in m_overflow attribute merging
- r19972: 2003-04-03 21:14:07 [rgammans] Roger Gammans
-
/src/generic/grid.cpp [diff, log, file]
* rename maxOnOverflow parameter to CoordToRowOrCol() to clipToMinMax
* ensure CoordToRowOrCol() range is 0 -> nMax if clipOnMinMax is set
and -1 -> nMax if clipOnMinMax is not set
* check on uses of YToRow() / XToCol() and replace with
calls internalYToRow() / internalXToCol() removing any external
overflow handling where appropriate.
* Add tests for overflow to prevent sending 'off grid' label events,
would be indistinguishable from CornerLabel events.
- r19971: 2003-04-03 21:08:43 [rgammans] Roger Gammans
-
[WX_2_4_BRANCH] /src/generic/grid.cpp [diff, log, file]
* rename maxOnOverflow parameter to CoordToRowOrCol() to clipToMinMax
* ensure CoordToRowOrCol() range is 0 -> nMax if clipOnMinMax is set
and -1 -> nMax if clipOnMinMax is not set
* check on uses of YToRow() / XToCol() and replace with
calls internalYToRow() / internalXToCol() removing any external
overflow handling where appropriate.
* Add tests for overflow to prevent sending 'off grid' label events,
would be indistinguishable from CornerLabel events.
- r18111: 2002-12-08 16:10:50 [rgammans] Roger Gammans
-
/docs/latex/wx/db.tex [diff, log, file]
Documentation for wxDbGrid from patch 638274
Updates with the aim of improving readability.
- r18110: 2002-12-08 16:04:36 [rgammans] Roger Gammans
-
/include/wx/dbgrid.h [diff, log, file]
new member functio of wxDbColInfo to allow two step creation , to be
descibed in the docs.
- r18035: 2002-12-03 19:00:49 [rgammans] Roger Gammans
-
[WX_2_4_BRANCH] /include/wx/db.h [diff, log, file]
[WX_2_4_BRANCH] /src/common/db.cpp [diff, log, file]
* Change wxDbLogExtendedErrorMsg() prototype to allow building
as a DLL on with mingw32