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

1999-08-02 06:00 MB, revision 3237

Added code to set m_isBeingDeleted as per wxGTK

1999-08-02 04:54 DW, revision 3236

*** empty log message ***

1999-08-02 04:44 DW, revision 3235

*** empty log message ***

1999-08-02 04:19 MB, revision 3234

Added function GetDefaultSize

1999-08-02 03:23 MB, revision 3233

Added these accessor functions for wxGridEvent: GetRow, GetCol, GetPosition, GetCell, ControlDown, ShiftDown

1999-08-01 22:22 VZ, revision 3232

1. wxWindow::Centre() hopefully fixed 2. attempts to construct bitmaps from icons properly 3. wxTreeCtrl background is always white

1999-08-01 22:17 VZ, revision 3231

fix for wxMSW

1999-08-01 11:02 RR, revision 3230

Updated testconf, Compile fixes for docview and iostreams, SO_RCVTIMEO doesn't exist everywhere and must not be used for setting this option - only getting it on some systems Distrib things

1999-08-01 07:26 GL, revision 3229

wxMemoryStream doc updated Added auto-destruction in wxThread::Delete and wxThread::Kill Fixed thread destruction in thread sample

1999-07-31 21:56 VZ, revision 3228

compile warning fixed

1999-07-31 17:24 RR, revision 3227

