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-07-20 20:33 HH, revision 3062

When building for/on a non-Unix platform, the --enable-dynlib check will only issue a warning, not disable dynlib and odbc, since configure can't figure it out anyway.

1999-07-20 14:48 RR, revision 3061

Trying to compile samples

1999-07-20 14:14 RR, revision 3060

MingW32 compilation fixes all over

1999-07-19 22:54 VZ, revision 3059

compilation fixes

1999-07-19 22:17 VZ, revision 3058

wxMenu ctor made compatible again

1999-07-19 20:54 RD, revision 3057

Fixed wxListCtrl::SetTextColour to set the RGB value instead of the RBG value! (Green and Blue were swapped... I suppose if you are colour blind it wouldn't matter much.)

1999-07-19 18:29 HH, revision 3056

forgot .bmp's

1999-07-19 17:34 GL, revision 3055

Added StreamSize() to wxMemoryOutputStream. Added InputStreamBuffer() and OutputStreamBuffer() to have access to internal buffers.

1999-07-19 17:17 HH, revision 3054

added extra #if case at the end for building using gnuwin and configure (assuming that you're using a gnu flex prog)

1999-07-19 17:10 SB, revision 3053

cosmetic, added some comment

1999-07-19 17:05 SB, revision 3052

item with no image no longer crash when hit

1999-07-19 16:33 HH, revision 3051

forgot wx.rc

1999-07-19 16:32 HH, revision 3050

added .cur and .ico files

1999-07-19 16:23 HH, revision 3049

added dcpsg.cpp

1999-07-19 16:23 HH, revision 3048

Moved bunch of #defines (LOG2DEV etc) from msw/dc.cpp to msw/dc.h Small changes to dcpsg.cpp to make it compile for wxMSW

1999-07-19 14:41 RR, revision 3047

Updated testconf Added dashed pens etc. Made tree ctrl sample crash..

1999-07-19 14:36 HH, revision 3046

small fix for mingw32 compilation

1999-07-19 14:06 VZ, revision 3045

typo corrected

1999-07-19 13:17 VZ, revision 3044

even more fixes for nmake compilation

1999-07-19 13:03 KB, revision 3043

Added test for vsscanf. GUESSING IS EVIL! Cannot test, my autoconf is too old.

1999-07-19 12:55 VZ, revision 3042

regenaretd makefile from the latest template

1999-07-19 12:33 VZ, revision 3041

1. compilation fix for wxHelpHtmlController (which shouldn't be compiled #if !wxUSE_HTML) 2. some fixes to wxGrid

1999-07-19 12:17 VZ, revision 3040

ifdef HAVE_VFORK => if HAVE_VFORK

1999-07-19 09:22 KB, revision 3039

typo

1999-07-19 09:22 KB, revision 3038

compilation fix