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

1998-07-13 20:11 JS, revision 261

In splitter sample, forwarded OnIdle events to wxFrame, else UI updates don't work. Removed compatibility function from docview.h.

1998-07-13 17:00 RR, revision 260

memdc and bitmap fixes

1998-07-13 16:57 VZ, revision 259

constraints for notebook pages work (again)

1998-07-13 15:46 KB, revision 258

fixed DEBUG

1998-07-13 14:11 KB, revision 257

Changed #ifdef DEBUG to #ifdef __WXDEBUG__

1998-07-13 12:47 KB, revision 256

Quick fix to avoid unnecessary compiler warnings from duplicate __WXDEBUG__ defines.

1998-07-13 12:45 KB, revision 255

Configure now adds -D__WXDEBUG__ to the compiler switches if run with --with-debug_flag.

1998-07-13 10:01 KB, revision 254

Fixed that stupid stream problem.

1998-07-13 09:15 JS, revision 253

Removed streams from VC++ makefile for now; corrected typo in log.h

1998-07-13 08:48 KB, revision 252

uses wxString again (std::string optional)

1998-07-12 23:23 VZ, revision 251

GetTextExtent checks that passed pointers are not NULL

1998-07-12 23:07 VZ, revision 250

wxLogDebug/Trace in release mode now don't give compiler warnings

1998-07-12 22:59 VZ, revision 249

constraints handling for notebook pages improved

1998-07-12 22:57 VZ, revision 248

wxFILE_MUST_EXIST added

1998-07-12 22:52 VZ, revision 247

wxWindow::OnSize() removed

1998-07-12 22:50 VZ, revision 246

1) separate expand/collapse event 2) separate Expand/Collapse/ToggleItem() functions 3) IsItemExpanded() added

1998-07-12 22:47 VZ, revision 245

constraints handling for the notebook pages fixed

1998-07-12 22:46 VZ, revision 244

defined wxFILE_MUST_EXIST flag

1998-07-12 22:40 VZ, revision 243

wxGetEmptyString() function added

1998-07-12 22:25 VZ, revision 242

1. expand/collapse (and -ing variants) events are now separated 2. ExpandItem(action) can now be also called as ExpandItem(), CollapseItem() and ToggleItem() 3. several other minor changes (IsExpanded function added)

1998-07-12 22:06 VZ, revision 241

added missing UngetWriteBuf() in wxString::insert

1998-07-12 22:05 VZ, revision 240

memory leak plugged

1998-07-12 21:55 VZ, revision 239

wxFrame::OnSize() slightly optimized (the behaviour is the same as before)

1998-07-12 21:49 VZ, revision 238

wxWindow::OnSize() removed

1998-07-12 20:06 RR, revision 237

stream compile fixes bitmap, icon, imaglist work (broken) notebook client resize fixed (ugly)