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

2007-10-29 13:46 VZ, revision 49518

define HDS_DRAGDROP and HDS_FULLDRAG if the SDK is too old to define them

2007-10-29 13:33 CE, revision 49517

DMC work round

2007-10-29 12:13 VZ, revision 49516

fix syntax errors in the example

2007-10-29 12:11 VZ, revision 49515

fix syntax error in the example

2007-10-29 12:10 VZ, revision 49514

fix more unused parameters warnings

2007-10-29 12:09 VZ, revision 49513

run libtiff configure when --with-libtiff=builtin is specified

2007-10-29 09:10 VS, revision 49512

added WXDLLIMPEXP_FWD_FOO macros to 2.8 branch for forward compatibility with wx3

2007-10-29 00:38 VZ, revision 49510

use TTF_TRANSPARENT to fix problem with flashing tooltips (patch 1821229)

2007-10-29 00:33 VZ, revision 49509

use fixed TOOLINFO struct size instead of trying to (wrongly) deduce it from the _WIN32_IE value, fixes bug with tooltips not appearing under Windows 95

2007-10-28 18:52 SN, revision 49508

Applied patch #1821711 (workaround for Watcom inconsistency wrt Posix functions)

2007-10-28 18:50 SN, revision 49507

Applied patch #1821711 (workaround for Watcom inconsistency wrt Posix functions)

2007-10-28 18:36 SN, revision 49506

OS/2 currently unsupported due to platform's insufficient Unicode support.

2007-10-28 10:54 CE, revision 49503

2.4 GTK fix as at http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/93157

2007-10-28 01:08 VZ, revision 49500

define wxTIFFHandler ctor in the .cpp file even if wxUSE_STREAMS==0 as it's declared in the header in this case (this doesn't really make much sense as the class is unusable anyhow but the other handlers do it like this so let's do the same thing here for consistency and maybe fix all of them at once later)

2007-10-28 01:03 VZ, revision 49499

use the same #if wxUSE_XXX checks in platform-specific files as around wxTextEntryBase implementation

2007-10-28 01:00 VZ, revision 49498

reverted unrelated changes accidentally committed as part of r49411

2007-10-27 22:24 PC, revision 49497

build fixes

2007-10-27 21:16 VZ, revision 49496

don't delete uninitialized m_eventHandler pointer if initialization failed (patch 1819944)

2007-10-27 19:45 PC, revision 49495

don't include platform headers from public wx header

2007-10-27 18:05 PC, revision 49494

correct access for virtuals

2007-10-27 17:57 VZ, revision 49493

fix memory leak in the usage example

2007-10-27 17:38 JS, revision 49492

Implementation of wxSysColourChangedEvent on wxGTK

2007-10-27 17:37 JS, revision 49491

Skip the event to allow further child processing Don't change the background colour explicitly on wxGTK

2007-10-27 17:35 JS, revision 49490

Warning fix

2007-10-27 17:00 JS, revision 49489

wxSYS_COLOUR_WINDOW is no longer hard-wired in wxGTK Added function to reset stored system colours