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

2009-01-08 15:10 FM, revision 57911

fix typo

2009-01-08 15:09 RR, revision 57910

use wxRound(x), not int(x+0.5)

2009-01-08 14:36 RR, revision 57909

use wxRound(x) instead of int( x+0.5 )

2009-01-08 14:28 FM, revision 57908

lastest patch from Utensil Candel: remove some legacy code; clarify the logic in the construction of ScreenshotFrame; fix some wxFlexGridSizer issues; update README and TODO list

2009-01-08 14:21 FM, revision 57907

change generic ints to enums in wxDC (closes #9959)

2009-01-08 13:56 RR, revision 57906

Add the same margin to wxBitmapToggleButton as to wxBitmapButton

2009-01-08 13:49 JJ, revision 57905

my previous commit patched the wrong file

2009-01-08 12:30 RR, revision 57904

Update allocation of all child widgets after scrolling

2009-01-08 12:29 RR, revision 57903

Update allocation of all child widgets after scrolling

2009-01-08 11:20 RR, revision 57902

Make wxWrapSizer respect border around items

2009-01-08 11:13 JJ, revision 57901

Insert missing include file

2009-01-08 10:46 RR, revision 57900

Override mouse wheel scrolling steps from GTK and make the default 3 steps, also catch mouse wheel when over scrollbars

2009-01-07 22:02 JJ, revision 57899

Update OpenVMS compile support

2009-01-07 20:37 JJ, revision 57898

insert missing include file for OpenVMS platforms

2009-01-07 20:07 SC, revision 57897

clearing shortcuts, patch from Leland, fixes #10342

2009-01-07 19:50 JJ, revision 57896

insert missing iclude file

2009-01-07 19:00 JMS, revision 57895

Updated 'Car' test to match a recent change in the sample

2009-01-07 18:53 JMS, revision 57894

Added wxPropertyGrid::SetSortFunction(); moved Sort() and SortChildren() to wxPropertyGridInterface; default sorting is now case-insensitive

2009-01-07 18:13 FM, revision 57893

remove an unused pool of strings using wxStringList

2009-01-07 17:56 FM, revision 57892

document wxConvertFromIeeeExtended and wxConvertToIeeeExtended

2009-01-07 17:42 FM, revision 57891
  • D /wxWidgets/trunk/include/wx/msw/fontenum.h
  • D /wxWidgets/trunk/include/wx/palmos/fontenum.h

remove old (and unused) MSW-only wxFontEnumerator header

2009-01-07 17:29 FM, revision 57890

use wxArrayString instead of wxStringList

2009-01-07 17:29 FM, revision 57889

fix wxMotif errors when linking against a wxControlWithItems-derived widget

2009-01-07 16:59 PC, revision 57888

build fix for GTK+ 2.12 and earlier

2009-01-07 15:58 JS, revision 57887

Always use live sash update on Mac/CG since it can't paint the splitter

2009-01-07 15:58 JS, revision 57886

Always use live sash update on Mac since it can't paint the splitter

2009-01-07 14:51 JS, revision 57885

Added wxAUI_MGR_LIVE_RESIZE flag for live sash sizing, the default on wxMac/CG

2009-01-07 14:45 JS, revision 57884

Added wxAUI_MGR_LIVE_RESIZE flag for live sash sizing, the default on wxOSX

2009-01-07 14:17 FM, revision 57883

MYcopystring is not required anymore when compat2.8 is off

2009-01-07 13:24 FM, revision 57882

fix wxSplitPath usage

2009-01-07 11:45 JS, revision 57881

Fixed assert caused by incorrect number of flex grid sizer rows

2009-01-07 11:44 JS, revision 57880

Fixed assert caused by incorrect number of flex grid sizer rows

2009-01-07 11:28 FM, revision 57879

fix wxYield[IfNeeded] dll linkage (closes #10325)

2009-01-07 11:11 FM, revision 57878

fix include file

2009-01-07 09:24 JS, revision 57877

Don't use client DC yet for size feedback on Mac/CG or you'll get a smear. Better to have no feedback.

2009-01-07 08:51 JS, revision 57876

Added missing includes

2009-01-07 08:49 JS, revision 57875

Added missing include

2009-01-07 05:26 PC, revision 57874

do minimal invalidations to get border to redraw properly

2009-01-07 01:47 FM, revision 57873

s/wxSplitPath/wxFileName::SplitPath

2009-01-07 01:29 FM, revision 57872

deprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStripExtension, wxGetTempFileName, wxExpandPath, wxContractPath, wxRealPath, wxCopyAbsolutePath, wxSplitPath and provide deprecation description in the docs (for the documented functions) or directly in the header (for undocumented functions)

2009-01-07 01:08 FM, revision 57871

s/wxGetTempFileName/wxFileName::CreateTempFileName

2009-01-07 01:04 FM, revision 57870

use wxFileName instead of ::wxStripExtension

2009-01-07 01:01 FM, revision 57869

s/wxGetTempFileName/wxFileName::CreateTempFileName

2009-01-07 00:41 FM, revision 57868

fix doxygen warning about XHTML syntax

2009-01-07 00:38 FM, revision 57867

rewrite wxContractPath as wxFileName::ReplaceEnvVariable and wxFileName::ReplaceHomeDir; add test units and docs for them

2009-01-07 00:17 FM, revision 57866

better docs for wxPathNormalize

2009-01-06 22:28 VS, revision 57865

wx is not a compiler, it doesn't need AC_CANONICAL_TARGET

2009-01-06 21:58 BP, revision 57864

Fixed wxTreeCtrl docs link.

2009-01-06 20:25 FM, revision 57863

use WXWIN_COMPATIBILITY_2_8 instead of WXWIN_COMPATIBILITY_2_6 for wxUsleep even if it was deprecated since wx2.6

2009-01-06 17:36 JS, revision 57862

Workaround for _SetDstBlits32BGRA crash when compiling and running on Leopard (happens in complex app but not in AUI sample)