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

2001-05-20 01:21 RD, revision 10238

Since there was no #include before the #if wxUSE_JOYSTICK then nothing would ever be compiled in this module.

2001-05-20 01:18 RD, revision 10237

Added sample to the demo for wxJoystick

2001-05-19 23:36 VZ, revision 10236

warning fix

2001-05-19 18:00 VS, revision 10235

-fix for a bug in parsing tag's properties with common suffixes - some wxT() around char constants

2001-05-19 17:59 VS, revision 10234

Unicode compilation fixes

2001-05-19 11:57 VS, revision 10233

use wxTreeCtrl, not wxGenericTreeCtrl

2001-05-19 04:12 RD, revision 10232

generated code for wxGTK for all the changes made earlier today

2001-05-19 02:49 VZ, revision 10231

1. fixed wxFont linking under MSW (wxNativeFontInfo methods were missing) 2. added wxFrameUniv 3. fixes to wxMenuBar mouse handling and refresh

2001-05-19 01:07 VZ, revision 10230

mention wxGTK foreing char input problem fix

2001-05-19 01:04 VZ, revision 10229

merged wxRegConf rename fix from 2.2

2001-05-19 01:01 VZ, revision 10228

1. more proper fix for wxChoice/wxComboBox height problems than in 2,2 branch 2. wxIsspace() fix merged from the 2.2 branch

2001-05-19 00:59 VZ, revision 10227

renamed wxBase.dsp to wxBaseVC.dsp

2001-05-19 00:58 VZ, revision 10226

added wxDir::Traverse

2001-05-18 23:51 RL, revision 10225

backport change in wxDateTime::IsValid() behaviour from 2.3

2001-05-18 23:46 RD, revision 10224

wxDragImage fixes and cleanup

2001-05-18 23:30 VZ, revision 10223

fix for isspace() weirdness in VC++

2001-05-18 22:26 RD, revision 10222

Added mixins subpackage to wxPython.lib

2001-05-18 22:21 VS, revision 10221

documented some bugfixes

2001-05-18 22:13 VS, revision 10220

fixed à parsing (here too)

2001-05-18 22:02 RD, revision 10219

Added wave files to the distribution scripts

2001-05-18 21:59 RD, revision 10218

Cleanup up the demo a bit Added wxWave Added another patch for SWIG that optimizes the generated code some and eliminates some unused type mappings in the type registry. (Reduces it by about half!)

2001-05-18 18:43 GT, revision 10217

XPMHAND.H dependency removed

2001-05-18 18:39 RR, revision 10216

Applied patch for non-Latin keyboards.

2001-05-18 18:34 VS, revision 10215

Unicode fixes

2001-05-18 18:34 VS, revision 10214

applied modified patch #424894 (wxrcedit & bcc compilation fixes)

2001-05-18 18:33 VS, revision 10213

regenerated

2001-05-18 18:32 GT, revision 10212

Added compile-time check to be sure that wxUSE_ODBC is set to 1 before attempting to compile this program, and error out telling the user to change the setting if they want to compile this program

2001-05-18 17:15 VZ, revision 10211

compilation fix for mouse hack

2001-05-18 14:47 JS, revision 10210

Script fixes

2001-05-18 14:41 JS, revision 10209

Bug fixes

2001-05-18 14:14 JS, revision 10208

Corrected wrong casts

2001-05-18 14:00 JS, revision 10207

Added missing entries

2001-05-18 13:49 JS, revision 10206

Added release script

2001-05-18 13:46 JS, revision 10205

Updated library version numbers, and added .dsp and .dsw files to this branch (already added in trunk)

2001-05-18 13:46 , revision 10204

This commit was manufactured by cvs2svn to create branch 'WX_2_2_BRANCH'.

2001-05-18 06:53 RD, revision 10203

Fixed OOR related problem in OGL

2001-05-18 05:20 RD, revision 10202

