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

1999-11-28 18:25 VS, revision 4737

fixed minor bug in wxFileSystem's converting \ to /

1999-11-28 18:24 VS, revision 4736

SetTitle method (internal use only) changed to virtual OnSetTitle, added GetOpenedPageTitle

1999-11-28 18:24 VS, revision 4735

added &copy; in <PRE> environment

1999-11-28 18:20 VS, revision 4734

changed icon name

1999-11-28 18:20 VS, revision 4733

fixed wxBITMAP macro under wxGTK

1999-11-28 18:19 VS, revision 4732

added setup dialog, changed icons names (prefixed with w)

1999-11-28 18:15 VS, revision 4731

wxHTML icons are now prefixed with w so that it does not conflict with app's icon under MSW.

1999-11-28 18:09 VS, revision 4730

wxHTML icons are now prefixed with w so that it does not conflict with app's icon under MSW.

1999-11-28 17:21 RR, revision 4729

TIFF change 6.

1999-11-28 17:20 RR, revision 4728

TIFF change 5.

1999-11-28 17:19 RR, revision 4727

TIFF code 3.

1999-11-28 17:18 RR, revision 4726

TIFF code 2.

1999-11-28 17:17 RR, revision 4725

TIFF code 1.

1999-11-28 17:17 RR, revision 4724

slider link fix 2.

1999-11-28 17:16 RR, revision 4723

slider link fix 1.

1999-11-28 17:11 RR, revision 4722

Some tiff code.

1999-11-28 11:48 RR, revision 4721

More broken pipes.

1999-11-28 11:48 RR, revision 4720

Damn broken pipes.

1999-11-28 11:47 RR, revision 4719

sfs

1999-11-28 11:47 RR, revision 4718

?kjashdf?aksj

1999-11-28 11:46 RR, revision 4717

More #include changes.

1999-11-28 11:45 RR, revision 4716

New event locking. Removed CVS trash. Some compile fixes.

1999-11-27 23:26 VZ, revision 4715

my old draft of wxDateTime

1999-11-27 23:24 VZ, revision 4714

compilation fixes for Unix - IT DOES NOT WORK YET, DON'T TRY IT

1999-11-27 23:15 VZ, revision 4713

wxThread docs updates

1999-11-27 22:57 VZ, revision 4712

1. wxThread changes (detached/joinable) for MSW and docs updates 2. wxUSE_GUI=0 compilation for MSW (use vc6dll.t with tmake) and many small fixes related to this 3. an attempt to make wxLog more MT friendly 4. a small fix for wxRegConfig: it doesn't create empty unused keys any more (SetPath() would always create a key, now it's deleted if it was empty)

1999-11-27 20:28 RD, revision 4711

compilation fixes

1999-11-27 20:03 RD, revision 4710

fixed to correctly use #if wxUSE_SPINCTRL

1999-11-27 16:45 RR, revision 4709

?lk

1999-11-27 16:44 RR, revision 4708

sds

1999-11-27 16:43 RR, revision 4707

sdasd

1999-11-27 16:42 RR, revision 4706

?jl

1999-11-27 16:40 RR, revision 4705

*** empty log message ***

1999-11-27 16:39 RR, revision 4704

Added wxUSE_SPINCTRL Changed some #include "gtk/.." to <> Removed GTK path from wx-config; this breaks wxPython's build.

1999-11-27 12:03 RR, revision 4703

Correction to DnD code.

1999-11-26 17:41 RR, revision 4702

Minor changes.

1999-11-26 17:35 RR, revision 4701

Same changes as last commit... Maybe CVS works now.

1999-11-26 17:34 RR, revision 4700

Added tooltips to radiobox (untested). wxListCtrl now uses deferred events. Some debug code changes.

1999-11-26 16:29 VZ, revision 4699

attempt at more compilation fixes

1999-11-26 15:26 VZ, revision 4698

wxUSE_RICHeDIT added

1999-11-26 15:26 VZ, revision 4697

more compilation fixes

1999-11-26 11:44 VZ, revision 4696

1. wxBase compiles/links again 2. wxString::reserve() (STLese for Alloc()) added 3. compilation fixes for mingw32/BC++

1999-11-26 11:37 VZ, revision 4695

1. wxBase compiles/links again 2. wxString::reserve() (STLese for Alloc()) added 3. compilation fixes for mingw32/BC++

