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-08-06 20:27 VS, revision 22653

removed OSX code that is no longer needed

2003-08-06 20:19 VS, revision 22652

moved makefiles to build/msw

2003-08-06 20:09 VS, revision 22651

moved makefiles to build/msw

2003-08-06 20:08 VS, revision 22650

fixed missing <module> rule

2003-08-06 20:07 VS, revision 22649

1. reordered options for better VC++ projects output 2. moved makefiles to build/msw

2003-08-06 18:14 VZ, revision 22648

added Load() and Set() methods

2003-08-06 16:54 VZ, revision 22647

fixed typo

2003-08-06 15:58 VS, revision 22646

added rest of contrib samples bakefiles

2003-08-06 15:44 VS, revision 22645

added rule for building wx plugins

2003-08-06 15:41 VS, revision 22644

use common resource and icon files for samples

2003-08-06 15:37 VS, revision 22643

misc fixes

2003-08-06 15:32 VS, revision 22642

compilation fix

2003-08-06 15:30 VS, revision 22641

added sample.xpm

2003-08-06 15:14 RD, revision 22640

Patch from Will Sadkin fixing parameter order

2003-08-06 14:47 VS, revision 22639

added render sample

2003-08-06 14:44 DE, revision 22638

Contrary to what I had thought, the addSubview and replaceSubview:with: messages do in fact retain the new subview properly. This is what the documentation clearly states, and it checks out when looking at the retainCount. I think I had been covering up a bug which I've since fixed.

2003-08-06 14:28 VS, revision 22637
  • D /wxWidgets/trunk/contrib/samples/gizmos/splittree/tree.rc

not needed now

2003-08-06 14:02 VS, revision 22636

there can only be one makefile in a directory

2003-08-06 14:01 VS, revision 22635
  • D /wxWidgets/trunk/contrib/samples/gizmos/editlbox/test.rc
  • D /wxWidgets/trunk/contrib/samples/gizmos/multicell/mtest.rc

not needed anymore

2003-08-06 13:00 VZ, revision 22634

mention wxRenderer

2003-08-06 12:59 VZ, revision 22633

added very preliminary wxRenderer documentation

2003-08-06 12:32 VZ, revision 22632

added sample showing how to use custom renderers and load them from DLL

2003-08-06 12:27 VZ, revision 22631

added common (for all samples) .ico/.r/.rc files

2003-08-06 12:15 VS, revision 22630

wx-lib must work on loadable modules, too

2003-08-06 12:10 VS, revision 22629

deprecated Initialize/CleanUpClasses

2003-08-06 11:33 VS, revision 22628

check memory leaks sooner, when wxLog target is still available

2003-08-06 10:58 VS, revision 22627

compilation fix

2003-08-06 10:44 VS, revision 22626

initialize wxClassInfo::sm_classTable automatically

2003-08-06 03:42 DE, revision 22625

Don't install idle event handler in secondary threads. I've not seen this happen yet, but it can, and I'm taking this precaution.

2003-08-06 03:40 DE, revision 22624

wxCocoa: Added NSThread

2003-08-05 23:06 VZ, revision 22623

depends on wxAdvanced lib now

2003-08-05 22:54 RD, revision 22622

Mention wxSTK update build tweak

2003-08-05 22:53 RD, revision 22621

Oops, forgot the very long line was still there. Take it back out.

2003-08-05 22:48 RD, revision 22620

Demo/test tweaks

2003-08-05 22:47 RD, revision 22619

reSWIGged

2003-08-05 22:25 RD, revision 22618

Fixed SF Bug #781355. It was a problem with the clipping region. (By default when drawing the ctrl characters a different drawtext method is called than for normal text and this one didn't take care of the clipping region correctly.) Also fixed a couple buffer overflow errors.

2003-08-05 21:25 SC, revision 22617

added more specializations for bcc32

2003-08-05 20:42 VS, revision 22616

added opengl samples

2003-08-05 20:39 VS, revision 22615

added WX_CHECK_BUILD_OPTIONS

2003-08-05 20:35 VS, revision 22614

added opengl samples

2003-08-05 20:33 VS, revision 22613

updating docs to reflect build system changes

2003-08-05 20:30 VS, revision 22612

no real change, removed commented out code forgotten there

2003-08-05 20:14 VS, revision 22611

added OpenGL samples

2003-08-05 20:12 VS, revision 22610

touch wxWindows.dsp

2003-08-05 19:59 VS, revision 22609

build opengl samples

2003-08-05 19:44 VS, revision 22608

multilib mode is the default on unix now

2003-08-05 19:22 SC, revision 22607

bcc32 needs some more specializations

2003-08-05 19:20 SC, revision 22606

xti change

2003-08-05 18:16 SC, revision 22605

xti change

2003-08-05 18:15 SC, revision 22604

borland fix