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-12 21:03 JMS, revision 61030

wxPGCellRenderer ctor doesn't really need refCount argument

2009-06-12 20:24 VZ, revision 61029

fix memory leak in SetColFormat() if the column already had an attribute (closes #1807)

2009-06-12 20:02 VZ, revision 61028

only allow selecting existing files in wxLoadFileSelector; use this function instead of wxFileSelector in the samples (closes #10693)

2009-06-12 19:40 VZ, revision 61027

added XRC handler for wxFileCtrl (closes #10785)

2009-06-12 19:26 VZ, revision 61026

added new wx-config --query-xxx options and use them in (Unix) bakefile presets instead of parsing --selected-config output to fix the use of presets when cross-compiling

2009-06-12 19:14 VZ, revision 61025

reuse wxObjectRefData for various ref-counted classes (closes #10886)

2009-06-12 18:15 RR, revision 61024

Remove remaining bits of marker drawing during resizing

2009-06-12 17:35 VZ, revision 61023

clatify alpha discussion (closes #10888)

2009-06-12 17:28 VZ, revision 61022

make more wxFileName methods const (closes #10887)

2009-06-12 16:01 JMS, revision 61018

Added missing virtual dtor for wxPGMultiButton

2009-06-12 16:01 JMS, revision 61017

Added missing virtual dtor for wxPGMultiButton

2009-06-12 15:49 JMS, revision 61016

For needs of wxPython bindings, (re)added a version of RegisterEditorClass() that accepts a custom name for editor.

2009-06-12 15:39 JMS, revision 61014

For needs of wxPython bindings, (re)added a version of RegisterEditorClass() that accepts a custom name for editor.

2009-06-12 05:37 VZ, revision 61010

disable MSVC warning 4275 correctly (closes #10885)

2009-06-12 05:35 VZ, revision 61009

avoid name clashes with GSocket from glib 2.21+ (closes #10883)

2009-06-12 02:42 BBE, revision 61008

Fixed previous merge: configure was accidentaly overwritten

2009-06-12 02:17 MW, revision 61007

Forward port r56500.

2009-06-12 01:08 SC, revision 61006

backport, closes #10852

2009-06-12 01:07 SC, revision 61005

respecting more of the toolbar positions (tb_right not yet working), and fixing SetSize in Realize, closes #10852

2009-06-11 22:56 BBE, revision 61004

Merge r60292-r61003 from trunk. Just to be up to date:-).

2009-06-11 18:46 VZ, revision 61003

allow customizing wxStandardPaths logic for the program directory determination

2009-06-11 18:11 VZ, revision 61002

make wxFileName::{Mk,Rm}dir() const (closes #10868)

2009-06-11 18:02 VZ, revision 61001

Mac appearance fixes: only use a border for wxDisclosureTriangle if wxCollapsiblePane itself has a border; don't set hardcoded background colour

2009-06-11 18:00 VZ, revision 61000

account for the label size in wxDisclosureTriangle under Carbon

2009-06-11 17:57 VZ, revision 60999

GetTextExtent() is not virtual any more (since r60984)