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

2000-03-12 16:10 GL, revision 6638

Latex doc compilation fixes

2000-03-12 15:37 RR, revision 6637

Corrected scrollwin thumb release event, Reenabled horizontal scrolling, cannot currently reproduce misbehaviour.

2000-03-12 15:04 JS, revision 6636

Added project files for STC; fixed wxStringList memory leaks; small doc changes;

2000-03-12 11:49 RL, revision 6635

separated wxDash type from platform specific wxGTKDash type

2000-03-12 11:29 JS, revision 6634

Made iniconf compile on BC++ 5.01 (involved adding Set... accessors to wxConfigBase); added SafeWord patch to Dialog Editor

2000-03-12 11:27 JS, revision 6633

Added Mmedia makefile

2000-03-12 09:11 MJ, revision 6632

dbbrowse.cpp doc.cpp de/dbbrowse.mo de/dbbrowse.po

2000-03-12 00:49 VZ, revision 6631

fixed (rare but fatal) bug in wxWindowDisabler

2000-03-12 00:26 VZ, revision 6630

1. wxProgressDialog uses wxWindowDisabler, not (dumb) wxEnableTopLevelWindows 2. some more wxWindowDisabler bugs fixed (updated dialogs sample to test them) 3. Esc won't close the dialogs without cancel button under MSW 4. status bar can be child of windows of clases other than wxFrame (updated statbar sample to show it)

2000-03-11 22:38 RD, revision 6629

reenabled the old wxGrid.

2000-03-11 19:31 VS, revision 6628

fixed incorrect use of _() where it should be wxT()

2000-03-11 19:31 VS, revision 6627

some != NULL checks

2000-03-11 19:31 VS, revision 6626

fixed DoGetBestSize -- it returned too small bounding box

2000-03-11 18:01 SN, revision 6625

*** empty log message ***

2000-03-11 17:28 SN, revision 6624

Added WXUNUSED_GTK and WXUNUSED_GTK_AND_MOTIF

2000-03-11 16:38 VZ, revision 6623

replaced make with $MAKE

2000-03-11 13:59 SN, revision 6622

Added many WXUNUSED, untabified once again.

2000-03-11 13:27 SN, revision 6621

Fixed remaining int vs. long warnings.

2000-03-11 12:28 VS, revision 6620

fixed GTK 1.2.7 vs. <= 1.2.6 API incompatibility: gdk_gc_set_hashes, argument 3 gint8* vs. char*

2000-03-11 10:49 JS, revision 6619

Oops, compile errors...

2000-03-11 10:12 VS, revision 6618

documented wxSpinCtrl

2000-03-11 10:06 VS, revision 6617

documented wxSpinCtrl

2000-03-11 10:05 VS, revision 6616

documented wxFontMapper

2000-03-11 10:05 VS, revision 6615

now compiles with wxBase

2000-03-11 10:05 VS, revision 6614

fixed documentation of wxList::Clear behavior after DeleteContents(TRUE)

2000-03-11 10:05 VS, revision 6613

fixed typo : _ instead of wxT

2000-03-11 09:05 RD, revision 6612

Did splitting of wxEntry for wxMSW. Not nearly as complex as wxGTK

2000-03-11 07:32 RD, revision 6611

some tests

2000-03-11 07:25 RD, revision 6610

Split up wxEntry so wxPython can use the bits it needs instead of copying code.

2000-03-11 07:24 RD, revision 6609

More updates. Began splitting up wxEntry so wxPython can use the bits it needs instead of copying code.

2000-03-11 03:20 RD, revision 6608

updates to correct build errors (new locations, etc.) minor bug fixes, etc.

2000-03-11 03:05 NI, revision 6607

small change to avoid floating point exception in wxScrolledWindow::Scroll

2000-03-11 00:47 VZ, revision 6606

some warnings fixed

2000-03-11 00:47 VZ, revision 6605

some warnings fixed in the sockets code

2000-03-10 23:12 DW, revision 6604

remove the VisualAge 3.0 hack

2000-03-10 23:12 DW, revision 6603

Icon bug

2000-03-10 22:24 DW, revision 6602

combine minimal with the .dll

2000-03-10 22:24 DW, revision 6601

no message

2000-03-10 22:07 SN, revision 6600

Replaced long by wxCoord as used in the other ports.

2000-03-10 20:55 SN, revision 6599

Compilation fix.

2000-03-10 19:49 RR, revision 6598

Small oops in redrawing code.

2000-03-10 17:59 GRG, revision 6597

Updated to reflect latest changes

2000-03-10 17:30 RR, revision 6596

Committing menubar changes again after CVS trashed them.

2000-03-10 17:24 RR, revision 6595

Fixed various bugs (from - err - various authors) related to inserting and replacing menubars etc.

2000-03-10 16:09 JS, revision 6594

Added icons.

2000-03-10 16:06 JS, revision 6593

Doc corrections, wxMotif toolbar AddControl implementation (untested as yet)

2000-03-10 13:57 SN, revision 6592

Removed unused parameter addToSelected.

2000-03-10 13:56 DW, revision 6591

OS/2 patch

2000-03-10 13:53 DW, revision 6590

no message

2000-03-10 12:27 SN, revision 6589

Changed wxGridCellCoords from long to int (get rid of most HP warnings?) Added Shift/Control+Click handling for labels.

2000-03-10 11:33 KB, revision 6588

fixed configure script for Solaris

2000-03-10 11:18 JS, revision 6587

Small fixes for Tex2RTF but alas, we still get memory problems. Added wxUSE_MFC setting (doesn't include windows.h, removes own memory tracing); added include <ctype.h> in case where PCH isn't used; wxExit now exits :-)

