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-09-21 10:59 RR, revision 48857

more work on wxDC reorganizing

2007-09-21 10:56 VZ, revision 48856

removed an extra semicolon

2007-09-21 10:54 VZ, revision 48855

don't shadow declaration of nIndex variable

2007-09-21 10:51 JS, revision 48854

Optimized update events by only sending them to visible windows

2007-09-21 10:51 VZ, revision 48853

use the lower-case version of the parameter in GetEndianness() as intended (thanks icc for the warning)

2007-09-21 10:50 VZ, revision 48852

check whether compiler supports visibility pragmas used for broken libstdc++ visibility workaround and don't use visibility at all if it doesn't (which is the case for icc)

2007-09-21 10:39 RR, revision 48851

Mention that DrawLines( wxList *) is deprecated

2007-09-21 10:34 JS, revision 48850

Corrected bug in in revision 47973

2007-09-21 10:33 JS, revision 48849

Corrected bug in in revision 47973

2007-09-21 10:19 SC, revision 48848

drawing sash correctly in quickdraw mode when embedded

2007-09-21 09:21 SC, revision 48847

smaller code, notes for testing and todo

2007-09-21 08:50 JS, revision 48846

Fix for wxLIST_STATE_SELECTED not being returned from GetItem[State]

2007-09-21 08:48 JS, revision 48845

Fix for wxLIST_STATE_SELECTED not being returned when calling GetItem[State]

2007-09-21 02:48 PC, revision 48844

wcstod seems to be more widely available than wcstof

2007-09-21 02:39 PC, revision 48843

build fix for AIX

2007-09-21 02:39 PC, revision 48842

fix for HP and IBM compilers, calls to static template functions must be qualified

2007-09-20 23:11 VZ, revision 48841

allow the user to press Esc to close preview frame wherever the focus is, not only if it's on the canvas itself (patch 1719276)

2007-09-20 22:58 VZ, revision 48840

use wxWindow::NewControlId() instead of wxNewId() to avoid clashes with user-defined ids; bug fixes in wxMSW for negative menu and toolbar items ids

2007-09-20 22:24 VZ, revision 48839

update from Antonio Cardoso Martins [backport from trunk]

2007-09-20 22:22 VZ, revision 48838

update from Antonio Cardoso Martins

2007-09-20 19:38 RR, revision 48837

Patch from Bo for new selection API and impl. of GetColumnPos

2007-09-20 16:29 VZ, revision 48836

apply XRCID() automatically to XRCSIZERITEM() argument (patch 1798697)

2007-09-20 13:16 VZ, revision 48835

fix round trip check in wxMBConv_win32::WC2MB() when the buffer size is 0

2007-09-20 12:43 VZ, revision 48834

replaced the old half-done Ukrainian translations with the complete version from the trunk

2007-09-20 12:40 VZ, revision 48833

Ukrainian translation update from Yuri Chornoivan

2007-09-20 12:28 VZ, revision 48832

added Portuguese translation to 2.8 branch too

2007-09-20 12:20 VZ, revision 48831

added Portuguese translation from Antonio Cardoso Martins

2007-09-20 10:23 VZ, revision 48830

remove extra colons and semicolons

2007-09-20 10:22 VZ, revision 48829

added missing wxUSE_RICHEDIT test

2007-09-20 05:01 SC, revision 48828

correcting parenting from the window's overlay layer to its parent group

2007-09-20 02:06 PC, revision 48827

fix HAVE_ macros not being converted to uppercase on Solaris

2007-09-20 00:16 VZ, revision 48826

build fixes for MSVC

2007-09-20 00:02 VZ, revision 48825

rebake after libtiff changes

2007-09-20 00:01 VZ, revision 48824

build updates for libtiff 3.8.2

2007-09-19 23:59 VZ, revision 48823

import libtiff 3.8.2 into the trunk

2007-09-19 23:51 VZ, revision 48822
  • D /wxWidgets/trunk/src/tiff

remove the old hybrid libtiff sources

2007-09-19 23:22 RD, revision 48817

document another place the version number needs updated

2007-09-19 23:21 RD, revision 48816

need image.h for non-precomp build mode

2007-09-19 23:18 RD, revision 48815

rebake with new version number

2007-09-19 23:16 RD, revision 48814

regenerate configure

2007-09-19 23:14 RD, revision 48813

Use autohacks for this script

2007-09-19 23:14 RD, revision 48812

Give wxPowerEvent wxRTTI

2007-09-19 23:11 RD, revision 48811

Give wxPowerEvent wxRTTI, update C:R:A for imminent release

2007-09-19 16:33 SC, revision 48810

upping version number, adding new files

2007-09-19 16:26 SC, revision 48809

adding defines from wxcocoa to darwin wxmac builds

2007-09-19 15:20 SC, revision 48808

support for wxNO_BORDER

2007-09-19 15:05 MW, revision 48807

Remove extra semicolon.

2007-09-19 14:53 SC, revision 48806

preparing for NSCursor usage, turned off by default

2007-09-19 14:52 SC, revision 48805

preparing for NSCursor usage, turned off by default

2007-09-19 14:50 SC, revision 48804

was an inadvertent commit, turning off that functionality again