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-11-16 20:53 DS, revision 24578

wxPopupWindow was not compiled when not using pch.

2003-11-16 20:43 DS, revision 24577

Fixed wxMSW compilation with wxUSE_POPUPWIN = 0.

2003-11-16 15:13 VS, revision 24576

fixed wx-config together with gcc-3.4

2003-11-16 11:28 MBN, revision 24575

Changes corresponding to patch #841324 from Ian Brown: "GetPosition() returns wrong result for dialog". Moved implementation from wxFrame to wxTopLevelWindow thus sharing it between wxFrame and wxDialog.

2003-11-16 11:19 MBN, revision 24574

Applied patch #841324 from Ian Brown: "GetPosition() returns wrong result for dialog" modified for better backward binary compatibility.

2003-11-16 11:14 MBN, revision 24573

Made element layout consistent with wxMSW/wxGTK when radiobox is wider/taller than necessary. Previously the last element was stretched to fit remaining space.

2003-11-16 11:07 MBN, revision 24572

Applied changes corresponding to patch #840617.

2003-11-16 11:05 MBN, revision 24571

Applied patch #840617 from Ian Brown: "motif 2.4.2, menu codes in static text"

2003-11-16 10:51 MBN, revision 24570

Compilation fix after last commit.

2003-11-15 21:12 MBN, revision 24569

Applied patch #840643 from Ian Brown with some modifications: use DisplayWidth/DIsplayHeight instead of hardcoded values.

2003-11-15 15:42 VZ, revision 24568

expand the value of HOME env var in wxGetHomeDir() because it may contain env vars inside it

2003-11-15 15:08 VZ, revision 24567

iconMove was incorrectly called iconCopy in ctor docs

2003-11-15 15:05 VZ, revision 24566

IsAlive/Running() may only be used with joinable threads

2003-11-15 11:14 , revision 24565
  • A /wxWidgets/tags/TCL_8_4_5
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/COPYRIGHT
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/cclass.h
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/cname.h
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/debug.c
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/engine.c
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/Makefile
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/main.c
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/mkh
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/README
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/regex.3
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/regex.7
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/regex2.h
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/split.c
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/tests
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/utils.h
  • D /wxWidgets/tags/TCL_8_4_5/src/regex/WHATSNEW

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

2003-11-15 11:14 RN, revision 24564

Import regex from tcl 8.4.5

2003-11-15 10:26 JS, revision 24563

Fixes for previous fixes

2003-11-15 04:50 DS, revision 24562

Initial revision; Ignore setup.h.

2003-11-15 04:50 DS, revision 24561

Ignore isosurf.dat.

2003-11-15 04:21 DS, revision 24560

Fixed Open Watcom compilation of OpenGL samples; Code cleanup.

2003-11-15 01:06 DS, revision 24559

Applied patch #825402 ("Fix for Unicode Open Watcom build of life demo"), second part.

2003-11-14 21:06 JS, revision 24558

Fixes for later WinCE versions

2003-11-14 21:04 JS, revision 24557

Corrected semaphores for WinCE >= 3

2003-11-14 18:05 VZ, revision 24556

reverted the change to the values of DEFAULT_wxUSE_XXX for the 3rd party libs

2003-11-14 17:19 DS, revision 24555

Applied patch #825402 ("Fix for Unicode Open Watcom build of life demo"); Code cleanup.

2003-11-14 15:33 DS, revision 24554

Include wx/file.h in case previous includes don't do it.