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-09-18 22:33 VS, revision 11640

wxFrame for wxUniv

2001-09-18 22:33 VS, revision 11639

wxDialog for wxUniv

2001-09-18 21:00 GD, revision 11638

corrections related to wxDialog inheritance changes (wxTopLevelWindow)

2001-09-18 18:22 VZ, revision 11637

compilation warning fix for Intel C++

2001-09-18 18:17 VZ, revision 11636

changes to shared library options code and to allow building them with Intel compiler

2001-09-18 16:10 , revision 11635
  • A /wxWidgets/tags/wxPy_2_3_2b4
  • D /wxWidgets/tags/wxPy_2_3_2b4/.cvsignore
  • D /wxWidgets/tags/wxPy_2_3_2b4/aclocal.m4
  • D /wxWidgets/tags/wxPy_2_3_2b4/autogen.sh
  • D /wxWidgets/tags/wxPy_2_3_2b4/BuildCVS.txt
  • D /wxWidgets/tags/wxPy_2_3_2b4/config.guess
  • D /wxWidgets/tags/wxPy_2_3_2b4/config.sub
  • D /wxWidgets/tags/wxPy_2_3_2b4/configure
  • D /wxWidgets/tags/wxPy_2_3_2b4/configure.in
  • D /wxWidgets/tags/wxPy_2_3_2b4/contrib
  • D /wxWidgets/tags/wxPy_2_3_2b4/debian
  • D /wxWidgets/tags/wxPy_2_3_2b4/demos
  • D /wxWidgets/tags/wxPy_2_3_2b4/descrip.mms
  • D /wxWidgets/tags/wxPy_2_3_2b4/difflast.pl
  • D /wxWidgets/tags/wxPy_2_3_2b4/distrib
  • D /wxWidgets/tags/wxPy_2_3_2b4/docs
  • D /wxWidgets/tags/wxPy_2_3_2b4/include
  • D /wxWidgets/tags/wxPy_2_3_2b4/install-sh
  • D /wxWidgets/tags/wxPy_2_3_2b4/lib
  • D /wxWidgets/tags/wxPy_2_3_2b4/locale
  • D /wxWidgets/tags/wxPy_2_3_2b4/Makefile.in
  • D /wxWidgets/tags/wxPy_2_3_2b4/Mingw32-gcc295.patches
  • D /wxWidgets/tags/wxPy_2_3_2b4/make-deb
  • D /wxWidgets/tags/wxPy_2_3_2b4/misc
  • D /wxWidgets/tags/wxPy_2_3_2b4/mkinstalldirs
  • D /wxWidgets/tags/wxPy_2_3_2b4/regen
  • D /wxWidgets/tags/wxPy_2_3_2b4/samples
  • D /wxWidgets/tags/wxPy_2_3_2b4/setup.h.in
  • D /wxWidgets/tags/wxPy_2_3_2b4/setup.h_vms
  • D /wxWidgets/tags/wxPy_2_3_2b4/src
  • D /wxWidgets/tags/wxPy_2_3_2b4/tests
  • D /wxWidgets/tags/wxPy_2_3_2b4/user
  • D /wxWidgets/tags/wxPy_2_3_2b4/utils
  • D /wxWidgets/tags/wxPy_2_3_2b4/wx-config.in
  • D /wxWidgets/tags/wxPy_2_3_2b4/wxBase.spec
  • D /wxWidgets/tags/wxPy_2_3_2b4/wxBaseVC.dsp
  • D /wxWidgets/tags/wxPy_2_3_2b4/wxGTK.spec
  • D /wxWidgets/tags/wxPy_2_3_2b4/wxMotif.spec
  • D /wxWidgets/tags/wxPy_2_3_2b4/wxWINE.spec

This commit was manufactured by cvs2svn to create tag 'wxPy_2_3_2b4'.

2001-09-18 16:10 RD, revision 11634

version number update

2001-09-18 15:03 VZ, revision 11633

test for long long directly instead of testing for gcc

2001-09-18 13:28 GT, revision 11632

Fix for bug 462533, spelling typo in docs "wxAGJUST_MIN" should be "wxADJUST_MINSIZE"

2001-09-18 12:39 VZ, revision 11631

fix for event processing in wxScrollHelper

2001-09-17 23:30 RL, revision 11630

use 'local' quoting for wx headers in lib source

2001-09-17 23:12 RL, revision 11629

fixed c++ style comments

2001-09-17 22:42 RD, revision 11628

