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