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

2004-03-07 15:22 JS, revision 26128

Don't refresh statusbar field if the text is identical (removes flicker)

2004-03-07 14:54 SC, revision 26127

byte length for interim UniChar String corrected

2004-03-07 14:49 SC, revision 26126

header includes for mac corrected

2004-03-07 12:43 SC, revision 26125

header includes corrected

2004-03-07 12:42 SC, revision 26124

SetWindowVariant implemented

2004-03-07 09:59 VS, revision 26123

*** empty log message ***

2004-03-07 09:45 RL, revision 26122

Remove demos from the Debian -examples package. Replace html lib in tex2rtf build, it is needed for any platform where wxHelpController == wxHtmlHelpController.

2004-03-07 09:37 VS, revision 26121
  • D /wxWidgets/trunk/src/regex/makefile.sc
  • D /wxWidgets/trunk/src/regex/makefile.vc
  • D /wxWidgets/trunk/src/regex/makefile.wat

removed unneeded makefiles

2004-03-07 09:34 VS, revision 26120

small fixes

2004-03-07 06:03 SC, revision 26119

unicode fix and header includes corrected

2004-03-07 06:01 SC, revision 26118

OS Header includes corrected

2004-03-06 13:10 RR, revision 26117

Small patch for notenbook encoding.

2004-03-06 11:23 VS, revision 26116

wxFormatConverter test rewritten for CppUnit (patch #910051)

2004-03-06 00:16 RD, revision 26115

ShouldInheritColours

2004-03-06 00:15 RD, revision 26114

Fixed typo

2004-03-06 00:14 RD, revision 26113

New style

2004-03-06 00:14 RD, revision 26112

Updated DrawPolyPolygon note

2004-03-06 00:12 RD, revision 26111

Default stule for wxFileConfig

2004-03-06 00:09 RD, revision 26110

Decided that not doing methods for keyboard commands was not worth the effort keeping track of which should be eliminated and which should not. Now all functions defined in Scintilla.iface will have a method in the wxSTC class.

2004-03-05 23:57 RD, revision 26109

Add the wx module to the namespace

2004-03-05 23:38 RD, revision 26108

Only close the shell window if it still exists

2004-03-05 23:37 RD, revision 26107

Remove some extra Refreshes and such

2004-03-05 23:36 RD, revision 26106

Use WidthDefault and HeightDefault

2004-03-05 23:14 VS, revision 26105

compilation fix

2004-03-05 23:14 VS, revision 26104

added regex test suite