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-25 08:06 VS, revision 26953
  • R /wxWidgets/trunk/src/zlib/algorithm.txt
  • R /wxWidgets/trunk/src/zlib/ChangeLog
  • R /wxWidgets/trunk/src/zlib/INDEX
  • R /wxWidgets/trunk/src/zlib/README

This commit was generated by cvs2svn to compensate for changes in r26952, which included commits to RCS files with non-trunk default branches.

2004-04-25 08:06 VS, revision 26952

imported zlib 1.2.1

2004-04-25 08:06 , revision 26951

This commit was manufactured by cvs2svn to create branch 'ZLIB'.

2004-04-25 08:06 VS, revision 26950

Initial revision

2004-04-25 08:03 , revision 26949

This commit was manufactured by cvs2svn to create tag 'ZLIB_1_1_4'.

2004-04-25 08:03 VS, revision 26948
  • R /wxWidgets/trunk/src/zlib/ChangeLog
  • R /wxWidgets/trunk/src/zlib/configure
  • R /wxWidgets/trunk/src/zlib/INDEX
  • R /wxWidgets/trunk/src/zlib/Makefile.riscos
  • R /wxWidgets/trunk/src/zlib/Make_vms.com
  • R /wxWidgets/trunk/src/zlib/README

This commit was generated by cvs2svn to compensate for changes in r26947, which included commits to RCS files with non-trunk default branches.

2004-04-25 08:03 VS, revision 26947

imported zlib 1.1.4

2004-04-25 07:03 RD, revision 26946

reSWIGged

2004-04-25 06:51 RD, revision 26945

