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.

1998-08-16 04:30 RD, revision 561

updated email address

1998-08-16 01:37 VZ, revision 560

Karsten's correction undone - this code is (was) correct!

1998-08-15 23:52 KB, revision 559

Added configure option --with-dmalloc to use the dmalloc memory debugging library.

1998-08-15 21:05 VZ, revision 558

'&' are removed from checkbox labels (all controls should call wxControl::SetLabel and use m_label which contains the label without '&')

1998-08-15 21:03 VZ, revision 557

added default values for ax size arguments of SetSizeHints (for msw compatibility)

1998-08-15 20:10 JS, revision 556

Small changes after Robert's edits

1998-08-15 18:58 RR, revision 555

Fixed my own Makefile bug New INSTALL Fixed path in imrc

1998-08-15 18:47 KB, revision 554

fixed GetSelection() inversion bug

1998-08-15 17:48 JS, revision 553

Added isosurf wxGLCanvas sample, cured OnPaint bug (missing wxPaintDC object)

1998-08-15 17:05 KB, revision 552

fixed a logical error (! isempty) instead of isempty

1998-08-15 15:59 RR, revision 551

Added graying out of menus and buttons

1998-08-15 15:23 RR, revision 550

DialogEd's missing icons.

1998-08-15 14:45 RR, revision 549

DialogEd now compiles, links and runs under wxGTK I didn't say it worked, eh.

1998-08-15 14:42 DP, revision 548

DP: Just came back from 3 days fishing and found that forget to commit some changes. GetBitmap added

1998-08-15 13:20 RR, revision 547

Added wxPropList library

1998-08-15 12:43 JS, revision 546

Added GLCanvas library (Win only at present).

1998-08-15 12:30 JS, revision 545

2 GnuWin32 compile bugs fixed, incl. printf bug in prntdlgg that sent GnuWin32 into an endless loop

1998-08-15 12:06 RR, revision 544

Resource sample works now, apart from wxRadioBox, which is #ifdef 0 in resource.cpp Fixed tiny thing in resource.cpp

1998-08-15 10:52 RR, revision 543

See last changelog

1998-08-15 10:47 RR, revision 542

Makefile fixes Added resource sample (segvs) Added functions to menu, mdi, frame, dialog, window that were missing e.g. in wxPython

1998-08-15 07:36 RD, revision 541

- Moved the header in the .i files out of the code that gets put into the .cpp files. It caused CVS conflicts because of the RCS ID being different each time. - A few minor fixes.

1998-08-15 00:23 JS, revision 540

Changes mostly as a result of __WXSTUBS__ compilation. The stubs code now compiles under Windows with VC++. Also OGL enhancements espec. wxDrawnShape.

1998-08-14 23:36 RD, revision 539

Beginings of wxGTK compatibility

1998-08-14 22:53 RR, revision 538

Added validation support Fixed a few minor things in wxGrid Fixed bug in SetClippingregion Disabled SetDefault again Fixed bug in AddChild, SetSize et al. Add PROCESS_ENTER and wxEVT_TEXT_CHANGE Renamed OnOk -> OnOK Added a few compatibilty functions Added code to make iinterception of events possible and work

1998-08-14 21:49 VZ, revision 537

wxLogWindoe changed again: now takes a parent frame in ctor