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

2004-04-11 10:40 VZ, revision 26703

added GetEncodingFromName(); documented it and rearranged the methods in alphaabetical order

2004-04-11 09:47 VS, revision 26702

fixed wxMBConv::cMB2WC and cWC2MB to check for conversion failure

2004-04-11 07:26 DS, revision 26701

applied patch #933086: "scrollbar stops compilation due to missing header"

2004-04-11 04:09 DE, revision 26700

Yield changes: 1. Rework the loop using wxAutoNSAutoreleasePool such that each iteration (get/send event) is done within the context of an NSAutoreleasePool. 2. Use nil instead of [NSDate distantPast] (means the same thing)

2004-04-11 04:06 DE, revision 26699

Add wxAutoNSAutoreleasePool to drawing methods

2004-04-11 04:03 DE, revision 26698

wxWindowCocoaScroller: use wxAutoNSAutoreleasePool in constructor

2004-04-11 03:25 DE, revision 26697

wxIcon::CopyFromBitmap: 1. retain NSImage from bitmap.GetNSImage (since it is alloc/autoreleased) 2. Use a wxAutoNSAutoreleasePool

2004-04-11 00:48 DE, revision 26696

Add wxAutoNSAutoreleasePool to SetSelection()

2004-04-10 23:43 VZ, revision 26695

added support for koi8-u

2004-04-10 16:09 MBN, revision 26694

Compilation fix.

2004-04-10 16:07 MBN, revision 26693

Avoid virtual function hiding.

2004-04-10 05:08 DE, revision 26692

Hide (orderOut:) modal dialogs after stopping modal event loop.

2004-04-10 04:32 DE, revision 26691

Added missing wxT()

2004-04-10 03:54 DE, revision 26690

Added header preprocessor guard

2004-04-10 03:23 DE, revision 26689

Implement a reasonable DoGetBestSize (NSProgressIndicator is not an NSControl)

2004-04-10 03:19 DE, revision 26688

Stub for DoGetBestSize() since this isn't an NSControl

2004-04-10 03:18 DE, revision 26687

1. Faster DoGetBestSize for single-cell controls. 2. Properly handle exceptions so controls which aren't NSControl don't crash.

2004-04-10 03:11 DE, revision 26686

Make DoGetBestSize() always return a width of 100

2004-04-10 00:54 DE, revision 26685

Added wxMac stub header files (include/wx/mac/*.h). make install should now produce a usable installation.

2004-04-10 00:43 DE, revision 26684

Added missing wxT()

2004-04-09 21:44 DE, revision 26683

Baked with Bakefile 0.1.4

2004-04-09 21:33 DE, revision 26682

Changes that were in aclocal.m4 but not here

2004-04-09 21:06 VZ, revision 26681

(blind) compilation fix for wxUniv

2004-04-09 20:20 DE, revision 26680

wxCocoa: native wxNotebook

2004-04-09 20:19 DE, revision 26679

Added files for wxNotebook and wxCocoaNSTabView

2004-04-09 20:13 DE, revision 26678

wxCocoa: added ObjcRef.mm and ObjcRef.h

2004-04-09 15:16 DS, revision 26677

implemented a simple DoGetBestSize() for MSW's wxScrollBar

2004-04-08 19:15 VZ, revision 26676

do use context menu event under wxGTK, it is supported there now

2004-04-08 12:43 VZ, revision 26675

last check in forgot to add WS_VSCROLL to the listbox sttyle, added back to reenable the vertical scrollbar

2004-04-08 12:24 SC, revision 26674

make sure we are comparing the stripped strings

2004-04-08 12:13 VZ, revision 26673

use SetDefaultBackgroundColour() instead of SetBgColour()

2004-04-08 12:13 VZ, revision 26672

suppress warnings during WinCE compilation

2004-04-08 12:11 VZ, revision 26671

we can now use png/jpeg/gif

2004-04-08 12:11 VZ, revision 26670

1. moved InheritAttributes() from wxControl to wxWindow 2. made it inherit only the attributes explicitly set for the parent 3. "explicitly set" means set with SetXXX(), not newly added SetDefaultXXX() 4. documented InheritAttributes(), ShouldInheritColours() and SetDefaultXXX()

2004-04-08 10:21 VZ, revision 26669

corrected wxEVENT_PROPAGATE_XXX constants names

2004-04-07 23:35 RD, revision 26668

Changed name to wxFIXED_MINSIZE since that is more descriptive of what it does. The size can still be changed by the sizer, but it won't query the minsize if this flag is set.

2004-04-07 23:24 RD, revision 26667

Use FIXED_MINSIZE on the listbox

2004-04-07 23:22 RD, revision 26666

Changed name to wxFIXED_MINSIZE since that is more descriptive of what it does. The size can still be changed by the sizer, but it won't query the minsize if this flag is set.

2004-04-07 23:06 RD, revision 26665

Changed name to wxFIXED_MINSIZE since that is more descriptive of what it does. The size can still be changed by the sizer, but it won't query the minsize if this flag is set.

2004-04-07 22:45 RD, revision 26664

reSWIGged

2004-04-07 22:42 RD, revision 26663

notes about sizer changes

2004-04-07 22:41 RD, revision 26662

Put back wxMSW's wxStaticBitmap::DoGetBestSize because GetBitmap (used in base DoGBS) is not able to be called until the control is fully constructed

2004-04-07 22:02 RD, revision 26661

use wxBU_EXACTFIT for the small buttons

2004-04-07 21:58 RD, revision 26660

fix for self.root == None

2004-04-07 21:56 RD, revision 26659

set m_bestSize

2004-04-07 21:48 RD, revision 26658

wxStatusBarGeneric::DoGetBestSize

2004-04-07 21:47 RD, revision 26657

wxStaticBitmapBase::DoGetBestSize

2004-04-07 21:26 RD, revision 26656

Use default window IDs

2004-04-07 21:25 RD, revision 26655

Various layout tweaks, wx.FIXED_SIZE added, etc.

2004-04-07 21:22 RD, revision 26654

Add wxRTTI info and set bestSize