1999-11-26 09:53 VZ, revision 4694

mingw32 compilation fixes

1999-11-25 23:28 VZ, revision 4693

1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed 2. tooltips work with wxRadioBox 3. duplicated OnCtlColor()s moved to wxControl

1999-11-25 22:59 VZ, revision 4692

compile fix for gcc

1999-11-25 17:19 VS, revision 4691

a bit better solution for &copy;,&nbsp; etc. (in terms of speed)

1999-11-25 15:54 GT, revision 4690

Added "const" to the (char *) type params that should have been const params. Cleaned up code surrounding the upper casing (or not uppercasing) user names and table names for specific databases.

1999-11-25 15:52 GT, revision 4689

Added "const" to the (char *) type params that should have been const params

1999-11-25 13:42 JJ, revision 4688

Committing in . VMS-Makefile for dialoged Added Files: wxWindows/utils/dialoged/src/descrip.mms ----------------------------------------------------------------------

1999-11-25 13:41 JJ, revision 4687

Committing in . Changes needed to get dialoged utility compile on VMS Modified Files: wxWindows/descrip.mms wxWindows/include/wx/setup.h wxWindows/lib/vms.opt wxWindows/utils/dialoged/src/reseditr.cpp ----------------------------------------------------------------------

1999-11-25 12:35 GT, revision 4686

Commented out the defines of strnicmp and stricmp to fix OS/2 compilation. These should not be necessary any longer since db uses wxStrxxxx functions now.

1999-11-25 12:10 JJ, revision 4685

Committing in . Support for caret sample on VMS repaired Modified Files: wxWindows/samples/caret/descrip.mms ----------------------------------------------------------------------

1999-11-25 07:57 RD, revision 4684

generated sources update

1999-11-25 07:12 RD, revision 4683

Split build instructions into a separate file.

1999-11-25 07:08 RD, revision 4682

Bug fixes, new tests and demos, new generated source... Added FileBrowseButton class to the library

1999-11-25 07:03 RD, revision 4681

Added some test code...

1999-11-24 18:45 GT, revision 4680

Added optional param to Count() function to allow for counting DISTINCT columns rather than all columns

1999-11-24 18:44 GT, revision 4679

Added preliminary support for Informix

1999-11-24 18:42 GT, revision 4678

Replaced all the strxxx() function calls with wxStrxxx() function calls. Added preliminary support for Informix

1999-11-24 18:40 GT, revision 4677

Replaced all the strxxx() function calls with wxStrxxx() function calls. wxTable:Count() function now has an optional parameter to allow the count to be done on DISTINCT columns rather than all columns.

1999-11-24 16:57 RR, revision 4676

Partial fix for big_endian image conversion probs.

1999-11-24 15:11 KB, revision 4675

fixed setfocus() flicker in listctrl

1999-11-24 12:55 VZ, revision 4674

1. wxIcon/wxCursor change, wxGDIImage class added 2. wxCriticalSection doesn't alloc memory any more 3. many minor fixes in bitmap/icon code

1999-11-24 12:30 VZ, revision 4673

1. wxIcon/wxCursor change, wxGDIImage class added 2. wxCriticalSection doesn't alloc memory any more 3. many minor fixes in bitmap/icon code

1999-11-24 12:14 JS, revision 4672

Removed strange wxFAIL; added dialup.cpp to filelist.txt

1999-11-24 11:47 JJ, revision 4671

Committing in . New VMS sample compile support files Modified Files: wxWindows/samples/bombs/descrip.mms wxWindows/samples/checklst/descrip.mms wxWindows/samples/config/descrip.mms wxWindows/samples/controls/descrip.mms wxWindows/samples/dialogs/descrip.mms wxWindows/samples/image/descrip.mms wxWindows/samples/menu/descrip.mms wxWindows/samples/minimal/descrip.mms Added Files: wxWindows/lib/vms.opt ----------------------------------------------------------------------

1999-11-24 10:17 JJ, revision 4670
  • D /wxWidgets/trunk/samples/bombs/bombs.opt
  • D /wxWidgets/trunk/samples/caret/caret.opt
  • D /wxWidgets/trunk/samples/checklst/checklst.opt
  • D /wxWidgets/trunk/samples/config/conftest.opt
  • D /wxWidgets/trunk/samples/controls/controls.opt
  • D /wxWidgets/trunk/samples/dialogs/dialogs.opt
  • D /wxWidgets/trunk/samples/image/image.opt
  • D /wxWidgets/trunk/samples/menu/menu.opt
  • D /wxWidgets/trunk/samples/minimal/minimal.opt