minor fixes

2001-09-17 22:20 RD, revision 11627

Regenerated from filelist.txt

2001-09-17 22:08 RD, revision 11626

Fixed compile error.

2001-09-17 21:47 RD, revision 11625

Significantly changed how the Python interpreter lock and thread state are managed, which should fix the problem of running on a multi-processor machine.

2001-09-17 20:37 GD, revision 11624

added missing destructor for Darwin/Mac OS X (wxGtk, wxMotif, wxMac)

2001-09-17 19:53 SC, revision 11623

added carbonaccessors.o

2001-09-17 19:51 SC, revision 11622

added toplvlcmn

2001-09-17 04:56 RL, revision 11621

added tn0012.txt -- detailing library name conventions as discussed on -dev

2001-09-17 02:54 RL, revision 11620

Trimmed the list of external libs for MSW builds (some make NT break, some are simply unproven to be required) and cleaned up resource compiler handling. Moved OpenGL headers test to occur before we start using wxUSE_OPENGL. Added --gl-libs option to wx-config -- useful only for wxGTK at present, but will supply correct libs for apps linking to libwxgtk_gl wx-config --cxxflags now returns a more complete set of build parameters that the library was compiled with in some cases. Changed the AC_OUTPUT test for a pre-existing wx-config to test for the symlink, not the moved file. Rerunning config{ure,.status} would stomp the symlink with a real file otherwise. Added missing #include to regconf.h Bumped version.h to 2.2.8

2001-09-16 22:10 VS, revision 11619

added toplevel.cpp

2001-09-16 22:09 VS, revision 11618

updated generated file

2001-09-16 15:44 GD, revision 11617

added tree layout define

2001-09-16 11:46 GD, revision 11616

corrected tree layout option

2001-09-16 09:29 GD, revision 11615

Since there was no #include before the #if wxUSE_JOYSTICK then nothing would ever be compiled in this module.

2001-09-16 01:51 RD, revision 11614

Significantly changed how the Python interpreter lock and thread state are managed, which should fix the problem of running on a multi-processor machine. Some fixes for some of the contributed library modules.

2001-09-15 22:13 VS, revision 11613

wxMGL update

2001-09-15 22:13 VS, revision 11612

wxTopLevelWindow (only for wxGTK for now)

2001-09-15 20:39 SC, revision 11611

changed FindControl to FindControlUnderMouse and use ControlRef != NULL instead of ControlPart = noPart , we had false ControlPart = 0 returned under Carbon in MacOS X

2001-09-15 17:03 GD, revision 11610

added missing conditional compilation for wave (2) fixed some warnings

2001-09-15 13:53 GD, revision 11609

added missing conditional compilation for wave

2001-09-15 11:24 GD, revision 11608

added missing conditional compilation test for MSW specific events

2001-09-15 10:39 VS, revision 11607

compilation (hot)fixes for Mingw

2001-09-15 10:39 VS, revision 11606

compilation fix

2001-09-15 10:08 RL, revision 11605

install and search path fixes for cross built libs.

2001-09-14 19:48 GD, revision 11604

removed copystring function already defined in common wx utilities

2001-09-14 19:01 RL, revision 11603

typo fix on package deps.

2001-09-14 16:15 RD, revision 11602

Updates to contributed library stuff, a new version of PyCrust

2001-09-14 16:14 RD, revision 11601

A better way to handle the OOR wxPyListCtrl --> wxLIstCtrl thing

2001-09-14 16:13 RD, revision 11600

some little demo tweaks

2001-09-14 02:41 RL, revision 11599

typo fix.

2001-09-14 02:39 RL, revision 11598

fixed msw-cross package dependencies.

2001-09-13 23:25 RL, revision 11597

