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-07-10 10:39 AVV, revision 40053

Serious problem. Sockets closed on the remote side aren't signaled as so, and the INPUT event keeps triggering... again... and again... and again... Must be backported to HEAD and 2.6.x

2006-07-10 09:46 AVV, revision 40052

Removing unneeded tests from socket receive/send, also cleaning printf

2006-07-09 17:45 SN, revision 40051

Backported implementation for wxGetKeyState and wxGetMouseState.

2006-07-09 17:44 SN, revision 40050

Added implementation for wxGetKeyState and wxGetMouseState.

2006-07-09 03:46 MR, revision 40049

Use PangoFontMetrics to get wxDC::GetCharHeight, because that's the proper and clean way to get the body size of a particular font, and it doesn't go through all the layoutting code (hence, 20-35% quicker than measuring H for logical extents).

2006-07-08 18:50 BIW, revision 40048

reverted an earlier patch that was causing problems

2006-07-08 16:34 RD, revision 40047

properly offset the mouse position for the label window clicks

2006-07-08 16:31 RD, revision 40046

reSWIGged

2006-07-08 16:13 RD, revision 40045

reSWIGged

2006-07-08 15:47 RD, revision 40044

Avoid crash in SelectAll if there are no nodes besides the root

2006-07-08 07:11 SC, revision 40043

setting up correct PPI for printing

2006-07-08 05:43 KO, revision 40042

Give MSVS project files DOS line endings.

2006-07-08 02:19 RD, revision 40041

Add wxRTTI info for the event class

2006-07-08 02:13 RD, revision 40040

Added wrappers for wxAUI

2006-07-07 17:53 RD, revision 40039

Changes needed for scanning the aui header files with SWIG for wxPython. Also fix some DLL exports.

2006-07-07 10:57 ABX, revision 40038

Build fix.

2006-07-07 10:00 AMB, revision 40037

Added style wxTE_PROCESS_ENTER for wxOwnerDrawnComboBox

2006-07-07 05:58 RD, revision 40036

Need to skipp the first half of ShowHint if the platform doesn't have transparency support yet.

2006-07-06 23:31 KO, revision 40035

Make sure it creates the directory where tarballs are stored if it doesn't exist.

2006-07-06 23:01 VZ, revision 40034

gcc -Wundef warning fix

2006-07-06 22:46 RD, revision 40033

Undeprecate wxGetNumberFromUser, add wxNumberEntryDialog

2006-07-06 22:15 RD, revision 40032

Undeprecate wxGetNumberFromUser, add wxNumberEntryDialog

2006-07-06 22:13 RD, revision 40031

properly offset the mouse position for the label window clicks

2006-07-06 19:19 AMB, revision 40030

wxComboCtrlBase: Fix SEGV due to double deletion where SetPopupControl is called twice after lazy creation of the popup, the first deleting m_popupExtraHandler and the second attempting to delete it a second time.

2006-07-06 17:42 AMB, revision 40029

Added GetWidestItem() and GetWidestItemWidth() to wxVListBoxComboPopup and wxOwnerDrawnComboBox as per Jaakko Salli

2006-07-06 12:24 ABX, revision 40028

Dummy stub for wxGetMouseState() (tinderbox build fix)

2006-07-06 10:47 ABX, revision 40027

Tinderbox warning fix.

2006-07-06 10:40 ABX, revision 40026

Alphabetical order as requested by comment.

2006-07-06 10:30 ABX, revision 40025

ABI compatible fix for wxString::Trim.

2006-07-06 09:09 ABX, revision 40024

wxRound() workaround to avoid unexpected compile and link errors on incomplete environments (Tinderbox build fix).

2006-07-06 07:07 ABX, revision 40023

Temporarily disable colour picker to keep build working and bofore finding nice replacement for smartphone build.

2006-07-06 06:47 ABX, revision 40022

Missing include for wxCocoa build at Tinderbox.

2006-07-06 00:17 VZ, revision 40021

wxMenu::AppendRadioItem() now implemented under all platforms but wxMotif

2006-07-06 00:14 VZ, revision 40020

use ZIP entry modification time, not the (inexistent) file modification time

2006-07-06 00:01 RD, revision 40019

Oops, I misremembered the name of wxUnusedVar

2006-07-05 23:48 RD, revision 40018

Enable transparent hints and dragging on wxMac

2006-07-05 23:09 AMB, revision 40017

wxAUI: maintain minimum size of panes across dock/undock.

2006-07-05 18:54 RD, revision 40016

reSWIGged

2006-07-05 18:52 RD, revision 40015

reorg

2006-07-05 18:44 RD, revision 40014

Add wxBK_HITTEST flags

2006-07-05 18:39 RD, revision 40013

Remove call to gtk_pizza_set_clear, which doesn't exist any more.

2006-07-05 18:39 RD, revision 40012

cleanup and minor tweak for wxPython build

2006-07-05 17:10 AMB, revision 40011

Remove bogus include

2006-07-05 16:39 BIW, revision 40010

fixed wrong comment

2006-07-05 16:38 BIW, revision 40009

added EVT_AUI_PANECLOSE and updated sample accordingly

2006-07-05 13:11 SC, revision 40008

int warning

2006-07-05 13:10 SC, revision 40007

making cocoa build again

2006-07-05 12:21 ABX, revision 40006

wxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve all book controls.

2006-07-05 12:04 ABX, revision 40005

Return OS description for WinCE too.

2006-07-05 05:25 RD, revision 40004

