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-18 12:30 KB, revision 586

#ifdef'd out some parts for non-supported systems.

1998-08-18 12:18 KB, revision 585

Added configure to cvs - there are systems without autoconf!

1998-08-18 07:09 RR, revision 584

Added the static text patch for multiline text

1998-08-17 22:45 VZ, revision 583

added wxConfigBase documentation

1998-08-17 22:22 VZ, revision 582

minor change

1998-08-17 22:19 VZ, revision 581

a micro bug (but which was enough to break regtest sample) corrected

1998-08-17 22:18 VZ, revision 580

replaced another printf() with wxLogDebug()

1998-08-17 21:35 RD, revision 579

Added missing declaration of wxIcon::operator =(const wxIcon &)

1998-08-17 20:07 RR, revision 578

Added IRIX compile fixes Added functions that must be handed down from wxListCtrl to the main window

1998-08-17 18:29 RD, revision 577

Removed an extra method definition

1998-08-17 18:25 RD, revision 576

Corrected the signature for wxFrame::Maximize

1998-08-17 18:24 RD, revision 575

Added wxWindow::Center Corrected the signature for wxWindow::SetSizeHints

1998-08-17 17:05 RR, revision 574

Added in-place editiging in wxListCtrl

1998-08-17 15:48 RR, revision 573

Added list ctrl sample. Looks better than what I thought...

1998-08-17 14:29 RR, revision 572

Turned wxIcon inline constructors to real constructors Removed warning from dcclient Added wxTheFontList->Add(this) somewhere in wxFont CleanUp() now printfs the number of members in wxTheBitmapList

1998-08-17 11:11 JS, revision 571

Got printing, toolbar samples compiling under Windows again

1998-08-17 09:39 JS, revision 570

Changed floats to doubles in wxexpr.h; added a flag in accel.h (wxACCEL_NONE for 'no ctrl/alt/shift key')

1998-08-17 09:38 JS, revision 569

Changed floats to doubles

1998-08-17 09:16 RR, revision 568

GTK's toolbar class has no OnPaint Added missing bitmap in mdi sample Added OpenGL support (I Get segv on my Debian/Mesa system, don't know why).

1998-08-16 21:02 VZ, revision 567

1) corrected bug in log.cpp which only affected wxGTK: some messages could appear twice 2) tried to use gtk_widget_set_usize in wxFrame::SetSizeHints(), but it still doesn't work...

1998-08-16 19:39 RR, revision 566

Added mising AddBitmapList in wxBitmap Added missing deletion of wxFrame's toolbar Removed a few superfluous ; (sorry) Mentioned dmalloc in INSTALL

1998-08-16 17:07 RR, revision 565

New scrolling for GTK

1998-08-16 11:28 KB, revision 564

added one extra check for emptyness

1998-08-16 08:03 JS, revision 563

Changed wxMenu::GetTitle to return a wxString.

1998-08-16 04:31 RD, revision 562

More wxGTK work.