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

1999-11-10 08:03 RD, revision 4462

Added calendar contributed by Lorne White Some tweaks for wxFloatbar

1999-11-09 23:02 RD, revision 4461

wxSizer patches by Alexander Smishlajev <als@turnhere.com> Adds some wxALIGN_* flags to increase ability to position item within its allotted space. Adds wxSHAPED flag that enforces proportional resizing on growable items. Adds a sample and updated documentation.

1999-11-09 19:19 VZ, revision 4460

compiles with or without wxSpinCtrl now

1999-11-09 18:10 VZ, revision 4459

compilation fixes, Makefile.in added

1999-11-09 15:24 SC, revision 4458

mac adaptions

1999-11-09 14:48 RR, revision 4457

Removed Vadim's surplus code in clipboard. wxTreeCtrl now creates its two font in the constructor.

1999-11-09 14:32 VZ, revision 4456

fix for FreeBSD compilation

1999-11-09 12:31 KB, revision 4455

usleep() prototype added for solaris

1999-11-09 10:21 KB, revision 4454

added gethostname protoype for Solaris

1999-11-09 08:42 SC, revision 4453
  • D /wxWidgets/trunk/src/make_cw.old.mcp

will not be adopted to 2.1, pro 4 was too buggy

1999-11-09 08:41 SC, revision 4452

.mcp was broken

1999-11-09 05:57 DW, revision 4451

OS/2 resource storage and retrieval

1999-11-09 01:53 JS, revision 4450

Added m_nSelection = -1 fixes to RemovePage, DeleteAllPages (from Scott Newham)

1999-11-09 01:52 JS, revision 4449

Misc small fixes

1999-11-08 21:14 JS, revision 4448

Fixes to Cygwin/Mingw32 makefile, manual now compiles wxStaticLine, etc.

1999-11-08 20:55 KB, revision 4447

Minor fixes to plug memory hole, will add WXLO import ASAP.

1999-11-08 18:38 VZ, revision 4446

compilation fix for Motif

1999-11-08 17:35 DW, revision 4445

Minor fix to environment to support co-existance of msw and os/2 port

1999-11-08 17:07 VZ, revision 4444

Motif compilation fix

1999-11-08 17:05 VZ, revision 4443

wxDataObjectComposite/Custom seem to work

1999-11-08 16:38 VZ, revision 4442

DEBUG => __WXDEBUG__

1999-11-08 15:59 VZ, revision 4441

small Motif compilation fix

1999-11-08 15:56 VZ, revision 4440

minor aesthetic fixes

1999-11-08 15:28 VZ, revision 4439

pasting text from xterm works, finally

1999-11-08 15:23 GT, revision 4438

Fixed __WXDEBUG__ references to use #ifdef rather than checking for it being greater than 0