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

2000-07-04 09:14 VS, revision 7688

oops, previous commit was incomplete, fixed

2000-07-04 06:54 JS, revision 7687

brace matching removed from Tex2RTF (didn't work for \verb), doc fixes

2000-07-04 06:07 GRG, revision 7686

Another patch from Christoph Schulz for the Borland makefiles. See the comments in any of the following files: src\makeprog.b32, src\make32.env, src\msw\makefile.b32 or distrib\msw\tmake\b32.t

2000-07-04 06:03 GRG, revision 7685

Changes to the BC makefiles as proposed by Christoph Schulz. The problem was: === Cut === Unfortunately, now you cannot build a wxWin program using both static wxWin library and static RTL (because _RTLDLL is now always defined). === Cut === This is fixed now: === Cut === Now, if you build/use wxWin as a DLL (WXMAKINGDLL=1/WXUSINGDLL=1) the dynamic RTL (c?mt32??.dll) is used, otherwise the static library. === Cut ===

2000-07-03 21:59 RD, revision 7684

fixed bug for garbage text in NotifyParent Added method to set modification event mask

2000-07-03 20:23 VS, revision 7683

documented wxPrinter::GetLastError & changed signatures

2000-07-03 20:23 VS, revision 7682

documented wxPrinter::GetLastError

2000-07-03 20:23 VS, revision 7681

changed return value of some wxHtmlEasyPrinting methods from void to bool (related to wxPrinter change)

2000-07-03 20:23 VS, revision 7680

replaced wxMessageBox by wxLogError

2000-07-03 20:22 VS, revision 7679

added dome of wxPrinter::GetLastError usage

2000-07-03 20:22 VS, revision 7678

added wxPrinter::GetLastError

2000-07-03 20:09 RD, revision 7677

Some missing methods and etc. added Some minor tweaks and fixes

2000-07-03 19:23 RD, revision 7676

Some missing methods and etc. added Some minor tweaks and fixes

2000-07-03 17:02 VZ, revision 7675

removed unnecessary code from wxResourceCache dtor

2000-07-03 16:16 VS, revision 7674

changed wxListMainWindow::m_lines from wxList to wxObjArray --> performance gain

2000-07-03 11:03 VZ, revision 7673

fixed facename comparison inwxFontList::FindOrCreateFont

2000-07-03 07:56 VZ, revision 7672

use 3 digits for milliseconds by default in Format

2000-07-03 07:29 VZ, revision 7671

wxUSE_ZLIB_H_IN_PATH added

2000-07-03 07:12 VZ, revision 7670

some mingw32 warnings fixed

2000-07-03 06:54 VZ, revision 7669

fixed ToDouble/Long desc

2000-07-02 22:04 VZ, revision 7668

minor changes here and there

2000-07-02 22:00 VZ, revision 7667

tests for dclick on button

2000-07-02 21:57 VZ, revision 7666

ms resolution wxDateTime tests

2000-07-02 21:56 VZ, revision 7665

some explanation text in thel ines screen

2000-07-02 21:48 VZ, revision 7664

1. fixed bug with the accels in sub menus not working 2. fixed minor bugs in wxCmdLineParser, underscores and digits are now allows in the option names 3. made wxGetLocalTimeMillis() public, documented it and other time functions, added wxDateTime::UNow(), also "%l" format specificator in wxDateTime::Format() 4. fixed fatal bug in wxTimeSpan::Format() 5. fixed nice bug in wxDateTime::Subtract(wxDateTime) which returned the result with the wrong sign