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-08-04 17:49 GL, revision 436

* Fixes and new features in wxObject*Stream * Fixes: wxChoice (GTK), wxCheckBox (GTK) * Fixes: wxStream * wxObject calls wx*Serialize::LoadObject/StoreObject in StoreObject/LoadObject * Added support for dynamic library (Linux only, Windows will follow) * Added serbase.h (Serialization base defines and base object)

1998-08-04 17:45 GL, revision 435

* Added serialization code to the repository

1998-08-04 16:42 VZ, revision 434

added wxLogWindow::GetFrame()

1998-08-04 16:05 VZ, revision 433

size_t -> int conversion and the warnings about it corrected

1998-08-04 10:26 KB, revision 432

re-fixed wxFileConfig(wxString, wxString) constructor

1998-08-04 07:24 JS, revision 431

Small fixes

1998-08-03 23:23 VZ, revision 430

1) wxFileConfig now longer tries to delete system-wide config file in DeleteAll (only the user's one) 2) wxLogStream "un#indef'ed" under wxGTK

1998-08-03 23:05 VZ, revision 429

check that wxTheApp != NULL in wxLog::GetActiveTarget

1998-08-03 23:03 VZ, revision 428

crash in wxLog::GetActiveTarget() fixed

1998-08-03 22:59 VZ, revision 427

added framecmn.cpp and wincmn.cpp (hmm... how could it compile without them?)

1998-08-03 22:57 VZ, revision 426

SelectItem() always sends the notification messages

1998-08-03 22:55 VZ, revision 425

wxApp::Get/SetVendorName functions added

1998-08-03 22:54 VZ, revision 424

added wxLocale::Init() and ctor without arguments for convenience

1998-08-03 22:49 VZ, revision 423

minor changes and bug corrections (interface unchanged)

1998-08-03 22:37 VZ, revision 422

wxConfig sample + wxGTK makefiles

1998-08-03 15:11 KB, revision 421

grmbl, typo

1998-08-03 13:59 KB, revision 420

fixed GetGlobalFilename()

1998-08-03 13:59 KB, revision 419

*** empty log message ***

1998-08-03 11:08 KB, revision 418

added another link

1998-08-03 10:10 KB, revision 417

fixed wxFileConfig constructor bug

1998-08-02 23:12 VZ, revision 416

wxIniConfig added (pre-alpha quality, many functions not implemented), some bug fixes in wxRegConfig/wxRegKey

1998-08-02 23:11 VZ, revision 415

wxConfig -> wxConfigBase renaming plus some minor changes

1998-08-02 23:09 VZ, revision 414

trace mask made static variable

1998-08-02 23:07 VZ, revision 413

trace mask made static variable (and corresponding accessors static functions)

1998-08-02 23:06 VZ, revision 412

the base class is now called wxConfigBase, wxConfig is #define'd as wx{Reg|Ini|File}Config depending on the platform

1998-08-02 23:04 VZ, revision 411

minor changes to registry classes and wxIniConfig added

1998-08-02 20:38 RR, revision 410

Fixed Fontdialog Fixed frame positions/centering Fixed inserting mdi windows Changed control callbacks

1998-08-02 16:59 KB, revision 409

added slash to path

1998-07-31 20:04 RR, revision 408

Added bitmaps and icons to samples Fixed event handling in all controls Add some missing functions to wxRadioBox Fixed clientData stuff to Choice (Combo?) No more gtk warning in Combo Fixed toolbar sample and mdi sample Fixed bug in AddChild resulting from mdi changes Fixed wxFrame::GetPosition() Changed order of notification calls in wxListCtrl to prevent what I think is a reentry bug The usual compile fixes here and there

1998-07-31 13:22 JS, revision 407

Added wxAccelerationTable class

1998-07-31 13:01 JS, revision 406

Added wxAcceleratorTable, wxFrame::SetAcceleratorTable and additions to process it under wxMSW.

1998-07-31 09:33 JS, revision 405

Some manual updates; in MDI sample, child frames now have default size/position (hope it's OK in wxGTK!)

1998-07-31 08:41 KB, revision 404

added a comment and hopefully improved extent detectionn

1998-07-31 08:38 KB, revision 403

fixed stupid typo

1998-07-30 09:37 JS, revision 402

MSWOnMouseMove arg bug in toolbar; compile bug in regconf; fixed warning in odbc.cpp

1998-07-30 09:16 RR, revision 401

Pretty redical change concerning the underlying X's windows' position. Even without having scrolled anywhere, the device origin of the top left corner is no longer certain to be zero,zero.

1998-07-29 13:57 KB, revision 400

Setting of background colours is now correct. Made virtual declarations depend on BROKEN_COMPILER define.

1998-07-29 13:21 RR, revision 399

wxMDIChildFrame inherits from wxFrame toolbar work mini menubar change compile fixes

1998-07-29 12:03 VZ, revision 398

1) APPCONF_ constants renamed to wxCONFIG_ 2) wxConfig::Create() now chooses the best (native) implemenntation of wxConfig instead of calling wxApp::CreateConfig which was suppressed 3) wxFileConfig(const char *appname) ctor added which looks for the config file(s) in standard location(s)

1998-07-29 12:00 VZ, revision 397

wxApp::(S|G)etVendorName added

1998-07-29 10:43 JS, revision 396

Added missing OGL files; added defaults to wxDocMDIParentFrame; corrected toolbar usage in Dialog Editor

1998-07-29 10:43 KB, revision 395

fixed compiler warning

1998-07-29 10:34 KB, revision 394

implemented correct setting of background colour for text

1998-07-29 08:07 RR, revision 393

wxListCtrl selection improved

1998-07-29 06:51 JS, revision 392

Update to docs incl. wxString first stab; added a couple of palette-related events (wxMSW) needed for wxGLCanvas

1998-07-28 22:08 RR, revision 391

Fixed bug in wxListCtrl Made wxMDIDocView work

1998-07-28 17:11 GL, revision 390

* Added Peek() to wxMemoryInputStream.

1998-07-28 15:15 JS, revision 389

Added ODBC classes manual (Word 97).

1998-07-28 15:01 MO, revision 388

Fixed wxOVERWRITE_PROMPT bug in gtk file selector

1998-07-28 13:33 JS, revision 387

Added MDI support for Document/view, plus an example.

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