VMS option files clash with VC++. temporarily removed. Removed Files: wxWindows/samples/bombs/bombs.opt wxWindows/samples/caret/caret.opt wxWindows/samples/checklst/checklst.opt wxWindows/samples/config/conftest.opt wxWindows/samples/controls/controls.opt wxWindows/samples/dialogs/dialogs.opt wxWindows/samples/image/image.opt wxWindows/samples/menu/menu.opt wxWindows/samples/minimal/minimal.opt ----------------------------------------------------------------------

1999-11-24 09:20 VS, revision 4669

added &copy; -> (c) conversion in html docs

1999-11-23 21:45 RD, revision 4668

Removed some debug code

1999-11-23 20:36 RD, revision 4667

a bug fix in helpers for ref-counting callbacks some generated code updates

1999-11-23 20:09 VS, revision 4666

fixed bug that caused wxHtmlWindow to segfault on html tables with cell(s) with rowspan>=3

1999-11-23 19:30 RD, revision 4665

Splashscreen works better on GTK

1999-11-23 17:33 RD, revision 4664

Fixed so the tree looks proper on GTK and also reduced flicker.

1999-11-23 17:25 RD, revision 4663

fixing binary again...

1999-11-23 15:38 KB, revision 4662

Fixed linkage problem.

1999-11-23 14:53 DW, revision 4661

Adding OS/2 default images and resource file to repository

1999-11-23 12:52 KB, revision 4660

Created wxSamples

1999-11-23 12:29 KB, revision 4659

Compilation fix for Solaris.

1999-11-23 10:53 JS, revision 4658

WM_MOUSEMOVE correction

1999-11-23 01:06 DW, revision 4657

CriticalSection update for OS/2

1999-11-23 00:01 RD, revision 4656

Now sets the font for newly appended ownerdraw items.

1999-11-22 19:46 RR, revision 4655

Include changes again. Something is wrong with CVS...

1999-11-22 19:44 RR, revision 4654

Headers moved a bit. Minor docs updates.

1999-11-22 14:59 JJ, revision 4653

Committing in . Compiling support for samples/controls on VMS Modified Files: wxWindows/descrip.mms Added Files: wxWindows/samples/controls/controls.opt wxWindows/samples/controls/descrip.mms ----------------------------------------------------------------------

1999-11-22 14:31 JJ, revision 4652

Committing in . samples/config/contest.cpp compilation on VMS Bug fix for "double home directory in fileconf.cpp Modified Files: wxWindows/descrip.mms wxWindows/src/common/fileconf.cpp Added Files: wxWindows/samples/config/conftest.opt wxWindows/samples/config/descrip.mms ----------------------------------------------------------------------

1999-11-22 12:13 RR, revision 4651

Doc updates.

1999-11-22 10:34 JJ, revision 4650

Committing in . Compliations of samples/checklst on VMS Modified Files: wxWindows/descrip.mms Added Files: wxWindows/samples/checklst/checklst.opt wxWindows/samples/checklst/descrip.mms ----------------------------------------------------------------------

1999-11-22 05:27 DW, revision 4649

OS/2 thread updates

1999-11-22 05:27 DW, revision 4648

thread updates

1999-11-22 01:25 GRG, revision 4647

explicitly set addr.LocalHost before creting the wxSocketServer object

1999-11-21 19:29 RR, revision 4646

Forgot one.

1999-11-21 19:28 RR, revision 4645

makefile updates, minor doc updates

1999-11-21 18:31 RR, revision 4644

Updates to event docs. (removed evthandler::default).

1999-11-21 18:16 GL, revision 4643

Fixed an incorrect behaviour in ResetBuffer()

1999-11-21 11:32 RR, revision 4642

Added speed-up for font-loading (a bit simplistic), Moving between items in a radiobox works again, Tried to remove remaining gap in a wxStaticBox that has no text-label.

1999-11-21 10:25 RR, revision 4641

Called autoconf to update configure.

1999-11-21 03:37 RD, revision 4640

Fixed bug in DnD. wxDragSource will now delete itself when done.

1999-11-21 01:03 DW, revision 4639

updates for DoGetBestSize

1999-11-20 21:17 RD, revision 4638

here it is again