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

2001-07-13 12:47 VZ, revision 10989

removed incorrect 'static' keyword from var declarations (backported from the trunk)

2001-07-13 12:32 VZ, revision 10988

removed incorrect 'static' keyword from var declarations

2001-07-13 10:09 JS, revision 10987

Updated BC++ patch URL

2001-07-12 19:22 GT, revision 10986

::Catalog() function was failing against several databases as the PRECISION and LENGTH values returned were larger (more bytes) than the variable that was bound for holding the returned value

2001-07-12 16:23 VZ, revision 10985

fixed crash in wxRegion::Empty

2001-07-12 15:02 JJ, revision 10984

Committing in . Modified Files: wxWindows/setup.h_vms wxWindows/src/common/appcmn.cpp wxWindows/src/common/descrip.mms wxWindows/src/generic/propform.cpp wxWindows/src/gtk/descrip.mms wxWindows/utils/dialoged/src/winstyle.cpp -Fixed VMS compile support -added some include's ----------------------------------------------------------------------

2001-07-12 10:37 JS, revision 10983

Corrected DoBlit

2001-07-12 00:08 VZ, revision 10982

fixed VC++ warning

2001-07-12 00:06 VZ, revision 10981

implemented attributes support for native virtual list control

2001-07-12 00:06 VZ, revision 10980

menu bar wasn't set properly internally after my previous change - fixed

2001-07-11 23:21 VZ, revision 10979

don't refresh the scrollbars unnecessarily

2001-07-11 22:30 VS, revision 10978

fixed windows.h check and added checks for MS HTML Help

2001-07-11 22:28 VS, revision 10977

fixes for broken records

2001-07-11 21:25 JS, revision 10976

Compilo correction

2001-07-11 20:33 SC, revision 10975

several mac fixes (Mark Newsams patches)

2001-07-11 20:22 JS, revision 10974

Made DC cacheing less obstrusive

2001-07-11 17:27 JS, revision 10973

Removed cacheing option

2001-07-11 16:22 VZ, revision 10972

added support for item attributes in virtual list control

2001-07-11 15:19 VZ, revision 10971

added and documented wxApp::OnAssert

2001-07-11 14:56 VZ, revision 10970

incremented the version to 2.2.8 (hope I got it right this time)

2001-07-11 14:55 VZ, revision 10969

added wxArrayString::RemoveAt() for forward compatibility with 2.3

2001-07-11 13:40 VZ, revision 10968

oops, restored the postpone-redraw-if-dirty test which was somehow left out

2001-07-11 13:35 VZ, revision 10967

(much) more efficient report mode redrawing

2001-07-11 13:34 VZ, revision 10966

documented wxLogChain and wxLogPassThrough classes and wxLog::DoLog/DoLogString methods

2001-07-11 12:35 VZ, revision 10965

moved some headers inside #ifndef WX_PRECOMP

2001-07-11 12:28 VS, revision 10964

mingw compilation fixes

2001-07-11 12:10 VZ, revision 10963

fixed hit testing for non report modes

2001-07-11 10:07 JS, revision 10962

Added wxUSE_DC_CACHEING and associated code to wxMSW Added EnableCache, CacheEnabled to wxDCBase Added mask source args to DoBlit, Blit Added cache testing code to dragimag sample Added wxSystemOptions, regenerated makefiles

2001-07-11 09:43 VZ, revision 10961

added wxLogChain and wxLogPassThrough classes

2001-07-11 07:37 VZ, revision 10960

compilation fix for MSW

2001-07-10 22:48 VS, revision 10959

compilation fix for wxGTK

2001-07-10 22:46 VS, revision 10958

#ifdefed wxPopupComboWindow to be used only in wxUniv

2001-07-10 22:46 VS, revision 10957

1. #ifdefed wxPopupComboWindow to be used only in wxUniv 2. compilation fix for wxPopupWindowHandler::OnLeftDown (somehow I doubt this will work w/o wxUniv...)

2001-07-10 22:39 VS, revision 10956

added check for w32api.h to configure (so that libjpeg works when cross-compiling)

2001-07-10 22:38 VS, revision 10955

fixes for tables renderer: now recognizes missing border property correctly

2001-07-10 18:12 RD, revision 10954

little tweaks

2001-07-10 17:33 VZ, revision 10953

made wxLog::Set/GetVerbose() static back again

2001-07-10 17:28 VZ, revision 10952

added cmd line parsing support to wxApp and --theme option to wxUniv

2001-07-10 16:46 VZ, revision 10951

added wxUSE_CMDLINE_PARSER

2001-07-10 16:44 VZ, revision 10950

added #if wxUSE_CMDLINE_PARSER around the header

2001-07-10 15:42 VZ, revision 10949

more combobox appearance fixes

2001-07-10 15:18 VZ, revision 10948

oops, missing semi colon added

2001-07-10 15:16 VZ, revision 10947

fix for crash when clicking below the items

2001-07-10 15:14 VZ, revision 10946

moved WX_USE_THEME macros inside IMPLEMENT_APP

2001-07-10 15:07 VZ, revision 10945

wxComboBox appearance fixes, looks fine now but doesn't really work under GTK yet

2001-07-10 14:03 VZ, revision 10944

respect wxBU_EXACTFIT

2001-07-10 14:00 VZ, revision 10943

don't set min width for the buttons

2001-07-10 13:44 VZ, revision 10942

added wxBU_EXACTFIT style

2001-07-10 12:59 VZ, revision 10941

made the button of correct size again (Robert, why did you comment this out??)

2001-07-10 12:58 VZ, revision 10940

use system colours under Windows (patch 439286)