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-10-20 00:35 VZ, revision 30028

initial Unix implementation

2004-10-20 00:34 VZ, revision 30027

don't use wxCOMPILE_TIME_ASSERT2, wxCOMPILE_TIME_ASSERT works for VC++ too now

2004-10-20 00:34 VZ, revision 30026

moved AppendAppName() from MSW to common code; modified it to not double the trailing slash, if any

2004-10-20 00:33 VZ, revision 30025

removed special definition of wxCOMPILE_TIME_ASSERT2, keep it only for compatibility

2004-10-20 00:31 VZ, revision 30024

define wxMAKE_UNIQUE_NAME so that it works even in VC++ with /ZI (edit and continue) option: use __COU*NTER__ instead of __LINE__

2004-10-19 23:51 VZ, revision 30023

updated bulid notes to include cmd line building instructions

2004-10-19 23:19 VZ, revision 30022

removed unneeded junk copied from MSW port

2004-10-19 23:17 VZ, revision 30021

fixed status bar source file name; removed wxUSE_NATIVE_STATUS_BAR; removed generic status bar file from makefile

2004-10-19 23:12 VZ, revision 30020

ignore build directory

2004-10-19 22:05 RD, revision 30019

reSWIGged for WebKitCtrl

2004-10-19 21:51 RD, revision 30018

docstring typo fixed

2004-10-19 21:50 RD, revision 30017

reSWIGged for WebKitCtrl

2004-10-19 21:48 RD, revision 30016

Give wxEVT_WEBKIT_STATE_CHANGED a dummy value too.

2004-10-19 21:41 RD, revision 30015

reSWIGged for WebKitCtrl

2004-10-19 21:40 RD, revision 30014

More WebKitCtrl tweaks, added wxWebKitStateChangedEvent and etc.

2004-10-19 21:10 ABX, revision 30013

Warning fix to avoid typecasting with OW elsewhere.

2004-10-19 21:05 RD, revision 30012

a little cleanup

2004-10-19 21:03 RD, revision 30011

reSWIGged for WebKitCtrl

2004-10-19 21:00 RD, revision 30010

Some tweaks for WebKitCtrl.

2004-10-19 21:00 ABX, revision 30009

OW warning fix. Our compile time asserts warns when used within function and dedicated #pragma seems not influence it so they are moved from functions into global space as near as possible.

2004-10-19 18:54 VS, revision 30008

added wxTB_HORZ_TEXT

2004-10-19 18:51 VZ, revision 30007

declaration (only, so far) for Unix

2004-10-19 18:50 VZ, revision 30006

wxStandardPaths test

2004-10-19 18:50 VZ, revision 30005

initial implementation for MSW

2004-10-19 18:49 VZ, revision 30004

switched to using a real class instead of a namespace because of Mac base/GUI problems