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

2007-11-01 06:06 DE, revision 49574

Fix mouse coordinates in scrolled views to be those that wxWidgets expects.

2007-11-01 04:25 DE, revision 49573

Implement scrolling like wxWindow expects. That is, scrollbars send an event which the application processes to scroll the window the desired amount rather than letting the toolkit do it. There's still a lot more to go w.r.t. coordinate system transformations. Copyright 2007 Software 2000 Ltd.

2007-11-01 01:35 VZ, revision 49572

added wxMessageQueue class for inter-thread communications

2007-11-01 00:09 VZ, revision 49571

also assert in generic GetSelection() if the control is in multiselection mode, for consistency with wxMSW and other controls

2007-10-31 23:31 RD, revision 49570

Ensure we don't reset the group parent if it wasn't set at the begining

2007-10-31 23:05 RD, revision 49569

Patch from Niki Spahiev: Treat empty domain name the same as NULL

2007-10-31 20:46 VZ, revision 49563

backport the WXDLLIMPEXP_FWD_XXX macros to 2.8 (patches 1822143 and 1822146)

2007-10-31 18:55 VZ, revision 49562

don't clear the selection in the edit control in SetInsertionPoint()

2007-10-31 16:14 VZ, revision 49561

mention that bitmap must be selected out of wxMemoryDC before being used for anything else (patch 1823516)

2007-10-31 16:08 VZ, revision 49560

make strings used in the dialog translatable (patch 1823372)

2007-10-31 16:06 VZ, revision 49559

replaced a wrong _() with _T() (small part of patch 1822769)

2007-10-31 01:59 KO, revision 49545

Fix GetLabel and GetLabelText to be consistent with other platforms.

2007-10-31 01:58 KO, revision 49544

Implement IsItemShown and IsItemEnabled.

2007-10-31 01:57 KO, revision 49543

Return the value set, even if we aren't currently using the value in the implementation. This keeps unit tests from asserting.

2007-10-30 22:05 RD, revision 49538

Bump subrelease number

2007-10-30 18:51 VZ, revision 49537

reverted last changed (r49413) as deleting non-attached menus fails under Windows 95

2007-10-30 12:50 VZ, revision 49536

don't set CF_TEXT data in wxURLDataObject in Unicode build, this results in an assert

2007-10-30 10:22 CE, revision 49532

move to newer tex2rtf

2007-10-30 00:32 VZ, revision 49529

compilation fix for WXWIN_COMPATIBILITY_2__4==1

2007-10-29 22:31 VZ, revision 49528

add wxMouseEvent::GetClickCount() and implement it for wxMac

2007-10-29 20:57 CE, revision 49527

Watcom needs lfind change too

2007-10-29 19:00 VZ, revision 49525

don't associate dummy NULL line to the root group [backport of r49476 from trunk]

2007-10-29 16:18 DE, revision 49523

Add WXUNUSED to unused parameters in several inline-implemented methods.

2007-10-29 15:27 VZ, revision 49520

define TTF_TRANSPARENT if it's absent from SDK headers

2007-10-29 15:14 CE, revision 49519

DMC does not have TTF_TRANSPARENT