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

2001-07-14 11:29 RR, revision 11040

AddBook ignores wxMac paths (still won't work)

2001-07-14 11:28 RR, revision 11039

wxIsAbsolutePath is strange under wxMac

2001-07-14 09:02 JS, revision 11038

Reverted my bad <> -> "" fix, sorry; updated project files. Probably regex should have it's own .dsp file :-(

2001-07-14 03:37 RD, revision 11037

Number() to GetCount() and other changes needed for wxPython to compile with current CVS.

2001-07-14 03:27 RD, revision 11036

Made a couple Number() to GetCount() changes

2001-07-14 03:25 RD, revision 11035

Added wxUSE_WAVE to setup0.h and checked for it in wave.h

2001-07-14 03:23 RD, revision 11034

Added RTTI macros to wxToolTip

2001-07-14 02:03 VZ, revision 11033

fixed VC++ warnings

2001-07-14 02:03 VZ, revision 11032

implemented RefreshItem(s) under MSW

2001-07-14 02:02 VZ, revision 11031

fixed setting/attaching menubar

2001-07-14 02:02 VZ, revision 11030

fixed crash in ~wxHtmlCell

2001-07-13 23:43 VZ, revision 11029

documented wxInitialize and wxUnitialize

2001-07-13 23:29 RD, revision 11028

fixed missing package dir

2001-07-13 23:16 VZ, revision 11027

added regex to all the templates

2001-07-13 21:09 VZ, revision 11026

added popupcmn.cpp

2001-07-13 20:58 SC, revision 11025

corrected check string handling

2001-07-13 20:54 VZ, revision 11024

popupcmn is needed by wxGTK too, why was it excluded?

2001-07-13 20:40 VZ, revision 11023

corrected object file extension in the makefiles

2001-07-13 20:09 VZ, revision 11022

added RefreshItem(s) methods

2001-07-13 19:34 JS, revision 11021

Changed <> to "" to help inclusion; added regex files to VC++ project files

2001-07-13 19:26 VZ, revision 11020

added wxListView class: this is going to be a wxListCtrl with human (inter)face

2001-07-13 19:14 VZ, revision 11019

removed forgotten debugging printf

2001-07-13 19:08 VZ, revision 11018

renamed main.c to re_main.c to avoid clashes with main.cpp in VPATH

2001-07-13 18:59 VZ, revision 11017

added wxUSE_REGEX

2001-07-13 18:56 VZ, revision 11016

regenerated the makefiles to include regex.cpp

2001-07-13 17:42 DW, revision 11015

OS/2 fixes for this week.

2001-07-13 17:42 DW, revision 11014

true vs TRUE again.

2001-07-13 17:41 DW, revision 11013

OS/2 Updates for this week.

2001-07-13 17:35 VZ, revision 11012

changes for building wxRegEx

2001-07-13 17:30 VZ, revision 11011

added some makefiles (untested)

2001-07-13 17:15 VZ, revision 11010

added notes about wxRegEx

2001-07-13 17:12 VZ, revision 11009

added tests for wxRegEx

2001-07-13 17:11 VZ, revision 11008

added regex.h/.cpp files

2001-07-13 17:10 VZ, revision 11007

fixes for wxBase build with configure

2001-07-13 17:10 VZ, revision 11006

fixed yet another typo, now it finally works

2001-07-13 17:10 VZ, revision 11005

added wxRegEx::GetMatch

2001-07-13 16:17 VZ, revision 11004

wxRegEx class added

2001-07-13 14:35 VZ, revision 11003

incorrect warning fix fixed

2001-07-13 14:21 JS, revision 11002

Fixed typo in cache management code

2001-07-13 14:17 VZ, revision 11001

fixed back compilation with REDEBUG

2001-07-13 14:13 VZ, revision 11000

more warning fixes

2001-07-13 14:02 VZ, revision 10999

a couple of warnings removed

2001-07-13 13:52 VZ, revision 10998

added headers needed for wxBase compilation

2001-07-13 13:51 VZ, revision 10997

fix for wxBase compilation (misplaced #if wxUSE_GUI)

2001-07-13 13:51 VZ, revision 10996

fixed wxBase makefile generation

2001-07-13 13:31 , revision 10995
  • A /wxWidgets/tags/ALPHA_3_8
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regc_color.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regc_lex.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regc_nfa.c
  • R /wxWidgets/tags/ALPHA_3_8/src/regex/regerror.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regerrs.h
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regex.h
  • R /wxWidgets/tags/ALPHA_3_8/src/regex/regexec.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/rege_dfa.c
  • R /wxWidgets/tags/ALPHA_3_8/src/regex/regfree.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regfronts.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regguts.h
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/tclUniData.c

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

2001-07-13 13:31 , revision 10993

This commit was manufactured by cvs2svn to create branch 'RXSPENCER'.

2001-07-13 13:31 VZ, revision 10992

Initial revision

2001-07-13 13:13 VZ, revision 10991

added detection of regex support to configure

2001-07-13 13:03 JS, revision 10990

Check for parent in DoGetPosition