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

2002-07-16 10:01 JS, revision 16190

Added helpview Makefile.in; added helpview to list of utils in utils/Makefile.in

2002-07-16 04:09 DW, revision 16189

Fix for GetValue

2002-07-15 22:56 VS, revision 16188

wxMGL features detection fixes

2002-07-15 22:55 VS, revision 16187

wxPrinting fix for wxMGL

2002-07-15 22:55 VS, revision 16186

made printing to PS possible under wxMGL

2002-07-15 21:50 DW, revision 16185

Dialog processing updates and some timer fixes

2002-07-15 18:29 RD, revision 16184

Icons fetched from wxMimeTypesManager did not get the width/height of the icon, now they do.

2002-07-15 17:15 JS, revision 16183

Stripped menu control characters from buttons, static text, radiobox.

2002-07-15 17:10 RD, revision 16182

Assert that wxEXEC_SYNC is not passed in flags to wxProcess::Open

2002-07-15 17:09 RD, revision 16181

Patch #581167

2002-07-15 11:40 CE, revision 16180

single instance checker addition for MSW

2002-07-15 04:26 DW, revision 16179

Fix text placement in statusbar

2002-07-15 04:26 DW, revision 16178

Nicer looking OS/2 Statusbar

2002-07-14 20:26 MBN, revision 16177

Allow building wxProtocol without wxUSE_SOCKETS

2002-07-14 20:02 VZ, revision 16176

let the DefWindowProc() process messages sent to RAS window, otherwise the system can't shutdown properly while it exists

2002-07-14 19:55 VZ, revision 16175

fixed wxStrrchr(s, '\0') bug, added const and non const versions of wxStrchr, wxStrrchr, wxStrstr, ...

2002-07-14 17:39 RR, revision 16174

Let wxToolBar assume that no orientation flag means horizontal.

2002-07-14 17:08 RR, revision 16173

Corrected display for empty lines in text control.

2002-07-14 16:51 RR, revision 16172

Convert to and from \n and \r in wxMac's text control so that it always expects \n as in all other ports.

2002-07-14 13:21 GD, revision 16171

corrected warnings

2002-07-14 13:19 GD, revision 16170

removed unused variable

2002-07-14 13:18 GD, revision 16169

added unimplemented error messages

2002-07-14 13:13 GD, revision 16168

added unimplemented error message

2002-07-14 13:12 GD, revision 16167

added unimplemented message

2002-07-14 13:08 GD, revision 16166

explicitly raise modal dialogs in case a non modal window was selected to activate the application when a modal dialog is displayed

2002-07-13 12:14 GD, revision 16165

corrected return type of wxDetermineImageType

2002-07-12 23:25 RD, revision 16164

Changed wxProcess::Open to take a flags arg to pass to wxExecute. Fixed a few _'s without \'s in the docs

2002-07-12 21:37 RD, revision 16163

SWIGged changes for wxMac

2002-07-12 21:37 RD, revision 16162

SWIGged changes for wxGTK

2002-07-12 21:36 RD, revision 16161

build script tweaks

2002-07-12 21:34 RD, revision 16160

I forgot the wxSignal enum

2002-07-12 21:30 RD, revision 16159

Added wxProcess_Open and etc.

2002-07-12 21:29 RD, revision 16158

better cleanup

2002-07-12 20:27 RR, revision 16157

Tried to fix update/refresh again. The code erronously cleared the updated area if the area to be cleared was empty (such as after a call to Refresh(FALSE)).

2002-07-12 19:54 VZ, revision 16156

added a stupid wxProcess::Open() test -- it can't be really used for now though

2002-07-12 19:30 VZ, revision 16155

don't close end process pipe descriptor too early (fixes bug introduced by the last check in)

2002-07-12 18:17 VZ, revision 16154

treat NULL extension properly in wxLoad/SaveFileSelector; don't crash if NULL ext or what pointers are passed to them

2002-07-12 18:16 VZ, revision 16153

use wxFileInput/OutputStreams instead of reproducing their functionality in wxProcessFileInput/OutputStream

2002-07-12 18:15 VZ, revision 16152

added and documented wxProcess::Open()

2002-07-12 18:15 VZ, revision 16151

detect EOF properly in wxFileInputStream

2002-07-12 18:14 VZ, revision 16150

don't write the strings to the stream one char at a time, it's *horribly* slow

2002-07-12 16:08 JS, revision 16149

Added wxView::OnClosingDocument so the application can do cleanup.

2002-07-12 16:05 VZ, revision 16148

attempt to fix a rare crash which happens when changing the number of columns in a virtual list control

2002-07-12 15:45 RD, revision 16147

Allow wxComboBox to get key events for ENTER with wxPROCESS_ENTER style.

2002-07-12 14:44 VZ, revision 16146

0. wxExecute() with IO redirection now works again (but the real fix is in wxInputStream::Ungetch(), not here) 1. replaced multitude of pipe() calls &c with wxPipe class 2. fixed nasty bug in wxStreamTempBuffer::Update() which corrupted the data 3. increased buffer size to 4Kb from 1Kb

2002-07-12 14:43 JS, revision 16145

Somehow wxWizard lost the 'virtual' keyword for DoCreateControls

2002-07-12 14:41 VZ, revision 16144

fixed bug in Ungetch() which was preventing wxExecute() from working: this method must clear the EOF flag!

2002-07-12 13:23 VZ, revision 16143

added SetSashPosition() test

2002-07-12 09:05 JS, revision 16142

Added Ian Brown's fix for PopupMenu not blocking

2002-07-11 22:14 DW, revision 16141

Toolbar/tooltip udates