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

2000-03-31 17:04 SN, revision 7013

Repaired semantics of EVT_GRID_SELECT_CELL. Added OnKeyUp handler for selection with Shift+arrow keys.

2000-03-31 16:16 GRG, revision 7012

For DLL builds, the declaration of WinMain now takes fake arguments (WXHINSTANCE, WXHINSTANCE, char*, int) in order to avoid the need of #including <windows.h> from app.h. Also, WinMain is now declared as extern "C".

2000-03-31 14:30 VZ, revision 7011

added -L/usr/lib for HP-UX shared lib

2000-03-31 14:23 VZ, revision 7010

changed order of libraries: -lz, -lm should now be at the end

2000-03-31 00:21 VZ, revision 7009

1. fixed wxBitmapButtons in wxStatBar95 bug 2. fixed handling of accels in wxDocMDIParentFrame 3. fixed wxComboBox tooltips

2000-03-31 00:20 VZ, revision 7008

1. statbar shows that wxBitmapButtons do work with it 2. some accels added to [doc]mdi samples

2000-03-30 22:33 VZ, revision 7007

show that comboboxes do get char events now

2000-03-30 22:30 VZ, revision 7006

only use __forceinline for VC++ 6.0

2000-03-30 22:26 VZ, revision 7005

1. fixed apparent bug in wxGrid code 2. fixed WM_CHAR handling in combobox 3. fixed controls positioning in the toolbar with older comctl32.dll/mingw32

2000-03-30 22:17 DW, revision 7004

Fix for the runaway WM_PAINT message in wxFrame.

2000-03-30 18:54 VZ, revision 7003

use dlerror() if available

2000-03-30 18:53 VZ, revision 7002

test for dlerror() added

2000-03-30 18:52 VZ, revision 7001

wxDllLoader test fixed for Linux

2000-03-30 18:45 VZ, revision 7000

unused var warning fixed

