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-22 23:33 VZ, revision 27953

fix for a warning in DLL build (patch 966823)

2004-06-22 23:32 VZ, revision 27952

don't suppose that string literals can be casted to non-const char *, newer compilers complain about it (replaces patch 974652)

2004-06-22 23:25 VZ, revision 27951

don't pretend that type unsafe event table entry works, it doesn't any more (bug 969012)

2004-06-22 23:20 VZ, revision 27950

fixed assertion failure if Ok or Cancel button is clicked in a modeless dialog (bug 973873)

2004-06-22 23:08 VZ, revision 27949

don't overwrite initial controls value, explaining what its style is

2004-06-22 22:57 VZ, revision 27948

use C++ linkage functions (and not extern C) with std::ptr_fun<>, Sun CC doesn't accept C linkage functions here

2004-06-22 21:56 VZ, revision 27947

don't treat filenames starting with dot as having empty name and extension equal to the full name without dot (was done like this only for Unix and VMS before, now do it for all platforms)

2004-06-22 21:40 VZ, revision 27946

remove unnecessary (and provoking a warning under IRIX) const qualifier on the return value of a function returning bool

2004-06-22 21:35 VZ, revision 27945

fixed crash when string couldn't be converted to UTF8 in GetTextExtent() under GTK 2

2004-06-22 21:24 DE, revision 27944

wxCocoa no longer uses the generic notebook.

2004-06-22 19:59 RD, revision 27943

improved assert

2004-06-22 18:00 VS, revision 27942

corrected Cygwin instructions

2004-06-22 16:58 ABX, revision 27941

wxParseWildcard renamed to wxParseCommonDialogsFilter. Its usage is extended from generic dialogs to MSW, Motif and other incoming ports.

2004-06-22 15:56 DE, revision 27940

Added Bakefile conditions used by recently updated samples/dialogs/Makefile.in

2004-06-22 11:07 VZ, revision 27939

moved wxEntry(HINSTANCE, ...) declaration to wx/msw/app.h from wx/app.h

2004-06-22 09:58 VZ, revision 27938

fixed wxEntry() signature

2004-06-22 08:29 ABX, revision 27937

Maximized dialogs for SmartPhone.

2004-06-22 08:26 ABX, revision 27936

Conditional compilation fix.

2004-06-22 08:23 ABX, revision 27935

Choices dialog adjustement to SmartPhone.

2004-06-22 08:17 ABX, revision 27934

Less text for smaller screen.

2004-06-22 08:15 ABX, revision 27933

Minimize diff for ports where features are not possible.

2004-06-22 04:16 DE, revision 27932

Observe NSControlTintDidChangeNotification in the application delegate. TODO: Actually implement this to do something.

2004-06-21 23:08 RD, revision 27931

reverted m_adjustMinSize change prepatory for a new approach to fix the problem

2004-06-21 22:58 RD, revision 27930

reverted m_adjustMinSize change prepatory for a new approach to fix the problem

2004-06-21 22:39 RD, revision 27929

Fix for drag object bug

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