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

2001-03-18 22:31 RL, revision 9538

Fixed some Debian packaging bugs that crept in with other changes to the source tree. Added version to shlibs file since we appear to have broken binary compatibility :( and 2.2.6 has changed the soname anyway (probably a good thing in that case) Patched setup.py to enable specifying WX_CONFIG again like we did in the old system, since what I did with 2.2.5 only actually worked (and badly at that) if you already had wxGtk packages installed. This should also fix a bug_in_waiting if anyone specified WXDLLVER.

2001-03-17 23:44 VS, revision 9537

removed out-of-date info

2001-03-17 19:33 VS, revision 9536

fixed compilation with gcc 2.95.2 (wxUSE_STATUSBAR==0)

2001-03-16 23:37 VZ, revision 9535

compilation fix

2001-03-16 19:43 VZ, revision 9534

replaced wxLogDebugs with wxLogTrace in dnd code - the former is just too annoying and impossible to switch off

2001-03-16 19:37 VZ, revision 9533

fixed (?) bug 407974 (arrows not working)

2001-03-15 19:30 VZ, revision 9532

added checks to wxFont accessors

2001-03-15 00:52 RD, revision 9531

wxGTK version of generated code for recent changes

2001-03-15 00:36 RD, revision 9530

wxGTK version of generated code for recent changes

2001-03-15 00:35 RD, revision 9529

enhanced a comment ;-)

2001-03-15 00:33 RD, revision 9528

fixed the automatic sys.stdout/sys.stderr to window redirection in wxApp

2001-03-14 10:37 JJ, revision 9527

Committing in . Modified Files: wxWindows/src/common/dcbase.cpp Addec missing math.h ----------------------------------------------------------------------

2001-03-14 08:05 RD, revision 9526

Changed wxFont, wxPen, wxBrush to not implicitly use the wxTheXXXList behind the scenes, but to use normal ctor and dtors. Exposed the wxTheXXXLists to wxPython. Also wxTheColourDatabase and added a library module to load LOTS more colour names into the colour database.

2001-03-13 23:50 RD, revision 9525

A bunch of little tweaks, fixes, and additions

2001-03-13 23:38 VS, revision 9524

moved splines rendering code into wxDCBase

2001-03-13 22:06 GT, revision 9523

Fixed the template so that the .DSP file that gets generated will actually compile (it was failing trying to build y_tab.c which does not exist until you do a command line build, and even after creating it, there were duplicate definitions). All tests I ran did not need this file to be compiled, so it is not currently built. The wxBase(d).lib files are no placed in the wxwindows/lib directory with all the other LIB files. The BaseDebug and BaseRelease directories (that hold all the OBJ/PCH/etc files) are now created under the src/msw directory so that if the wxBase(d).lib file is built with the IDE, and then an APP (like samples/console) is built with the command line makefiles, then all the PCH and DUMMY.OBJ files are in the expected place The previous version of this file was trying to use the $(WX) environment variable, which was not supported. It has been changed to use $(WXWIN) now like all other places in the program.

2001-03-13 22:01 GT, revision 9522

Added code to the template to copy setup0.h to setup.h if setup.h does not exist (due to checkout from CVS).

2001-03-13 22:00 GT, revision 9521

Added the wxBase makefile/VC project template creations using basevc.t and vc6base.t to make src/msw/makebase.vc and wxWindows/wxBase.dsp respectively

2001-03-13 21:59 GT, revision 9520

New tmake template for generating makebase.vc for command line builds of wxBase(d).lib using VC

2001-03-13 21:58 GT, revision 9519

Regenerated from the new vc6base.t tmake template

2001-03-13 21:57 GT, revision 9518

Fixed sample so that if the DATETIME test is enabled, then <math.h> is #included so that wxBase can compile this sample

2001-03-13 21:51 GT, revision 9517

VC makefile for building samples/console using wxBase(d).lib

2001-03-13 21:50 GT, revision 9516

Additions to support the building of wxBase(d).lib from the command line with VC.

2001-03-13 21:49 GT, revision 9515

makefile for building wxBase using the command line. This file is generated by tmake using the makevc.t template. Builds wxBase(d).lib in the wxwindows/lib directory, and can build seperate DEBUG and RELEASE builds based on FINAL=0/1

2001-03-13 21:47 GT, revision 9514

Added the code to copy setup0.h to setup.h if setup.h does not exist (due to checkout from CVS). The tmake template is also being updated now for when we do the next tmake generation of the makefile