wxWidgets SVN Changelog

Select Changelog:

wxWidgets, wxPython, wxWebSite, wxPyWeb

Select page:

Previous Page1 2 3 4 5 6Next 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)
Michael Bedward (130)
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)
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 Bedward (130)
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:
  • Michael Bedward Remove Filter

Changelog for wxWidgets (130 revisions):

r20212: 2003-04-14 01:21:26 [MB] Michael Bedward

M  /src/msw/makefile.b32  [diff, log, file]

 Added -w-inl to CFG section to suppress the annoying messages about event and radiobox functions not being inlined.

r20093: 2003-04-09 13:19:40 [MB] Michael Bedward

M  /src/makeprog.b32  [diff, log, file]

 Fixed TARGETDEF usage. Now defined in the parent make to use include a DEF file in the build. Is there some better way of doing this ?

r19648: 2003-03-21 03:23:27 [MB] Michael Bedward

M  /samples/newgrid/griddemo.cpp  [diff, log, file]

 Updated menu Appends to remove ambiguity that BCC complained about

r19575: 2003-03-14 09:09:13 [MB] Michael Bedward

M  /src/makeprog.b32  [diff, log, file]

 added TARGETDEF to use a def file if one exists

r7976: 2000-08-08 10:43:16 [MB] Michael Bedward

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

 Added Paul Gamman's patch for 0 as FALSE in bool editor and renderer.
 Fixed bug in grid selection code that caused crashes (e.g. when grid
 had just 1 col and mode was row selection).

r7957: 2000-08-06 03:15:14 [MB] Michael Bedward

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

 Minor compilation fixes for Borland.
 Changed tabs to spaces.

r7928: 2000-08-04 05:22:34 [MB] Michael Bedward

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

 Removed redundant m_left etc. variables

r7927: 2000-08-04 05:16:26 [MB] Michael Bedward

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

 Removed redundant m_left etc. variables

r7912: 2000-08-02 04:12:43 [MB] Michael Bedward

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

 Fix to make wxGrid::SelectBlock do what it says.

r7891: 2000-07-28 05:21:17 [MB] Michael Bedward

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

 Updated docs for wxGrid::SelectBlock

r7890: 2000-07-28 05:12:32 [MB] Michael Bedward

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

 Renamed existing wxGrid::SelectBlock to HighlightBlock.
 Added new wxGrid::SelectBlock that does what the name suggests
 (consistent with the other SelectXXX functions).

r7867: 2000-07-27 06:47:09 [MB] Michael Bedward

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

 Copied main branch fixes for caret not showing in first row (wxmsw)
 and highlight not being cleared when a cell is only partially visible.

r7866: 2000-07-27 06:37:41 [MB] Michael Bedward

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

 Fix for bug where the cell highlight was not cleared from a cell
 that was only partially in view.

r7865: 2000-07-27 06:23:33 [MB] Michael Bedward

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

 Added another hack to the collection of hacks in
 wxGridCellTextEditor::SetSize so that the caret will show
 for cells in the first row.

r7864: 2000-07-27 04:09:21 [MB] Michael Bedward

M  /include/wx/generic/grid.h  [diff, log, file]
M  /samples/newgrid/griddemo.cpp  [diff, log, file]

 Changed wxGridCellAttr::HasAlignment to treat values of -1 as no
 alignment because wxALIGN_LEFT and wxALIGN_TOP are 0.
 
 Updated griddemo.cpp to use correct alignment defs.

r7863: 2000-07-27 01:57:24 [MB] Michael Bedward

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

 Changed cell and label alignment functions to use wxALIGN_XXX defs.
 
 SetXXXAlignment() functions still accept wxTOP, wxLEFT etc
 for (some) backwards compatibility.

r7862: 2000-07-27 01:29:07 [MB] Michael Bedward

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

 Some more wxGrid function docs.

r7814: 2000-07-24 06:27:12 [MB] Michael Bedward

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

 Changes as per patch from Paul Gammans to fix bug in edit control
 handling.

r7813: 2000-07-24 06:16:49 [MB] Michael Bedward

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

 Changes as per patch from Paul Gammans to fix bug with edit control
 handling.

r7812: 2000-07-24 04:58:40 [MB] Michael Bedward

M  /docs/latex/wx/classes.tex  [diff, log, file]
D  /docs/latex/wx/gridwork.tex  [old log]

 Had accidentally added gridwork.tex to the docs

r7800: 2000-07-21 08:30:47 [MB] Michael Bedward

A  /docs/latex/wx/gridattr.tex  [log, file]
A  /docs/latex/wx/gridedit.tex  [log, file]
A  /docs/latex/wx/gridrend.tex  [log, file]
A  /docs/latex/wx/gridtbl.tex  [log, file]
A  /docs/latex/wx/gridwork.tex  [log, file]

 Trying again to add these files to the main trunk.

r7799: 2000-07-21 08:24:18 [MB] Michael Bedward

A  [WX_2_2_BRANCH] /docs/latex/wx/gridattr.tex  [log, file]
A  [WX_2_2_BRANCH] /docs/latex/wx/gridedit.tex  [log, file]
A  [WX_2_2_BRANCH] /docs/latex/wx/gridrend.tex  [log, file]
A  [WX_2_2_BRANCH] /docs/latex/wx/gridtbl.tex  [log, file]
A  [WX_2_2_BRANCH] /docs/latex/wx/gridwork.tex  [log, file]
M  /docs/latex/wx/classes.tex  [diff, log, file]
M  /docs/latex/wx/grid.tex  [diff, log, file]
M  /docs/latex/wx/tgrid.tex  [diff, log, file]
M  /docs/latex/wx/wx.hpj  [diff, log, file]

 First batch of work for new wxGrid docs.
 Very incomplete - still lots to do but will commit more
 next week. Please don't edit yet without letting me know
 via the list.
 
  - Michael

r7798: 2000-07-21 06:51:22 [MB] Michael Bedward

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

 Added ForceRefresh() to request immediate repainting of a grid.
 Calling Refresh() doesn't do this because of our minimal OnPaint
 handler (to reduce screen flicker).
 
 Setting of position coords for wxGridEvents now takes account of
 row and col label sizes.

r7625: 2000-06-21 09:13:29 [MB] Michael Bedward

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

 Stupid error in my last commit

r7623: 2000-06-21 09:06:27 [MB] Michael Bedward

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

 TAB key press at left or right of grid now saves editor value and
 hides editor