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-06-07 09:58 KB, revision 2687
  • D /wxWidgets/trunk/user/wxLayout

Moved to ../samples/rtfedit.

1999-06-07 09:57 KB, revision 2686

Formerly known as wxLayout.

1999-06-07 09:47 VZ, revision 2685

compilation fix for newer wxGTK

1999-06-07 09:46 VZ, revision 2684

fix for older versions of automake

1999-06-07 09:00 RR, revision 2683

Corrected cursors for during capture mouse. Added wxSP_LIVE_UPADTE to splitter.

1999-06-06 22:12 VZ, revision 2682

bug in menu accelerators code corrected (don't create empty accel table, this exposes a bug in Win32 API :-)

1999-06-06 22:10 VZ, revision 2681

some small fixes to make it work a bit again under MSW: 1. bg bitmap reenabled 2. wxCaret positioning reenabled

1999-06-06 17:11 KB, revision 2680

My heavy modification and some back-changes to allow it to work with ancient wxGTK.

1999-06-06 16:07 RR, revision 2679

Corrected hotkeys for MDI menus.

1999-06-05 22:38 VZ, revision 2678

background bitmap test added, other minor fixes

1999-06-05 21:29 VZ, revision 2677

repositioning the cursor with mouse clicks works

1999-06-05 20:42 RR, revision 2676

Changed to libtool's interface vs. release versioning make install works

1999-06-05 10:25 RR, revision 2675

Compile fixes.

1999-06-05 05:00 BM, revision 2674

Attempt at getting mingw32 working again... still doesn't work I wonder when the last time it did work

1999-06-05 01:03 VZ, revision 2673

latest changes: added word-wise movement (buggy, esp. backwards), more minor fixes, big problems (scrolling/selection) still remain under MSW

1999-06-05 00:59 VZ, revision 2672

1. added missing wxUSE_TEXTDLG to setup0.h 2. added new style wxWANTS_CHARS and WM_GETDLGCODE handling for windows with this style

1999-06-04 23:18 RR, revision 2671

Added missing file.

1999-06-04 22:53 RR, revision 2670

Added semicolon to macro in list.h - I just read that Vadim doesn't want it there - oh well. Added check for XKBext.h Made BMP loader BIGENDIAN safe.

1999-06-04 22:25 VZ, revision 2669

1. warnings suppressed in wave.cpp 2. various fixes to configure/Makefiles - building in another dir works again 3. AC_C_BIGENDIAN replaced with WX_C_BIGENDIAN (much better :-)

1999-06-04 22:12 VZ, revision 2668
  • D /wxWidgets/trunk/src/gtk.inc
  • D /wxWidgets/trunk/src/motif.inc
  • D /wxWidgets/trunk/src/qt.inc
  • D /wxWidgets/trunk/src/stubs.inc

these files are not used any more

1999-06-04 10:25 RR, revision 2667

Added wxInt32 etc (FIXME for 64bit) Added byte swapping for BIG vs LITTLE endian

1999-06-04 07:27 RR, revision 2666

Corrected bug in DoSetSize() (wxALLOW_MINUS_ONE)

1999-06-04 06:50 RR, revision 2665

More makefiles correction. Minimal runs now.

1999-06-03 23:17 VZ, revision 2664

1. more (minor) wxCaret bug fixes 2. try to enforce wxPaintDC usage only inside EVT_PAINT handler (only in debug mode) 3. warnings removed from pnghand.cpp and dibuitls.cpp

1999-06-03 22:46 VZ, revision 2663

wxString::begin and end added