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-09-12 13:18 VZ, revision 8338

hack to fix wxTimer problem

2000-09-12 11:28 JJ, revision 8337

Committing in . Modified Files: wxWindows/descrip.mms wxWindows/src/common/descrip.mms wxWindows/src/generic/descrip.mms VMS compile update for new files and some new wxGTK samples ----------------------------------------------------------------------

2000-09-12 08:29 VZ, revision 8336

fixed bug in mouse handling

2000-09-12 08:18 RR, revision 8335

Corrcted accel keys for bitmap menus.

2000-09-12 08:17 RR, revision 8334

Added test for bitmap menu.

2000-09-12 04:01 RD, revision 8333

Enabled wxWindow_FindFocus for wxGTK

2000-09-11 20:21 VZ, revision 8332

wxRadioBox starts to work

2000-09-11 19:24 RD, revision 8331

Added explicit wrappers for wxSpinCtrl methods instead of relying on inherited methods.

2000-09-11 17:12 RR, revision 8330

Added experim. support for wxFRAME_TOOL_WIN

2000-09-11 16:28 RR, revision 8329

Tiny patch for wxListCtrl::HitTest(). I didn't even test if it compiles, oh dear.

2000-09-11 13:02 JS, revision 8328

Corrected frame.cpp to recognise wxNO_BORDER properly

2000-09-11 12:52 RR, revision 8327

Some more tests and mouse events for wxCanvas.

2000-09-11 12:45 JS, revision 8326

Corrected typo

2000-09-11 12:37 JS, revision 8325

wxHelpProvider now cleans itself up. wxTipWindow doesn't grab the mouse, but instead deletes itself when it's deactivated or loses the focus.

2000-09-11 12:03 JS, revision 8324

Included tipwindow.h unconditionally

2000-09-11 08:13 RR, revision 8323

Compile fixes for wxCanvas.

2000-09-10 22:25 VZ, revision 8322
  • D /wxWidgets/branches/wxUNIVERSAL/samples/univ/bricks.bmp
  • D /wxWidgets/branches/wxUNIVERSAL/samples/univ/open.bmp
  • D /wxWidgets/branches/wxUNIVERSAL/samples/univ/tip.bmp

now using xpm

2000-09-10 22:23 VZ, revision 8321

wxRadioButton works under MSW

2000-09-10 19:01 JS, revision 8320

Made the docs compile again.

2000-09-10 16:39 VZ, revision 8319

wxRadioButton more or less works under GTK

2000-09-10 16:30 VZ, revision 8318

wxTipWindow added and is now used by wxSimpleHelpProvider

2000-09-10 15:16 JS, revision 8317

#ifdefs for WIN16

2000-09-10 12:43 VZ, revision 8316

1. added wxHelpProvider and (unfinished) wxSimpleHelpProvider 2. added wxStringHashTable which wxStringHashTable uses

2000-09-10 11:27 VZ, revision 8315

use the native msg box if available, fall back to wxWin one instead of doing the opposite

2000-09-09 22:39 VZ, revision 8314

added radio button (which doesn't work yet)