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

2004-03-03 09:39 SC, revision 26053

tentative fix for http://sourceforge.net/tracker/index.php?func=detail&aid=908712&group_id=9863&atid=109863

2004-03-03 09:24 SC, revision 26052

added conversions via UniChar for wchar = 4 bytes versions

2004-03-03 07:17 SC, revision 26051

added comment about array, switched intepretation of IsRunning to MSW meaning

2004-03-03 07:10 RL, revision 26050

Updates for debian build scripts to suit new library and tool status. Updated config.{sub,guess} for new platform support. Incorporated fixes to GNU/Hurd support and added GNU/K*BSD support.

2004-03-03 06:38 DW, revision 26049

Innotek gcc for os2 specific updates

2004-03-03 03:45 DE, revision 26048

Construct wxCocoaNSWindow with a pointer to this

2004-03-03 03:44 DE, revision 26047

s/wxTopLevelWindow/wxTopLevelWindowCocoa/

2004-03-03 03:35 DE, revision 26046

Constructor now takes a wxTopLevelWindow * = NULL so that the new GetWxTopLevelWindow() method can be used.

2004-03-03 02:06 RD, revision 26045

Fix for [ 907679 ] segfault on SetSizerAndFit after SetSizer Don't do anything if setting the same sizer again.

2004-03-03 02:02 RD, revision 26044

Added a typemap that converts the references returned for some GDI objects (Brush, Pen, Font, etc.) into copies, (taking advantage of the copy-on-write capabilities of the C++ class.) This is to work around an issue where getting a GDI object changing it and setting it back to the DC would trigger an incorrect optimization.

2004-03-03 01:59 RD, revision 26043

fixed some docstrings

2004-03-03 01:57 RD, revision 26042

Fixed wxWindow_FromHWND so it would compile (still untested)

2004-03-03 01:50 RD, revision 26041

Fixed some wx prefix issues, changed the self test to use a sizer.

2004-03-02 23:54 RD, revision 26040

Removed some test code

2004-03-02 23:51 RD, revision 26039

Updates for STCStyleEditor

2004-03-02 23:50 RD, revision 26038

copy the metadata file into the docs archive too

2004-03-02 23:49 RD, revision 26037

Namechange changes

2004-03-02 23:47 RD, revision 26036

Docstring tweaks, fixed typo, etc.

2004-03-02 23:46 RD, revision 26035

Added InReportView

2004-03-02 23:45 RD, revision 26034

Docstring tweaks

2004-03-02 23:44 RD, revision 26033

Fixed wx.Timer to not need to hold an extra reference to itself, so it can be cleaned up properly when the Python reference to it is released. Also fixed wx.FutureCall so that its timer can be restarted. Souped up the Timer demo to show and explain the various ways to use a wx.Timer.

2004-03-02 23:36 VS, revision 26032

return version of GTK+ library the app links against, not the one it was compiled with

2004-03-02 20:48 DE, revision 26031

Removed unncessary includes

2004-03-02 18:15 VZ, revision 26030

wxWindow::Freeze()/Thaw() can now be nested

2004-03-02 18:00 VZ, revision 26029

updated VC build instructions

2004-03-02 13:58 DE, revision 26028

Implement wxMenuItemAction and validateMenuItem delegate virtuals

2004-03-02 11:03 CE, revision 26027

part of SF patch #904166 (DMC fix)

2004-03-02 09:28 CE, revision 26026

part of SF patch #904166 (DMC fix)

2004-03-02 09:15 CE, revision 26025

apply SF patch #907546 (DMC fix)

2004-03-02 05:26 DE, revision 26024

SendDestroyEvent

2004-03-02 04:27 DW, revision 26023

Unused variable removed from inline

2004-03-02 02:41 RD, revision 26022

Trim trailing spaces from key names when parsing

2004-03-01 23:31 RR, revision 26021

Only when wxTE-PROCESS_ENTER has been set.

2004-03-01 23:28 RR, revision 26020

Spin control now emits TEXT_ENTER commands.

2004-03-01 22:54 RR, revision 26019

Applied patch for generic file dialog Show()

2004-03-01 22:42 RR, revision 26018

Make multi-line text control focussable by using tabs under GTK 2.0. Make hitting ENTER in a wxSpinCtrl to activate the default button work.

2004-03-01 22:17 RR, revision 26017

Made space around text symmetric.

2004-03-01 21:48 MBN, revision 26016

Remove deprecated copystring() usage.

2004-03-01 20:54 VZ, revision 26015

mention Win9x size limitation

2004-03-01 06:24 DW, revision 26014

Warning suppressions

2004-02-29 23:54 VZ, revision 26013

check for NULL pointer returned by wxFontEnumerator::GetFacenames() (it actually happens under Cocoa and could conceivably happen elsewhere as well...)

2004-02-29 23:34 VZ, revision 26012

renamed start parameter of wxDC::DrawPolyPolygon() to count (patch 882189)

2004-02-29 23:31 VZ, revision 26011

docs and example for wxDC::DrawPolyPolygon() (patch 882189)

2004-02-29 23:24 VZ, revision 26010

use HasFlag() and InXXX() instead of explicit flag testing (patch 899507)

2004-02-29 22:41 VS, revision 26009

compilation fix for wxUSE_FILESYSTEM=0

2004-02-29 22:30 VS, revision 26008

compilation fix for wxUSE_FILESYSTEM=0

2004-02-29 22:26 VZ, revision 26007

removed erroneous return type from a membersection (patch 905562)

2004-02-29 22:25 VZ, revision 26006

honour the 2nd parameter of DeleteEntry() instead of always deleting empty groups unconditionally (patch 896303)

2004-02-29 22:17 VZ, revision 26005

update from Jonas for 2.5.1 (patch 901921)

2004-02-29 15:21 MBN, revision 26004

Compilation fixes.