Compile fixes for wxTreeCtrl (we don't speak about linking or - dear - even running) distrib updates

1999-07-31 13:58 VZ, revision 3226

added a blurb about wxBe

1999-07-31 13:33 GL, revision 3225

Converted some SetBlocking to SetNonBlocking

1999-07-31 09:20 JS, revision 3224

Added news and coding standards HTML files to CVS

1999-07-31 07:56 RD, revision 3223

wxPython 2.1b1: Added the missing wxWindow.GetUpdateRegion() method. Made a new change in SWIG (update your patches everybody) that provides a fix for global shadow objects that get an exception in their __del__ when their extension module has already been deleted. It was only a 1 line change in .../SWIG/Modules/pycpp.cxx at about line 496 if you want to do it by hand. It is now possible to run through MainLoop more than once in any one process. The cleanup that used to happen as MainLoop completed (and prevented it from running again) has been delayed until the wxc module is being unloaded by Python. wxWindow.PopupMenu() now takes a wxPoint instead of x,y. Added wxWindow.PopupMenuXY to be consistent with some other methods. Added wxGrid.SetEditInPlace and wxGrid.GetEditInPlace. You can now provide your own app.MainLoop method. See wxPython/demo/demoMainLoop.py for an example and some explaination. Got the in-place-edit for the wxTreeCtrl fixed and added some demo code to show how to use it. Put the wxIcon constructor back in for GTK as it now has one that matches MSW's. Added wxGrid.GetCells Added wxSystemSettings static methods as functions with names like wxSystemSettings_GetSystemColour. Removed wxPyMenu since using menu callbacks have been depreciated in wxWindows. Use wxMenu and events instead. Added alternate wxBitmap constructor (for MSW only) as wxBitmapFromData(data, type, width, height, depth = 1) Added a helper function named wxPyTypeCast that can convert shadow objects of one type into shadow objects of another type. (Like doing a down-cast.) See the implementation in wx.py for some docs.

1999-07-31 07:21 RD, revision 3222

some dist helpers for wxPython

1999-07-31 03:35 DW, revision 3221

*** empty log message ***

1999-07-30 22:45 VZ, revision 3220

wxMSW::wxTreeCtrl has multiple selection too (somewhat documented)

1999-07-30 21:47 DW, revision 3219

OS/2 updates

1999-07-30 21:46 DW, revision 3218

OS/2 linkage specification on METHODDEF macro

1999-07-30 18:32 VZ, revision 3217

no more assert failure in GetSelection() if there is no selection

1999-07-30 18:03 VZ, revision 3216

link fix for no sockets compilation

1999-07-30 17:54 GL, revision 3215

Renamed GSocket_SetBlocking to GSocket_SetNonBlocking and *Fallback to *Callback Added GSocket_SetTimeout Added timeout support in wxSocket (as it was in previous releases) Updated documentation

1999-07-30 17:31 VZ, revision 3214

a small fix to wxWindow::Centre

1999-07-30 17:02 VZ, revision 3213

explicit compilation fix

1999-07-30 13:16 RR, revision 3212

Some more doc beauty, Typo in wxDataStream,

1999-07-30 12:02 RR, revision 3211

Doc corrections, made wxHTML a chapter GUI thread work

1999-07-30 04:31 RD, revision 3210

wxPython documentation updates

1999-07-30 04:28 RD, revision 3209

fixed compiler error

1999-07-30 04:20 MB, revision 3208

Fixed m_majorDim bug a bit more (was still getting divide by zero error)

1999-07-30 04:01 MB, revision 3207

Added KeyRelease case to switch in wxTranslateKeyEvent so that wxApp::CheckForKeyUp will work

1999-07-30 03:55 MB, revision 3206

Added wxApp::CheckForKeyUp MB

1999-07-30 03:50 MB, revision 3205

Added wxApp::CheckForKeyUp

1999-07-29 23:38 VZ, revision 3204

#warning is a compilation error, not warning

1999-07-29 22:18 RR, revision 3203

Testing vaious makefile/configure schemes.

1999-07-29 19:52 RR, revision 3202

Now its possible to run wxHTML without wxSockets if wxUSE_FS_ZIP = 1, wxUSE_HTML = 1 Fixed typo in filelist Compile fix for spinbutton,

1999-07-29 17:23 GL, revision 3201

Typos. Changed the timeout of wxSocketBase from 3600s to 600s Added #include <stdio.h> in htmltag.cpp

1999-07-29 17:15 GL, revision 3200

Added #include <stddef.h> as it is needed by ANSI.

1999-07-29 16:12 KB, revision 3199

fix for HP-UX

1999-07-29 13:47 KB, revision 3198

fixed busy cursor

1999-07-29 13:43 RR, revision 3197

Compile fixes and typos corrected.

1999-07-29 12:51 RR, revision 3196

Makefile changes

1999-07-29 12:51 KB, revision 3195

ProgressDialog was *comletely* broken!

1999-07-29 12:21 karsten, revision 3194

Fixed missing header.

1999-07-29 10:16 OK, revision 3193

By assigning wxEmptyString instead of NULL to m_commandString, I hope to reduce the number of crash-on-startup events

1999-07-29 06:41 RD, revision 3192

Put strmbfrd.tex back into classes.tex since it was finally checked in.

1999-07-29 05:27 DW, revision 3191

*** empty log message ***

1999-07-29 05:11 DW, revision 3190

*** empty log message ***

1999-07-29 04:56 DW, revision 3189

*** empty log message ***

1999-07-29 01:21 RR, revision 3188

I had to remove (Robin's) makefile creation clause from the makefiles, because these deleted my makefiles Small fixes for templates

1999-07-28 22:53 VZ, revision 3187

m_clientData conflict fixed

1999-07-28 22:38 VZ, revision 3186

SetIcon added

1999-07-28 22:28 VZ, revision 3185

compilation fix

1999-07-28 22:27 VZ, revision 3184

string and m_majorDim == 0 bugs fixed

1999-07-28 22:18 RR, revision 3183

Added tmake template for simple wxGTK makefile Updated filelist.t for wxGTK Compile fixes for MingGW32

1999-07-28 21:59 RD, revision 3182

Changes necessary to make In Place Edit work and look a lot nicer for MSW and GTK, and hopefully make it easy to make the same tweaks for other ports. There are still some very minor anomalies (changing colors of the grid doesn't change the IPE control, etc.) but it is definitely useable now. The IPE control now gets the fore/background color of the cell. Changed how the current cell highlight is drawn so mulitple clicks in a single cell don't leave the highlight in an inconsistent state for GTK. Changed a dangerous static variable to a member variable.

1999-07-28 21:01 VZ, revision 3181

1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN messages (and unnecessary old code which didn't send them anyhow removed). It also allows to veto the changes, but this feature is not portable and as such is not documented. 2. wxBitmapBuuton doesn't lose its bitmap any more 3. wxImage::ConvertToBitmap() doesn't crash if image is !Ok() but just returns wxNullBitmap. 4. wxProgressDialog looks much nicer under Windows and its estimated/elapsed/ remaining time fields actually show some non random numbers now 5. MDI client window doesn't flicker because wxMDIParentFrame doesn't position it at (0, 0) first before moving it to correct location 6. other minor fixes...

1999-07-28 17:29 GL, revision 3180

Added wxInternetFilesystemModule to fs_inet.cpp Fixed PROXY support in wxURL, wxHTTP. You can set the environement variable HTTP_PROXY now. Fixed parsing of content type in wxHtmlFilter Added commments to gsocket.c wxURL parses the URL only once now.

1999-07-28 17:16 GL, revision 3179

Added another missing file (wxBufferedStreams doc)

1999-07-28 12:11 OK, revision 3178

Hm... /P1024 instead of /P512 ...? (At least that makes it work for me)

1999-07-28 05:52 RD, revision 3177

Fixed some stupid TEX errors...

1999-07-28 05:49 RD, revision 3176

If somebody ever decides to actually check in fsfile.tex and strmbfrd.tex then they an uncomment them back in. I'm tired of the errors...

1999-07-28 04:16 DW, revision 3175

*** empty log message ***

1999-07-28 04:02 DW, revision 3174

*** empty log message ***

1999-07-28 03:38 DW, revision 3173

*** empty log message ***

1999-07-27 21:46 RR, revision 3172

Corrected some more docs, Corrected size of spinbutton wxWindow::PopUp() now doesn't return control to the program until the menu disappears as it is documented and done by wxMSW

1999-07-27 20:23 RR, revision 3171

Small distrib updates, tried to find a bug in html which was somewhere else, added wxYield() call to wxBeginBusyCursor() which should make the cursor appear immediately, corrected wxMiniFrame so that clicking on the titlebar makes it come to the front Used CreateBase() in all controls

1999-07-27 20:12 VZ, revision 3170

wxMotif fixes and common fixes for socket compilation

1999-07-27 20:09 VZ, revision 3169

missing wxMSW files

1999-07-27 17:22 GL, revision 3168

Changed void GSocket_Init() to bool GSocket_Init()

1999-07-27 17:05 RS, revision 3167

Added Makefile for gcc-win

1999-07-27 17:03 RS, revision 3166

Modified dialog size under MSW to look better ( button was cut off)

1999-07-27 17:02 GL, revision 3165

Added the forgotten file txtstrm.tex

1999-07-27 15:15 VZ, revision 3164

wxNO_FULL_REPAINT_ON_RESIZE logic for wxMSW

1999-07-27 14:38 VZ, revision 3163

wxMSW modules now has png and zlib

1999-07-27 14:14 HH, revision 3162

minor fix

1999-07-27 14:09 VZ, revision 3161

wxGTK compilation fixes

1999-07-27 13:25 RR, revision 3160

wxSocket compilation

1999-07-27 06:52 OK, revision 3159

char -> wxChar

1999-07-27 04:51 RD, revision 3158

Added another button to show wxBitmapButton problem

1999-07-26 23:02 VZ, revision 3157

1. wxChoice and wxComboBox support client data under MSW 2. control creation streamlined under MSW

1999-07-26 19:22 AN, revision 3156

use of div_t.quot and div_t.rem were changed to / and %

1999-07-26 19:03 RR, revision 3155

Next take at radioboxes

1999-07-26 18:32 RR, revision 3154

TreeCtrl: Size calculation for bold items Reduced height per item by 2 pixels

1999-07-26 17:16 RR, revision 3153

Added test for wxRA_SPECIFY_COLS

1999-07-26 16:06 RR, revision 3152

Typos in documentation list and tree ctrl now actually set the text themselves and no longer crash various compile fixes

1999-07-26 15:49 KB, revision 3151

destructor for wxMenu deletes menu now

1999-07-26 14:28 RR, revision 3150

Added more docs for the new events, derived from wxNotifyEvents. Added docs for wxScrollWinEvent and corrected docs referring to wxScrollEvent etc. wxTreeCtrl's and wxListCtrl's ::EditLabel() returns void.

1999-07-26 13:27 VZ, revision 3149

more fixes for Borland and OLE files

1999-07-26 11:37 OK, revision 3148

More _T()... trying to get to that clipboard sample

1999-07-26 11:28 VZ, revision 3147

automtn.cpp removed for Borland compilation

1999-07-26 11:19 OK, revision 3146

Just a _T()

1999-07-26 11:01 VZ, revision 3145

no more \& in radio buttons labels

1999-07-26 10:49 KB, revision 3144

Documented help API extension and fixed gsocket compilation.

1999-07-26 10:48 VZ, revision 3143

compile fix

1999-07-26 10:46 VZ, revision 3142

EditLabel fixes (wxMSW/wxGTK synchronised, docs updated)

1999-07-26 10:41 OK, revision 3141

More asserts and stuff

1999-07-26 10:32 OK, revision 3140

Make this compile in Unicode mode

1999-07-26 10:06 OK, revision 3139

More asserts (well, checks) without _T()

1999-07-26 09:46 VZ, revision 3138

Centre() supports wxCENTER_FRAME flag now