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

2006-03-13 10:04 ABX, revision 38053

TRUE/FALSE source cleaning.

2006-03-13 09:37 ABX, revision 38052

Init() does not belong to public.

2006-03-13 09:21 ABX, revision 38051

Warning fixes.

2006-03-13 09:18 ABX, revision 38050

Make wxListCtrl changes ported from 2.6 branch complete (fix for long list of errors at wxTinderbox).

2006-03-12 21:07 JS, revision 38049

Date update

2006-03-12 21:05 JS, revision 38048

Updated version

2006-03-12 20:58 VZ, revision 38047

don't send weird colours for different controls, this looks really bad under some platforms (such as Mac) and makes the text unreadable under the others; there is widgets sample now for testing whether the colour setting works interactively

2006-03-12 20:55 JS, revision 38046

Added parent window for help controller (backport)

2006-03-12 20:55 VZ, revision 38045

create a non readonly combobox

2006-03-12 20:54 JS, revision 38044

Added context menu

2006-03-12 20:53 VZ, revision 38043

fixed event generation for wxComboBox to be consistent with the other platforms and also simplified the code by using the existing wxChoice logic instead of reimplementing it in a broken way

2006-03-12 20:20 VZ, revision 38042

fixed event generation for wxChoice: it now sends one and exactly one wxEVT_COMMAND_CHOICE_SELECTED irrespectively of how the item was chosen and only does it after the dropdown is closed

2006-03-12 19:43 VZ, revision 38041

don't send EVT_CHOICE events while the dropdown is opened for consistency with the other platforms

2006-03-12 19:16 VZ, revision 38040

log wxChoice events in the same format as wxComboBox ones to make it simpler to compare them

2006-03-12 18:04 RD, revision 38039

Typo

2006-03-12 17:04 VZ, revision 38038

use the sizer to layout the main window/panel (this allows to give more size to the log window by resizing the main frame while before it was pretty difficult to see anything in it)

2006-03-12 16:51 VZ, revision 38037

fixed printf format warnings for all platforms (previous fix for Darwin broke it for Linux)

2006-03-12 15:44 VZ, revision 38036

don't set cursor coords to (0, 0) which could be invalid coordinates (in an empty grid)

2006-03-12 15:30 VZ, revision 38035

native implementation of wxDirDialog for wxCocoa (patch 1403780)

2006-03-12 15:25 ABX, revision 38034

IsValid() is now in base class.

2006-03-12 15:14 ABX, revision 38033

Line-up interfaces to use size_t for GetCount()s (and count related api).

2006-03-12 15:14 VZ, revision 38032

use %lu and not %d print format for size_t arguments

2006-03-12 15:10 VZ, revision 38031

non virtual dtors warning fixes

2006-03-12 14:49 ABX, revision 38030

Line-up interfaces to use size_t for GetCount()s (and count related api).

2006-03-12 14:44 VZ, revision 38029

regenerated after changes in configure.in in revisions 1.1116 and 1.1117

2006-03-12 14:34 ABX, revision 38028

Make wxTinderbox pass dialup sample for DOS cross-build.

2006-03-12 14:21 VZ, revision 38027

support mnemonics for wxStatic/RadioBox and made it easier to add support for more controls by virtualizing the mnemonics support logic (patch 1448178)

2006-03-12 14:14 VZ, revision 38026

support underlined fonts (patch 1448089)

2006-03-12 13:49 VZ, revision 38025

don't require multimon.h any more now (patch 1446030); enable wxUSE_DISPLAY by default

2006-03-12 13:39 VZ, revision 38024

remove dead code from wxMatchWild (patch 1445809)

2006-03-12 13:37 VZ, revision 38023

define size() in terms of length(), not vice versa, to make the code somewhat faster in non-optimized builds + some typo fixes in comments (patch 1440237)

2006-03-12 13:35 ABX, revision 38022

wxCore build fix.

2006-03-12 13:29 VZ, revision 38021

don't require at least 8 bytes of sound data (patch 1340767); do check that we have enough data before reading it (and crashing)

2006-03-12 13:28 ABX, revision 38020

wxBase build fix.

2006-03-12 13:15 ABX, revision 38019

Line-up interfaces to use size_t for GetCount()s.

2006-03-12 13:08 ABX, revision 38018

Line-up interfaces to use size_t for GetCount()s.

2006-03-12 13:03 ABX, revision 38017

wxTinderbox build fix (!PCH support).

2006-03-12 13:00 ABX, revision 38016

More wxMSW specific headers in precompiled headers.

2006-03-12 12:46 VZ, revision 38015

GetNumberOfLines() now returns the number of physical, not logical, lines in the control in wxGTK2 as under the other platforms (patch 1438117)

2006-03-12 06:16 RD, revision 38014

Backport Scintilla 1.67

2006-03-12 06:15 RD, revision 38013

reSWIGged

2006-03-12 06:09 RD, revision 38012

Revert last change

2006-03-12 06:04 RD, revision 38011

Backport Scintilla 1.67

2006-03-12 06:04 , revision 38010

This commit was manufactured by cvs2svn to create branch 'WX_2_6_BRANCH'.

2006-03-12 01:22 VZ, revision 38009

more accurate best size calculation logic (use the current date format)

2006-03-11 21:50 VZ, revision 38008

deal with the situation when a (dynamic) event handler disconnects itself during its execution (and skips the event, too): this is used to crash but there is no reason it should

2006-03-11 21:13 vell, revision 38007

