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-04-02 21:30 RD, revision 7038

changing \ to /

2000-04-02 21:05 OK, revision 7037

Made wxMBConv::c??2?? methods handle conversion failures (by returning a NULL buffer... this causes an assertion failure in buffer.h in debug mode, perhaps that assert should be removed? Well, it's better than completely unpredictable behaviour anyway)

2000-04-02 20:45 OK, revision 7036

Made wx[F]File::Write(wxString) convert string to multibyte encoding (added optional conversion parameter). If someone actually wants to write text files in real Unicode format, I feel that a wxMBConvUTF16 or something should be written (which would be more portable than writing wchar_t buffers directly, considering byte order and widths and such).

2000-04-02 15:51 GRG, revision 7035

mingw makefiles don't like backslashes!!!

2000-04-02 12:11 SN, revision 7034

Added wxStat define for non-MSVC environments.

2000-04-02 03:27 RD, revision 7033

Exported a few more things for DLL builds.

2000-04-02 00:27 OK, revision 7032

A few documentation updates, cross-references, properties of UTF-8, wx??2??buf macros.

2000-04-01 23:19 VZ, revision 7031

compilation in Unicode mode works with VC++

2000-04-01 23:01 GRG, revision 7030

Mingw makefiles shouldn't use backslashes!

2000-04-01 22:54 VZ, revision 7029

more wchar_t tests

2000-04-01 21:35 VZ, revision 7028

add compile-time setting to use XPMs

2000-04-01 21:21 VZ, revision 7027

1. fixed deletion of buttons in toolbar with old comctl32.dll 2. XPMs can be used in toolbar buttons

2000-04-01 20:02 SN, revision 7026

Fixed minor bug in minimizing/maximizing windows.

2000-04-01 16:34 VZ, revision 7025

works for other branches than the main one too

2000-04-01 16:34 VZ, revision 7024

attempting to fix sa_handler signature for IRIX

2000-04-01 11:38 RR, revision 7023

wxDirDialog now opens the right dir folder

2000-03-31 19:46 RD, revision 7022

another rename

2000-03-31 18:47 GRG, revision 7021

Replaced XPM correct file names (not all lowercase)

2000-03-31 18:23 VZ, revision 7020

newer versions from GTK+ 1.3.x

2000-03-31 18:21 VZ, revision 7019

regenerated makefiles from templates

2000-03-31 18:16 VZ, revision 7018

corrected syntax error

2000-03-31 18:12 VZ, revision 7017

make font conversions work in wxBase

2000-03-31 18:02 RD, revision 7016

renaming files (changing case) at Guillermo's request

2000-03-31 17:47 RD, revision 7015

Reapplying Eric's changes on the 2.2 branch. They are: 1. I have grabbed a new copy of the original Scintilla code from its CVS repository on SourceForge. I believe this code corresponds to Scintilla 1.24. 2. That code included several new files (stc/scintilla/src/Lex*.cxx) 3. I added mentions of those files to Makefile.in and the .dsp file. 4. I added a new required method to PlatWX.cpp, but it doesn't do anything, and I don't think it needs to. 5. I added code to stc.cpp which gratuitously references all of the lexers, to prevent them from being optimized away by the linker. 6. I modified (stc/scintilla/src/Lex*.cxx) to make the LexerModule objects externally visible.

2000-03-31 17:44 RD, revision 7014

Undoing Eric's changes on the main branch