Implemented the first phase of OOR (Original Object Return). See the text in the demo for more details of what this means, but in a nutshell methods such as wxWindow.GetParent or FindWindowById will now return a shadow object of the proper type if it can. By "proper type" I mean that if the wxWindow pointer returned from FindWindowById really points to a wxButton then the Python object constructed will be of a wxButtonPtr class instead of wxWindowPtr as before. This should reduce or eliminiate the need for wxPyTypeCast. (Woo Hoo!) The objects returned are still not the original Python object, but that is the next step. (Although it will probably only work on Python 2.1 and beyond because it will use weak references.) A few other minor tweaks and fixes and additions for things found while doing the OOR stuff.

2001-05-18 02:32 RD, revision 10201

Fixed wxPoint.__cmp__ and a few others

2001-05-17 23:46 VZ, revision 10200

merged fixes for accel and command event non propagation from 2.2

2001-05-17 23:45 VZ, revision 10199

don't propagate command events upwards beyond the first top level window

2001-05-17 23:44 VZ, revision 10198

don't use parent frame accels for translating key strokes in child dialogs/frames

2001-05-17 22:47 RD, revision 10197

Implemented the first phase of OOR (Original Object Return). See the text in the demo for more details of what this means, but in a nutshell methods such as wxWindow.GetParent or FindWindowById will now return a shadow object of the proper type if it can. By "proper type" I mean that if the wxWindow pointer returned from FindWindowById really points to a wxButton then the Python object constructed will be of a wxButtonPtr class instead of wxWindowPtr as before. This should reduce or eliminiate the need for wxPyTypeCast. (Woo Hoo!) The objects returned are still not the original Python object, but that is the next step. (Although it will probably only work on Python 2.1 and beyond because it will use weak references.) A few other minor tweaks and fixes and additions for things found while doing the OOR stuff.

2001-05-17 15:53 SC, revision 10196

fixed wxWindow::SetCursor( wxNullCursor) for mac

2001-05-17 15:51 VZ, revision 10195

don't annoy the user by repeating the question which had been already answered (and also make the question a bit more clear)

2001-05-17 11:09 JS, revision 10194

Call OnParentEnable from wxTextCtrl::Enable

2001-05-17 10:58 JS, revision 10193

Implemented OnParentEnable to allow widgets to reset their colours after a wxWindow::Enable call

2001-05-17 10:11 VZ, revision 10192

added wxLog::ClearTraceMasks()

2001-05-17 08:14 RL, revision 10191

typo fixes.

2001-05-17 07:53 RL, revision 10190

typo fix.

2001-05-17 07:27 RD, revision 10189

Applied patch #423927, (Min size for stretch parts of wxBoxSizer)

2001-05-17 00:21 VZ, revision 10188

implemented renaming of groups in wxRegConfig

2001-05-16 23:42 VZ, revision 10187

fix for incorrect wxChoice height calculation if its width is set to be negative

2001-05-16 22:10 VS, revision 10186

fixed wrong parsing of à (typo in tables)

2001-05-16 22:07 VS, revision 10185

changed wxBitmap::CreateFromXpm to use wxBitmap(wxImage,int) ctor again -- it should work fine with BCC now

2001-05-16 22:07 VS, revision 10184

removed wxImage::operator wxBitmap()

2001-05-16 21:28 GD, revision 10183

correction for Mac OS X (M_PI is already defined)

2001-05-16 21:20 GD, revision 10182

corrections for Mac OS X Developer Tools

2001-05-16 16:57 VZ, revision 10181

FindFocus() and wxSpinCtrl fix

2001-05-16 16:23 SC, revision 10180

icon support moved to wxBitmap, allowing for fully transparent usage

2001-05-16 15:53 JS, revision 10179

Made wxWindow::Enable recursive in order to solve colouring problems; forced the colour of a wxTextCtrl back to the custom colour in wxTextCtrl::Enable. This appears to fix inconsistent colour problems.

2001-05-16 13:20 VZ, revision 10178

applied patch 415912 (fixing problems with wxGrid attrs)

2001-05-16 12:46 SC, revision 10177

workaround for notebook/tabctrl redraw bug, it is now not excluded from the local eraseRgn of the parent window, thus guaranteeing that the background is always correct

2001-05-16 12:16 SC, revision 10176