fix for change to gtk_gl libname (and the fact it's now included by wx-config if built with --with-opengl)

2001-09-13 21:17 RL, revision 11596

Added msw-cross Debian packages for wxMSW and wxBase. Removed common setup.h in favor of including $toolchain/wx/setup.h directly. Cleaned more unused cruft out of configure.in and further factored duplicate code. Implemented new toolchain naming scheme.

2001-09-12 19:38 GD, revision 11595

added missing object files (sorted alphabetically for easier updating)

2001-09-12 19:15 GD, revision 11594

added missing object files

2001-09-12 18:56 GD, revision 11593

corrected aggregate initializer

2001-09-12 18:41 GD, revision 11592

removed inexistant object file

2001-09-11 17:04 VZ, revision 11591

don't try to translate the standard encoding names

2001-09-10 21:57 RD, revision 11590

Removed font point size adjustment since wxWindows already does it.

2001-09-10 20:44 GD, revision 11589

added missing defines

2001-09-10 10:43 VZ, revision 11588

VC++ compilation fix (hopefully)

2001-09-09 22:26 GD, revision 11587

added CodeWarrior 5 project

2001-09-09 22:23 GD, revision 11586

updated helper for changing types/creators of files based on the file extension

2001-09-09 22:14 GD, revision 11585

added dependency handling

2001-09-09 18:06 GD, revision 11584

added dependency handling

2001-09-09 18:06 GD, revision 11583

getpid is in unistd.h under Solaris, Linux, FreeBSD and Darwin

2001-09-09 17:58 GD, revision 11582

added dependency handling

2001-09-09 17:58 GD, revision 11581

added virtual destructor (for Mac OS X)

2001-09-09 17:57 GD, revision 11580

use wxBitmapType instead of int

2001-09-09 17:42 GD, revision 11579

use wxBitmapType instead of int

2001-09-09 17:40 GD, revision 11578

corrected files.lst path which is in src dir and not in build dir

2001-09-09 17:38 GD, revision 11577

renamed CodeWarrior 5 projects (added new ones as well) added CarbonAccessors.o to Classic targets corrected link warnings/errors in Carbon targets

2001-09-09 11:56 VZ, revision 11576

wxUniv compilation fix

2001-09-08 22:39 VS, revision 11575

oops, HTML entities were parsed twice

2001-09-08 19:15 GD, revision 11574

corrected creation of wxWizard (wxWizardBase::Create class function is hidden by wxWizard::Create object method)

2001-09-08 11:50 GD, revision 11573

renamed CodeWarrior 5 projects

2001-09-07 20:08 KLB, revision 11572

Merged in latest wxApplet code from SciTech Perforce tree.

2001-09-07 16:28 RD, revision 11571

Fixed an OOR related bug that happened when a class has been renamed.

2001-09-06 21:19 RD, revision 11570

Added pySketch sample

2001-09-06 20:07 VZ, revision 11569

set mouse position for COL_CLICK event

2001-09-06 19:27 JS, revision 11568

Added simple UNIX implementation

2001-09-06 19:14 GD, revision 11567

removed copystring function already defined in common wx utilities

2001-09-06 19:07 GD, revision 11566

replaced CPPFLAGS with CXXFLAGS following corrections in auto-configuration

2001-09-06 17:21 VZ, revision 11565

applied patch from Xavier Nodet implementing better handling of subexpressions array in wxRegEx

2001-09-06 15:04 JS, revision 11564

Doc edits to fix formatting problems in Word/PDF

2001-09-06 12:09 JS, revision 11563

Small changes

2001-09-06 08:16 RL, revision 11562

Mostly changes to enable cross compiling wxBase, and nuked a couple of obscure compiler warnings that nobody would have likely ever seen anyway.. ;)

2001-09-05 10:33 JS, revision 11561

Cured a bug in wxSplashScreen whereby frame wasn't sized correctly, because SetClientSize doesn't seem to work right unless you pass a reasonable size to the frame constructor.

2001-09-04 23:44 RD, revision 11560

A couple little fixes for wxSTC Updated to 0.6 of PyCrust

2001-09-04 23:42 RD, revision 11559

A couple little fixes for wxSTC

2001-09-04 09:38 JJ, revision 11558

Committing in . Modified Files: wxWindows/setup.h_vms wxWindows/src/common/descrip.mms Update of VMS compile support ----------------------------------------------------------------------