2000-03-30 18:43 , revision 6999
  • A /wxWidgets/tags/UNDO
  • D /wxWidgets/tags/UNDO/.cvsignore
  • D /wxWidgets/tags/UNDO/autogen.sh
  • D /wxWidgets/tags/UNDO/BuildCVS.txt
  • D /wxWidgets/tags/UNDO/config.guess
  • D /wxWidgets/tags/UNDO/config.sub
  • D /wxWidgets/tags/UNDO/configure
  • D /wxWidgets/tags/UNDO/configure.in
  • D /wxWidgets/tags/UNDO/contrib/configure
  • D /wxWidgets/tags/UNDO/contrib/configure.in
  • D /wxWidgets/tags/UNDO/contrib/docs
  • D /wxWidgets/tags/UNDO/contrib/include
  • D /wxWidgets/tags/UNDO/contrib/lib
  • D /wxWidgets/tags/UNDO/contrib/Makefile.in
  • D /wxWidgets/tags/UNDO/contrib/samples
  • D /wxWidgets/tags/UNDO/contrib/src/Makefile.in
  • D /wxWidgets/tags/UNDO/contrib/src/mmedia
  • D /wxWidgets/tags/UNDO/contrib/src/ogl
  • D /wxWidgets/tags/UNDO/debian
  • D /wxWidgets/tags/UNDO/demos
  • D /wxWidgets/tags/UNDO/descrip.mms
  • D /wxWidgets/tags/UNDO/difflast.pl
  • D /wxWidgets/tags/UNDO/distrib
  • D /wxWidgets/tags/UNDO/docs
  • D /wxWidgets/tags/UNDO/include
  • D /wxWidgets/tags/UNDO/install-sh
  • D /wxWidgets/tags/UNDO/lib
  • D /wxWidgets/tags/UNDO/locale
  • D /wxWidgets/tags/UNDO/Makefile.in
  • D /wxWidgets/tags/UNDO/Mingw32-gcc295.patches
  • D /wxWidgets/tags/UNDO/make-deb
  • D /wxWidgets/tags/UNDO/misc
  • D /wxWidgets/tags/UNDO/mkinstalldirs
  • D /wxWidgets/tags/UNDO/modules
  • D /wxWidgets/tags/UNDO/regen
  • D /wxWidgets/tags/UNDO/samples
  • D /wxWidgets/tags/UNDO/setup.h.in
  • D /wxWidgets/tags/UNDO/setup.h_vms
  • D /wxWidgets/tags/UNDO/src/.cvsignore
  • D /wxWidgets/tags/UNDO/src/common
  • D /wxWidgets/tags/UNDO/src/cygnus.bat
  • D /wxWidgets/tags/UNDO/src/files.lst
  • D /wxWidgets/tags/UNDO/src/generic
  • D /wxWidgets/tags/UNDO/src/gtk
  • D /wxWidgets/tags/UNDO/src/gtk1
  • D /wxWidgets/tags/UNDO/src/html
  • D /wxWidgets/tags/UNDO/src/iodbc
  • D /wxWidgets/tags/UNDO/src/jpeg
  • D /wxWidgets/tags/UNDO/src/mac
  • D /wxWidgets/tags/UNDO/src/make.env.in
  • D /wxWidgets/tags/UNDO/src/makeb32.env
  • D /wxWidgets/tags/UNDO/src/makebcc.env
  • D /wxWidgets/tags/UNDO/src/makeenvs
  • D /wxWidgets/tags/UNDO/src/makefile.bcc
  • D /wxWidgets/tags/UNDO/src/makefile.dos
  • D /wxWidgets/tags/UNDO/src/makefile.va
  • D /wxWidgets/tags/UNDO/src/makefile.vc
  • D /wxWidgets/tags/UNDO/src/makeg95.env
  • D /wxWidgets/tags/UNDO/src/makelib.b32
  • D /wxWidgets/tags/UNDO/src/makelib.bcc
  • D /wxWidgets/tags/UNDO/src/makelib.env.in
  • D /wxWidgets/tags/UNDO/src/makelib.g95
  • D /wxWidgets/tags/UNDO/src/makelib.vc
  • D /wxWidgets/tags/UNDO/src/makelib.wat
  • D /wxWidgets/tags/UNDO/src/makemsc.env
  • D /wxWidgets/tags/UNDO/src/makeprog.b32
  • D /wxWidgets/tags/UNDO/src/makeprog.bcc
  • D /wxWidgets/tags/UNDO/src/makeprog.env.in
  • D /wxWidgets/tags/UNDO/src/makeprog.g95
  • D /wxWidgets/tags/UNDO/src/makeprog.msc
  • D /wxWidgets/tags/UNDO/src/makeprog.sl
  • D /wxWidgets/tags/UNDO/src/makeprog.va
  • D /wxWidgets/tags/UNDO/src/makeprog.vc
  • D /wxWidgets/tags/UNDO/src/makeprog.wat
  • D /wxWidgets/tags/UNDO/src/makesc.env
  • D /wxWidgets/tags/UNDO/src/makesl.env
  • D /wxWidgets/tags/UNDO/src/maketwin.env
  • D /wxWidgets/tags/UNDO/src/makeva.env
  • D /wxWidgets/tags/UNDO/src/makevc.env
  • D /wxWidgets/tags/UNDO/src/makewat.env
  • D /wxWidgets/tags/UNDO/src/make_cw.mcp
  • D /wxWidgets/tags/UNDO/src/mingegcs.bat
  • D /wxWidgets/tags/UNDO/src/mingw32.bat
  • D /wxWidgets/tags/UNDO/src/motif
  • D /wxWidgets/tags/UNDO/src/msw
  • D /wxWidgets/tags/UNDO/src/ntwxwin.mak
  • D /wxWidgets/tags/UNDO/src/os2
  • D /wxWidgets/tags/UNDO/src/png
  • D /wxWidgets/tags/UNDO/src/qt
  • D /wxWidgets/tags/UNDO/src/regex
  • D /wxWidgets/tags/UNDO/src/rpmfiles.lst
  • D /wxWidgets/tags/UNDO/src/stubs
  • D /wxWidgets/tags/UNDO/src/tiff
  • D /wxWidgets/tags/UNDO/src/unix
  • D /wxWidgets/tags/UNDO/src/Wxwindll.icc
  • D /wxWidgets/tags/UNDO/src/wxJpeg.icc
  • D /wxWidgets/tags/UNDO/src/wxPng.icc
  • D /wxWidgets/tags/UNDO/src/wxTiff.icc
  • D /wxWidgets/tags/UNDO/src/wxvc.dsp
  • D /wxWidgets/tags/UNDO/src/wxvc.dsw
  • D /wxWidgets/tags/UNDO/src/wxvc_dll.dsp
  • D /wxWidgets/tags/UNDO/src/wxvc_dll.dsw
  • D /wxWidgets/tags/UNDO/src/wxWin.icc
  • D /wxWidgets/tags/UNDO/src/wxXpm.icc
  • D /wxWidgets/tags/UNDO/src/wxZlib.icc
  • D /wxWidgets/tags/UNDO/src/xpm
  • D /wxWidgets/tags/UNDO/src/zlib
  • D /wxWidgets/tags/UNDO/tests
  • D /wxWidgets/tags/UNDO/user
  • D /wxWidgets/tags/UNDO/utils
  • D /wxWidgets/tags/UNDO/wx-config.in
  • D /wxWidgets/tags/UNDO/wxBase.dsp
  • D /wxWidgets/tags/UNDO/wxBase.spec
  • D /wxWidgets/tags/UNDO/wxGTK.spec
  • D /wxWidgets/tags/UNDO/wxMotif.spec
  • D /wxWidgets/tags/UNDO/wxWINE.spec

This commit was manufactured by cvs2svn to create tag 'UNDO'.

2000-03-30 18:43 ES, revision 6998

This commit includes the following changes: 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. Gripes to me. (eric@sourcegear.com)

2000-03-30 18:21 VZ, revision 6997

tests for key/char events

2000-03-30 18:20 VZ, revision 6996

fill the wxListEvent fields when sending LIST_KEY_DOWN event

2000-03-30 18:14 VZ, revision 6995

select the initially specified path in the tree

2000-03-30 17:05 VZ, revision 6994

refresh menu item should work now

2000-03-30 15:44 SN, revision 6993

Selecting by Shift+arrow key wouldn't notice, if it was moving beyond the grid bounds; now it does.

2000-03-30 15:24 SN, revision 6992

Modified version of DrawGridSpace. Added minor improvement suggested by GRG.

2000-03-30 15:17 SN, revision 6991

Added a deselection event for ClearSelection()

2000-03-30 00:16 VZ, revision 6990

1. some more notes about Unicode compilation 2. wxUSE_WCHAR_T is not always (re)defined as 1 in wxchar.h (grrr..) 3. added wxDllLoader test to console sample 4. wxComboBox now gets WM_CHAR

2000-03-30 00:15 VZ, revision 6989

more tests