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):

2004-04-13 05:14 SC, revision 26728

switching to CreateXXX methods for Controls and to Hit Event Processing, thus supporting full keyboard access mode

2004-04-12 21:00 VS, revision 26727

aygshell is available on PocketPC and sometimes needed

2004-04-12 19:59 rgammans, revision 26726

* fix bug where editing of the bootom and right most cell is not corectly completed. * Some tidying of end edit code paths. (such as in AutoSizeRowOrCol)

2004-04-12 19:58 rgammans, revision 26725

* fix bug where editing of the bootom and right most cell is not corectly completed. * Some tidying of end edit code paths. (such as in AutoSizeRowOrCol)

2004-04-12 19:24 VZ, revision 26724

added a note about wxTreeCtrl::GetFirst/NextItem(id, long) deprecation

2004-04-12 15:37 RR, revision 26723

eVC 3.0 doesn't like WS_CAPTION. I imagine that eVC 4.0 just ignores it.

2004-04-12 10:35 RR, revision 26722

eVC 3.0 doesn't know ExitProcess() but _exit() is OK.

2004-04-12 10:33 RR, revision 26721

eVC++ 3.0 doesn't know WS_THICKFRAME

2004-04-12 04:58 DE, revision 26720

Change m_windowCurrent to m_currentNSWindow such that m_currentNSWindow is never used directly but only to look up the associated wxCocoaNSWindow. If the wxCocoaNSWindow cannot be found later in UpdateMenuBar then it's likely been destroyed but no crash will result as before.

2004-04-11 21:36 VS, revision 26719

don't use strcpy to copy between overlapping strings, it's undefined operation

2004-04-11 20:59 VS, revision 26718

made it possible to easily regenerate makefiles with stream suit (temporary, before remaining problems are fixed)

2004-04-11 20:59 VS, revision 26717

added more styles (patch 933354)

2004-04-11 20:59 VS, revision 26716

stream tests improvements (patch 924438)

2004-04-11 20:59 VS, revision 26715

added some cppunit convenience macros (part of patch 924438)

2004-04-11 20:58 VS, revision 26714

stream classes docs and code fixes (part of patch 924438)

2004-04-11 19:34 VS, revision 26713

improvements to zlib streams (patch 929416): 1. CanHandleGZip static method 2. code cleanup 3. 2.4 compatibility mode

2004-04-11 19:32 VS, revision 26712

minor correction

2004-04-11 19:11 VS, revision 26711

added wxTE_AUTO_SCROLL and wxTE_NO_VSCROLL

2004-04-11 17:59 DE, revision 26710

Use wxAutoNSAutoreleasePool when destroying wxIconRefData

2004-04-11 15:23 SC, revision 26709

expose find window method

2004-04-11 15:17 SC, revision 26708

fixing target determination for compositing windows, but we don't always get proper highlights for target windows

2004-04-11 15:14 VS, revision 26707

added wx/msw/wince/libraries.h to workaround SDK differences problems

2004-04-11 14:57 VS, revision 26706

removed aygshell and ceshell from WinCE build, not all SDKs have it

2004-04-11 10:55 VZ, revision 26705

in wxGetFontEncFromCharSet(): map only DEFAULT_CHARSET to wxFONTENCODING_SYSTEM (but not all the others); also handle SYMBOL_CHARSET separately

2004-04-11 10:50 VZ, revision 26704

serialize wxNativeEncodingInfo using font names, not numbers which are subject to change