Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

2008-09-15 14:09 VZ, revision 55646

implement CreateGrid() in terms of SetTable() instead of duplicating its code and confusing the issue

2008-09-15 14:06 VZ, revision 55645

more cleanup (removed some TODOs/FIXMEs); use native header drawing for the corner window too if it is enabled at all

2008-09-15 14:05 VZ, revision 55644

add SetUseNativeColLabels() test

2008-09-15 13:36 VZ, revision 55643

remove the now unused GetScroll[XY]

2008-09-15 13:33 VZ, revision 55642

WinCE compilation fix: don't use FNERR_INVALIDFILENAME

2008-09-15 12:18 VZ, revision 55641

take old (wx 2.2? older?) wxGrid compatibility functions inside WXWIN_COMPATIBILITY_2_8; rearrange some declarations order but no real changes

2008-09-15 12:07 VZ, revision 55640

reviewed, updated and corrected wxGrid docs

2008-09-15 08:45 VZ, revision 55639

remove automatic selection of the current row/column in row/column selection mode when the current cell is changed using the mouse, this is inconsitent with both cell selection mode and the keyboard behaviour in row/column selection mode

2008-09-15 08:25 VZ, revision 55638

select current column when Ctrl-Space is pressed; the current row when Shift-Space is and everything on Shift-Ctrl-Space

2008-09-15 08:00 CE, revision 55637

2.8.9 ready

2008-09-15 07:58 CE, revision 55636

2.8.9 ready

2008-09-15 07:49 JJ, revision 55635

Update OpenVMS compile support

2008-09-15 00:33 VZ, revision 55633

improve display of hints during column move (#9884)

2008-09-15 00:28 VZ, revision 55632

don't steal focus back to wxGrid when it hides an editor in the result of losing it (#9844)

2008-09-15 00:19 VZ, revision 55631

fix drawing of the column move hint when the grid is scrolled to the right (#9776)

2008-09-15 00:11 VZ, revision 55630

fix repaining of highlight for merged cells (#9718)

2008-09-14 23:10 VZ, revision 55629

we don't need to round up the best/fitting grid size to a multiple of scroll units any more now that scrollbars behaviour is really correct

2008-09-14 23:06 VZ, revision 55628

need to AdjustScrollbars() after changing the virtual size in CalcDimensions()

2008-09-14 22:44 VZ, revision 55627

move the grid-specific workaround for scrollbar hysteresis to wxScrollHelper itself, the scrollbars now should not only appear but also disappear correctly during resizing

2008-09-14 21:28 VZ, revision 55626

no changes, just removed the unnecessary wxGrid:: qualifiers

2008-09-14 21:09 VZ, revision 55625

don't use SetScrollbars() as this forces the grid virtual size to always be the multiple of scroll line size which is simply wrong, the grid doesn't need to be that big (#3800)

2008-09-14 21:05 VZ, revision 55624

no changes, just clarified a comment

2008-09-14 20:43 VZ, revision 55623

make the simple canvas larger as otherwise the simple frame couldn't be resized to make the horizontal scrollbar appear in it because of the title string width; some small cleanup

2008-09-14 19:56 VZ, revision 55622

only request Enter key for the spin control if it has wxTE_PROCESS_ENTER style [partial backport of r55617 from trunk]

2008-09-14 19:53 VZ, revision 55619

delete the old labels when recreating the spin controls