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-06-21 22:37 RD, revision 27928

Changes needed to accomodate wxTheClipboard now being a macro for wxClipboard::Get

2004-06-21 22:33 RD, revision 27927

change how email is sent

2004-06-21 12:36 VZ, revision 27926

removed Direction_Max from Direction enum for consistency with the MSW version

2004-06-21 12:35 VZ, revision 27925

removed asserts to suppress gcc 3.4 warnings about condition being always true

2004-06-21 10:46 ABX, revision 27924

Reordered condition to make diff of other port smaller.

2004-06-21 10:35 ABX, revision 27923

Array of strings is needed regardless of wxUSE_CMDLINE_PARSER.

2004-06-21 10:31 ABX, revision 27922

Better conditions within dialogs sample.

2004-06-21 10:13 VS, revision 27921

reverted previous revision, old clipboard API is still used by wxMSW itself

2004-06-21 08:58 VS, revision 27920

don't export deprecated interface to clipboard from DLL

2004-06-21 08:54 VS, revision 27919

wxClipboard changes compilation fixes

2004-06-21 08:31 ABX, revision 27918

Different default buttons for native menubars on Smartphones.

2004-06-21 07:39 VS, revision 27917

identify more compilers

2004-06-20 22:21 JS, revision 27916

Crash fix

2004-06-20 17:19 VS, revision 27915

more recognized response types

2004-06-20 17:19 VS, revision 27914

create wxTheClipboard on first use, not startup -- this fixes crash in console-only apps that were linked against wxGTK's 'core' shared library

2004-06-20 17:18 VS, revision 27913

check for wputc wputchar putws fputws availability

2004-06-20 13:11 CE, revision 27912

fix bug with univ creating textctrl

2004-06-20 13:10 CE, revision 27911

fix univ SegFault

2004-06-20 13:10 MBN, revision 27910

Compilation fixes for wxUSE_STL == 1.

2004-06-20 10:22 MBN, revision 27909

Fix for declaring arrays for non-numeric/non-pointer types.

2004-06-20 09:14 MBN, revision 27908

Compilation fixes.

2004-06-20 09:02 MBN, revision 27907

Some (incomplete) fixes for wxUSE_STL == 1.

2004-06-19 22:39 VS, revision 27906

don't explicitly set font and bg colour

2004-06-19 22:36 VZ, revision 27905

fixed memory leak in wxURL when using a proxy

2004-06-19 21:30 VS, revision 27904

handle style changes correctly in GtkPizza