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

2003-12-20 01:03 RD, revision 24928

Fixed indetation error

2003-12-20 01:01 RD, revision 24927

More changes to make the autodocs be better, made all the namestrings and such be visible to swig so the autodoc generator knows how to rename them.

2003-12-19 23:43 RN, revision 24926

Noted where the documentation was

2003-12-19 23:32 RN, revision 24925

Added some documentation :)

2003-12-19 04:47 RD, revision 24924

reSWIGged

2003-12-19 04:45 RD, revision 24923

autodoc docstring fixes and such

2003-12-19 04:42 RD, revision 24922

Version number

2003-12-19 04:39 RD, revision 24921

Updated SWIG patches for new CVS line numbers, also output "int" for enum types in the autodoc strings.

2003-12-19 02:09 DS, revision 24920

Always let (deprecated) FindColour() return a new instance of a found colour, because otherwise multiple calls to FindColour() will share the same wxColour; Added a wxLogDebug message when FindColour() is used because it shouldn't be used without modifying user-code probably (Returned wxColours must now be released).

2003-12-19 01:34 DS, revision 24919

Partially applied patch #8618848 ("adjustment of bombs demo to wxBombsCE"). Applied the source changes only, not the project changes; (wx-)modernized the demo.

2003-12-18 21:29 VS, revision 24918

info about what is generated

2003-12-18 19:11 RD, revision 24917

reSWIGged

2003-12-18 19:10 RD, revision 24916

Tweaking names (Thanks Jeff!)

2003-12-18 19:08 RD, revision 24915

Tweaked some sample code

2003-12-18 14:54 DS, revision 24914

Include wx/confbase.h which is needed by this file.

2003-12-18 14:32 VS, revision 24913

regenerated

2003-12-18 10:42 VS, revision 24912

regex lib needs wx headers now

2003-12-18 10:41 VS, revision 24911

reverted relative include path

2003-12-18 10:19 RN, revision 24910

Ak. Corrected wxUSE_UNICODE checking...

2003-12-18 10:17 RN, revision 24909

Oh Henry :). He didn't implement dumpchr correctly for unicode...

2003-12-18 10:12 RN, revision 24908

Added an extra c header for memcmp and stuff...

2003-12-18 10:08 RN, revision 24907

Make include path more literal for bcc...

2003-12-18 07:59 VS, revision 24906

minor clarification

2003-12-18 07:38 GD, revision 24905

corrected comments for wxMac compilation

2003-12-18 03:34 RN, revision 24904

1. Only checks platform #defines in C++ now 2. A couple /* within /* warnings were fixed