Renamed the core namespace's submodules to have a leading underscore. This is so epydoc will automatically mark them as private and won't document the objects they contain (they'll be docmented via the wx module.)

2004-04-25 00:47 RD, revision 26944

reSWIGged

2004-04-25 00:43 RD, revision 26943

silence a bogus error message

2004-04-25 00:39 RD, revision 26942

wx.StaticBox and siblings creation order, and other fixes from Kevin Ollivier

2004-04-25 00:38 RD, revision 26941

Use the right classname

2004-04-25 00:38 RD, revision 26940

We need __docfilter__ too

2004-04-25 00:37 RD, revision 26939

Tweak the text about Sizer changes

2004-04-25 00:34 RD, revision 26938

allow to be imported independently

2004-04-24 07:57 SC, revision 26937

gcc warnings

2004-04-23 19:22 VZ, revision 26936

mention that CountTokens() returns the number of remaining tokens, not the total count

2004-04-23 12:24 SC, revision 26935

added network-to-host noops

2004-04-23 09:14 SC, revision 26934

CFM Build fixes

2004-04-23 08:54 SC, revision 26933

always use opaque structs

2004-04-22 23:25 RD, revision 26932

Add __docfilter__ to modules so epydoc doesn't generate docs for all the SWIG crud in the modules it doesn't need to.

2004-04-22 23:22 RD, revision 26931

A way to make the DC classes in wxPython look like the ones in 2.5, so code can be written that works with both versions.

2004-04-22 22:57 RD, revision 26930

Use PostCreate

2004-04-22 22:57 RD, revision 26929

wxFIXED_MINSIZE is not needed anymore

2004-04-22 22:48 RD, revision 26928

bugfix

2004-04-22 22:47 RD, revision 26927

Remove some obsolete window styles, added a new sizer flag

2004-04-22 22:46 RD, revision 26926

Add the masked package dir

2004-04-22 22:45 RD, revision 26925

Various tweaks, docstring fixes, etc.

2004-04-22 22:37 RD, revision 26924

Updated SWIG docstring changes, also merged prepend patch

2004-04-22 22:08 RD, revision 26923

Add SetKind accessor

2004-04-22 22:07 RD, revision 26922

Get the GIL before raising an exception

2004-04-22 22:05 RD, revision 26921

Fix wxGTK's menu and menubar so Insert does something other than always append.

2004-04-22 22:04 RD, revision 26920

SetFont may temporarily rset the background to wxNullColour before calling ApplyWidgetStyle, so make sure we don't use an invalid colour.

2004-04-22 22:02 RD, revision 26919

Add SetKind accessor

2004-04-22 21:44 RD, revision 26918

Instead of using GetAdjustedBestSize use the minsize if there is one, otherwise use GetBestSize. This allows for situations where the minsize is smaller than the bestsize (for example, abbreviated state fields will normally be smaller than the 100px best size for wxTextCtrls.)

2004-04-22 21:11 DS, revision 26917

fixed broken filetype filters in file dialogs

2004-04-22 20:51 SC, revision 26916

adapting the MSW way for mutex gui

2004-04-22 20:50 SC, revision 26915

fixes, rewrites, adopting the posix way of resume/suspend (while using MP-API) as throwing exceptions is explicitely not recommended

2004-04-22 18:28 VS, revision 26914

fixed missing CPPUNIT_LIBS,CFLAGS in dmars makefiles

2004-04-22 08:26 VS, revision 26913

fixed generating dmars makefiles

2004-04-21 21:14 VS, revision 26912

applied 928163: zlib truncated output fix

2004-04-21 21:13 VS, revision 26911

applied patch 939076: __SMARTPHONE__ define

2004-04-21 21:04 VS, revision 26910

added wxRegEx::GetMatchCount

2004-04-21 21:03 VS, revision 26909

applied patch 939076: __SMARTPHONE__ define

2004-04-21 20:47 VS, revision 26908

applied 928163: zlib truncated output fix

2004-04-21 20:20 VS, revision 26907

make the tests run a little faster

2004-04-21 20:17 VS, revision 26906

moved wxRegEx test from console to testsuite (patch 938995)

2004-04-21 20:14 VS, revision 26905

small fix (patch 938995)

2004-04-21 20:14 VS, revision 26904

added wxRegEx::GetMatchCount (patch 938995)

2004-04-21 19:20 SC, revision 26903

added define for Aug 2003 gcc update compatibility with Jaguar

2004-04-21 17:43 VZ, revision 26902

fixed #if in Create(); don't use wxModelessWindows any more

2004-04-21 16:16 SC, revision 26901

creating Apple menu programmatically

2004-04-21 15:01 VZ, revision 26900

really fixed crash with strange HDN_GETDISPINFOWs under XP

2004-04-21 13:33 VS, revision 26899

don't use wxFileConfig to parse kdeglobals, it's not meant for such use. Fixes bug 939195

2004-04-21 12:55 VZ, revision 26898

got rid of some ifdefs; added comment explaining why wxYield() is really needed and Update() is not enough

2004-04-21 12:49 VZ, revision 26897

time() takes time_t, not [unsigned] long -- and in fact we don't need to pass it any argument at all

2004-04-21 12:45 VZ, revision 26896

fixed recent modeless dialog breakage caused by removing wxDIALOG_MODAL (wxModelessWindows list doesn't exist any more; wxDialog::SetModal() and IsModalShowing() deperecated)

2004-04-21 11:35 VZ, revision 26895

fixed unused variable warning

2004-04-21 07:19 SC, revision 26894

MPThread implementation by AJ Lavin

2004-04-21 07:04 SC, revision 26893

replaced Yield with YieldIfNeeded for Mac

2004-04-21 07:03 SC, revision 26892

implemented Lower and Raise for OSX

2004-04-21 01:45 RD, revision 26891

MaskedEditControl bugfix pach from Will Sadkin

2004-04-20 23:07 VZ, revision 26890

replaced generic automatic filter string by 2 different ones for all files and all files with the given extension

2004-04-20 22:17 JS, revision 26889

Don't use wxUSE_POCKETPC_UI, determine appropriate UI from SDK defines. Now creates menubar at bottom of window for PPC. Window uses default position and size in PPC.

2004-04-20 22:12 JS, revision 26888

Temporary fix for VC++ compile breakage.

2004-04-20 19:12 JS, revision 26887

Test for SDK in use

2004-04-20 19:11 CE, revision 26886

fix bug compiling with DMC Borland gcc (macos); reverting part of 1.09 to 1.10

2004-04-20 19:08 VS, revision 26885

eliminated some warnings

2004-04-20 19:04 CE, revision 26884

fix bug compiling with DMC Borland gcc (macos); reverting part of 1.09 to 1.10

2004-04-20 18:55 VS, revision 26883

added wxString tests (patch 938082)

2004-04-20 18:54 RR, revision 26882

Applied the two patches from Kevin for gsocket and wxGetTUCTime.

2004-04-20 18:52 JS, revision 26881

Compile fix for eVC++ 4 with PocketPC 2003

2004-04-20 18:48 JS, revision 26880

Added script to generate Wince project

2004-04-20 18:39 VS, revision 26879

backported fix for 64bit archs

2004-04-20 14:33 CE, revision 26878

SF patch #938489 (for VC5)

2004-04-20 13:34 VZ, revision 26877

made Update() virtual

2004-04-20 13:34 CE, revision 26876

SF patch #938489

2004-04-20 11:35 VZ, revision 26875

fixed bug in default filter string construction (you can't Printf() a string in itself)

2004-04-19 23:24 RD, revision 26874

Added new MaskedEditControl code from Will Sadkin. The modules are now locaed in their own sub-package, wx.lib.masked. Demos updated.

2004-04-19 23:22 RD, revision 26873

Add back some missing enums

2004-04-19 23:14 RD, revision 26872

Make sure the window is not iconized before saving position and size.

2004-04-19 22:48 RD, revision 26871

Also Check for validity in comparrison operators

2004-04-19 22:16 RD, revision 26870

Check for validity in __repr__ and __str__

2004-04-19 21:47 RR, revision 26869

Code for single instance and bring-to-top under CE.

2004-04-19 14:41 JS, revision 26868

Don't infinitely recurse when setting the child focus. Without this, nested panels/scrolled windows that work fine on wxGTK, wxMSW can cause infinite recursion on wxMac

2004-04-19 14:02 VZ, revision 26867

compilation fix for wxUSE_VALIDATORS==0

2004-04-18 22:47 VZ, revision 26866

compilation fix for wxUSE_VALIDATORS==0

2004-04-18 21:35 VS, revision 26865

wxVsnprintf_ fix: added %ls,%lc handling (patch 937094)

2004-04-18 20:04 VS, revision 26864

small test suite improvements (patch 937094)

2004-04-18 19:26 VS, revision 26863

applied rest of streams test suite patch

2004-04-18 16:59 SC, revision 26862

alternative direct CFSocket implementation, not yet for production use

2004-04-18 16:42 RR, revision 26861

make spin control flat, too, under Win CE.

2004-04-18 16:37 SC, revision 26860

MSL support also for MSW

2004-04-18 16:37 SC, revision 26859

switching to host / network ordering swapping

2004-04-18 16:33 SC, revision 26858

yielding from main loop

2004-04-18 16:31 SC, revision 26857

otherwise all runloop dependent callbacks cannot work outside of the main thread

2004-04-18 16:30 SC, revision 26856

byte ordering changed to network ordering

2004-04-18 16:28 SC, revision 26855

metrowerks uname support

2004-04-18 14:11 JS, revision 26854

Casting fix

2004-04-18 12:57 VZ, revision 26853

test for __WIN32__, not WIN32 (which might be not defined)

2004-04-18 12:33 VZ, revision 26852

removed work around for 16 bit compilers not defining LPTSTR which was breaking Unicode build unless WIN32 was defined

2004-04-18 10:32 RR, revision 26851

Set default dialog style to 0.

2004-04-18 10:27 RR, revision 26850

Applied patch for hiding statusbar.

2004-04-18 10:15 RR, revision 26849

Fix incomplete stripping of menu text.

2004-04-18 06:40 SC, revision 26848

added fix for MSL under Win32 (by Steve Hartwell)

2004-04-17 22:40 RD, revision 26847

Set m_window to NULL after destroying it

2004-04-17 22:12 RR, revision 26846

Make text controls flat under CE.

2004-04-17 16:46 RR, revision 26845

Since CE cannot do the logical/device origin calculations we do it ourselves as per the X11 ports.

2004-04-17 14:57 RR, revision 26844

Do not set size of PocketPC dialogs upon startup, let the SHInitDialog() code do that following the Interface guidelines.

2004-04-17 14:30 RR, revision 26843

Show the OK button in the title bar under PocketPC and react to pressing it.

2004-04-17 12:10 RR, revision 26842

Make wxHTML compile (and work) under CE.

2004-04-17 02:13 RD, revision 26841

Make InheritAttributes and ShouldInheritColours public so they can be called from derived Python classes.

2004-04-17 02:07 RD, revision 26840

SetDefault should call parent->SetDefaultItem

2004-04-17 02:06 RD, revision 26839

Make InheritAttributes and ShouldInheritColours public so they can be called from derived Python classes.

2004-04-17 02:04 RD, revision 26838

default id's where possible

2004-04-17 02:00 RD, revision 26837

Fix or add some DoGetBestSize's

2004-04-16 21:19 VS, revision 26836

quoting fixes

2004-04-16 20:27 rgammans, revision 26835

Add configure test for presence/compilabilty of multimon.h and display.h header whcih are required for dsrc/msw/display.cpp - but aren't included in mingw.

2004-04-16 20:07 VS, revision 26834

Mingw compilation fixes

2004-04-16 16:37 VS, revision 26833

make users aware of wxInputStream::Eof limitations

2004-04-16 10:57 VZ, revision 26832

use wx_static_cast() inside wxDynamicCast to catch impossible casts at compile-time instead of run-time

2004-04-16 10:30 VZ, revision 26831

added and documented wx_const/static_cast<>

2004-04-16 09:48 VZ, revision 26830

wxEVT_MOVING = 442, not 4442, in event compatibility mode

2004-04-16 09:44 VZ, revision 26829

GetChildrenCount() should be const

2004-04-16 09:21 JS, revision 26828

Updates for Inno Setup 4

2004-04-16 08:36 JS, revision 26827

Updates for Inno Setup 4

2004-04-15 23:21 RD, revision 26826

If the window has a minsize then use that as the BestSize if there is no sizer, contstraints, or children, otherwise use current size as before.

2004-04-15 23:15 VZ, revision 26825

unused variable warning fix (patch 923094)

2004-04-15 23:11 VZ, revision 26824

unused param warning

2004-04-15 23:10 VZ, revision 26823

changed return type of wxCommandEvent::GetClientObject() to wxClientData * from void * and documented it (patch 918655)

2004-04-15 23:02 VZ, revision 26822

use iostream.h and not iostream with OpenWatcom (part of patch 910058)

2004-04-15 22:56 VZ, revision 26821

fixed WaitOnConnect() in non GUI mode (patch 905185)

2004-04-15 22:51 VZ, revision 26820

make XTI compile with VC6 (patch 896614)

2004-04-15 22:43 VZ, revision 26819

fixed DLL build (patch 879706)

2004-04-15 22:34 VZ, revision 26818

define _puttchar for mingw32 as it doesn't have it (patch 875611)

2004-04-15 22:26 VZ, revision 26817

show/hide static box when the wxStaticBoxSizer is shown/hidden (replaces patch 897020)

2004-04-15 22:15 VZ, revision 26816

fixed priority of the mailcap entries (patch 935954)

2004-04-15 22:15 VZ, revision 26815

normalize the case of the volume names too (patch 925887)

2004-04-15 22:07 VZ, revision 26814

fixed priority of the mailcap entries (patch 935954)

2004-04-15 21:53 VS, revision 26813

wxGTK on Mac doesn't need bundles

2004-04-15 20:20 VS, revision 26812

added GetFilenames

2004-04-15 20:12 VS, revision 26811

commdlg.lib is not in evc3

2004-04-15 20:10 RD, revision 26810

reSWIGged

2004-04-15 19:57 RD, revision 26809

reSWIGged

2004-04-15 19:56 RD, revision 26808

Remove use of m_bestSize

2004-04-15 19:55 RD, revision 26807

Reorder the controls so the RadioButtons work right on Windows

2004-04-15 19:53 RD, revision 26806

Use Update

2004-04-15 19:52 RD, revision 26805

Set stc and xrc to use GENDIR again as SWIG on Mac is still generating slightly different code than the other platforms for some reason

2004-04-15 19:28 RD, revision 26804

MacSetTheme

2004-04-15 19:27 RD, revision 26803

Use GetHandle for Mac too

2004-04-15 19:27 RD, revision 26802

MacSetMetalAppearance

2004-04-15 19:26 RD, revision 26801

Default for id

2004-04-15 19:22 RD, revision 26800

reSWIGged

2004-04-15 19:19 RD, revision 26799

Add width and precision params for wxGridCellFloatEditor

2004-04-15 19:17 DE, revision 26798

Make buttons display the bitmap image instead of the text "Bitmap Button"

2004-04-15 19:01 RD, revision 26797

Added SetDefaultXXX methods

2004-04-15 18:58 RD, revision 26796

install missing headers

2004-04-15 18:31 RD, revision 26795

Added new encoding, new methods

2004-04-15 18:26 RD, revision 26794

Moved some enums around to better match the C++ headers

2004-04-15 18:24 RD, revision 26793

Oops

2004-04-15 18:23 RD, revision 26792

Added some convenience methods to wx.Bitmap: SetSize, GetSize, and wx.EmptyBitmap can be called with a wx.Size (or a 2-element sequence) object too. Similar changes were done for wx.Image as well.

2004-04-15 18:13 RD, revision 26791

More about the sizer changes

2004-04-15 18:12 RD, revision 26790

clarify the note about OpenGL errors

2004-04-15 18:12 RD, revision 26789

removed stuff about the decorator classes

2004-04-15 18:11 RD, revision 26788

minor tweaks

2004-04-15 18:10 RR, revision 26787

Added SW_SCROLLCHILDREN to make scrolling work under eVC 3.0 (and probably any Windows CE).

2004-04-15 16:16 DS, revision 26786

made GetAlpha(x, y) const (the docs are already correct)

2004-04-15 15:58 RR, revision 26785

Fix for white area above frame because of funky toolbar/menubar-mix implementation under eVC 3.0.

2004-04-15 15:56 RR, revision 26784

Fix to make frame visible under eVC 3.0

2004-04-15 11:33 DS, revision 26783

ignore all (generated) .con files

2004-04-15 11:06 DS, revision 26782

use Find, not Member

2004-04-15 11:05 DS, revision 26781

improved const-ness of find/Find functions

2004-04-14 23:53 RD, revision 26780

Added #include for non PCH compilers

2004-04-14 23:50 RD, revision 26779

Updated with notes about recent sizer changes

2004-04-14 23:45 RD, revision 26778

Added wxSizerItem::SetMinSize that calls m_window->SetSizeHints if not wxFIXED_MINSIZE, SetInitSize and SetItemMinSize uses SetMinSize, and fixed [ 934651 ] sizeritem's 'minsize' value has no effect in xrc resources

2004-04-14 22:40 RD, revision 26777

Keep track of the initial size that the window was created with, and when the window is added to a sizer use that size with SetSizeHints. This is to fix problems resulting from the previous change where SetSizeHints was called with the initial size from CreateBase. Also, Patch [ 934677 ] wxWindowBase::DoGetBestSize() should exclude hidden windows

2004-04-14 17:31 SC, revision 26776

removing resource based implementations

2004-04-14 16:26 DE, revision 26775

Quick hack removing wxDIALOG_MODAL

2004-04-14 16:19 RD, revision 26774

Don't accidentally instal the MSVCRT.dll from XP as it wont' work on Win98. Use a set from CVS instead of from the SYSDIR.

2004-04-14 16:03 DE, revision 26773

Quick hack to rid the code of wxDIALOG_MODAL

2004-04-14 16:00 SC, revision 26772

resources must be copied, cannot be symlinked

2004-04-14 07:02 VZ, revision 26771

don't use wxDIALOG_MODAL any more

2004-04-14 06:35 RD, revision 26770

docstring tweak

2004-04-14 06:00 DE, revision 26769

wxASSERT_MSG instead of wxASSERT

2004-04-14 05:59 RD, revision 26768

If the icon is smaller than the allotted space then center it.

2004-04-14 05:58 RD, revision 26767

Add wxGridBagSizer to the overview text

2004-04-14 05:57 RD, revision 26766

simplify how the XWindow is extracted for GetHandle

2004-04-14 05:57 RD, revision 26765

The activex dirs got left out.

2004-04-14 05:56 DE, revision 26764

Cocoa_drawRect: Set m_updateRegion using the NSRect or if possible (Panther) using the array from [NSView -getRectsBeingDrawn:count:]

2004-04-14 05:56 RD, revision 26763

Doc tweaks, double the backslashes so they convert properly with ReST

2004-04-14 05:53 DE, revision 26762

Added wxRegion construction from an NSRect or an array of NSRects

2004-04-14 05:52 RD, revision 26761

whitespace cleanup

2004-04-14 05:41 RD, revision 26760

Compilation fixes

2004-04-14 05:39 DE, revision 26759

Rework modal dialog code to not depend on now obsolete wxDIALOG_MODAL flag.

2004-04-14 05:19 RD, revision 26758

Ensure PostCreation is always called, so the widget will be shown properly

2004-04-14 05:17 RD, revision 26757

Fix for #933359

2004-04-13 20:46 DE, revision 26756

new wxRegionRefData has size=1 so rects=malloc(sizeof(BOX))

2004-04-13 20:01 DE, revision 26755

Baked with Bakefile 0.1.4

2004-04-13 19:45 DE, revision 26754

wxCocoa: wxRegion using wxRegionGeneric

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