2000-03-10 08:18 JS, revision 6586

Added GIF files to help sample

2000-03-10 07:32 GRG, revision 6585

Fix from Mumit Khan to allow mingw DLL compilation, v.2 :-)

2000-03-10 07:29 GRG, revision 6584

Fix from Mumit Khan to allow mingw DLL compilation

2000-03-10 06:23 DW, revision 6583

no message

2000-03-10 05:54 GRG, revision 6582

Ups, mismatch between header and source wrt InterruptWait()

2000-03-10 05:32 GRG, revision 6581

Set IPC by default on MSW (need to test recent changes), instead of DDE

2000-03-10 05:31 GRG, revision 6580

Finally deprecated callbacks.

2000-03-10 05:30 GRG, revision 6579

Some parts rewritten to use wxSocket events instead of callbacks, as the latter will be deprecated soon. Also, some slight bugs fixed.

2000-03-10 02:58 RD, revision 6578

Fixes for building the DLL with the new auxillary library names

2000-03-10 02:27 MB, revision 6577

Compilation fix for Borland. Write 'T' or 'F' to logBuf rather than bool return values of XXXDown() key query functions.

2000-03-10 01:17 VZ, revision 6576

changed default image size to 16

2000-03-10 01:15 VZ, revision 6575

1. fixed warning which was hiding a bug in wxGrid::SendEvent() 2. started documenting wxDateTime 3. and wxLongLong

2000-03-10 00:21 GRG, revision 6574

- Uses wxSocketBase::Destroy() now. - Fixed a memory leak when connection requests failed. - Maybe some other (small) bugfix as well.

2000-03-10 00:20 GRG, revision 6573

Bugfix: GSocket_Shutdown sets m_detected to GSOCK_LOST_FLAG. This avoids that Wait operations from wxSocket get caught in an endless loop, if called after wxSocketBase::Close(). Was breaking IPC.

2000-03-09 23:41 JS, revision 6572

Help sample should work for .zip help files now.

2000-03-09 23:08 JS, revision 6571

Added wxHtmlHelpController version of help file.

2000-03-09 22:26 DW, revision 6570

os2 update. Need initializers like windows, not unix.

2000-03-09 21:15 DW, revision 6569

Module definitions files for build VisualAge C++ V3.0 dlls.

2000-03-09 21:12 DW, revision 6568

Update for building jpeg as an os2 dll

2000-03-09 21:12 DW, revision 6567

Update for building png as an os2 dll

2000-03-09 21:12 DW, revision 6566

Update for building xpm as an os2 dll

2000-03-09 21:11 DW, revision 6565

Update for building zlib as an os2 dll

2000-03-09 21:11 DW, revision 6564

Update for building tiff as an os2 dll

2000-03-09 21:10 DW, revision 6563

Loads of framework and dll fixes

2000-03-09 21:07 DW, revision 6562

Updates for build dll

2000-03-09 21:06 DW, revision 6561

More framework fixes and fixes for building dlls.

2000-03-09 20:32 VZ, revision 6560

fix for resourses compilation

2000-03-09 20:18 VZ, revision 6559

patch from Paul Gammans <paul.gammans@brunel.ac.uk> for cross compiling for MSW

2000-03-09 20:15 JS, revision 6558

Mmedia, OGL lib directory changes; omitted naughty wxGA_SMOOTH style from wxProgressDialog; wxMotif toolbar fix; ~wxWindow Motif fix

2000-03-09 20:05 JS, revision 6557

wxHtmlHelpController made compatible with other controllers

2000-03-09 20:04 RR, revision 6556

Disabled horizontal report mode scrolling in wxListCtrl as it skrews up the display, Corrected disabling the closing of top level window when there are open (modal) dialogs, Minor change to redrawing window-less widgets.

2000-03-09 19:42 RD, revision 6555

Initial version of wxStyledTextCtrl, a Scintilla wrapper. There is still LOTS and LOTS to be done, but this is already very functional.

2000-03-09 19:35 VZ, revision 6554

updated from the current sources

2000-03-09 19:26 RD, revision 6553

Oops. Removed duplicate target.

2000-03-09 19:25 RD, revision 6552

Made clean target be not quite so agressive, added 'cleanall'

2000-03-09 18:34 GRG, revision 6551

Removed a space (oh, dear, it looks like a joke

2000-03-09 18:33 VZ, revision 6550

very minor fixes

2000-03-09 17:53 VZ, revision 6549

(failed) attempts at fixing menu bar swapping

2000-03-09 17:14 VZ, revision 6548

fixed parsing of non quoted entries in .mime.types

2000-03-09 16:48 VZ, revision 6547

regenerated with tmake

2000-03-09 16:47 VZ, revision 6546

Get/SetDefaultItem docs corrections

2000-03-09 16:40 VZ, revision 6545

don't define __cplusplus for DECCXX if it is already defined

2000-03-09 16:33 VZ, revision 6544

don't translate wxASSERT_MSG messages

2000-03-09 16:33 VZ, revision 6543

use wxFAIL_MSG, not wxMessageBox for programming errors

2000-03-09 16:31 VZ, revision 6542

explain why quotes/brackets should be used in #includes

2000-03-09 16:22 VZ, revision 6541

fixed the value of LVM_SETEXTENDEDLISTVIEWSTYLE

2000-03-09 16:19 VZ, revision 6540

don't allow multiple root in the tree

2000-03-09 15:55 SN, revision 6539

Make correct cell visible for cursor movement.