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-05-17 23:53 VZ, revision 53633

fix handling of the commands with negative ids (e.g. created by NewControlId()) in MDI frames

2008-05-17 23:42 VZ, revision 53632

(blind) fixes for PCH-less build after r53626

2008-05-17 23:14 VZ, revision 53631

fix gcc warnings about not calling the base class ctors (replaces patch 1962992)

2008-05-17 23:07 VZ, revision 53630

make cast from double to long explicit to suppress gcc warning (part of patch 1962992)

2008-05-17 22:51 VZ, revision 53629

allow loading wxAnimationCtrl contents from stream (patch 1962344)

2008-05-17 22:49 VZ, revision 53628

added language info for Northern Sami (patch 1964036)

2008-05-17 22:44 VZ, revision 53627

fix crash in BitmapComboBoxWidgetsPage under wxUniv

2008-05-17 22:43 VZ, revision 53626

native wxBitmapComboBox implementation for MSW (patch 1941399)

2008-05-17 22:41 VZ, revision 53625

take const wxConfig object in wxDocManager::FileHistoryLoad() and wxFileHistory::Load() (patch 1942316) [should have been part of r53562]

2008-05-17 22:13 VZ, revision 53624

don't blit more than necessary in wxBufferedDC::UnMask() (patch 1943622) [should have been part of r53565]

2008-05-17 21:24 VS, revision 53623

minor Unicode overview corrections

2008-05-17 17:54 JS, revision 53622

Fixed common style collection and superscript/subscript selection

2008-05-17 17:54 JS, revision 53621

Fixed common style collection and superscript/subscript selection

2008-05-17 16:20 JS, revision 53619

Cast for argument to delete[] - VC6 doesn't want to delete a const pointer

2008-05-17 12:56 VZ, revision 53617

fix window rectangle computation in Centre(wxCENTER_ON_SCREEN)

2008-05-17 09:41 VS, revision 53616

wxUniv: implement wxSYS_VSCROLL_X/Y metrics in wxUniv code, they depend on the theme, not lowlovel port

2008-05-17 09:40 SN, revision 53615

Fixed wxWindowOS2::Reparent.

2008-05-17 09:34 VS, revision 53614

fixed error logging in TIFF image handler to output something useful regardless of the build

2008-05-17 09:28 SN, revision 53613

Added missing #include.

2008-05-17 09:28 SN, revision 53612

Added missing #include.

2008-05-16 22:05 RR, revision 53611

Tried unsuccessfully to change individual line height

2008-05-16 21:03 RR, revision 53610

Correct vert alignment

2008-05-16 20:08 RR, revision 53609

ignore invisble columns in height calculation

2008-05-16 19:51 RR, revision 53608

Typo

2008-05-16 15:21 SN, revision 53607

Ensure that wxApp::Yield is always processing pending event by creating a temporary event loop if needed.

2008-05-16 12:50 SN, revision 53606

Ensure that wxApp::Yield is always processing pending event by creating a temporary event loop if needed.

2008-05-16 12:49 RR, revision 53605

[ 1965257 ] wxMac implementation of wxDataViewColumn::SetResizeable()

2008-05-16 12:37 RR, revision 53604

Option for variable line heights (MSW and GTK+ sofar)

2008-05-15 17:24 PC, revision 53599

fix some warnings from GCC -Wextra

2008-05-15 11:53 RR, revision 53595

Missing semicolon

2008-05-15 11:50 RR, revision 53594

[ 1960295 ] wxWeakRef - Reorganization and comments

2008-05-14 14:27 SC, revision 53593

fixing 64-32 bit conversion warnings, no brush must be set for color bitmaps, only for monochrome ones

2008-05-14 09:27 RR, revision 53592

[wx-dev] [ wxwindows-Bugs-1566309 ] wxDir::IsOpened() and wxDir::Open() always true

2008-05-14 09:04 JJ, revision 53591

Update OpebVMS compile support

2008-05-14 01:30 VZ, revision 53590

generate size event when the dialog is shown for consistency with frames and other ports (bug 1961671); this also makes workaround for showing the gripper in the previous revision unnecessary

