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

2001-12-10 01:50 RL, revision 12965

added deps for .t files so make works correctly when you edit them.

2001-12-09 21:15 RR, revision 12964

Changed semantics of clicking beside the text control when editing a label. This now accepts the input. My attempt to make the focus return to the owning tree and list control window failed.

2001-12-09 15:38 VS, revision 12963

clean is symbolic target

2001-12-09 15:38 VS, revision 12962

fixed zlib watcom makefile

2001-12-09 15:38 VS, revision 12961

added wxMGL+DOS+Watcom makefiles

2001-12-09 15:37 VS, revision 12960

more MSDOS fixes (config file location)

2001-12-09 14:38 VZ, revision 12959

oops, a typo in the last commit

2001-12-09 14:35 VZ, revision 12958

ItemHasChildren() should return TRUE for the items which have plus button as they could have children even if they currently don't

2001-12-09 13:58 GT, revision 12957

utils/framelayout has been much enhanced, and can now be found in contrib/src/fl

2001-12-09 13:35 VZ, revision 12956

fix for the crash when many listctrl items change state

2001-12-09 12:56 VZ, revision 12955

added a note about Windows XP support

2001-12-09 12:56 VZ, revision 12954

fix for my old and broken mingw32 headers

2001-12-09 10:41 JS, revision 12953

Define SF_UNICODE if undefined

2001-12-09 10:24 JS, revision 12952

Removed --use-temp-file (not available in Mingw32 2.95.2)

2001-12-09 07:41 SC, revision 12951

added changes in order to make at least button events work on mac

2001-12-09 02:21 VS, revision 12950

compilation fix for Watcom (sorry, Vadim, there's some bug in Watcom C++, it doesn't compile this instance of valid C++ code, producing an obviously incorrect error

2001-12-09 02:21 VS, revision 12949

wxMGL Watcom compilation fixes

2001-12-09 01:39 VZ, revision 12948

fixed bug with the caret positioning after SetValue() introduced by the last commit

2001-12-09 01:36 RL, revision 12947

fix bogus VC 'for' scoping.

2001-12-09 01:29 VZ, revision 12946

no real changes

2001-12-09 00:47 VZ, revision 12945

fixed displaying text in non default charset in the richedit control

2001-12-09 00:46 VZ, revision 12944

suppress compilation warning

2001-12-09 00:46 VZ, revision 12943

added wxEncodingToCodepage() and implemented it properly (using in32 API instead of directly reading from the registry)

2001-12-09 00:45 VZ, revision 12942

refresh the window when the size changed

2001-12-08 23:28 VS, revision 12941

fixes for setup.h handling in Watcom makefiles