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.

2005-01-31 19:49 ROL, revision 31678

Batch of changes: - converting relative paths to absolute to compensate chdir - added Locate command (Edit menu) - Notebook children are highlighted correctly (at least on wxGTK 2.5.3)

2005-01-31 18:18 ABX, revision 31677

Enhanced stock labels usage. Source cleaning.

2005-01-31 18:04 RR, revision 31676

Changed note that enter/leave events ARE supported natively under Windows.

2005-01-31 18:02 ABX, revision 31675

Enhanced stock labels usage. Source cleaning.

2005-01-31 17:59 RR, revision 31674

Correct link prob.

2005-01-31 17:57 ABX, revision 31673

Enhanced wxGetStockLabel() with parameters which replace platform specific #ifdefs for wxPalmOS and wxWinCE and better serve for getting consistent wxMenuItem and wxToolBar labels (with documentation).

2005-01-31 17:55 RR, revision 31672

Set state of internal thread object upon ::Exit to EXITED. This is consistent with MSW and fixes a crash with double deletion.

2005-01-31 15:11 VZ, revision 31671

fixed the checked flag value for events from check items in popup menus (patch 1079015; closes bug 1071598)

2005-01-31 08:04 ABX, revision 31670

Native wxStaticText. Cleaning of wxRadioBox code before native implementation. Events for wxButton, wxCheckBox, wxToggleButton, wxRadioButton sended from within wxTLW. Internal improvements in structure of wxControl. Pass full palm event to handlers (instead of ID only). Last palm control ID with value which allow portable IDs with wxMSW (according to comment in msw code).

2005-01-31 01:39 VZ, revision 31669

fixed bug in Set() on DST days (patch 1097811)

2005-01-31 01:36 VZ, revision 31668

added test for the DST bug (patch 1097811)

2005-01-31 01:14 VZ, revision 31667

added a few more UTF-[78] tests

2005-01-31 01:13 VZ, revision 31666

MultiByteToWideChar(CP_UTF7, MB_ERR_INVALID_CHARS, ...) fails, so don't use MB_ERR_INVALID_CHARS for UTF7 for now (even if it means that ill-formed UTF7 is not detected)

2005-01-31 00:31 VZ, revision 31665

added small UTF 8 conversion test case

2005-01-30 22:51 KH, revision 31664

Clean up indentation / tabs from previous patch

2005-01-30 22:45 KH, revision 31663

Clean up indentation / tabs from previous patch

2005-01-30 21:51 RR, revision 31662

Applied selection patch from G.R.

2005-01-30 21:30 KO, revision 31661

Fixed problem with incorrect panel background on OS X.

2005-01-30 20:56 KO, revision 31660

Added support for wxID_CONTEXT_HELP to wxStdDialogButtonSizer.

2005-01-30 20:10 KO, revision 31659

Fixed a long-standing issue where wxSlider controls with a hardcoded size would misplace their labels behind the slider control.

2005-01-30 16:59 VZ, revision 31658

use custom class which doesn't redraw everything on resize instead of SysTabCtl32 to fix flicker when resizing (modified patch 1107148)

2005-01-30 16:57 VZ, revision 31657

added ClassRegistrar (wraps Register/UnregisterClass Win32 API calls)

2005-01-30 16:56 VZ, revision 31656

added eraseBg argument to RefreshRect() too

2005-01-30 15:45 VZ, revision 31655

don't use WS_POPUP for frames using wxFRAME_TOOL_WINDOW style (patch 1107460)

2005-01-30 15:39 VZ, revision 31654

moved Begin/EndDeferWindowPos() calls to WM_SIZE handler itself, don't use WM_WINDOWPOSCHANGING/ED as they sometimes don't come in pairs (slightly modified patch 1107147)