corrected loop for calculating the proper updatergn taking into account only real subwindows that are shown

2001-05-16 12:01 JS, revision 10175

Applied patch #418555: wxTextCtrl uses wrong background colour

2001-05-16 11:54 JS, revision 10174

Applied patch #403856 (utilscmn.cpp should translate special key names)

2001-05-16 11:32 JS, revision 10173

Applied patch #421554: implementation of wxEVT_CONTEXT_MENU

2001-05-16 11:22 JS, revision 10172

Applied patch #421073 (making setup options work)

2001-05-16 11:14 JS, revision 10171

Applied patch #420395 (adding wxCLIP_SIBBLINGS capability -- but not by default)

2001-05-16 03:21 DW, revision 10170

More scrolling fixes

2001-05-16 00:19 VZ, revision 10169

removed useless assert from wxArray::Alloc

2001-05-15 22:04 VS, revision 10168

applied patch that fixes paper size handling under MSW and sets PD_SELECTION correctly

2001-05-15 19:55 DW, revision 10167

Modest fix for executables linking to the wx dll for OS/2.

2001-05-15 19:53 DW, revision 10166

Enable this sample for OS/2

2001-05-15 19:52 DW, revision 10165

More scrolling stuff.

2001-05-15 17:02 VS, revision 10164

applied patch #424066 (a bit better attempt to detect system encoding in absence of LANGINFO)

2001-05-15 14:51 JS, revision 10163

Corrected some casting errors -> XtPointer

2001-05-15 13:12 GT, revision 10162

Added buttons to allow a dump of DB DATATYPES and DB DIAGNOSTIC info via wxLogMessage() to the sample app

2001-05-15 01:00 GT, revision 10161

dBase fix on creating index General cleanup of code in the sample

2001-05-15 00:58 GT, revision 10160

Fixed problems which prevented creation/recreation of tables with MSAcces General cleanup of code in the sample

2001-05-14 21:29 DW, revision 10159

More scrolling stuff

2001-05-14 21:28 VZ, revision 10158

warning fixed

2001-05-14 17:50 RR, revision 10157

Appied patch for non-Latin keys.

2001-05-14 16:13 JS, revision 10156

Fixes for 16-bit compilation

2001-05-14 14:49 JS, revision 10155

Added missing #include in settings.cpp; corrected erroneous event type in controls.cpp; updated manual date

2001-05-14 13:25 JS, revision 10154

Added some missing makefiles

2001-05-14 12:38 JS, revision 10153

Added event sample

2001-05-14 12:37 JS, revision 10152

Added event.rc

2001-05-14 12:30 JS, revision 10151

Mods to release scripts

2001-05-14 10:28 JS, revision 10150

Misc release-related mods

2001-05-14 09:37 GRG, revision 10149

Backported fix for PROCESS_EVENTS to work properly in MT programs

2001-05-14 09:33 GRG, revision 10148

- Corrected a bug in reader.cpp where copy ctors of stream classes were incorrectly being used. - Replaced GetFilename with GetPath in the file selector dialog in life.cpp, otherwise it doesn't work for files outside the current directory.

2001-05-14 09:12 GRG, revision 10147

settings.h was missing if precompiled headers were not used (will someone ever check that? :)

2001-05-14 07:43 GRG, revision 10146

Better now, when not using precompiled headers it only includes string.h and intl.h instead of the whole wx.h

2001-05-14 07:40 GRG, revision 10145

Compilation broken under mingw32 (and any compiler w/o precompiled headers) complaining about implicit declaration of _(...). I just #included <wx.h> to solve this.

2001-05-13 22:11 VS, revision 10144

mgl sample to samples

2001-05-13 22:10 VS, revision 10143

finished wxFont and related stuff

2001-05-13 22:10 VS, revision 10142

fixed a lie in docs (underlining is not limited to Windows anymore)

2001-05-13 22:10 VS, revision 10141

wxFont tests added

2001-05-13 22:09 VS, revision 10140

now outputs errors to stderr

2001-05-13 13:09 GD, revision 10139

applied SourceForge patch #423532 ensure that menus appear correctly under Mac OS X