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-07-19 12:03 VS, revision 22102

gizmos fixes

2003-07-19 12:00 JS, revision 22101

Added files so sample links

2003-07-19 11:52 VS, revision 22100

fix filenames handling

2003-07-19 10:49 VS, revision 22099

fixed exit code when wxUSE_GUI=1

2003-07-19 10:45 VS, revision 22098

USE_OPENGL is 0 by default

2003-07-19 10:24 VS, revision 22097

don't build _gl by default

2003-07-19 00:24 VZ, revision 22096

disable sockets and MDI for Cocoa; do more consistency checks

2003-07-18 20:31 MBN, revision 22095

Fix wxStringBuffer for wxUSE_STL=1.

2003-07-18 20:08 MBN, revision 22094

Added wxStringBufferLength: works like wxStringBuffer, except it calls UngetWriteBuffer(size_t) instead of UngetWriteBuffer().

2003-07-18 19:52 MBN, revision 22093

Compilation fixes for wxUSE_STL=1.

2003-07-18 19:47 MBN, revision 22092

MSVC 5 compilation fixes.

2003-07-18 19:45 MBN, revision 22091

GCC warning fix.

2003-07-18 19:44 MBN, revision 22090

Fix for crash when wxUSE_STL=1. wxDocument::DeleteAllViews might delete "this", together with the list it is iterating over.

2003-07-18 19:38 MBN, revision 22089

Replace SendIdleEvents with ProcessIdle. Remove unused variable.

2003-07-18 18:14 VS, revision 22088

order the Makefile alphabetically so that diffs are human readable

2003-07-18 16:16 JS, revision 22087

Added some standard further identifiers to help with WinCE toolbars Moved wxID_REPLACE to defs.h Can now add tools to WinCE toolbar, if using standard identifiers

2003-07-18 16:12 JS, revision 22086

Nth -> Item

2003-07-18 14:12 JS, revision 22085

Added WCE toolbar Got menubars working with WCE

2003-07-18 13:52 VS, revision 22084

split win32 makefiles into shared config files and the rest

2003-07-18 13:40 VS, revision 22083

split win32 makefiles into shared config files and the rest

2003-07-18 13:21 MBN, revision 22082

Fix unintialized pointer in wxCommandProcessor when wxUSE_STL=0.

2003-07-18 09:16 VS, revision 22081

don't assume ilink32.cfg

2003-07-18 06:43 RD, revision 22080

Update to Scintilla 1.53

2003-07-18 06:37 RD, revision 22079

Update to Scintilla 1.53

2003-07-18 02:29 RD, revision 22074

stop usign a deprecated method, and ensure that the imagelist ownership is trnasfered when using AssignImageList.

2003-07-18 02:28 RD, revision 22073

User the version number in the dir name of the private wxWindows install.

2003-07-18 02:26 RD, revision 22072

Minimal changes needed to build/run wxPython on the 2.5 branch after the merge. Still need to look for and apply most changes and new additions that have happened since the last merge.

2003-07-18 02:09 RD, revision 22071

Added bakefile for the OGL contrib Changed use of deprecated methods in OGL to new methods Changes to allow OGL to be built without the deprecated wxExpr (again)

2003-07-18 01:53 RD, revision 22070

Applied patch that converts the throbber to using timers instead of threads

2003-07-18 00:48 VZ, revision 22069

allow to change the event propagation level (modified patch 743086)

2003-07-18 00:39 VZ, revision 22068

allow to change the event propagation level (modified patch 743086)

2003-07-17 23:59 VZ, revision 22067

applied event speed up patch (752928)

2003-07-17 23:39 VZ, revision 22066

added format parameter to File/DirName()

2003-07-17 22:42 VZ, revision 22065

describe better how to use ssociated mutex

2003-07-17 22:25 MBN, revision 22064

Remove incorrect and unnecessary wxEntryCleanup declaration.

2003-07-17 22:23 MBN, revision 22063

Use correct types for comparison functions in wxArray, wxSortedArray and wxSortedArrayString, when wxUSE_STL=1.

2003-07-17 22:03 VZ, revision 22062

don't clear the handles list in dtor, it is static/global (patch 773029)

2003-07-17 21:54 VZ, revision 22061

set richedit DLL handle to 0 after unloading (patch 768994)

2003-07-17 21:47 VZ, revision 22060

updated colour definitions to the new official X version (patch 771272)

2003-07-17 21:22 VZ, revision 22059

treat the string passed to MakeRelativeTo() as directory even if it doesn't have a trailing slash

2003-07-17 21:03 VZ, revision 22058

ignore exceptions during the execution of the exception handler to avoid infinite loop

2003-07-17 20:59 VZ, revision 22057

strlen -> wxStrlen (patch 772985)

2003-07-17 20:03 RD, revision 22056

Added generic drag image source file

2003-07-17 16:49 VS, revision 22055

fix for wrong implib name

2003-07-17 16:05 VS, revision 22054

added opengl libs for gcc and watcom

2003-07-17 16:03 VS, revision 22053

added OpenGL libs for gcc and watcom (other don't require it)

2003-07-17 15:48 VS, revision 22052

added crashrpt

2003-07-17 15:38 VS, revision 22051

dll compilation fix

2003-07-17 15:35 VS, revision 22050

OpenGL fixes

2003-07-17 14:18 VS, revision 22049

compilation fix