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-17 14:14 VS, revision 22048

removed duplicate glcanvas entries

2003-07-17 14:13 VS, revision 22047

cross-compiled libraries have host embedded in the name again

2003-07-17 13:16 VS, revision 22046

more OpenGL fixes

2003-07-17 12:50 VZ, revision 22045

don't use fall back if we had already found the MIME type (patch 769826)

2003-07-17 12:44 VZ, revision 22044

allocate string freed with free() later using malloc(), not new[] (fixes patch 772404)

2003-07-17 12:39 VZ, revision 22043

updated Japanese translations (patch 769962)

2003-07-17 12:20 VS, revision 22042

added dependency on opengl.bkl

2003-07-17 12:11 VS, revision 22041

remove extra space at top and bottom of the page if present

2003-07-17 09:59 VS, revision 22040

more monobuild fixes

2003-07-17 09:46 VZ, revision 22039

useh higher value of _WIN32_IE

2003-07-17 09:26 VS, revision 22038

previous commit removed WXDLLIMPEXP_HTML by mistake

2003-07-17 09:09 VS, revision 22037

don't use win-like names on mingw/cygwin

2003-07-17 08:55 VS, revision 22036

fixes for monolib build

2003-07-17 08:31 VS, revision 22035

compilation fixes for msw_gl

2003-07-17 08:23 VS, revision 22034

Apple's gcc fixes to bakefile

2003-07-17 08:01 VS, revision 22033

added opengl.bkl

2003-07-16 23:20 RD, revision 22032

SWIGged updates for wxMac

2003-07-16 23:17 RD, revision 22031

Fix for #764099. Instead of undoing Python's signal handlers and module, just set SIG_DFL for SIGINT.

2003-07-16 23:12 RD, revision 22030

Fix for #764099. Instead of undoing Python's signal handlers and module, just set SIG_DFL for SIGINT.

2003-07-16 22:27 VS, revision 22029

re-added OpenGL canvas

2003-07-16 22:26 VS, revision 22028

added _gl library and removed install target

2003-07-16 22:25 VS, revision 22027

reordered headers a bit so that they are installed only when needed

2003-07-16 22:03 RN, revision 22026

Import regex from tcl 8.4.5

2003-07-16 22:03 , revision 22025

This commit was manufactured by cvs2svn to create branch 'RXSPENCER'.

2003-07-16 22:03 RN, revision 22024

Tcl regex lib

2003-07-16 21:10 VS, revision 22023

reordered headers a bit so that they are installed only when needed

2003-07-16 21:10 VS, revision 22022

added wxBU_EXACTFIT

2003-07-16 20:40 JS, revision 22021

Different test for previously subclassed, for WinCE (comparing WndProcs just doesn't work)

2003-07-16 20:34 JS, revision 22020

Reordered winundef.h

2003-07-16 19:15 RD, revision 22019

SWIGged updates for wxMSW

2003-07-16 18:27 RD, revision 22018

Added headers that didn't get installed.

2003-07-16 14:54 DE, revision 22017

Implement GetLabel and SetLabel

2003-07-16 13:04 VS, revision 22016

removed GetHorizontalConstraints -- no longer needed

2003-07-16 13:03 VS, revision 22015

don't forget to backport HTML tables fix

2003-07-16 13:00 VS, revision 22014

tables can no longer be smaller than sum of their columns

2003-07-16 10:34 VS, revision 22013

-f-no-pcc-struct-return was only needed by ancient versions of gcc and it affected binary compatibility -> removed

2003-07-16 09:58 VZ, revision 22012

compilation fix (missing wx/winundef.h)

2003-07-15 23:54 VZ, revision 22011

really fixed compilation for old imagehlp.h header

2003-07-15 22:59 VZ, revision 22010

attempt to fix compilation for old imagehlp.h header

2003-07-15 22:28 JS, revision 22009

Compile with EVC 3.0 2002

2003-07-15 22:01 VS, revision 22008

regenerated after fixes to make install

2003-07-15 20:49 VZ, revision 22007

we don't use wxUSE_FILENAME any longer

2003-07-15 19:12 VS, revision 22006

added more missing headers

2003-07-15 18:58 VS, revision 22005

no need to define STRICT here either

2003-07-15 18:52 VS, revision 22004

added <windows.h> wrapper

2003-07-15 18:44 VS, revision 22003

DigitalMars check didn't work

2003-07-15 18:39 VS, revision 22002

don't break lines in the middle of word

2003-07-15 18:28 VS, revision 22001

don't break lines in the middle of word

2003-07-15 16:47 VS, revision 22000

cut-and-paste is not good idea, removed duplicated code

2003-07-15 15:27 DE, revision 21999

Added wxAutoNSAutoreleasePool to DoGetBestSize method