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

2008-09-14 19:50 VZ, revision 55617

really, really fix handling Enter in spin controls: only request it for the control if wxTE_PROCESS_ENTER is used to avoid breaking the use of Enter for the default item activation if it isn't; also document wxTE_PROCESS_ENTER style for wxSpinCtrl and add it to the sample

2008-09-14 19:15 VZ, revision 55609

use transparent icons and clear the DC before drawing them to fix the background of state icons appearance (part of #9591)

2008-09-14 16:48 JMS, revision 55607

Have support for both char* and wchar_t* in wxPGPropArg. Moved wxPGPropArgCls member function to propgridiface.cpp which is more logical location since class is in propgridiface.h. Added char* test cases.

2008-09-14 16:20 JMS, revision 55606

Fixed bug: Setting property value string did not update children of composed parent (ported from wxPG SVN trunk)

2008-09-14 14:59 JMS, revision 55605

Removed remnant use of wxCHECK_VERSION

2008-09-14 13:53 JMS, revision 55604

Updated documentation to acknowledge the fact that properties can have identical labels, and that they must have non-empty name that is unique under parent

2008-09-14 13:53 VZ, revision 55603

some wxGrid docs cleanup, it's still a huge mess though

2008-09-14 13:14 JMS, revision 55602

wxVariant list used to translate between list of property child values and composite value string now maps values by names instead of labels. Naturally this means properties can no longer have empty name (this change allows using identical labels under same parent property. Ported from wxpropgrid SVN trunk)

2008-09-14 10:07 MW, revision 55601

New dev.

2008-09-14 10:00 JMS, revision 55600

Workaround for VC6 IDE internal compiler error

2008-09-14 09:47 JMS, revision 55599

Adapt to 'premature' events being sent from editor controls (fixes datepicker editor crash)

2008-09-14 09:02 JMS, revision 55598

Fixed ambiguity with bitwise operators

2008-09-14 08:46 JMS, revision 55597

Removed dllimpexp declaration from std::vector typedef

2008-09-14 01:18 VZ, revision 55596

added wxFileName::GetVolumeString() (#9950)

2008-09-14 01:09 VZ, revision 55595

compilation fix after the last commit

2008-09-14 00:46 VZ, revision 55594

don't give spurious error messages if the default browser doesn't provide DDE interface; also use SEE_MASK_FLAG_NO_UI to avoid shell error messages as we give them ourselves (#9948)

2008-09-14 00:26 VZ, revision 55593

build fixes for wxUSE_ON_FATAL_EXCEPTION==0 (#9937)

2008-09-14 00:12 VZ, revision 55592

make ellipses drawn with transparent pen more wxGC/Cairo-like (closes #9899)

2008-09-14 00:04 VZ, revision 55591

check the item index inside Item() itself instead of checking it inside some callers of this function

2008-09-14 00:03 VZ, revision 55590

must include typeinfo before using typeid()

2008-09-13 21:28 VZ, revision 55589

cache the item text size to optimize tree layout/painting (#9956)

2008-09-13 20:55 VZ, revision 55588

no real changes, just some reformatting

2008-09-13 20:34 JMS, revision 55587

wxPropertyGrid::DoPropertyChanged() incorrectly passed raw m_wndEditor pointer to UpdateControl(). Now editor pointer is acquired via GetEditorControl(), as appropriate.

2008-09-13 20:14 JMS, revision 55586

wxPropertyGrid member m_visPropArray removed, now always recreated from scratch in DoDrawItems()

2008-09-13 20:02 RR, revision 55585

Fix crash

2008-09-13 19:43 JMS, revision 55584

Cleaned up wxPropertyGrid::SetCurrentCategory()

2008-09-13 19:35 JMS, revision 55583

Needed to convert string variable's type from wxChar* to wxString because result of wxGetTranslation was assigned to it

2008-09-13 19:18 JMS, revision 55582

Fixed warnings caused by docstrings in %pythoncode section

2008-09-13 16:29 RR, revision 55581

include <typeinfo> in all files

2008-09-12 22:14 VZ, revision 55580

must include typeinfo before using typeid()

2008-09-12 21:22 VZ, revision 55578

must include typeinfo before using typeid()

2008-09-12 21:19 VZ, revision 55577

PCH-less compilation fix

2008-09-12 20:57 VZ, revision 55576

added wxPropertyGrid from Jaakko Salli (#9934)

2008-09-12 19:38 SC, revision 55575

implementing changes in toolbartool directly

2008-09-12 18:36 SC, revision 55574

CoreText fixes

2008-09-12 18:35 SC, revision 55573

CoreText fixes

2008-09-12 18:30 SC, revision 55572

missin quote

2008-09-12 15:47 VZ, revision 55571

STL build fix

2008-09-12 14:09 VZ, revision 55570

return true from IsBeingDeleted() if any of the parent windows is marked for destruction too (see #9867)

2008-09-12 13:09 VZ, revision 55569

add grid category and mark all grid-related classes as belonging to it

2008-09-12 12:49 VZ, revision 55568

fix the event type in EVT_GRID_[CMD_]COL_MOVE declaration: this event handler receives wxGridEvent and not wxGridSizeEvent

2008-09-12 09:50 SC, revision 55567

making state changing calls on tool virtual

2008-09-12 08:48 JJ, revision 55566

Update setup for OpenVMS

2008-09-12 01:36 VZ, revision 55565

fix crash under MSW due to constructing a static wxDDEClient instance (this arguably should work but currently doesn't because of use of (yet uninitialized) wxDDEClientObjects in wxDDEClient ctor)

2008-09-12 00:06 VZ, revision 55564

add wxCANCEL_DEFAULT support

2008-09-11 23:41 VZ, revision 55563

added wxCANCEL_DEFAULT style to wxMessageDialog (only implemented for MSW for now); also tightened up the style checks in wxMessageDialog::SetMessageDialogStyle() (argh, another forgotten file, should have been part of r55561)

2008-09-11 23:40 VZ, revision 55562

test wxCANCEL_DEFAULT flag

2008-09-11 23:37 VZ, revision 55561

added wxCANCEL_DEFAULT style to wxMessageDialog (only implemented for MSW for now); also tightened up the style checks in wxMessageDialog::SetMessageDialogStyle()

2008-09-11 20:50 JJ, revision 55560

OpenVMS chokes on external templates

2008-09-11 18:55 SC, revision 55559

adding missing y axis flip