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

2002-04-12 16:31 RD, revision 15115

Added test showing problem with small grids

2002-04-12 15:13 VZ, revision 15114

implemented IPC using Unix domain sockets

2002-04-12 14:18 VZ, revision 15113

fixed bug with not NUL-terminating the string in GAddress_UNIX_SetPath

2002-04-12 13:15 JS, revision 15112

Applied docview patch Removed richedit sample compilation

2002-04-12 10:24 VZ, revision 15111

a preprocessor constant must be 0, not FALSE

2002-04-12 10:23 VZ, revision 15110

bug/typo fixed: function returning a pointer should return NULL, not FALSE

2002-04-12 09:57 VZ, revision 15109

replaced SetName() with SetText()

2002-04-12 09:31 VZ, revision 15108

implemented wxChoice::Delete

2002-04-11 23:13 RD, revision 15107

Better error message, flags --> style in wxHtmlWindow, etc.

2002-04-11 23:12 RD, revision 15106

Fixed GetShapeList and similar methods to use OOR.

2002-04-11 21:56 RR, revision 15105

Made metal theme a little faster.

2002-04-11 19:43 JS, revision 15104

Undo/Redo update handlers now set the text as well as enabling/disabling, making it possible for several different types of control to share the same menu items and set the text differently.

2002-04-11 19:11 VZ, revision 15103

don't use socket function when wxUSE_SOCKETS==0

2002-04-11 19:00 VZ, revision 15102

typo (thanks Nerijus)

2002-04-11 19:00 VZ, revision 15101

updated to mention X11

2002-04-11 18:49 JS, revision 15100

Corrected the sizer code for the navigation tool window -- it was mixing panel and frame. Now the panel is sized, and the resulting fit used to resize the frame.

2002-04-11 18:44 VZ, revision 15099

fixed 2 small typos (reported by Janos Vegh)

2002-04-11 18:43 JS, revision 15098

Sorry, that SetClientSize change was wrong, since sizers are working in whole-window coordinates. Reverted.

2002-04-11 18:41 VZ, revision 15097

fixed 2 bugs which were fixed in GetFullPath() but not GetPath() and which were broken by the last commit

2002-04-11 16:50 JS, revision 15096

Added back the missing Undo/Redo accelerators that unaccountably went missing after 2.3.1

2002-04-11 16:07 SC, revision 15095

RemoveChild added for correct disposal of scrollbar

2002-04-11 15:31 SC, revision 15094

RemoveChild added for correct disposal of scrollbar

2002-04-11 12:21 VZ, revision 15093

added more GetPath() tests

2002-04-11 12:20 VZ, revision 15092

fixed GetPath() trailing separator bug, rewrote GetFullPath() in terms of GetPath()

2002-04-11 11:53 VZ, revision 15091

added missing WINAPI to GET_LONG_PATH_NAME typedef (thanks to Dimitri)