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-01-31 14:48 georgetasker, revision 9238

Destructor for wxFileType was deleting its member m_impl without checking if it was already NULL or not.

2001-01-31 12:33 vadz, revision 9237

added test for vertical gauge

2001-01-31 12:23 vadz, revision 9236

wxGA_VERTICAL patch by Shane Forsythe shane@patmos-international.com

2001-01-31 12:22 vadz, revision 9235

support for wxGA_VERTICAL in wxGauge

2001-01-31 05:33 dwebster, revision 9234

Ownerdrawn stuff for OS/2

2001-01-31 05:32 dwebster, revision 9233

Add a Get and Set for an OS/2 PS

2001-01-30 22:49 robind, revision 9232

Gobs of changes moved from the main trunk to the 2.2 branch in preparataion for 2.2.5 release. See CHANGES.txt for details.

2001-01-30 21:26 depeyrot, revision 9231

changed argument types (replaced long with wxCoord)

2001-01-30 21:22 depeyrot, revision 9230

corrected indentation

2001-01-30 21:17 depeyrot, revision 9229

added missing return type (implicit int no longer accepted by compilers)

2001-01-30 21:15 depeyrot, revision 9228

removed unused variables

2001-01-30 21:06 depeyrot, revision 9227

added test for __MACH__ for Mac OS X compilation

2001-01-30 21:02 depeyrot, revision 9226

added missing return type (implicit int no longer accepted by compilers)

2001-01-30 21:00 depeyrot, revision 9225

added tests for __MACH__ to compile under Mac OS X

2001-01-30 20:54 robind, revision 9224

Gobs of changes move from the main trunk to the 2.2 branch in preparataion for 2.2.5 release. See CHANGES.txt for details.

2001-01-30 15:38 dwebster, revision 9223

OS/2 compile error fix

2001-01-30 14:14 georgetasker, revision 9222

Allow MDI children to have a non-default window style passed down to them. Previously only default frame styles were possible, even when a valid style was passed.

2001-01-30 06:07 dwebster, revision 9221

Compile error fixes

2001-01-30 06:06 dwebster, revision 9220

XPM updates

2001-01-29 23:05 juliansmart, revision 9219

Corrected DoBlit code to use offset into mask

2001-01-29 23:01 georgetasker, revision 9218

The new SORT parameter for SelectViewType() and SelectDocumentType() sorted the displayed list, but the view/template returned as the one selected was corresponding to the template from the original unsorted list of templates.

2001-01-29 21:42 dwebster, revision 9217

Add wxInvertMask for OS/2 xpm processing

2001-01-29 21:37 dwebster, revision 9216

minor fix for OS/2

2001-01-29 21:36 dwebster, revision 9215

new icc file for VA4

2001-01-29 19:56 vadz, revision 9214

another fix for MDI styles

2001-01-29 18:52 dwebster, revision 9213

OS/2 updates for XPM

2001-01-29 17:43 vadz, revision 9212

fix (?) for MDI children style problems

2001-01-29 17:39 vadz, revision 9211

modified make and .spec files to build distribution files names with version suffix (like wxFoo-major.minor.micro)

2001-01-29 15:26 vadz, revision 9210

1. updated docs/gtk/changes.txt for 2.2.5 2. fixed configure/Makefile to handle no-rtti/no-exceptions better 3. added missing files of internat sample to the dist 4. fixed Makefile.in for the help sample

2001-01-29 11:13 vadz, revision 9209

HTTP test added

2001-01-29 05:50 dwebster, revision 9208

new .def file for OS/2 to include event changes and addition of wxDir and the DirCtrldg control

2001-01-29 05:48 dwebster, revision 9207

Bitmap code, icon code and dir code updates

2001-01-29 05:47 dwebster, revision 9206

OS/2 updates (mostly executing MSW code)

2001-01-29 05:46 dwebster, revision 9205

Bitmap and icon updates

2001-01-29 01:26 vadz, revision 9204