renamed setup.py to tr_setup.py because build-all does an import of setup, (to get the version number) expecting to get the one in the root wxPython dir.

2006-07-05 05:23 RD, revision 40003

Build and distrib tweaks ported over from the 2.6 branch

2006-07-05 04:37 KO, revision 40002

Now we can build all tarballs on one (Unix shell) box using pre-flight.sh.

2006-07-05 04:09 KO, revision 40001

Factoring out redundant steps in the build process to their own function.

2006-07-05 04:07 KO, revision 40000

Make note about the need for unix2dos on Mac.

2006-07-05 03:23 RD, revision 39999

reSWIGged

2006-07-05 03:18 RD, revision 39998

wxRichTextCtrl now takes a value parameter in the constructor

2006-07-05 02:07 RD, revision 39997

reSWIGged

2006-07-05 01:35 RD, revision 39996

Avoid crash in SelectAll if there are no nodes besides the root

2006-07-05 01:31 RD, revision 39995

reSWIGged

2006-07-05 00:59 RD, revision 39994

reSWIGged

2006-07-05 00:53 RD, revision 39993

oops

2006-07-05 00:47 RD, revision 39992

no need to %import gdi.i

2006-07-05 00:46 RD, revision 39991

Docstring fixed

2006-07-05 00:45 RD, revision 39990

Typo fixed

2006-07-05 00:45 RD, revision 39989

reSWIGged

2006-07-05 00:43 RD, revision 39988

Changes needed for building with Python 2.5

2006-07-05 00:37 RD, revision 39987

Changes needed for building with Python 2.5

2006-07-04 22:29 RD, revision 39986

reSWIGged

2006-07-04 22:18 RD, revision 39985

reSWIGged

2006-07-04 19:58 AMB, revision 39984

wxAUI: Send cancel event on floating panes closing too (last log was misleading - that was on docked panes with a hand-drawn close button).

2006-07-04 19:52 AMB, revision 39983

wxAUI: Send a cancel event to the window within a frame which is closed, so it knows it is being destroyed.

2006-07-04 19:49 ABX, revision 39982

Warning fix.

2006-07-04 19:25 AMB, revision 39981

wxAUI: Make 2 methods virtual and unprotect member variables to enable apps to do their own hint windows until a generally acceptable mechanism for platforms other than MSW is found.

2006-07-04 18:08 ABX, revision 39980

XRC headers cleaning.

2006-07-04 17:22 RD, revision 39979

Fix typo that caused a global variable to be used instead of the local function parameter

2006-07-04 17:03 MR, revision 39978

The method is called CreatePopupMenu, not CreatePopupIcon. Don't keep calling it with the wrong name in text, even though the refs are correct

2006-07-04 17:01 MR, revision 39977

The method is called CreatePopupMenu, not CreatePopupIcon

2006-07-04 16:43 VZ, revision 39976

release build unused variable warning fix

2006-07-04 16:08 AVV, revision 39975

Reverting my first test commit, as per ABX request

2006-07-04 15:35 JS, revision 39974

Scrolling improvements

2006-07-04 15:26 AMB, revision 39973

wxAUI: Made fixed size floating panes work wxAUI: Added IMPLEMENT_CLASS etc. for wxFloatingPane for a later patch

2006-07-04 14:16 SC, revision 39972

XTI adaption for new event name

2006-07-04 12:31 SC, revision 39971

wxColour lost its Create method, use direct creation for XTI

2006-07-04 10:33 ABX, revision 39970

WinCE build fixes.

2006-07-04 09:12 SC, revision 39969

was crashing wxCocoa builds (decomposition will be needed there as well, but the current implementation is based on the TEConverters)

2006-07-04 08:58 ABX, revision 39968

[ 1515213 ] Combo sample improvements.

2006-07-04 04:01 RD, revision 39967

build tweaks

2006-07-04 01:46 AVV, revision 39966

Unified MacOSX, MSW and Unix gsocket class into a common one. Removed duplicated code. Implemented wxDatagramSocket Connect and Disconnect. Added a lot of manual #warnings as reminders. Build tested on unix so far.

2006-07-04 00:37 VZ, revision 39965

s/WXK_NEXT/WXK_PAGEDOWN/ to fix compilation with compatibility off

2006-07-04 00:31 VZ, revision 39964

don't assert in SetStringSelection() if the item isn't found for consistency with wxItemContainerImmutable

2006-07-04 00:11 VZ, revision 39963

fix -Wundef gcc warnings about wxUSE_MS_HTML_HELP

2006-07-03 22:28 RD, revision 39962

Added ExpandAll and ExpandAllChildren

2006-07-03 21:13 JS, revision 39961

SetStyle/GetStyle corrections Added compatibility ctor to wxTextAttrEx wxRichTextCtrl should take a string value for wxTextCtrl compatibility

2006-07-03 21:00 JS, revision 39960

wxRichTextCtrl updates and corrections

2006-07-03 20:55 RD, revision 39959

ExpandAll and ExpandAllChildren are in wxTreeCtrlBase now.

2006-07-03 20:00 RD, revision 39958

Various updates for wxPython build

2006-07-03 19:02 ABX, revision 39957

Include wx/image.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-07-03 18:12 ABX, revision 39956

Rich text lib separation.

2006-07-03 17:51 JS, revision 39955

Use wxTextCtrlBase as base class on 2.7

2006-07-03 17:23 RD, revision 39954

The richtext code is now in it's own lib/DLL