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-06-11 17:37 RR, revision 60998

Remove ugly flicker during resizing

2009-06-11 17:21 RR, revision 60997

GTK: In virtual list mode, map first row to 1, not to 0 as this is reserved for an invalid item

2009-06-11 17:10 RR, revision 60996

In virtual list mode, map first row to 1, not to 0 as this is reserved for an invalid item

2009-06-11 08:58 SC, revision 60995

backport of event implementation for single line, fixes #10854

2009-06-11 08:54 SC, revision 60994

adding missing release for editor

2009-06-11 08:40 SC, revision 60993

adding events to single line textcontrols (password is not fully supported)

2009-06-10 22:51 JMS, revision 60991

Added note about 'Py' prefix no longer being necessary when reimplementing property member functions in wxPython

2009-06-10 22:50 JMS, revision 60990

Added note about 'Py' prefix no longer being necessary when reimplementing property member functions in wxPython

2009-06-10 22:36 JMS, revision 60989

Allow reparenting wxPropertyGrid(Manager) to work; Show error and suggest calling wxPropertyGrid::OnTLPChanging() if top-level parent changed indirectly.

2009-06-10 19:35 BBE, revision 60988

Added wxEventLoopSource: class encapsulating source of I/O that can be added to event loop and monitored for any kind of I/O. Event sources can currently be added only to wxConsoleEventLoop under Unix.

2009-06-10 18:41 VZ, revision 60984

add virtual DoGetTextExtent() to allow calling the overloaded wxWindowBase::GetTextExtent() on wxWindow objects without any ugly casts/scope resolution operators

2009-06-10 18:19 PJC, revision 60983

Added ribbon panel rendering to the art provider. Added minimum and best size calculation to the ribbon bar. Added sizing and rendering to the ribbon page. Updated ribbon bar and page to inherit from ribbon control. Began to implemented ribbon panel. Extended sample application to add some panels to the pages.

2009-06-10 18:10 PJC, revision 60982

Added new wxRibbonControl class as a base class for ribbon components.

2009-06-10 17:07 VZ, revision 60981

don't disable the use of standard streams/strings by default under OS XE there is no reason to do it

2009-06-10 17:05 VZ, revision 60980

removed the inexistent (at least in 10.4 SDK) and unneeded carbon/carbon.h header inclusion

2009-06-10 16:56 VZ, revision 60979

remove support/detection of Mac OS < X

2009-06-10 16:55 VZ, revision 60978

added --disable-tls option and use it by default under NetBSD which is reported to not have TLS support

2009-06-10 16:54 VZ, revision 60977

don't start menu IDs at 0 to avoid an assert under Mac

2009-06-10 16:44 VZ, revision 60976

document wxBase64DecodeMode and other minor fixes (closes #10882)

2009-06-10 16:43 VZ, revision 60975

add missing DLL export declaration to fix linking in shared library build

2009-06-10 09:09 SC, revision 60974

backporting fixes, see #10876

2009-06-10 09:04 SC, revision 60973

making SetFocus bringing TLW to front as Carbon, see #10876

2009-06-10 08:52 SC, revision 60972

allow mouse events being sent to parents, see #10876

2009-06-10 08:46 SC, revision 60971

allow vetoing on drop, see #10876

2009-06-10 08:37 SC, revision 60970

fixing coordinates for dnd, see #10876

2009-06-10 08:10 SC, revision 60969

misc key-event fixes, see #10876

2009-06-10 07:32 SC, revision 60968

backport: fixes direction for scroll events, closes #10873

2009-06-10 07:24 SC, revision 60967

fixes direction for scroll events, closes #10873

2009-06-10 07:17 SC, revision 60966

backport: adding idle processing in modal loop, closes #10871

2009-06-10 07:15 SC, revision 60965

adding idle processing in modal loop, closes #10871

2009-06-10 07:07 SC, revision 60964

backport: fixing modal dialog quit after nested message box problem

2009-06-10 07:04 SC, revision 60963

fixing modal dialog quit after nested message box problem

2009-06-10 07:03 SC, revision 60962

backport: disclosure triangles on all implementations are able to give their true best size

2009-06-10 07:03 SC, revision 60961

backport of: fixing redraw of combobox on osx_cocoa

2009-06-10 06:53 SC, revision 60960

disclosure triangles on all implementations are able to give their true best size

2009-06-10 06:38 SC, revision 60959

fixing redraw of combobox on osx_cocoa

2009-06-10 06:25 SC, revision 60958

backport of r60956

2009-06-10 06:22 SC, revision 60957

backport of r60955

2009-06-10 06:06 SC, revision 60956

changing disclosure triangle to allow for label

2009-06-10 06:04 SC, revision 60955

fixing border drawing for toplevel controls on dialogs, fixes #10877

2009-06-07 18:01 VZ, revision 60954

fix typo in previous commit

2009-06-07 14:56 VZ, revision 60950

derive wxStandardPathsCF from Unix wxStandardPaths implementation to make it possible to return it from wxGUIAppTraits::GetStandardPaths()

2009-06-07 14:55 VZ, revision 60949

mention support for multiselection in wxDirCtrl

2009-06-07 14:44 VZ, revision 60948

bracket <vector> inclusion by wx/beforestd.h and wx/afterstd.h to avoid warnings in standard headers with MSVC

2009-06-07 14:41 VZ, revision 60947

disable a VC6 warning occurring inside a standard header

2009-06-07 14:38 VZ, revision 60946

work around apparent VC6 bug resulting in warnings about using non-const wxSize/PointRefFromVariant versions

2009-06-07 14:31 VZ, revision 60945

suppress MSVC warning about cast truncating constant value

2009-06-07 14:29 VZ, revision 60944

work around MSVC warnings about using uninitialized variables in optimized build

2009-06-07 14:27 VZ, revision 60943

disable MSVC warning 4275 which is harmless and can't be avoided anyhow

2009-06-07 14:23 VZ, revision 60942

remove inline from IosSeekDirToWxSeekMode() to work around VC6 release build (bogus) warnings about uninitialized variables