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-17 07:28 SC, revision 55672

reverting, something in locks wasn't good

2008-09-17 07:25 SC, revision 55671

MW speedups

2008-09-16 20:21 SC, revision 55669

osx_cocoa build

2008-09-16 18:37 JMS, revision 55668

Try to display '...' text on editor buttons more consistently on wxGTK. This is done by having minimum fixed width and by reducing size of used font.

2008-09-16 18:00 SC, revision 55667

fixing redefine warnings

2008-09-16 17:50 SC, revision 55666

next build

2008-09-16 17:39 SC, revision 55665

adding scheduler

2008-09-16 17:00 JMS, revision 55664

Do not incorrectly interprete StringToValue() returning false to mean that it failed

2008-09-16 16:31 VZ, revision 55663

more grid folding: got rid of duplicate version of methods for finding the closest row/column edge, appending/inserting/deleting rows/columns, and moving cursor vertically/horizontally

2008-09-16 16:18 VZ, revision 55662

document wxGridTableBase

2008-09-16 16:00 JMS, revision 55661

Removed some test code left in a long time ago

2008-09-16 15:55 JMS, revision 55660

Eliminated C++ RTTI (typeid etc) use. Eliminated wxPGVariantData (default default value for new types is now Null variant). Re-created variantdata creator macros based on those found in variant.h. Using DECLARE/IMPLEMENT_VARIANT_OBJECT whenever possible.

2008-09-16 14:03 MW, revision 55659

Fix -- in comment.

2008-09-16 13:37 SC, revision 55658

rollback just in case it was me. ...

2008-09-16 13:33 SC, revision 55657

different build dirs

2008-09-16 13:21 SC, revision 55656

expanding builds

2008-09-16 12:47 SC, revision 55655

buildbot test

2008-09-16 12:43 RR, revision 55654

Added reverse iterator to wxVector<T>

2008-09-16 10:58 JS, revision 55653

Switched off some buggy optimisation that caused caret positioning/drawn text mismatch. Fixed defragmentation.

2008-09-16 08:32 VZ, revision 55652

start of the great grid folding: introduce wxGridOperations class and use it to avoid duplicating the same code for rows and columns in a couple of methods

2008-09-16 08:03 VZ, revision 55651

disable AUI (and also MDI in 2.8) under CE, it doesn't make much sense there and doesn't currently compile anyhow

2008-09-15 16:13 VZ, revision 55650

use wxSwap()

2008-09-15 16:12 VZ, revision 55649

document wxDELETE() and wxDELETEA() (now committing the right file, please disregard comment of r55648)

2008-09-15 16:06 VZ, revision 55648

document wxDELETE() and wxDELETEA()

2008-09-15 14:43 JS, revision 55647

Fixed Freeze problem that rendered control invisible

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