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

2001-07-22 13:52 GD, revision 11140

removed inexistant header files

2001-07-22 12:06 VZ, revision 11139

compilation fix for old broken Borland compiler

2001-07-22 01:28 VZ, revision 11138

backported fix for proper tree ctrl refershing after changing item colour/font from 2.2

2001-07-21 06:51 GD, revision 11137

replaced hardcoded wxgtk_gl library with appropriate configure macro

2001-07-21 06:48 GD, revision 11136

added WX_TARGET_LIBRARY_GL to recursive configure substitutions

2001-07-21 06:47 GD, revision 11135

added wxWindows shared library to link of OpenGL wxWindows shared library

2001-07-21 06:45 GD, revision 11134

corrected bad Darwin related configure test implemented OpenGL configuration for Mac OS X added WX_TARGET_LIBRARY_GL to config cache

2001-07-21 06:42 GD, revision 11133

added DEP_INFO_FLAGS to compilation options

2001-07-21 05:32 GD, revision 11132

corrections for wxGtk compilation under Darwin/Mac OS X

2001-07-21 05:23 GD, revision 11131

added missing conditional compilation test for wxUSE_PROPSHEET

2001-07-21 05:19 GD, revision 11130

minor changes to correct compilation warnings

2001-07-20 20:54 VZ, revision 11129

fix for rather mysterious problem when deleting the list ctrl

2001-07-20 18:46 GD, revision 11128

post wxUniv merge fixes

2001-07-20 18:44 GD, revision 11127

post wxUniv merge fix

2001-07-20 14:35 VZ, revision 11126

applied numpad keys patch

2001-07-20 12:33 VS, revision 11125

fixed entities parsing under win32

2001-07-20 12:32 VS, revision 11124

oops, forgot to fix wxHtmlTag dtor

2001-07-20 11:59 VZ, revision 11123

test for __WIN95__ in the main header, not platform-sepcific one for consistency with the other classes

2001-07-20 11:58 VZ, revision 11122

define WINVER for mingw32 cross compilation

2001-07-20 11:12 VZ, revision 11121

implemented EVT_LIST_CACHE_HINT support: send this message from OnPaint() now

2001-07-20 08:56 VZ, revision 11120

fixed three new warnings after the last warning fix

2001-07-20 08:55 VZ, revision 11119

fixed a warning and detabified

2001-07-20 08:48 VZ, revision 11118

made 2 column list wider to accomodate all entries

2001-07-20 08:47 VZ, revision 11117

replaced literal backslashes with backslash TeX macro

2001-07-20 01:18 VZ, revision 11116

fixed crash in XPM decoder when reading non XPM files

2001-07-20 01:00 VZ, revision 11115

filter out garbage Windows sends us via LVN_ODCACHEHINT

2001-07-20 00:25 VZ, revision 11114

added EVT_LIST_COMMAND_CACHE_HINT, implemented it for MSW and test in the sample; briefly documented virtual list control fucntionality

2001-07-19 23:43 VZ, revision 11113

VC++ warning fixed

2001-07-19 22:31 VS, revision 11112

new wxHtmlParser core and changes implied by it

2001-07-19 22:30 VS, revision 11111

new wxHtmlParser core

2001-07-19 20:54 VZ, revision 11110

FreeBSD compilation fix

2001-07-19 20:52 VZ, revision 11109

fixed some warnings

2001-07-19 20:50 VZ, revision 11108

1. don't delete item attributes in the virtual list control (=> crash) 2. refresh the window after deleting all items

2001-07-19 20:49 VZ, revision 11107

added test for THREADS if JOYSTICK is set

2001-07-19 20:48 VZ, revision 11106

don't remove lib/wx when making clean

2001-07-19 20:47 VZ, revision 11105

made SetPriority docs more clear

2001-07-19 20:44 VZ, revision 11104

fix for missing wxUSE_DARWIN definition

2001-07-19 13:51 VZ, revision 11103

fixes to version string

2001-07-19 13:44 VZ, revision 11102

1. compilation fixes 2. don't quote special characters inside verbatim environment

2001-07-19 12:29 VZ, revision 11101

fix for custom bitmap setting for the first page

2001-07-19 01:07 VZ, revision 11100

minor fixes, added an example

2001-07-19 00:44 VZ, revision 11099

fixed compilation problem inwith ^

2001-07-18 23:01 VS, revision 11098

removed debug printfs

2001-07-18 23:01 VS, revision 11097

fixed ugly stupid piece of code

2001-07-18 23:01 VS, revision 11096

Unicode complation fixes

2001-07-18 23:00 VS, revision 11095

backported no-recursion patch to wxHTML

2001-07-18 23:00 VS, revision 11094

- fixes warnings with mingw crosscompilation - fixes for missing _t functions

2001-07-18 23:00 VS, revision 11093

Mingw Unicode fix

2001-07-18 23:00 VS, revision 11092

Mingw Unicode fixes

2001-07-18 22:59 VS, revision 11091

Unicode fixes to wxCmdLineParser