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

1998-07-17 11:10 JS, revision 286

Some Borland/GnuWin32 fixes

1998-07-17 10:06 KB, revision 285

fixed underline for drawing text, as suggested by Chris Breeze

1998-07-17 09:32 JS, revision 284

Added STRICT corrections.

1998-07-17 08:18 VZ, revision 283

fixed compilation problems under Windows

1998-07-17 03:35 RD, revision 282

fixed a missing backslash

1998-07-16 17:30 VZ, revision 281

wxFileConfig uses sorted arrays (big performance improvement)

1998-07-16 17:29 VZ, revision 280

added sorted arrays: they automatically sort items on insertion (using user provided compare function) and binary search in Index(). Using them in situations where Index() performance is important brings 30%-40% performance boost.

1998-07-16 08:34 JS, revision 279

Cured SetString/GetSelection interaction; incorporated Chris's changes to wxDC:Blit for printer DCs.

1998-07-16 06:47 RD, revision 278

Inserted an else that seemed to be missing. (My RadioBox crashed without it...)

1998-07-15 18:40 GL, revision 277

wxStream: wxInputStream and wxOutputStream don't inherit from wxObject anymore. Removed DECLARE* and IMPLEMENT* filefn.h: added #include "wx/list.h" to define wxStringList

1998-07-15 17:14 VZ, revision 276

speed optimizations: some functions now use wxString::Alloc, wxTextFile::Read uses a buffer to read data (instead of reading it one char at a time)

1998-07-15 17:10 VZ, revision 275

optimizations: more functions made inline, added Alloc()/Shrink() function for more precise control over string's memory

1998-07-15 14:38 KB, revision 274

added gauge.cpp

1998-07-15 14:37 KB, revision 273

fixed SetRange/GetValue

1998-07-15 12:02 KB, revision 272

fixed wxGTK copyright

1998-07-15 12:00 KB, revision 271

On Robert's request I have added the html-version of my wxQt proposal.

1998-07-14 22:15 VZ, revision 270

common constants (wxSeekMode) and types (off_t) to wxFile and wxStream are now defined in filefn.h included by both file.h and stream.h

1998-07-14 22:08 VZ, revision 269

off_t #define'd as _off_t for VC++ (it's not a standard type)

1998-07-14 21:59 VZ, revision 268

GetTempFileName used in wxTempFile now instead of tmpnam

1998-07-14 21:57 VZ, revision 267

ExpandEnvVars was eating backslashes - no more.

1998-07-14 21:55 VZ, revision 266

added wxSplitFile() to decompose a file name into path + name + ext

1998-07-14 21:55 VZ, revision 265

1) added wxSplitFile() to decompose a file name into path + name + ext 2) added a macro wxARE_FILENAMES_CASE_SENSITIVE which is either 1 or 0 (for usage with wxString::IsSameAs)

1998-07-14 16:35 GL, revision 264

* wxMemory*Stream link problem fix. * wxData*Stream update.

1998-07-14 12:06 GL, revision 263

* wxStream: I've rewritten the inheritance * added wxZlib*Stream * updated makefiles and data.cpp * modified a bit wxFile so I can use it in wxFile*Stream

1998-07-13 23:30 RR, revision 262

resize mdi and notebook client bitmap resizing (used in imagelist) draw spline bug