minor cleanup

2006-03-11 19:13 RD, revision 38006

STC_LEX_ASP and STC_LEX_PHP are deprecated, but make it possible to still use them

2006-03-11 19:12 RD, revision 38005

Forgot to remove call to Bind()

2006-03-11 18:42 ABX, revision 38004

WXUNUSED is our coding standard.

2006-03-11 18:02 SN, revision 38003

Removed -fno-strict-aliasing for OS/2 (not supported by all supported gcc versions).

2006-03-11 15:35 SC, revision 38002

backporting text-services support (japanese et al)

2006-03-11 14:51 JS, revision 38001

Applied patch [ 1372332 ] Support for WX_RESCOMP to allow MSYS+wx-config to work

2006-03-11 14:49 JS, revision 38000

Fix crash caused by last change

2006-03-11 14:40 JS, revision 37999

Applied patch [ 1428990 ] wxUniv: patch for toolbar button remain in pressed status

2006-03-11 14:33 JS, revision 37998

Applied patch [ 1443707 ] kill "cast truncates constant value" warnings

2006-03-11 14:28 JS, revision 37997

Applied patch [ 1435340 ] Add support of wxToggleButton to wxGenericValidator With precomp header fix

2006-03-11 14:22 JS, revision 37996

Applied [ 1425529 ] Tooltip was not removed on deletion

2006-03-11 14:17 JS, revision 37995

Applied patch [ 1436761 ] wxGrid: Can't enable cell edit ctrl on very wide columns

2006-03-11 13:43 JS, revision 37994

Applied patch [ 1432449 ] wxXml API documentation

2006-03-11 13:26 JS, revision 37993

Applied patch [ 1447184 ] Elimination of a warning about unused parameters

2006-03-11 13:24 JS, revision 37992

Applied patch [ 1447666 ] Fix obscure GTK wxListBox construction bug

2006-03-11 13:13 JS, revision 37991

Applied patch [ 1447732 ] Fix CVS HEAD for VC6

2006-03-11 12:07 SC, revision 37990

backporting raw access

2006-03-11 11:38 JS, revision 37989

Backported Unicode font enumeration fix from 2.7

2006-03-10 22:29 RD, revision 37988

reSWIGged

2006-03-10 21:46 RD, revision 37987

Reverted part of last change, using OnGetItemColumnImage in virtual lists is not supported in 2.6 because of binary compatibility issues.

2006-03-10 21:37 RD, revision 37986

Backported Patch #1424869: Implement wxListCtrl::SetItemColumnImage

2006-03-10 21:37 VZ, revision 37985

don't Connect() to wxEVT_RIGHT_DOWN twice (fixed problem introduced by last patch)

2006-03-10 21:36 VZ, revision 37984

made DoListHitTest() more efficient (patch 1446848) and also fix it under OS X 10.4 where the coodrinates returned by data browser are client and not screen ones

2006-03-10 21:30 VZ, revision 37983

define wxUSE_UNICODE=1 on the command line in UNICODE builds (allows to use default wx/setup.h unchanged)

2006-03-10 21:26 RD, revision 37982

Applied Patch #1424869: Implement wxListCtrl::SetItemColumnImage

2006-03-10 21:24 VZ, revision 37981

simplification: create listbox in only one place (patch 1447019)

2006-03-10 19:38 RD, revision 37980

reSWIGged

2006-03-10 19:04 SC, revision 37979

patch 1444066

2006-03-10 18:58 SC, revision 37978

fixing RawBitmap access

2006-03-10 18:54 SC, revision 37977

not needed anymore

2006-03-10 18:45 RD, revision 37976

Compilation fix for wxGTK2

2006-03-10 18:37 RD, revision 37975

track which version of SWIG was used

2006-03-10 18:35 RD, revision 37974

Added wx.CommandEvent.GetClientData

2006-03-10 18:29 RD, revision 37973

Typos corrected

2006-03-10 18:25 RD, revision 37972

make it easier to chosse the version of SWIG I use during development

2006-03-10 18:09 RD, revision 37971

Increase timeout in order to catch slower clicks

2006-03-10 18:05 JS, revision 37970

Typo correction

2006-03-10 18:04 JS, revision 37969

To -> From

2006-03-10 18:02 VZ, revision 37968

OnApply() calls TransferDataFromWindow(), not To

2006-03-10 17:44 RD, revision 37967

Applied patch #1441370: lib.plot - allow passing in wx.Colour()

2006-03-10 17:37 JS, revision 37966

GTK+1 fixes

2006-03-10 17:35 VZ, revision 37965

signed/unsigned comparison warning fixed

2006-03-10 17:02 SC, revision 37964

additional types for carbon events

2006-03-10 17:00 JS, revision 37963

Applied [ 1444322 ] Make GTK wxSlider emit thumb track messages

2006-03-10 16:44 SC, revision 37962

fix for non precomp

2006-03-10 16:11 SC, revision 37961

adding experimental font dialog version - hacking the font panel ...

2006-03-10 16:06 SC, revision 37960

CodeWarrior fixes

2006-03-10 16:04 SC, revision 37959

non mach-o fix

2006-03-10 16:03 SC, revision 37958

using new API (no visual difference)

2006-03-10 16:01 SC, revision 37957

added non mach version

2006-03-10 15:59 SC, revision 37956

support for unicode font names

2006-03-10 13:42 VZ, revision 37955

handle directories with spaces in them better

2006-03-10 10:00 ABX, revision 37954

Warning fix.