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-17 14:08 KB, revision 2812

Implemented tearoff menus, please see my posting to wxwin-developers.

1999-06-17 12:07 JS, revision 2811

Added some #defines

1999-06-17 11:12 RR, revision 2810

Tried a test for the RTTI options of GCC.

1999-06-17 10:03 KB, revision 2809

file should end with newline

1999-06-17 07:00 OK, revision 2808

Attempt to implement a bunch of wx string.h equivalents.

1999-06-16 19:13 RR, revision 2807

put -fno-rtti into wx-config

1999-06-16 16:34 RR, revision 2806

wxWINE things.

1999-06-16 15:29 KB, revision 2805

wxCHOICE defaults to yes now, even in debug mode

1999-06-16 08:18 RR, revision 2804

Forgot this one.

1999-06-16 08:14 RR, revision 2803

make fixes.

1999-06-16 06:50 OK, revision 2802

Had missed one LPSTR.

1999-06-16 06:03 OK, revision 2801

Someone probably meant "wx/defs.h" instead of "defs.h"

1999-06-16 05:13 OK, revision 2800

Suppose I should trust the headers in BC++5.02 more than BC++4.52 (since the headers on BC++4.52 appears incorrect/outdated, compilation will now fail on 4.52 in Unicode mode... but if you want Unicode, you use the newest software anyway, right?)

1999-06-15 22:30 VZ, revision 2799

wxString::IsSameAs(char) added and documented as well as operator==(char)

1999-06-15 21:46 RR, revision 2798

Automake fix. Docs.

1999-06-15 21:06 VZ, revision 2797

compilation fixes for wxMSW

1999-06-15 20:42 VZ, revision 2796

2 typos corrected

1999-06-15 20:21 RR, revision 2795

Added a few #if wxUSE_XXX Regrouped image format handlers Updated the rest accordingly Added changes.txt for wxGTK

1999-06-14 23:04 RR, revision 2794

Added zillions of #if wxUSE_XXX Removed cmndlgs usage of wxSizer and constraints Changed occurences of wxConv_xxx to wxConvXxxx and changed some wxConvLibc to wxConvCurrent Added Unicode tests to typetests (not finished) Compile fix for wxString in Unicode mode - we have to use the "experimental" printf then, I guess.

1999-06-14 21:51 OK, revision 2793

Explicit casting/instantiation to resolve ambiguous overload.

1999-06-14 20:02 KB, revision 2792

Fixed the keyboard selection handling (Please remember to maintain m_Selecting when Starting/Ending/Discarding selection!!!). Fixed a LineBreak() related bug.

1999-06-14 17:54 OK, revision 2791

Unicode fix.

1999-06-14 17:14 HH, revision 2790

ignore .lo and .la

1999-06-14 17:13 HH, revision 2789

cvs now ignores libtool's .lo and .la files

1999-06-14 15:47 KB, revision 2788

Should work for wxMSW, now. Cannot test this myself, though.