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 19:38 DE, revision 26753

Added wxRegionGeneric and wxRegionIteratorGeneric using X.org code

2004-04-13 14:24 DE, revision 26752

#import <AppKit/NSCell.h>

2004-04-13 14:20 DE, revision 26751

Change <class PixelData> to <typename PixelData> (2.95 compile fix)

2004-04-13 14:16 DE, revision 26750

s/m_clientData/m_itemClientData/ so it doesn't conflict with wxEvtHandler union

2004-04-13 13:43 VZ, revision 26749
  • D /wxWidgets/trunk/demos/bombs/bombsCE.vcp
  • D /wxWidgets/trunk/demos/bombs/bombsCE.vcw
  • D /wxWidgets/trunk/demos/poem/wxpoemCE.vcp
  • D /wxWidgets/trunk/demos/poem/wxpoemCE.vcw
  • D /wxWidgets/trunk/samples/controls/controlsCE.vcp
  • D /wxWidgets/trunk/samples/controls/controlsCE.vcw
  • D /wxWidgets/trunk/samples/minimal/minimalCE.vcp
  • D /wxWidgets/trunk/samples/minimal/minimalCE.vcw

removed old eVC project files

2004-04-13 13:40 DE, revision 26748

Make ObjcRelease() return void like [NSObject -release] not type id.

2004-04-13 12:51 JS, revision 26747

Only call Select within SetString when internal data has been restored, else assert results if the item was selected

2004-04-13 12:26 VZ, revision 26746

don't use WS_POPUP under CE for normal windows

2004-04-13 12:25 VZ, revision 26745

define WS_XXX constants missing in (some) CE SDKs

2004-04-13 12:25 VZ, revision 26744
  • D /wxWidgets/trunk/src/msw/wince/wxBase.vcp
  • D /wxWidgets/trunk/src/msw/wince/wxBase.vcw
  • D /wxWidgets/trunk/src/msw/wince/wxWindowsCE.vcp
  • D /wxWidgets/trunk/src/msw/wince/wxWindowsCE.vcw

removed old eVC project files

2004-04-13 12:25 VZ, revision 26743

removed m_bestSize

2004-04-13 12:22 VZ, revision 26742

moved dialog/frame styles to their own headers; don't use any styles by default for TLW under Windows CE

2004-04-13 11:33 VZ, revision 26741

added Hindi translation from Dhananjaya Sharma

2004-04-13 11:23 VZ, revision 26740

added DoDrawRoundedRectangle() implementation (patch 931364)

2004-04-13 10:47 VZ, revision 26739

and now fixed USE_CONTEXT_MENU definition as well

2004-04-13 10:46 VZ, revision 26738

fixed USE_CONTEXT_MENU tests

2004-04-13 10:44 VZ, revision 26737

(blind) compilation fix for wxUniv

2004-04-13 10:29 JS, revision 26736

Only call Select within SetString when internal data has been restored, else assert results if the item was selected

2004-04-13 10:23 SC, revision 26735

all databrowser implementation

2004-04-13 05:30 SC, revision 26734

adding event construction

2004-04-13 05:28 SC, revision 26733

switching to native focus and control hit handling

2004-04-13 05:25 SC, revision 26732

switching to native focus handling

2004-04-13 05:21 SC, revision 26731

fixing right click

2004-04-13 05:19 SC, revision 26730

mouse handling changed

2004-04-13 05:16 SC, revision 26729

recursive tab processing

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