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):

2003-07-04 19:53 SC, revision 21648

debug output for CW corrections

2003-07-04 19:52 SC, revision 21647

pc 2 mac conversion for file operations

2003-07-04 19:47 SC, revision 21646

apptraits for wxMac classic and carbon

2003-07-04 19:46 SC, revision 21645

path translation (umlauts) added

2003-07-04 19:46 SC, revision 21644

wxMac (classic & carbon) support added

2003-07-04 19:36 VS, revision 21643

added Mingw makefiles

2003-07-04 19:32 VS, revision 21642

added XRC makefiles

2003-07-04 18:40 VS, revision 21641

regenerated makefiles

2003-07-04 18:19 VS, revision 21640

"oldnames" library is not needed

2003-07-04 18:18 VS, revision 21639

fixed compilation of multilib dll

2003-07-04 18:08 VS, revision 21638

fixed compilation of multilib dll

2003-07-04 18:07 VS, revision 21637

added wxprec.h

2003-07-04 18:06 VS, revision 21636

compilation fix

2003-07-04 18:03 VS, revision 21635

added wxprec.h

2003-07-04 17:21 VS, revision 21634

call base library in multilib build e.g. wx25base_bcc, not wx25_base_bcc.

2003-07-04 17:04 VS, revision 21633

define __GNUWIN32__ if __MINGW32__ is defined, so that it doesn't have to be defined on command line

2003-07-04 16:58 VS, revision 21632

extra flags for Mingw if needed

2003-07-04 16:33 VS, revision 21631

libjpeg needs to include wx/setup.h when compiled w/ gcc

2003-07-04 16:23 VS, revision 21630

fixed location of dummy.cpp, so that contrib makefiles can use it as well

2003-07-04 16:19 VS, revision 21629

1. added Mingw makefiles 2. fixed building of contrib libraries

2003-07-04 14:59 VS, revision 21628

added phony target setup_h

2003-07-04 14:57 VS, revision 21627

don't use "objs_" prefix for object directories

2003-07-04 14:03 VS, revision 21626

regenerated

2003-07-04 13:45 VS, revision 21625

multilib linking fixes

2003-07-04 13:43 VS, revision 21624

dll fixes, prefix fix

2003-07-04 13:33 VS, revision 21623

fixes for MSW/DLL build

2003-07-04 13:04 VS, revision 21622

moved helpbest and htmllbox to wxHTML

2003-07-04 13:04 VS, revision 21621

fixes for moving wxHTML files into their own DLL

2003-07-04 13:00 VS, revision 21620

compilation fixes for multilib/DLL build

2003-07-04 11:05 JJ, revision 21619

Committing in . include init.cpp in make procedure for OpenVMS Modified Files: wxWindows/src/common/descrip.mms ----------------------------------------------------------------------

2003-07-04 09:01 MBN, revision 21618

wxArrayString::Sort(bool) not deprecated (yet).

2003-07-03 22:01 MBN, revision 21617

Updated wxArrayString documentation.

2003-07-03 21:59 MBN, revision 21616

Moved some methods/classes inside COMPATIBILITY_2_4.

2003-07-03 21:54 MBN, revision 21615

GCC 2.95.3 compilation fix.

2003-07-03 21:54 MBN, revision 21614

Blind bakefile fixes.

2003-07-03 19:12 VZ, revision 21613

fixed a typo in IsExposed, put SetValidator in correct (in alpha order) place

2003-07-03 17:59 DE, revision 21612

Added GetNSColor() accessor

2003-07-03 17:51 DE, revision 21611

Provide empty stubs for constructors

2003-07-03 16:43 VZ, revision 21610

workaround BCC bug resulting in E2233 when building the DLL

2003-07-03 15:47 JS, revision 21609

Removed duplicate wxTrace functions

2003-07-03 15:36 DE, revision 21608

Provide NSAutoreleasePool instances during initialization

2003-07-03 15:32 DE, revision 21607

Added CallOnInit() which allows the toolkit (wxCocoa) to do a bit of processing around the real OnInit() call.

2003-07-03 13:25 VS, revision 21606

fixed compilation of multilib dll

2003-07-03 13:06 VZ, revision 21605

fix for base class AddFile visibility and DLL build

2003-07-03 12:42 VZ, revision 21604

removed static methods from wxAppTraitsBase, this doesn't work well in non-monolithic DLL build

2003-07-03 11:35 VS, revision 21603

include system directory explicitly

2003-07-03 11:04 VS, revision 21602

this is nasty but required compilation fix, otherwise we get dllimport/dllexport mismatch

2003-07-03 10:45 VS, revision 21601

another compilation fix for multilib DLLs

2003-07-03 09:58 VZ, revision 21600

fixed comment and docs for GetSize()

2003-07-03 09:56 VZ, revision 21599

use GetSize() instead of deprecated StreamSize() in the examples