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

2004-03-09 22:48 SN, revision 26153

C++ comments transformed to C comments.

2004-03-09 22:34 SN, revision 26152

Fixed some problems in converting existing static libs into DLLs.

2004-03-09 22:30 VS, revision 26151

docs correction

2004-03-09 22:03 RD, revision 26150

Use wxPyRaiseNotImplemented

2004-03-09 22:01 RD, revision 26149

Added wxDisplay and wxVideoMode

2004-03-09 21:53 SN, revision 26148

Link against import libraries of DLLs when building DLLs. Enforce 8.3 names for wxWindows DLLs - make install is going to need fixing...

2004-03-09 12:55 SN, revision 26147

Support --enable-omf on OS/2 _only_.

2004-03-09 02:17 RD, revision 26146

Need to use the same instance handles

2004-03-08 23:28 RD, revision 26145

Use EDIT_HEIGHT_FROM_CHAR_HEIGHT until something better can be done

2004-03-08 23:18 RD, revision 26144

Added [G|S]etWindowVariant

2004-03-08 23:16 RD, revision 26143

Added equality operators

2004-03-08 23:16 RD, revision 26142

default style for statusbars varies by platform

2004-03-08 23:15 RD, revision 26141

Updated version number

2004-03-08 20:01 JS, revision 26140

Fixes for handle change

2004-03-08 13:17 SN, revision 26139

Use unified unix/gsocket.c on OS/2.

2004-03-08 13:01 SN, revision 26138

main() is now always in the program.

2004-03-08 11:29 SN, revision 26137

Don't use global wxBuffer from code that gets compiled into the wx_base*.dll.

2004-03-08 10:17 SN, revision 26136

Support for building DLLs on OS/2 (using dllar.sh).

2004-03-08 09:50 SN, revision 26135

Shell version of dllar, needed for building DLLs while generating .def file on the fly.

2004-03-08 09:41 VS, revision 26134
  • D /wxWidgets/trunk/src/regex/engine.ih
  • D /wxWidgets/trunk/src/regex/Makefile
  • D /wxWidgets/trunk/src/regex/mkh
  • D /wxWidgets/trunk/src/regex/regcomp.ih
  • D /wxWidgets/trunk/src/regex/regerror.ih
  • D /wxWidgets/trunk/src/regex/regex.3
  • D /wxWidgets/trunk/src/regex/WHATSNEW

removed more unneeded files, see patch 890642

2004-03-07 20:00 DS, revision 26133

Reverted FILLCOLORHINT->FILLCOLOR change. Now when a near black themeColor is returned with FILLCOLORHINT, retry with FILLCOLOR.

2004-03-07 17:28 JS, revision 26132

Improved wxTreeCtrl tooltip processing performance (causing major delays in processing button clicks) Added wxFULL_REPAINT_ON_RESIZE as default for wxStatusBar on wxGTK since otherwise there are display problems. Similarly for wxGrid.

2004-03-07 16:46 RR, revision 26131

Added wxToggleBitmapButton (it compiles).

2004-03-07 16:45 SC, revision 26130

fix for always terminating intermediate UniChar String for 4 bytes wchar_t

2004-03-07 15:57 SN, revision 26129

Added OMF support for OS/2 (no support for DLLs, yet).