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-11-24 03:50 RD, revision 12640

Give wxDynamicSashReparentEvent a copy ctor and a proper Clone so it can be used with AddPendingEvent.

2001-11-23 22:28 SC, revision 12639

formatting

2001-11-23 22:26 SC, revision 12638

moved test for valid controlpart into this method

2001-11-23 22:25 SC, revision 12637

added virtual DoSetSize method in order to allow for MacOSX Listbox bug workaround

2001-11-23 22:24 VZ, revision 12636

added test for selecting intial colour in the col dlg

2001-11-23 22:23 SC, revision 12635

carbon compat routine define

2001-11-23 22:22 VZ, revision 12634

show correctly the initially selected colour and update the sliders (patch 484415)

2001-11-23 22:10 SC, revision 12633

added virtual DoSetSize method in order to allow for MacOSX Listbox bug workaround

2001-11-23 22:08 MBN, revision 12632

wxPerl documentation updates

2001-11-23 21:58 VZ, revision 12631

fixed UMR (patch #484863)

2001-11-23 21:28 GD, revision 12630

corrected makefiles following suggestion by MBN

2001-11-23 19:59 GD, revision 12629

added missing wxUSE_SYSTEM_OPTIONS define

2001-11-23 19:43 VZ, revision 12628

implemented GetBestSize() for wxChoice

2001-11-23 19:42 RR, revision 12627

Restored wxFileName::GetModificationTime() under Classic.

2001-11-23 19:39 VS, revision 12626

applied Greg's refinment of hist treectrl patch

2001-11-23 19:38 VS, revision 12625

fixed memory leak in imagjpeG (patch #484865)

2001-11-23 19:38 VS, revision 12624

cosmetic change: XML resource -> XRC resource

2001-11-23 17:14 RR, revision 12623

Fixed mouse move bug. No idea why it has to be fixed, but MacOS X seems to send incorect event states.

2001-11-23 13:51 JS, revision 12622

Some corrections

2001-11-23 13:45 JJ, revision 12621

Committing in . Modified Files: wxWindows/setup.h_vms wxWindows/include/wx/filefn.h wxWindows/include/wx/filename.h wxWindows/src/common/descrip.mms wxWindows/src/common/filename.cpp Updates for OpenVMS, -Updated copmpile support for new files/features -First version of OpenVMS file support (wxPATH_VMS). (will need a lot of testing on OpenVMS systems) ----------------------------------------------------------------------

2001-11-23 13:40 VZ, revision 12620

added comment for OnScroll

2001-11-23 13:34 JJ, revision 12619

Committing in . Modified Files: wxWindows/samples/dialogs/dialogs.cpp added conditional compilation for replacement dialogs in oder to allow compilation on non-MSW systems. ----------------------------------------------------------------------

2001-11-23 13:27 JS, revision 12618

Fixed Plot compilation, aliased OnScroll to HandleOnScroll

2001-11-23 12:42 JS, revision 12617

Added file and fixed compilo

2001-11-23 12:37 JS, revision 12616

Fixed VC++ project file

2001-11-23 12:37 JS, revision 12615

Added event Clone functions

2001-11-23 12:17 VZ, revision 12614

updated and expanded wxLog docs

2001-11-23 12:10 VZ, revision 12613

updated and expanded wxLog docs

2001-11-23 00:43 GT, revision 12612

Added missing documentation for a function

2001-11-23 00:42 GT, revision 12611

"char *" changed to "wxChar *" in several places "Documentation needed" comments removed as the function(s) are now documented

2001-11-23 00:39 GT, revision 12610

MS Access support fix Standardized the parameter names for "colNo" in all places A few more unicode adjustments (but Unicode is still not supported by these classes)

2001-11-23 00:24 GT, revision 12609

Fixed coding of a switch statement that had RETURN statements before the BREAK statements, causing compiler warnings with BCC Initialized the temporary date variables so that if a date in the DB is corrupt, then the variables will have a default value in them. When data sources list box is populated, if the DB specified in the .CFG file is no longer in the list, a wxASSERT() message was generated in debug builds. Now the program makes sure that the datasource is in the listbox's choices before trying to set the selected choice to that string

2001-11-22 23:55 VS, revision 12608

blind fix for wxGIFDecoder::ReadGIF

2001-11-22 23:55 VS, revision 12607

mo files are now with lang directive

2001-11-22 23:17 GT, revision 12606

Fixed coding of a switch statement that had RETURN statements before the BREAK statements, causing compiler warnings with BCC

2001-11-22 23:15 GT, revision 12605

Removed non-reachable code (consulted Aleks first, and he said the code was no longer needed) Commented out unused variables to stop BCC warnings - left the code for debugging purposes Removed hardcoded tabs and replaced with spaces per the wxWindows code style specs Spelling typos fixed in comments Miscellaneous source formatting issues fixed to meet standard wxwindows coding styles

2001-11-22 22:20 MBN, revision 12604

Fixed/simplified Makefile

2001-11-22 22:03 GD, revision 12603

use "..." instead of <...> for wx headers

2001-11-22 21:30 VZ, revision 12602

fixed memory leaks

2001-11-22 21:14 VZ, revision 12601

added check for NULL Clone() return

2001-11-22 21:03 VZ, revision 12600

removed read() declaration which resulted in a warning

2001-11-22 20:17 GD, revision 12599
  • D /wxWidgets/trunk/samples/erase/make_cw.mcp
  • D /wxWidgets/trunk/samples/minimal/make_cw.mcp

removed obsolete CodeWarrior projects

2001-11-22 20:15 GD, revision 12598
  • D /wxWidgets/trunk/samples/erase/makemac.mcp
  • D /wxWidgets/trunk/samples/menu/makemac.mcp
  • D /wxWidgets/trunk/samples/newgrid/makemac.mcp

removed obsolete CodeWarrior 5 projects

2001-11-22 20:15 RL, revision 12597

changed charset back to iso-8859-1

2001-11-22 17:56 MBN, revision 12596

Pass parameters ( UNICODE WXUSINGDLL FINAL ) to subdirectories' makefiles.

2001-11-22 14:20 JS, revision 12595

Added zip file containing DSW files for samples and demos

2001-11-22 14:16 JS, revision 12594
  • D /wxWidgets/trunk/demos/dbbrowse/dbbrowse.dsw

Removed dsw file

2001-11-22 14:03 GT, revision 12593

Added the missing keyword 'const' to the fix for virtual Clone() function

2001-11-22 13:31 JS, revision 12592
  • D /wxWidgets/trunk/samples/console/console.dsw
  • D /wxWidgets/trunk/samples/minimal/minimal.dsw

Removed some dsw files from CVS

2001-11-22 13:20 JS, revision 12591

Added empty Clone method for cbPluginEvent

2001-11-22 12:59 JS, revision 12590

#ifdefed out the joystick code, and removed the wxBitmapList addition from the wxBitmap constructor that was causing a crash.

2001-11-22 12:58 JS, revision 12589

Applied patch #484508 (mostly sample warnings). I've no idea why CVS thinks that the .mcp files have been changed - they haven't.

2001-11-22 11:38 RR, revision 12588

Tries to fix wxListBox focus problems.

2001-11-22 11:18 JS, revision 12587

Added missing VC++ project files

2001-11-22 11:18 , revision 12586

This commit was manufactured by cvs2svn to create branch 'WX_2_2_BRANCH'.

2001-11-22 10:38 VZ, revision 12585

added wxSockAddress copy ctor which, in particular, fixes Clone() and fixed its operator=() return type

2001-11-22 09:11 MBN, revision 12584

Unicode compilation fixed for almost all samples

2001-11-22 09:10 MBN, revision 12583

Unicode compilation fixes

2001-11-22 09:09 MBN, revision 12582

Converting uninitialized data is not a Good Idea

2001-11-22 09:08 MBN, revision 12581

Must convert the last part, too

2001-11-22 09:04 MBN, revision 12580

Readded --use-temp-file to RCFLAGS, needed for old windres

2001-11-22 09:03 MBN, revision 12579

Test for wctype.h Fix for broken Cygwin wchar.h

2001-11-22 00:58 VZ, revision 12578

fix for Unicode build

2001-11-22 00:43 VZ, revision 12577

minor flicker reduction in the virtual list ctrl

2001-11-22 00:33 VS, revision 12576

added -static packages to specfiles

2001-11-22 00:32 VS, revision 12575

changes to wx-config --static to allow static linkage in presence of shared library

2001-11-22 00:31 VS, revision 12574

reverted fix for missing wxEvent::operator=

2001-11-22 00:30 VS, revision 12573

change to /usr/share/wx/version

2001-11-22 00:29 VS, revision 12572

- change to /usr/share/wx/version - do not set executable flag for .a libraries

2001-11-22 00:29 VS, revision 12571

oops, checked in wrong version of wxMOtif.spec

2001-11-21 23:48 VZ, revision 12570

fixed wxDropFilesEvent dtor, added copy ctor and implemented Clone() for it

2001-11-21 23:39 VZ, revision 12569

fixed wxTaskBarIcon compilation

2001-11-21 22:59 DW, revision 12568

New .def file.

2001-11-21 21:46 VZ, revision 12567

mention wxObject and wxEvent API changes

2001-11-21 21:44 VZ, revision 12566

1. removed wxObject::CopyObject() and Clone() - some objects just can't be copied 2. made wxEvent::Clone() pure virtual and added missing Clone()s to the other event classes which this changes has helped to discover

2001-11-21 21:42 VZ, revision 12565

expanded the comment about redefining the client data methods a bit

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

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

2001-11-21 20:51 GD, revision 12563

added missing joystick source file for wxMotif

2001-11-21 18:45 VZ, revision 12562

fixed compilation somehow, the code is still broken!

2001-11-21 17:25 VZ, revision 12561

replaced wxSocketEvent::CopyObject() with Clone()

2001-11-21 16:43 VZ, revision 12560

changes to match listctrl.h changes (forgot to commit yesterday, sorry)

2001-11-21 13:30 RL, revision 12559

add some output to the GL tests..

2001-11-21 13:20 RL, revision 12558

Where's GL? Hopefully wx-config will now tell us if we need to know.

2001-11-21 05:33 RL, revision 12557

backported 2.2 packaging fixes for python 2.1

2001-11-21 05:30 RL, revision 12556

merged some message catlogues from 2.2 that were missing from 2.3 updated all .po files from current source.

2001-11-21 04:47 RL, revision 12555

'fixed' header fields that new gettext complains about.

2001-11-21 00:43 VZ, revision 12554

1. restored wxEvent::operator=() 2. removed wxListEvent::CopyObject() 3. refresh fixes to MSW virtual list control

2001-11-21 00:06 VS, revision 12553
  • D /wxWidgets/trunk/distrib/msw/tmake/baserpm.t
  • D /wxWidgets/trunk/src/rpmfiles.lst

removed rpmfiles.lst

2001-11-21 00:03 VS, revision 12552

client area origin handling fixes for univ/wxTLW

2001-11-21 00:03 VS, revision 12551

wxMouseEvent's coordinates are now relative to client area origin in wxGTK

2001-11-21 00:01 VS, revision 12550

wxUniv fixes for generic wxColourDialog

2001-11-21 00:01 VS, revision 12549

wxMGL compilation fix

2001-11-21 00:01 VS, revision 12548

more programmer-friendly wxApp::SetDisplayMode

2001-11-21 00:00 VS, revision 12547

removed GDI lists from wxMGL

2001-11-21 00:00 VS, revision 12546

- removed GDI lists from wxMGL - friendlier wxApp::SetDisplayMode - redirects stdout and stderr to files if __WXDEBUG__ - wxLog initialization and flushing fixes

2001-11-20 23:59 VS, revision 12545

compilation fix for wxUniv

2001-11-20 23:59 VS, revision 12544

fixes for ambiquity in wxComboBox (is it correct this time?)

2001-11-20 23:58 VS, revision 12543

compilation fix (caused by removal of wxMouseEvent::operator=)

2001-11-20 23:56 VS, revision 12542

wxMotif.spec fixes

2001-11-20 23:56 VS, revision 12541

compilation fix for wxMotif