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

2005-02-02 07:02 ABX, revision 31703

Flags for wxStaticText alignment. Destroying of the control. Internal minor reorganization.

2005-02-02 00:11 VZ, revision 31702

added test for items updating and some comments

2005-02-02 00:09 VZ, revision 31701

invalidate cache when RefreshLine[s]() is called

2005-02-01 21:37 VZ, revision 31700

stubs for wxUSE_DBGHELP == 0

2005-02-01 20:44 ABX, revision 31699

MinGW warning fixes. Source cleaning. Stock items.

2005-02-01 20:37 ABX, revision 31698

MinGW warning fixes. Source cleaning.

2005-02-01 20:34 ABX, revision 31697

MinGW warning fixes.

2005-02-01 19:54 ABX, revision 31696

As small as possible reorganization within wxDateTime to please PCH in DLL build under Borland.

2005-02-01 19:37 ABX, revision 31695

.empty() string cleaning.

2005-02-01 18:36 ABX, revision 31694

wxR?_USE_CHECKBOX style for wxPalmOS.

2005-02-01 15:10 ABX, revision 31693

Readable style name.

2005-02-01 11:59 VZ, revision 31692

set wxUSE_CRASHREPORT and wxUSE_STACKWALKER to 0 as well, and not only wxUSE_ON_FATAL_EXCEPTION, if the compiler doesn't support SEH

2005-02-01 11:53 VZ, revision 31691

(harmless) warning fix

2005-02-01 09:58 ABX, revision 31690

Further cleaning of the wxPalmOS radiobox code. Sending update event from slider. New styles for wxRadioBox and wxRadioButton for using alternative appearance of the control.

2005-02-01 07:30 JJ, revision 31689

Committing in . Update configuration of wxX11 for OpenVMS Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2005-02-01 01:20 VZ, revision 31688

compilation fix for last commit

2005-01-31 23:57 VZ, revision 31687

fix for losing time information (if present) when converting datetime (fixed patch 1113307)

2005-01-31 23:45 VZ, revision 31686

- use CreateWindowEx(), please explain why CreateWindow() is needed if it is - use window name if it has no title (patch 1106877) - corrected error message when window creation fails

2005-01-31 22:36 VZ, revision 31685

define WXMAKINGDLL_GL if WXMAKINGDLL (patch 1106875)

2005-01-31 22:34 VZ, revision 31684

reset m_currentView in wxDocManager::Clear() (patch 1106872)

2005-01-31 22:21 VZ, revision 31683

fixes for animated GIFs playing (patch 1097003)

2005-01-31 22:17 VZ, revision 31682

enclose zip arguments in quotes, fixes behaviour for paths which contain spaces (fixed patch 1092970)

2005-01-31 22:15 VZ, revision 31681

apparently unneeded temporary iterator variable removed (patch 1096066)

2005-01-31 22:08 VZ, revision 31680

replaced a weird (and wrong when wxUSE_STL == 1) test for string being empty with empty() call (patch 1089458)

2005-01-31 19:57 ROL, revision 31679

Locate command, etc.