wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1Next 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)
Julien Weinzorn (50)
Peter Cawley (44)
Bo Yang (37)
Peter Most (32)
Mingquan Yang (29)
Ron Lee (27)
Roger Gammans (24)
Rickard Westerlund (23)
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)
Roger Gammans (24)
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:
  • Roger Gammans Remove Filter

Changelog for wxWidgets (24 revisions):

r37325: 2006-02-05 15:19:09 [rgammans] Roger Gammans

M  [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

M  /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

M  /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

M  /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

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

  Fix bug [1297817] - applied suggested patch

r28258: 2004-07-16 13:09:52 [rgammans] Roger Gammans

M  /docs/latex/wx/classes.tex  [diff, log, file]
A  /docs/latex/wx/membuf.tex  [log, file]
M  /include/wx/buffer.h  [diff, log, file]
M  /include/wx/msw/registry.h  [diff, log, file]
M  /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

M  /configure  [diff, log, file]
M  /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

M  /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

M  [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

M  /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

M  [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

M  /configure  [diff, log, file]
M  /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

M  /docs/latex/wx/variant.tex  [diff, log, file]
M  /include/wx/variant.h  [diff, log, file]
M  /samples/typetest/typetest.cpp  [diff, log, file]
M  /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

M  /configure  [diff, log, file]
M  /configure.in  [diff, log, file]
M  /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

M  /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

M  [WX_2_4_BRANCH] /docs/latex/wx/grid.tex  [diff, log, file]
M  [WX_2_4_BRANCH] /include/wx/generic/grid.h  [diff, log, file]
M  [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

M  /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

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

  * Apply patch #735595. Add miminumAcceptable{Height,Width}

r20658: 2003-05-18 15:07:40 [rgammans] Roger Gammans

M  /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

M  /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

M  [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

M  /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

M  /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

M  [WX_2_4_BRANCH] /include/wx/db.h  [diff, log, file]
M  [WX_2_4_BRANCH] /src/common/db.cpp  [diff, log, file]

  * Change wxDbLogExtendedErrorMsg() prototype to allow building
    as a DLL on with mingw32