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.

2004-02-29 15:18 MBN, revision 26003

Added wxRTTI information to wxNumberEntryDialog.

2004-02-29 15:15 MBN, revision 26002

STL fixes.

2004-02-29 15:14 MBN, revision 26001

The DND sample shows both clipboard and drag'n'drop functionality, as such it can work with just wxUSE_CLIPBOARD.

2004-02-29 13:05 JS, revision 26000

Specify tree control in event table to avoid problems with stray tree events

2004-02-29 13:02 JS, revision 25999

Some doc corrections

2004-02-28 23:57 VS, revision 25998

fixed wxDebugContext to work with global and static objects (patch 901031)

2004-02-28 23:57 VS, revision 25997

reverted rev 1.26, workarounds for memchecking code no longer needed

2004-02-28 21:13 VS, revision 25996

another cleanup of constraints code in samples (patch #906438)

2004-02-28 19:19 SN, revision 25995

Compilation fix for Innotek gcc.

2004-02-28 17:59 VS, revision 25994

regenerated

2004-02-28 17:43 SN, revision 25993

Compilation fix for OS/2 specific "Innotek gcc" port.

2004-02-28 17:28 SN, revision 25992

Configuration fixes for OS/2 specific "Innotek gcc" port.

2004-02-28 17:23 SN, revision 25991

Compilation fix for OS/2 specific "Innotek gcc" port.

2004-02-28 15:32 RR, revision 25990

GPE generic font dialogs change.

2004-02-28 15:27 RR, revision 25989

Add generix font dialog to gtk build.

2004-02-28 15:27 RR, revision 25988

GPE uses generic dialogs.

2004-02-28 13:18 RR, revision 25987

make use of GPE feature

2004-02-28 13:16 RR, revision 25986

Checks for --enable-gpe, libgpewidget defines __WXGPE__

2004-02-28 10:46 VS, revision 25985

applied patch to remove use of deprecated constraints API

2004-02-28 09:56 VS, revision 25984

copy data files

2004-02-27 23:22 RD, revision 25983

Typos fixed

2004-02-27 23:21 RD, revision 25982

Updated wx.lib.calendar with many fixes and enhancements from Joerg "Adi" Sieker.

2004-02-27 18:09 VZ, revision 25981

mention exit code change

2004-02-27 17:10 VZ, revision 25980

documented OnRun()/OnExit() return values; expanded OnInit()

2004-02-27 16:56 VS, revision 25979

fixed typoe

2004-02-27 10:07 SC, revision 25978

since drawtext does not have to take linefeeds into account, they're #if 0'ed now. fix for background colors in text using classic quickdraw

2004-02-27 06:07 DE, revision 25977

Make wxMenuItemAction: and validateMenuItem: delegate messages take an NSWindow* parameter instead of an id.

2004-02-27 00:34 RD, revision 25976

Updated html files, removed old simplify xsl and shell script

2004-02-27 00:30 RD, revision 25975

distrib tweaks

2004-02-27 00:24 VZ, revision 25974

fix showing toolbar tooltips (we were using a pointer to a temporary object so it mostly _appeared_ to work but really didn't)

2004-02-27 00:02 VZ, revision 25973

testing wxComboBox::SetBackgroundColour()

2004-02-26 23:51 RD, revision 25972

distrib tweaks

2004-02-26 23:29 RD, revision 25971

updated metadata file with new docstrings and such

2004-02-26 23:28 RD, revision 25970

distrib tweaks

2004-02-26 22:23 RD, revision 25969

reSWIGged

2004-02-26 22:21 VZ, revision 25968

AddPendingEvent() is not virtual

2004-02-26 21:49 VS, revision 25967

fixed invalid memory read

2004-02-26 21:35 VZ, revision 25966

update from Petri Jooste

2004-02-26 21:29 RD, revision 25965

reSWIGged

2004-02-26 21:14 RD, revision 25964

Fix compilation error due to recent typedef changes

2004-02-26 21:12 RD, revision 25963

Fix compilation errors due to recent typedef changes

2004-02-26 20:49 RD, revision 25962

ContextHelp is fixed on wxMac

2004-02-26 20:43 RD, revision 25961

Don't use AA fonts to avoide measurment problem on wxMac

2004-02-26 19:50 RD, revision 25960

docstring tweaks

2004-02-26 19:38 RD, revision 25959

Added docstrings

2004-02-26 19:37 RD, revision 25958

Fixed PyDropTarget rename

2004-02-26 19:34 RD, revision 25957

Fix a typo

2004-02-26 19:33 RD, revision 25956

Call event.Skip in OnSize

2004-02-26 19:33 RD, revision 25955

copy the style sheet too

2004-02-26 17:02 SC, revision 25954

attempt to tame composite data objects