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

1999-06-10 10:21 RR, revision 2737

wxWINE fixes. Removed wxTextCtrl tests from controls.

1999-06-10 09:55 KB, revision 2736

documented the wxNO_DEFAULT that I added to make No button in dialog the default.

1999-06-09 22:19 VZ, revision 2735

1. fatal typo in colour copying in wxStyleInfo ctor fixed 2. yet slightly better selection handling 3. scrollbars now appear when the window is resized and disappear too (it's somewhat strange still...)

1999-06-09 18:16 JS, revision 2734

Getting various compilers to work with wxWin again

1999-06-09 18:09 RR, revision 2733

The last drops of WINE.

1999-06-09 16:47 KB, revision 2732

Fixed.

1999-06-09 16:24 VZ, revision 2731

makefile for wxLayout sample

1999-06-09 16:22 VZ, revision 2730

wxLayoutStyleInfo ctor reverted back to the original, selection works better

1999-06-09 15:47 KB, revision 2729

added WAVE

1999-06-09 14:49 KB, revision 2728

Added --with-wave/--without-wave for conditional wxWave support.

1999-06-09 13:40 KB, revision 2727

Fixed handling of --enable-optimise (had to remove American spelling, sorry).

1999-06-09 13:21 VZ, revision 2726

wxLayoutStyleInfo ctor doesn't set all fields to -1

1999-06-09 11:36 VZ, revision 2725

menu changed, many uninitialized variables are now initialized - thanks Purify

1999-06-09 11:32 VZ, revision 2724

1. wxPaintDC reuse now seems to actually work instead of leading to mysterious bugs (but I still don't know why should we have it at all) 2. wxMenuItem initializes m_bChecked variable - thanks Purify 3. don't try to delete the brush which couldn't be created in app.cpp

1999-06-09 10:22 KB, revision 2723

compilation fixes

1999-06-09 10:02 KB, revision 2722

Now works with older versions of the test command, too.

1999-06-09 07:03 RD, revision 2721

Added command for building MS HTML Help file.

1999-06-09 07:02 RD, revision 2720

Added config values (commented out) for generating the MS HTML Help project, contents, and index files.

1999-06-09 00:32 RR, revision 2719

WINE is so fine.

1999-06-08 22:01 VZ, revision 2718

compile and cursor positioning fixes

1999-06-08 20:56 RR, revision 2717

Chianti, Pinot noir, WINE..

1999-06-08 19:10 VZ, revision 2716

more Motif fixes (still doesn't compile, but *really* close :-)

1999-06-08 18:03 VZ, revision 2715

1. fixes for non-Posix sh in configure 2. better caching of wxUSE_<toolkit> argument 3. new wxString::PrintfV() is configured by configure

1999-06-08 15:56 JS, revision 2714

Removed floor() references

1999-06-08 15:54 JS, revision 2713

Removed floor references

1999-06-08 15:42 VZ, revision 2712

explained (?) difference between LeftDown and LeftIsDown

1999-06-08 15:08 VZ, revision 2711

the default value for the constraints is wxUnconstrained, not wxAsIs

1999-06-08 14:30 RR, revision 2710

Compile fixes.

1999-06-08 12:20 KB, revision 2709

another fix

1999-06-08 12:17 karsten, revision 2708

Fixed compilation, sorry for that.

1999-06-08 10:08 RR, revision 2707

A few more WINE fixes.

1999-06-08 07:01 RD, revision 2706

Added wxFrame::MakeModal for MSW, (it's already there for GTK)

1999-06-08 06:58 RD, revision 2705

Changed GetSize to DoGetSize so virtual GetSize works right.

1999-06-07 22:12 RR, revision 2704

compile fixes.

1999-06-07 21:29 RD, revision 2703

Added GetMessage to those that are undef'ed and reimplemented as inlines for wxMSW.

1999-06-07 21:28 RD, revision 2702

Since wxPrivateDataObject doesn't derive from wxObject it can't participate in wxWindows RTTI system using wxClassInfo. Removed DECLARE_DYNAMIC_CLASS( wxPrivateDataObject )

1999-06-07 21:17 RR, revision 2701

Added some WINE things.

1999-06-07 20:49 KB, revision 2700

Coupled some core functionality out, to allow its use outside the wxLibrary framework. Fixed a Unix bug (I believe). Untested, sorry for that, will test ASAP.

1999-06-07 20:48 KB, revision 2699

now accepts automake 1.3, too

1999-06-07 20:47 KB, revision 2698

Added a function to get screen coordinates relating to cursor coords.

1999-06-07 19:44 RR, revision 2697

Ignore.

1999-06-07 19:41 RR, revision 2696

Just ignore CVS. It's better for you.

1999-06-07 19:12 RR, revision 2695

I'm able to make a wxGTK.tgz again.

1999-06-07 18:27 VZ, revision 2694

1. configure caches the command line options 2. Motif makefile added

1999-06-07 18:26 VZ, revision 2693

1. wxWindow::IsTopLevel() added and documented 2. wxDynamicClass() added and documented 3. first Motif fixes (doesn't compile yet)

1999-06-07 16:22 RR, revision 2692

CVS cleanups.

1999-06-07 15:53 RR, revision 2691

Distribution things.

1999-06-07 14:51 RR, revision 2690

Updated distribtion and docs.

1999-06-07 13:54 RR, revision 2689

Fixed wrong include paths for zlib/png/jpeg.

1999-06-07 11:27 RR, revision 2688

Install AFMs as well.