2001-09-04 06:35 , revision 11557
  • A /wxWidgets/tags/wxPy_2_3_2b1
  • D /wxWidgets/tags/wxPy_2_3_2b1/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/wxPy_2_3_2b1/lib/dummy
  • R /wxWidgets/tags/wxPy_2_3_2b1/misc/afm
  • A /wxWidgets/tags/wxPy_2_3_2b1/misc/afm/.cvsignore
  • A /wxWidgets/tags/wxPy_2_3_2b1/misc/afm/Zapf.afm
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/internat/internat.def
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/internat/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/layout/fload.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/layout/layout.def
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/layout/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/mdi/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/mdi/mdi.def
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/mdi/mdi.ico
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/mdi/mdi.rc
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/png/pngdemo.rc
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/printing/fload.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/printing/printing.def
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b1/samples/tab/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/common/glob.inc
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/gtk1/verti.xbm
  • D /wxWidgets/tags/wxPy_2_3_2b1/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/wxPy_2_3_2b1/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/wxPy_2_3_2b1/src/html/search.cpp
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/png/ansi2knr.1
  • D /wxWidgets/tags/wxPy_2_3_2b1/src/png/makefile.nt
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/png/scripts
  • A /wxWidgets/tags/wxPy_2_3_2b1/src/png/scripts/build.bat
  • A /wxWidgets/tags/wxPy_2_3_2b1/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/wxPy_2_3_2b1/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/wxPy_2_3_2b1/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/wxPy_2_3_2b1/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/wxPy_2_3_2b1/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/wxPy_2_3_2b1/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/wxPy_2_3_2b1/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/wxPy_2_3_2b1/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/regex/COPYRIGHT
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/regex/mkh
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/regex/README
  • D /wxWidgets/tags/wxPy_2_3_2b1/src/regex/regc_color.c
  • D /wxWidgets/tags/wxPy_2_3_2b1/src/regex/regc_lex.c
  • D /wxWidgets/tags/wxPy_2_3_2b1/src/regex/regc_nfa.c
  • D /wxWidgets/tags/wxPy_2_3_2b1/src/regex/regerrs.h
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/regex/regex.3
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/regex/regex.7
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/regex/regex.h
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/regex/regex2.h
  • D /wxWidgets/tags/wxPy_2_3_2b1/src/regex/rege_dfa.c
  • D /wxWidgets/tags/wxPy_2_3_2b1/src/regex/regfronts.c
  • D /wxWidgets/tags/wxPy_2_3_2b1/src/regex/regguts.h
  • D /wxWidgets/tags/wxPy_2_3_2b1/src/regex/re_syntax.n
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/regex/split.c
  • D /wxWidgets/tags/wxPy_2_3_2b1/src/regex/tclUniData.c
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/regex/tests
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/regex/utils.h
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/regex/WHATSNEW
  • D /wxWidgets/tags/wxPy_2_3_2b1/src/unix/net.cpp
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/zlib/ChangeLog
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/zlib/configure
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/zlib/descrip.mms
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/zlib/infblock.h
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/zlib/infcodes.h
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/zlib/inffast.h
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/zlib/inftrees.h
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/zlib/infutil.h
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/zlib/Makefile.in2
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/zlib/Make_vms.com
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/zlib/maketree.c
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/zlib/trees.h
  • R /wxWidgets/tags/wxPy_2_3_2b1/src/zlib/zlib.3
  • D /wxWidgets/tags/wxPy_2_3_2b1/utils/wxPython
  • D /wxWidgets/tags/wxPy_2_3_2b1/utils/wxprop

This commit was manufactured by cvs2svn to create tag 'wxPy_2_3_2b1'.

2001-09-04 06:35 RD, revision 11556

more little tweaks

2001-09-04 06:00 RD, revision 11555

little tweaks

2001-09-04 05:00 RD, revision 11554

Added wxNativeFontInfo and wxFontMapper.

2001-09-04 04:17 RD, revision 11553

Added more contribs from Lorne White, and updated some of the existing ones.

2001-09-03 23:23 RD, revision 11552

Added wxGenBitmapTextButton contrib from Lorne White.

2001-09-03 23:07 VS, revision 11551

forgot to commit some XRC files

2001-09-03 22:47 RD, revision 11550

Updated wxColumnSorterMixin to also be able to place sort icons on the column headers, and updated the wxListCtrl demo to show it off by using wxColumnSorterMixin. Other odds and ends...

2001-09-03 22:41 RD, revision 11549

Updated wxColumnSorterMixin to also be able to place sort icons on the column headers, and updated the wxListCtrl demo to show it off by using wxColumnSorterMixin. Other odds and ends...

2001-09-03 16:57 VZ, revision 11548

added Set/ClearColumnImage() helpers to wxListView

2001-09-03 15:09 VZ, revision 11547

implemented column images for the generic version

2001-09-02 23:47 VZ, revision 11546

added support for column images under MSW

2001-09-02 22:44 VS, revision 11545

applied utf-8 fix patch

2001-09-02 20:07 VS, revision 11544

added id handling to html cells

2001-09-02 20:07 VS, revision 11543

added id handling to image cells

2001-09-02 20:07 VS, revision 11542

added wxHtmlCell::Get/SetId

2001-09-02 20:07 VS, revision 11541

comment clarification