1, removed GetInputHandlerType() callback, controls now create input handlers themselves 2. implemented (they actually work!) wxSpinButton and wxSpinCtrl

2001-01-28 23:21 vaclavslavik, revision 9203

_T() -> wxT()

2001-01-28 19:29 georgetasker, revision 9202

Fixed buffer overrun in call to wxStripMenuCodes()

2001-01-28 16:11 georgetasker, revision 9201

Fixed an incorrect statment saying the wxLB_SORT was not support under GTK

2001-01-28 15:34 dwebster, revision 9200

OS/2 patch about a #pragma warning.

2001-01-28 14:47 vadz, revision 9199

removed GetInputHandlerType() callback, controls now create input handlers themselves

2001-01-28 14:04 vadz, revision 9198

1. added wxTextCtrl::SelectAll(), use it when poping up the combo 2. wxListBox::SetSelection() sets the selected item as current, too 3. MSW compatibility: combobox listbox doesn't react to mouse events outside 4. don't show focus rect in listbox when it doesn't have focus 5. wxComboBox preselects the listbox item corresponding to the text value 6. can use DOWN and ESC to open/close the combo 7. scrollbars in the popup listbox are now usable - but still weird 8. buttons never report best size less than default one 9. start of wxSpinCtrl implementation

2001-01-28 10:51 juliansmart, revision 9197

Correction for Mingw32

2001-01-28 08:26 juliansmart, revision 9196

_ to wxT for Mingw32 compilation

2001-01-28 02:48 vadz, revision 9195

refresh the item to make the colour/font change take effect immediately

2001-01-28 02:14 vadz, revision 9194

extended RemoveLast() to take size_t parameter

2001-01-27 23:00 vadz, revision 9193

readded wxEVT_HELP inadvertently deleted the last time

2001-01-27 22:28 ronl, revision 9192

updated .po files. bumped Debian version bumped version in configure.in to 2.2.5

2001-01-27 21:18 depeyrot, revision 9191

modified macintosh ifdef compilations to also test for __APPLE__ __APPLE__ is defined by the C/C++ compiler under Mac OS X

2001-01-27 20:16 vadz, revision 9190

compatibility changes: WXWIN_COMPATIBILITY_EVENT_TYPES and DECLARE_EVENT_TABLE_ENTRY added

2001-01-27 20:15 vadz, revision 9189

added DECLARE_EVENT_TABLE_ENTRY for 2.4 compatibility

2001-01-27 14:29 georgetasker, revision 9188

Added wxFrame support contributed by Aleks

2001-01-27 12:55 georgetasker, revision 9187

Added a check to make sure 'parent' is valid, otherwise a crash could occur

2001-01-27 12:46 vadz, revision 9186

added Id cvs tag

2001-01-27 12:46 vadz, revision 9185

wxEVT_USER_FIRST put back

2001-01-27 12:42 vadz, revision 9184

merged fix from main branch for DoPut

2001-01-27 12:40 vadz, revision 9183

fix for DoPut() from long time ago

2001-01-27 12:38 vadz, revision 9182

wxEVT_USER_FIRST readded

2001-01-27 10:58 depeyrot, revision 9181

corrections related to event.h modifications

2001-01-27 10:36 juliansmart, revision 9180

Updates for 2.2.5

2001-01-27 08:46 ronl, revision 9179

Began updating 2.2 Debian build scripts for 2.3

2001-01-27 07:54 ronl, revision 9178

more tweaks to Debian build system

2001-01-26 23:52 georgetasker, revision 9177

plot.cpp was moved out of the generic directory to contrib, so plot.obj no longer needs to be linked

2001-01-26 22:26 vadz, revision 9176

compilation fix for recent event changes

2001-01-26 20:59 depeyrot, revision 9175

correction to maintain data array in synch with string array

2001-01-26 20:16 depeyrot, revision 9174

corrected comment

2001-01-26 18:58 vadz, revision 9173

dynamic event types actually work with these changes, also corrected more event macro in the sources

2001-01-26 18:35 roebling, revision 9172

Corrected typo.

