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