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