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-28 10:38 KB, revision 386

fixed compiler warning (newline at last line missing)

1998-07-28 09:43 JS, revision 385

Added ODBC database classes and sample from RemStar (sample needs work for wxWin 2)

1998-07-28 08:12 JS, revision 384

Changed files to work with wxDataFormat

1998-07-28 07:50 RR, revision 383

Fixed bug in MDI Changed FortyThieves to 2.0 dialog logic Did I modify dialog.cpp as well?

1998-07-27 23:01 RR, revision 382

wxFrame::SetIcon() it's possible now to call Close() after ShowModal() dialog sample works changed wxString::First() etc to return -1

1998-07-27 20:50 RR, revision 381

warning msgs toolbar updates mdi fixes dnd works now Forty Thieves drawing optimization wxDF_Text constants ListCtrl bugs fixed memory leak work imrc now refers to home dir dcclient/memory leak fixed

1998-07-27 20:39 KB, revision 380

more comments

1998-07-27 17:08 GL, revision 379

* Bug fixes * Changed wxObjectOutputStream::AddChildren() to AddChild()

1998-07-27 16:17 JS, revision 378

Changed event type ids to constants instead of enum, for extensibility.

1998-07-27 09:52 KB, revision 377

make wxS_DEFAULT consistend with standard Unix behaviour

1998-07-27 09:47 JS, revision 376

wxToolBar API changes; now frames manage their toolbar & statusbar properly; client area position is used in SetSize; changes for BC++ & VC++ 1.5; wxWindow::GetUpdateRegion added; removed wxUpdateIterator; some missing functions added to process.cpp; bad navigation key event cast fixed; MDI and toolbar samples updated; new wxMSW wxRegion constructor (WXHRGN)

1998-07-26 00:10 VZ, revision 375

double wxMenuItem definition problem fixed

1998-07-25 10:19 GL, revision 374

* Deleted #include "wx/bufstrm.h"

1998-07-25 08:31 RR, revision 373

Removed warnings mesgs Doesn't compile due to missing bufstream

1998-07-24 22:04 JS, revision 372

Corrected some problems

1998-07-24 20:48 JS, revision 371

Added missing accessors

1998-07-24 20:48 JS, revision 370

Added missing files

1998-07-24 20:47 JS, revision 369

Removed explicit #defines for wxToolBar

1998-07-24 20:46 JS, revision 368

Removed duplicate code

1998-07-24 20:45 JS, revision 367

Small change

1998-07-24 20:44 JS, revision 366

Dialog Editor edits

1998-07-24 19:43 JS, revision 365

Added Forty Thieves

1998-07-24 19:05 RR, revision 364

wxFrame::CreateToolBar() stuff wxDC::SetBackground from Chris Breeze zillions of compile fixes

1998-07-24 17:44 GL, revision 363

*** empty log message ***

1998-07-24 17:21 GL, revision 362

* Ooops, I didn't copy the files in the right directory of my repository.

1998-07-24 17:13 GL, revision 361

* New wxStream classes: wxStreamBuffer and wxObject*Stream. * Changes: ofsInvalid => wxInvalidOffset in filefn.h * Updates: all wxStream classes use wxStreamBuffer. wxObject basic declaration changes (added LoadObject, modified StoreObject) * Some base of the serialization. (I hope not to have forgotten any files)

1998-07-24 17:06 VZ, revision 360

some common code moved from wxWindow/wxFrame into files in common subdir

1998-07-24 17:04 VZ, revision 359

SelectItem() now sends a wxEVT_SELECTED notification.

1998-07-24 17:03 VZ, revision 358

added "access" parameter to wxFile::Create and Open. The default value is "rw-r--r--" mode.

1998-07-24 17:02 VZ, revision 357

scrollbar support added (experimental)

1998-07-24 15:47 JS, revision 356

New toolbar event processing

1998-07-24 15:46 JS, revision 355

Removed compile bugs in regconf.cpp, added new toolbar event processing

1998-07-24 15:44 JS, revision 354

Altered event.h to reflect new toolbar event handling; removed bugs in regconf.h

1998-07-24 15:43 JS, revision 353

Updated the toolbar sample to reflect updated event handling.

1998-07-24 14:35 VZ, revision 352

added default value for "int type" (wxBITMAP_TYPE_XPM) in wxBitmap ctor and Load() method

1998-07-24 13:17 VZ, revision 351

removed #define wxToolBarGTK

1998-07-24 12:18 KB, revision 350

fixed appending of '/' to empty string

1998-07-24 10:31 KB, revision 349

fixed private member access problem

1998-07-23 17:56 VZ, revision 348

oops... a typo in just checked in file corrected

1998-07-23 17:54 VZ, revision 347

call to SetLabel in Create() added to strip "&" characters from the label

1998-07-23 17:53 VZ, revision 346

wxTreeControl::Get/SetSelection implemented

1998-07-23 16:10 VZ, revision 345

now wxToolBarGTK is #define'd as wxToolBar under wxGTK and not vice versa

1998-07-23 16:09 VZ, revision 344

IsItemExpanded() function added

1998-07-23 16:08 VZ, revision 343

wxUpdateUI events generation added

1998-07-23 16:08 VZ, revision 342

IsModified() function now works correctly

1998-07-23 16:07 VZ, revision 341

SetModified() added

1998-07-23 16:07 VZ, revision 340

OnSize removed (not needed any more after Robert's fix)

1998-07-23 16:07 VZ, revision 339

more accessors added, member variablesmade private

1998-07-23 16:06 VZ, revision 338

DoMenuUpdates()

1998-07-23 16:05 VZ, revision 337

added flag wxFILE_MUST_EXIST