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-07-18 22:58 VS, revision 11090

(1) removed -lcrtdll from Mingw build (it was plainly wrong thing, gcc is supposed to link against C library automatically... and it broke binaries produced with MSVCRT version of Mingw) (2) fixed typo in MS_HTML_HELP check (3) added (back?) WXHTML_HELP checks to configure

2001-07-18 22:00 GT, revision 11089

Fixed some "\_"s in verbatim blocks so they are no longer quoted with backslashes

2001-07-18 21:04 GT, revision 11088

Fixed closing of program to work properly if PASS #1 failed for some reason. Before this fix, you could not exit the GUI version of the program under windows without using CTRL-ALT-DEL

2001-07-18 20:47 GT, revision 11087

Fixed mismatched curley brace

2001-07-17 22:21 VZ, revision 11086

initialize gs_pFrame to NULL

2001-07-17 22:01 VZ, revision 11085

blind fix for wxScrolledWindow problem

2001-07-17 18:14 VZ, revision 11084

fixed regex bug in ProcessFamiliesFromFontList

2001-07-17 16:47 JS, revision 11083

Added icon index parsing

2001-07-17 16:27 JS, revision 11082

Correction to icon index code

2001-07-17 15:49 JS, revision 11081

Added support for extracting icon using specified index

2001-07-17 09:03 VZ, revision 11080

added wxOPEN/SAVE flags to wxDefaultFileSelector

2001-07-17 08:27 VZ, revision 11079

don't use static box as a parent

2001-07-17 08:25 VZ, revision 11078

renamed wxDynamicThisCast to wxDynamicCastThis, removed 1st parameter, and documented

2001-07-17 00:18 RD, revision 11077

Added rules to build the regex library from the main makefile, if needed.

2001-07-16 22:54 VZ, revision 11076

wxRegEx docs I forgot to add before (sorry)

2001-07-16 22:52 RD, revision 11075

Some tweaks and generated core sources for wxGTK

2001-07-16 18:07 VZ, revision 11074

compilation fix I had forgot to commit

2001-07-16 17:48 RD, revision 11073

fixed compile error

2001-07-16 15:23 VZ, revision 11072

speed up font list processing

2001-07-16 15:17 VZ, revision 11071

removed assert which could be provoked by correct code

2001-07-16 14:27 RR, revision 11070

Added missing methods. Now tested.

2001-07-16 09:42 RR, revision 11069

Added missing methods. Not yet tested.

2001-07-16 08:20 RR, revision 11068

Added symptomatic fix to wrong height in wxStaticText.

2001-07-16 07:58 RR, revision 11067

Tried to make button events interceptable in generic wxSpinCtrl. No luck.

2001-07-16 07:38 RR, revision 11066

Fixed small prob with wxSpinButton orientation.