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-09-13 07:16 MT, revision 3637

use global hwndTT

1999-09-13 07:16 MT, revision 3636

Add detachmenu

1999-09-13 07:15 MT, revision 3635

Add wxTE_AUTO_SCROLL

1999-09-13 07:15 MT, revision 3634

use a global hwndTT

1999-09-13 07:14 MT, revision 3633

add wxTE_AUTO_SCROLL

1999-09-13 07:13 MT, revision 3632

blit using icon mask

1999-09-13 07:13 MT, revision 3631

Add detachmenu, insert menu, replace menu.

1999-09-13 06:38 MT, revision 3630

Added callback to start in current directory

1999-09-13 05:31 RD, revision 3629

Allowed gsocket to compile when wxUSE_SOCKETS is 0

1999-09-13 05:30 RD, revision 3628

Makefile updates from new filelist.txt

1999-09-13 05:27 RD, revision 3627

Fixed some compile errors (MSVC++ 6) and some very strange link errors when building a DLL.

1999-09-13 05:25 RD, revision 3626

Added implicit rule for building .c files in msw directory (gsocket)

1999-09-13 05:24 RD, revision 3625

Allowed tbarsmpl to be built for win32 as it still has its uses.

1999-09-13 03:49 RD, revision 3624

Added WXDLLEXPORT's to the class definitions

1999-09-13 03:08 RD, revision 3623

Some OGl updates: uses wxINVERT instead of wxXOR a couple minor tweaks VC makefiles now use Debug and Release for object files depending on FINAL

1999-09-13 02:50 RD, revision 3622

Made wxNO_DEFAULT set the "no" button as the default, according to the docs

1999-09-12 18:49 HH, revision 3621

fixed typo (?)

1999-09-12 17:45 HH, revision 3620

New HTML help system. The old controller class has been split in three parts; basic data, a frame and a controller. Docs will appear shortly... All Makefiles should be correctly updated. To be sure, I put an #error pragma in the old files, which will be removed in a few days.

1999-09-12 11:19 GRG, revision 3619

fixed (didn't work at all)

1999-09-12 11:18 GRG, revision 3618

Added _GSocket_Configure()

1999-09-12 11:17 GRG, revision 3617

Fixed a bug when GSocket_SetCallback was used before allocating the internal socket

1999-09-11 20:30 GRG, revision 3616

little changes

1999-09-11 20:29 GRG, revision 3615

Prototypes for some _internal_ functions had to be changed (API remains the same)

1999-09-11 20:29 GRG, revision 3614

Added GSocket_Select() and removed some unused functions

1999-09-11 20:27 GRG, revision 3613

- Completed WaitOnAccept - Rewritten all the WaitXXX functions so that they do not depend on the event notification system. - Rewritten all the internal event system; now all events are internally monitorized, but users are notified only of these events they are interested in. This solves a lot of hard-to-catch little problems and bugs which could arise sometimes. - Rewritten all the automatic event notifier code. - Added callback management code, which had been forgotten (badly needed for wxTCPConnection in IPC classes) - Fixed wxSocketBase::Write(), which didn't honour the WAITALL flag. - Fixed some other bugs. - The code is now much more stable and robust than before (because the architecture is more robust, but it still needs testing).

1999-09-11 20:17 GRG, revision 3612

Added GSocket_Select()

1999-09-11 20:14 GRG, revision 3611

Added GSocket_Select() and fixed some things

1999-09-10 19:14 HH, revision 3610

sensible default...

1999-09-10 17:57 RD, revision 3609

Made wxNO_DEFAULT set the "no" button as the default, according to the docs

1999-09-10 06:25 RD, revision 3608

wxPython module for OGL added.

1999-09-10 06:23 RD, revision 3607

Some tweaks and updates

1999-09-10 06:23 RD, revision 3606

Better dependency checking

1999-09-10 06:11 RD, revision 3605

Put Get/Set/Push/PopEventHandler methods back in.

1999-09-10 06:05 RD, revision 3604

Lots more support for event-less callbacks Exported some symbols for the other modules to use etc.

1999-09-09 22:20 GRG, revision 3603

wxUSE_GIF instead of wxUSE_LIBGIF

1999-09-09 22:19 GRG, revision 3602

Ops. wxUSE_XXX and wxUSE_STREAMS are separated again :-)

1999-09-09 22:16 GRG, revision 3601

small changes here and there

1999-09-09 22:14 GRG, revision 3600

wxUSE_GIF instead of wxUSE_LIBGIF

1999-09-09 22:12 GRG, revision 3599

*** empty log message ***

1999-09-09 22:08 GRG, revision 3598

Accept, AcceptWith -> wait parameter WaitOnAccept m_establishing member for correct WaitOnConnect

1999-09-09 22:03 GRG, revision 3597

Fixed WaitOnConnect(). Added wait parameter to Accept() and AcceptWith() Added WaitOnAccept() (incomplete) Added about a dozen or so small bugfixes here and there.

1999-09-09 22:01 GRG, revision 3596

Replaced wxUSE_LIBGIF with wxUSE_GIF

1999-09-09 21:58 GRG, revision 3595

Added #include "wx/setup.h" (or "wx/defs.h") before checking for wxUSE_*** Merged wxUSE_*** and wxUSE_STREAM (is this right?) Replaced wxUSE_LIBGIF with wxUSE_GIF everywhere

1999-09-09 21:24 DW, revision 3594

VisualAge C++ V4.0 configuration files

1999-09-09 21:22 DW, revision 3593

Latest OS/2 compiler bug fixes for common and generic

1999-09-09 19:16 GRG, revision 3592

Fixed some bus in Connect()

1999-09-09 13:41 KB, revision 3591

cosmetic fix

1999-09-09 12:25 GRG, revision 3590

Nothing serious here :-)

1999-09-09 11:22 JS, revision 3589

Small bug fix

1999-09-09 08:56 KB, revision 3588

no more errors in make clean