2008-05-14 00:53 VZ, revision 53589

delay gripper positioning until the dialog is shown to ensure that it doesn't overwrite other dialog children

2008-05-13 20:52 SC, revision 53588

adapting to new m_font handling in base (it's not always valid, so use GetFont())

2008-05-13 19:40 VZ, revision 53587

fix bug introduced by the last change: we could overwrite the buffer if the file size changed while we were reading it

2008-05-13 02:51 PC, revision 53586

fix overload ambiguity when compiler doesn't know NULL is a pointer

2008-05-13 00:20 RD, revision 53585

fixed last commit

2008-05-12 23:55 RD, revision 53583

Need to allow wxMemoryDC's at any time. (It derives from wxPaint event so the 2nd half of the test catches that.)

2008-05-12 23:54 RD, revision 53582

Resolve overload ambiguities

2008-05-12 22:42 BP, revision 53581

Fixed bug #1340071 (outdated documentation of wxFrame::CreateStatusBar() function default values).

2008-05-12 12:47 SN, revision 53573

Clarified difference between wrap width and width of control in wxStaticText.

2008-05-12 12:21 SN, revision 53572

Fixed link to page with third party tools.

2008-05-12 11:22 VZ, revision 53571

don't dereference end iterator

2008-05-12 06:27 PC, revision 53570

fix wxColourData::FromString() not restoring 16th color, bug 1844355

2008-05-12 00:05 VZ, revision 53568

add wxCAL_SHOW_WEEK_NUMBERS support (patch 1960860)

2008-05-12 00:03 VZ, revision 53567

add wxCmdLineParser::AddUsageText() and wxCMD_LINE_USAGE_TEXT (modified patch 1957542)

2008-05-11 23:46 VZ, revision 53566

make GetUsageString() public, this is useful at least for the tests

2008-05-11 23:19 VZ, revision 53565

don't blit more than necessary in wxBufferedDC::UnMask() (patch 1943622)

2008-05-11 23:04 PC, revision 53564

disconnect handler in wxTaskBarIcon dtor, should have been part of previous commit

2008-05-11 22:45 PC, revision 53563

prevent crash if panel/kicker is killed, bug 1872724

2008-05-11 20:32 VZ, revision 53562

take const wxConfig object in wxDocManager::FileHistoryLoad() and wxFileHistory::Load() (patch 1942316)

2008-05-11 20:17 PC, revision 53561

don't change brush settings in SetBackgroundMode(), it is only supposed to affect text background, bug 1480986

2008-05-11 19:59 VZ, revision 53560

fix appending items to sorted control (patch 1940384)

2008-05-11 19:50 VZ, revision 53559

revert r52151, apparently it doesn't work in 2.8 (see patch 1939287)

2008-05-11 17:45 VZ, revision 53558

include wx/timer.h for wxUSE_GUI==0 now that timers can be used in console apps too (patch 1939223)

2008-05-11 17:44 VZ, revision 53557

avoid extra reallocations and memcpy for seekable files in OnRead() (slightly modified patch 1935975)

2008-05-11 17:43 VZ, revision 53556

add a test for reading files >4KB

2008-05-11 17:18 VZ, revision 53555

assert if the window is being recreated, this indicates a bug in the user code and can be difficult to find without the help of this assert

2008-05-11 17:12 VZ, revision 53554

show resize grip on resizeable dialogs (slightly modified patch 1910654)

2008-05-11 17:08 VZ, revision 53553

move last change to the correct section

2008-05-11 16:17 VZ, revision 53552

make class names used for our windows unique between different wx instances (modified patch 1898289)

2008-05-11 15:37 VZ, revision 53551

added in sections ommitted by the translation script; clairified EVT_TEXT (non) generation from ctor

2008-05-11 15:24 SN, revision 53550

Blind fix for bug #1936227 (unable to set initial value > 100).

2008-05-11 01:38 BP, revision 53549

Replaced @returns with @return for more standard command use and compatibility.

2008-05-11 00:34 VZ, revision 53548

no changes, just fix a typo

2008-05-11 00:29 VZ, revision 53547

don't send text changed events from ctor as wxGTK doesn't do it and people apparently don't like it

2008-05-10 21:02 VZ, revision 53546

oops, fix compilation after last commit

2008-05-10 20:16 VZ, revision 53545

backport wxDocManager::MakeNewDocumentName() from the trunk for forward-compatibility

2008-05-10 17:48 PC, revision 53541

remove extra semicolons, correct virtual access

2008-05-10 17:46 PC, revision 53540

non-pch build fixes, after r53535

2008-05-10 17:30 PC, revision 53539

don't send paint events for exposures of the border-only GdkWindow, fix for bug 1894655

2008-05-10 09:54 FM, revision 53538

give a name to the unnamed enum to make it easier to document it

2008-05-10 09:46 JS, revision 53537

Fix conversion from variant array

2008-05-10 09:44 FM, revision 53536

other f*h header reviews

2008-05-10 09:40 FM, revision 53535

replace use of 'long/int bitmapType' with 'wxBitmapType bitmapType' in richtext and wxMemoryFSHandler

2008-05-10 09:37 FM, revision 53534

added version check against gcc-generated xml; added readme and few other notes about ifacecheck

2008-05-10 05:35 KO, revision 53533

svn merge -r 53388:53532 http://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH

2008-05-10 00:05 RD, revision 53524

Add some additional renderer functions for Mac and MSW (so far) but do it as standalone functions in order to not disrupt the ABI. These are primarily needed for wxWebKit which is why they are going in to 2.8 instead of straight into 2.9 the proper way (as new methods of the wxRenderer* classes.)

2008-05-09 22:18 RD, revision 53511

Merge r53510 from 2.8 branch

2008-05-09 22:15 RD, revision 53510

Avoid asserts when wxDP_ALLOWNONE is used and the date is set to wxDefaultDateTime

2008-05-09 21:53 VS, revision 53509

fixed wxMac compilation after ShowWithEffect() changes; also fixed to use correct directions meaning

2008-05-09 18:59 BIW, revision 53508

applied patch 1908782 wxAuiMDIChildFrame not removed from wxAuiMDIClientWindow

2008-05-09 18:58 BIW, revision 53507

applied patch 1908782 wxAuiMDIChildFrame not removed from wxAuiMDIClientWindow

2008-05-09 16:57 SC, revision 53506

reverting style of include back to user include as before

2008-05-09 08:47 JS, revision 53505

Apply previous paragraph style if pasting plain text, but not if pasting rich text.

2008-05-09 08:46 JS, revision 53504

Apply previous paragraph style if pasting plain text, but not if pasting rich text.

2008-05-09 08:30 MW, revision 53503

Move MinGW builds to another machine as td165 is down.

2008-05-09 04:48 SC, revision 53502

applying 1960600 (avoid dereferencing lc if it hasn't been set)

2008-05-08 22:50 VZ, revision 53501

update the documentation after the patch 1876663

2008-05-08 22:45 VZ, revision 53500

extracted wxWrapSizer in separate files and somewhat improved it (heavily modified patch 1876663)

2008-05-08 21:56 VS, revision 53499

changed ShowWithEffects() to use directional wxSHOW_EFFECT_XXX flags instead of additional wxDirection argument that doesn't always make sense; this also means the direction is never implicit

2008-05-08 20:46 BP, revision 53498

More interface header reviews by Azriel Fasten, along with a simple item "add" group for wxSizer.

2008-05-08 19:42 BP, revision 53497

Updates to wiki links, and XHTML source cleanups.

2008-05-08 18:58 VZ, revision 53495

add wxSizer::SetDimension() overload taking wxPoint/wxSize instead of 4 ints

2008-05-08 14:57 VZ, revision 53494

don't call TB_GETITEMRECT with invalid tool index

2008-05-08 14:48 VZ, revision 53493

fix some unused variables warnings reported by Borland

2008-05-08 14:15 VZ, revision 53492

correct the signature of the overriden Reparent()