2001-01-26 17:35 roebling, revision 9171

Updated ten thousand macros for new event type code.

2001-01-26 14:13 juliansmart, revision 9170

Changed m_eventType to int

2001-01-25 18:30 roebling, revision 9169

New event types for use in external libs (and from now on actually everywhere). Adapted cshelp to new event types. Adapted wxGrid to new event types. Update for German translation.

2001-01-25 18:27 roebling, revision 9168

Beautified header.

2001-01-25 18:27 roebling, revision 9167

Prepare wxToolBarSimple for event type change. Make wxGrid use new event types.

2001-01-25 18:25 roebling, revision 9166

Changed wxCanvas constants from XXX to wxXXX

2001-01-25 18:23 roebling, revision 9165
  • D /wxWidgets/trunk/distrib/gtk
  • D /wxWidgets/trunk/distrib/motif
  • D /wxWidgets/trunk/distrib/wine

Removing obsolete ditrib files.

2001-01-25 14:56 vadz, revision 9164

another compile problem fixed

2001-01-25 14:33 vadz, revision 9163

compile/link problem fixed

2001-01-25 09:13 ronl, revision 9162

updated Debian build scripts

2001-01-25 02:33 ronl, revision 9161

Patched to enable building on Debian/Alpha

2001-01-24 17:16 vadz, revision 9160

applied wxNativeFontInfo patch #103089

2001-01-24 16:37 vadz, revision 9159

1. patch from Søren Erland Vestø implementing wxFTP::GetFileSize() with my fixes to the patch 2. significantly updated/cleaned FTP tests in the sample 3. don't log FTP passwords in wxLogTrace

2001-01-24 15:00 vadz, revision 9158

added wxEntry declaration

2001-01-24 14:51 vadz, revision 9157

compilation fix for new iostreams

2001-01-24 14:51 vadz, revision 9156

MIME type manager fixes described earlier on the list: 1. extended wxFileTypeInfo 2. moved handling of fallbacks into wxMimeTypesManager (instead of Impl) 3. added wxMimeTypesManager::Associate() and Unassociate() 4. Unix version only reads the files on demand => much faster startup

2001-01-24 11:04 georgetasker, revision 9155

Added optional parameter to SelectDocumentType() and SelectViewType() to allow the choice lists of documents/views to be alphabetically sorted if desired. Default behavior is FALSE on the sort to maintain backward compatability.

2001-01-23 23:20 vaclavslavik, revision 9154

synced intl.cpp and intl.h

2001-01-23 23:17 vaclavslavik, revision 9153

new locales code checked in

2001-01-23 18:38 roebling, revision 9152

Change required for new event types.

2001-01-23 17:30 vadz, revision 9151

fixed FindItem() to work with submenus

2001-01-23 15:12 georgetasker, revision 9150

One more function was out of alphanumeric sequence

2001-01-23 14:54 juliansmart, revision 9149

Added W2K toolbar fix to stable branch

2001-01-23 14:54 , revision 9148

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

2001-01-23 14:01 georgetasker, revision 9147

Reordered some of the functions from the sequence they were listed in to make them be in alphabetical order

2001-01-23 01:24 vadz, revision 9146

1. fixed spurious debug error message 2. fixed wxChoice height calculations

2001-01-23 00:24 vadz, revision 9145

fixed bug in parsing filenames without paths, added more/better tests

2001-01-22 11:55 juliansmart, revision 9144

Fixed wxToolBar colour mapping problem (I hope)

2001-01-22 11:54 juliansmart, revision 9143

And a 'standard colours' bitmap to help fix wxToolBar colour mapping problem

2001-01-21 23:00 dwebster, revision 9142

initial coding of and OS/2 XpmHandler

2001-01-21 23:00 dwebster, revision 9141

new makefile and gdiimage suport for xpm data

2001-01-21 18:29 depeyrot, revision 9140

CodeWarrior project for Classic Mac OS

2001-01-21 17:45 juliansmart, revision 9139

Remove plot.cpp