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-01-02 11:56 JS, revision 25053

wxShapeRegion::SetText shouldn't append to formatted strings list Addition of accessors to allow an app to do alternate diagram streaming

2003-12-31 20:49 RD, revision 25052

Track and translate typenames where possible

2003-12-31 17:20 VS, revision 25051
  • D /wxWidgets/trunk/src/msw/makefile.vc
  • D /wxWidgets/trunk/src/msw/makefile.wat

removed obsolete files

2003-12-31 15:13 JS, revision 25050

Use on-idle updating of menus in wxUniversal

2003-12-30 23:41 RN, revision 25049

removed wxUSE_BUILTIN_REGEX

2003-12-30 23:19 VS, revision 25048

regex libs needs _UNICODE define

2003-12-30 22:21 RN, revision 25047

Cleaned up regex.cpp fixed strlen problem in regex many other things related to cleanup of regex.cpp

2003-12-30 22:18 RN, revision 25046

more ifdef C++ stuff

2003-12-30 22:07 RD, revision 25045

Use correct method name for GetRowLabelValue

2003-12-30 01:53 RD, revision 25044

reSWIGged

2003-12-30 01:48 RD, revision 25043

Ensure we have the capture before releasing it.

2003-12-30 01:45 RD, revision 25042

Make sure the comment is output in the pythoncode

2003-12-30 01:43 RD, revision 25041

shift the print position a little

2003-12-30 01:39 RD, revision 25040

a bit of tweaking

2003-12-30 01:38 RD, revision 25039

Force integer values for positions and sizes

2003-12-30 01:06 RD, revision 25038

wx* and other name fixes

2003-12-29 23:51 RD, revision 25037

Rename the .tar.gz to a .tgz

2003-12-29 23:50 RD, revision 25036

Compatibility modules for a couple that have gone AWOL in the new namespace

2003-12-29 23:21 RD, revision 25035

Apparently wxPopupWindow position is not screen relative any longer

2003-12-29 23:21 RD, revision 25034

Show how to set print data options when using HTMLEasyPrinting

2003-12-29 23:08 RD, revision 25033

Added SF Patch#

2003-12-29 23:07 RD, revision 25032

Fix compile error when building for Python 2.2

2003-12-29 23:06 RD, revision 25031

Since they are new style classes we need to use the __reduce__ protocol for pickling.

2003-12-29 19:25 RD, revision 25030

Fixed drawing of the lines data, also ensure that only tuples are pickled since there is currently a problem with unpickling wx.Points...

2003-12-29 19:24 RD, revision 25029

Set foreground colour when drawing items in the VListBox

2003-12-29 10:47 JS, revision 25028

Fixed palette so all tools are visible

2003-12-29 09:32 VS, revision 25027

bad idea, fn_str() returns wchar_t on win32 in Unicode build, we need char* here no matter what

2003-12-28 22:46 RN, revision 25026

Added/Fixed some things in wxGetKeyState

2003-12-28 17:34 JS, revision 25025

Removed statusbar removal under WinCE

2003-12-28 17:09 SN, revision 25024

Add

2003-12-28 09:44 JS, revision 25023

Fixed missing semicolon

2003-12-28 01:07 JS, revision 25022

Added wxUSE_POCKETPC_UI to distinguish between using combined toolbar/menubar and using separate ones

2003-12-27 22:31 JS, revision 25021

Corrected typo

2003-12-27 18:02 JS, revision 25020

Updated for eVC4

2003-12-27 17:57 JS, revision 25019

eVC4 updates

2003-12-27 17:28 JS, revision 25018

Can't yet use RegisterDragDrop, RevokeDragDrop on eVC4

2003-12-27 17:24 JS, revision 25017

WinCE 4 cleanup

2003-12-27 17:17 JS, revision 25016

Some further missing symbols for WinCE 4

2003-12-27 08:52 VS, revision 25015

unified to use ASCII for ZIP entries and fn_str() when passing archive name to unzip.c

2003-12-26 11:43 JS, revision 25014

WXK_PRIOR/WXK_NEXT are aliases for WXK_PAGEUP/WXK_PAGEDOWN

2003-12-26 11:33 JS, revision 25013

WXK_PRIOR/WXK_NEXT are aliases for WXK_PAGEUP/WXK_PAGEDOWN

2003-12-25 23:28 ROL, revision 25012

added subclass attribute

2003-12-25 11:59 JS, revision 25011

Added FindById doc

2003-12-25 11:55 JS, revision 25010

As per 2.5, wxToolBarBase::FindById should be available to apps

2003-12-24 21:53 RN, revision 25009

revert

2003-12-24 20:23 VS, revision 25008

backport of initialization from xfont fix (patch #863847)

2003-12-24 19:53 DE, revision 25007

Added note about (not) multiply inheriting from wxEvtHandler which includes a very brief technical overview of how events work.

2003-12-24 19:43 DE, revision 25006

Regenerated with Bakefile which removes the regextest sample.

2003-12-24 19:37 DE, revision 25005

Regenerated with Bakefile. wxCocoa: Added src/mac/gsockosx.c to build.

2003-12-24 19:27 RN, revision 25004

Fixed compilation and only does mdi tests when enabled in setup.h