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-08-24 15:54 PA, revision 3462

Minor corrections to be able to compile with VC++ 1.5C and VC++ 4.1

1999-08-24 13:23 HH, revision 3461

Oops, had forgotten the GL libraries for unix

1999-08-24 13:04 JS, revision 3460

Minor doc & distrib file changes

1999-08-24 12:51 HH, revision 3459

- Updated gtk SWIGged files to SWIG 1.1 cvs level - changed SOURCES treatment in build.py; the path is stripped from the source file when the object name is derived; this means sources can be anywhere (typically might be in GENCODEDIR) but the compiled object will always be in the current dir. (This is how the implicit makefile rule already behaved) - updated glcanvas/build.cfg for unix builds to copy glcanvas.cpp from utils/glcanvas (like Setup.in did)

1999-08-24 08:24 JS, revision 3458

Added WS_VSCROLL, WS_HSCROLL styles

1999-08-24 08:05 RD, revision 3457

Some cleanup

1999-08-24 07:46 RD, revision 3456

New build system for wxPython. (Still needs some polish but is stable for me. Will be doing more testing tomorrow on other platforms and then will remove the old wxPython build stuff...)

1999-08-24 07:39 RD, revision 3455

Moving utils from core to modules

1999-08-24 07:19 RD, revision 3454

Fixed compile error for gcc 2.95 (was just a warning on other versions...)

1999-08-24 07:15 RD, revision 3453

Adding new SWIGified sources for wxPython modules

1999-08-24 04:37 RD, revision 3452

Added MS VC++ instructions.

1999-08-23 21:13 HH, revision 3451

disabled windows.h check for cross compiling --- might accidently find wine headers and we wouldn't want that...

1999-08-23 18:00 HH, revision 3450

started adding swigged sources

1999-08-23 17:43 HH, revision 3449

gtk and msw build dirs

1999-08-23 17:40 HH, revision 3448

ok

1999-08-23 15:23 RR, revision 3447

Small optical changes for MSW Buttons now get at least 80x23 if given a default size Small compile and distrib changes

1999-08-23 12:43 HH, revision 3446

added a define STRICT to setup.h (for mingw32-gcc2.95), removed liboldnames for wxMSW compilation.

1999-08-23 12:30 RR, revision 3445

Corrected motif makefile (hopefully)

1999-08-23 09:26 HH, revision 3444

Your typical c_str => c_str() fix.

1999-08-22 23:20 HH, revision 3443

small cross-compilation updates

1999-08-22 22:43 HH, revision 3442

Fixes for smoother cross compilation; - added parser.o to msw objects in unx.t - made sure 'lexer.c' is included in parser.y when cross compiling wxMSW - added optional program extention PROGRAM_EXT set by configure, so that makeprog.env can create .exe files - a few additions to setup.h.in (wxUSE_OWNER_DRAWN for wxMSW, hack to fix a clash with __WINDOWS__ define in wx/deps.h

1999-08-22 20:16 HH, revision 3441

A few small fixes for cross compilation

1999-08-22 16:12 RR, revision 3440

Added wxFFileStream base on wxFFile (as opposed to wxFile) Implemented the "endl" thing for text streams, Corrected cursor display for text ctrls, Corrected the strange spin button behaviour when dynamically changing its range Corrcected bug in wxListBox when programmatically unselecting an item in multi-select mode (bug reports are getting esoteric)

1999-08-22 14:10 RR, revision 3439

Added wxCountingStream for measuring the size of streamed data Added wxBitmapObject for putting it on the clipboard

1999-08-21 19:14 RR, revision 3438

makefile typo wxFileDialog now defaults to cwd, not home PS can now print in landscape (although upside-down)