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

2005-03-09 22:31 RD, revision 32703

Added some missing files

2005-03-09 22:30 RD, revision 32702

User newer APIs for setting up scrolling

2005-03-09 22:28 RD, revision 32701

Use the PyGILState_* APIs on Python >= 2.3

2005-03-09 19:04 RR, revision 32700

Compilo.

2005-03-09 18:54 RN, revision 32699

cgimagecreate from wxbitmap crashes 10.2 - turn off. Put in right click handler to avoid double-creation of the menus

2005-03-09 18:53 RN, revision 32698

Don't pass empty string to wxFileNameFSSpec or you get a crash

2005-03-09 18:12 KH, revision 32697

Automatic use of MSG_NOSIGNAL or SO_NOSIGPIPE (checked at compile time); moved enabling of connection events on Darwin after connection has been accepted in WaitConnection; in Connect, enable events only after connection has succeeded rather than unconditionally before; do not close connection when a socket call results in EWOULDBLOCK, EAGAIN or EINTR, as these do not indicate a closed connection; loop around calls to send and recv so that socket calls returning EINTR can be immediately retried; check for invalid socket pointer in Detected_Read

2005-03-09 16:37 DS, revision 32696

minor cleanup (doc typos fixed, removed tabs)

2005-03-09 16:29 ABX, revision 32695

Missing casts to event handling functions.

2005-03-09 15:23 VZ, revision 32694

made wxStaticCast more backwards compatible by allowing it to cast away const as well (in release build)

2005-03-09 07:36 ABX, revision 32693

WinCE fixes.

2005-03-09 07:29 ABX, revision 32692

Missing flags.

2005-03-09 00:02 VZ, revision 32691

slightly clarified msw.window.no-clip-children test

2005-03-08 22:55 RR, revision 32690

Applied dir control token patch.

2005-03-08 22:50 RR, revision 32689

Applied DnD patch, adding a field for setting a default action.

2005-03-08 22:37 RR, revision 32688

Override OnSize in the scrollsub sample to disable sizer and scrollarea interferance. Made some code in wxScrolledWindow slightly clearer and removed a hack for something that shouldn't happen any more.

2005-03-08 21:05 RN, revision 32687

Fix crash when using a proxy (m_protocol already gets cleaned up via CleanData())

2005-03-08 20:53 ABX, revision 32686

Casting fix for events. Needs check by ARM eVC4 users.

2005-03-08 20:43 ABX, revision 32685

More cleaning and wxFileOffset usage.

2005-03-08 20:43 RD, revision 32684

reSWIGged

2005-03-08 20:16 VZ, revision 32683

return name and extension by const ref, not by value, to prevent bugs as the one just fixed by patch 1159289 from compiling

2005-03-08 20:13 VZ, revision 32682

fixed wrong use of = instead of == (patch 1159289)

2005-03-08 20:11 VZ, revision 32681

removed unused wxDirToWinStyle() (part of patch 1159289)

2005-03-08 20:02 KH, revision 32680

GTK1 compilation fix from Mart R., followup to patch 1157735

2005-03-08 19:37 KH, revision 32679

Removed descriptions of now-private m_ variables and moved the detailed information about the event information for each field to the appropriate Get() method descriptions.