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,

1999-08-04 13:01 RR, revision 3262

Compile fixes for samples and dialoged, small optical improvements, distrib changes, link fix for treectrl

1999-08-04 12:30 VS, revision 3261

fixed somebody's poorly done StreamSize-->GetSize transition

1999-08-04 05:26 RD, revision 3260

New Makefile/Setup files supporting multiple dynamic extension modules for unix systems. Fixes for the wxGLCanvas demo to work around a strange bug in gtk. SWIG support routines now compiled separately instead of being bundled in wx.cpp.

1999-08-04 04:20 DW, revision 3259

*** empty log message ***

1999-08-04 00:42 RS, revision 3258

Made changes to allow build with new mingw32/gcc-2.95 added wxUSE_NORLANDER_HEADERS for mingw32/gcc-2.95

1999-08-04 00:00 VS, revision 3257

bool scrollable replaced by wxHW_* flags

1999-08-03 23:59 VS, revision 3256

malloc() --> new[]

1999-08-03 23:58 VS, revision 3255

wxHW_* flags, fixed client area problem

1999-08-03 23:56 VS, revision 3254

added DLL exports

1999-08-03 23:55 VS, revision 3253

initial commit

1999-08-03 15:20 KB, revision 3252

Changed wxChoice->wxComboBox as list of all paper sizes is too large to fit on screen. Works fine for wxGTK.

1999-08-03 13:05 OK, revision 3251

Hmm, apparently had to add FNSTRINGCAST elsewhere in the file too

1999-08-03 13:03 OK, revision 3250

Changed my mind and used FNSTRINGCAST instead

1999-08-03 13:02 OK, revision 3249

Replaced (char*)wxFNCONV with (const char*)wxFNCONV

1999-08-03 11:31 VZ, revision 3248

LINKAGEMODE moved to defs.h - string.cpp actually compiles now...

1999-08-03 11:26 VZ, revision 3247

__UNIX__ redefition corrected

1999-08-03 11:12 VZ, revision 3246

cliet data crash fixed

1999-08-03 06:48 RD, revision 3245

fixed a typo or two...

1999-08-03 06:44 RD, revision 3244

Fixed wxImage GetData and SetData to properly use String objects for data transfer. Added access methods to wxGridEvent.

1999-08-03 04:36 DW, revision 3243

*** empty log message ***

1999-08-02 21:31 VZ, revision 3242

1. minor headers rearrangement: wxprec.h doesn't include setup.h directly any more, btu defs.h does - and not in the very beginning, but a bit later 2. some unused and uncompileable OS2 thing removed from string.cpp

1999-08-02 19:06 RR, revision 3241

Minor changes

1999-08-02 19:00 GL, revision 3240

Changed a var name

1999-08-02 17:46 GL, revision 3239

Better memory errors handler (added GSOCK_MEMERR) Fixed 'NULL' warning in socket.cpp

1999-08-02 16:39 DW, revision 3238

Changes to make common and generic compilable under VisualAge C++ V3.0 ofr OS/2