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-12 10:47 JJ, revision 4487

Committing in . Patch for VMS7.x Modified Files: wxWindows/src/common/utilscmn.cpp

1999-11-12 10:17 JJ, revision 4486

Committing in . Patch needed for VMS Modified Files: wxWindows/src/common/timercmn.cpp

1999-11-12 10:09 JJ, revision 4485

Committing in . Patch for VMS7.x Modified Files: wxWindows/src/common/memory.cpp

1999-11-12 10:07 JJ, revision 4484

Committing in . Patches for VMS7.x Modified Files: wxWindows/src/common/filefn.cpp

1999-11-12 09:57 JJ, revision 4483

Main make file for VMS Added Files: wxWindows/descrip.mms

1999-11-12 09:23 JJ, revision 4482

New file use to configure the compilation on VMS-systems

1999-11-12 06:23 RD, revision 4481

more floatbar tweaks

1999-11-12 03:12 VZ, revision 4480

compilation fix

1999-11-12 02:21 VZ, revision 4479

compilation fix

1999-11-12 02:17 VZ, revision 4478

controls can now be put in the toolbars (MSW only so far, preliminary version)

1999-11-11 16:11 SC, revision 4477

wxMac completed so far, generic listctrl extension

1999-11-11 16:08 VS, revision 4476

<br><br><br> is now handled correctly, e.g. empty lines are inserted (unlike <p><p><p>)

1999-11-11 15:41 RR, revision 4475

Fixed optical bug in wxListCtrl, Added dnd.wxr to install script, Fixed two problems in wxGLCanvas.

1999-11-11 13:33 RL, revision 4474

#included log.h

1999-11-11 11:04 KB, revision 4473

fixed solaris gethostname() prototype

1999-11-11 11:01 JS, revision 4472

Added a bug report; C++Builder compile fixes

1999-11-11 10:59 JS, revision 4471

Added files to make patch.

1999-11-11 04:40 DW, revision 4470

Finished up utilities testing

1999-11-11 04:39 DW, revision 4469

Quick fix up for __WXPM__

1999-11-11 00:25 VZ, revision 4468

1. wxStaticBox doesn't draw over the underlying controls any more 2. a couple of new helper functions in msw/private.h: wxColourToRGB and wxRGBToColour are handy to avoid writing horribly long and ugly RGB <-> wxColour conversions explicitly 3. modified wxDirDialog to be more comprehensible (to me), hopefully it also works better

1999-11-10 22:47 RD, revision 4467

Tweaking some of the new wxPython stuff for wxGTK

1999-11-10 17:40 VZ, revision 4466

1. made it possible to use wxUpdateUIEvent with wxTextCtrl under wxGTK 2. ... and with controls with id < 0 under all others as well

1999-11-10 17:19 VZ, revision 4465

added 2 more cursors (patch from Gerd Mueller)

1999-11-10 13:26 JS, revision 4464

Stupid makeprog.vc corruption fixed

1999-11-10 11:32 SC, revision 4463

wxMac (debug) builds and runs wxMinimal again