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-08-05 09:33 JS, revision 3287

Added new files to .rsp files; added new samples to index.htm

1999-08-05 06:47 RD, revision 3286

more distrib things

1999-08-05 06:24 RD, revision 3285

more tweaks...

1999-08-05 06:18 RD, revision 3284

more distrib things

1999-08-05 06:14 MB, revision 3283

Added a line to set m_font in the wxWindowDC ctor (with window arg) so that GetTextExtent will work properly

1999-08-05 06:10 RD, revision 3282

Some tweaks...

1999-08-05 06:09 RD, revision 3281

Now uses external SWIG library on win32 too. Simplifies the makefile.vc somewhat.

1999-08-05 06:08 RD, revision 3280

Updated WISE scripts

1999-08-05 05:06 RD, revision 3279

Some minor tweaks

1999-08-05 04:05 DW, revision 3278

*** empty log message ***

1999-08-05 03:47 RD, revision 3277

Added missing } so tex2rtf wouldn't puke

1999-08-05 01:16 RN, revision 3276

Import regex from tcl 8.4.5

1999-08-05 01:16 , revision 3275

This commit was manufactured by cvs2svn to create branch 'RXSPENCER'.

1999-08-05 01:16 RN, revision 3274

Tcl regex lib

1999-08-04 22:40 VS, revision 3273

added fsfile.tex

1999-08-04 22:07 VZ, revision 3272

wxButton::GetDefaultSize() fix

1999-08-04 21:19 RS, revision 3271

Moved initialization of status bar to eliminate assert caused by new controls trying to set s-bar text

1999-08-04 21:15 RS, revision 3270

made panel use wxSystemSettings::GetColor to make sure colors are right for user's selected color scheme

1999-08-04 20:19 RS, revision 3269

Fixed to fill in m_dir member when file selected so that GetDirectory returns the correct value

1999-08-04 19:51 RS, revision 3268

Minor change to make spinbutton text match spinbutton position on startup

1999-08-04 18:02 GL, revision 3267

GSocket_timeout: timeout support hack (disabled for the moment) Changed some bool to GSocketError in gsockunx.h

1999-08-04 16:33 RD, revision 3266

Set the version number to use for the DLL in WXVERSION

1999-08-04 16:32 RD, revision 3265

Now uses the version number when doing a cleandll

1999-08-04 14:49 VZ, revision 3264

radiobox event now contains the string too

1999-08-04 14:41 RR, revision 3263

Minor changes to viusal appearance, Added wxYield() to wxEndBusyCursor(), Made wxSpinButton always sent a wxSROLL_THUMBTRACK event, Made wxDirDialog resizable, Made gsocket.c compile,