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

2000-04-22 18:05 SN, revision 7238

Fixed wxMenuItem::Enable. Added unique IDs to all menus (using a new static member of wxMenu). Use wxWindow's ID as menu item ID seen by OS/2. Rewrote wxMenu::DoInsertOrAppend which now uses the MENUITEM of the submenu or menu item which already contains most of the needed informations (especially the ID!)

2000-04-22 14:41 JS, revision 7237

Dialog Editor bug fixes, old resource conversion, additional layout helpers

2000-04-21 19:17 JS, revision 7236

Fix

2000-04-21 19:15 JS, revision 7235

Added a fix to taskbar; minor mods to help controllers; added justification options to wxButton and wxBitmapButton

2000-04-21 19:14 JS, revision 7234

Added some wxBU_... justification styles (WIN32 only)

2000-04-21 18:02 RD, revision 7233

some more demo tweaks

2000-04-21 17:43 RD, revision 7232

Put the control's value in the event object for EVT_TEXT_ENTER

2000-04-21 17:38 RD, revision 7231

Version number in the DLL filename

2000-04-21 17:35 RD, revision 7230

A clarification in the docs for a wxPython method.

2000-04-21 17:16 RD, revision 7229

Fixed a missing parameter in wxStyledTextCtrl::GetLastChild

2000-04-21 17:14 RD, revision 7228

Added line folding to the STC demo

2000-04-21 16:44 RD, revision 7227

fixed some DOS/Unix line-terminator confusion in the source files

2000-04-21 15:09 GRG, revision 7226

Reverted recent WinMain changes due to incompatibility with the default WinMain declaration when windows.h was being included from other headers (compilers thought that we were trying to overload a C function and aborted compilation of the library) Current status is: For __WXMSW__ only, and only if WXUSINGDLL, this file #includes <windows.h> (and then "wx/msw/private.h") and declares WinMain correctly (matching the signature in <windows.h>). This change does not affect non-DLL builds.

2000-04-21 10:15 BJ, revision 7225

Add support for Sybase 11

2000-04-21 09:14 RD, revision 7224

More STC fixes and tweaks. Added another STC demo for wxPython. This one sets up an editor with the Python lexer and a bunch of styles.

2000-04-21 09:09 RD, revision 7223

More STC fixes and tweaks. (Try Ctrl-KP_plus and Ctrl-KP_minus for a really COOL feature that's no longer broken on MSW)

2000-04-21 05:00 RD, revision 7222

generated code update

2000-04-21 04:59 RD, revision 7221

demo adjustments

2000-04-21 04:48 RD, revision 7220

More wxStyledTextCtrl fixes, and updates. I'm also trying to use the C++ class definitions in the header directly for SWIG/wxPython instead of a cleaned up simplified version like I usually do. So far so good. Some file name changes

2000-04-21 03:33 RD, revision 7219

More wxStyledTextCtrl fixes, and updates. I'm also trying to use the C++ class definitions in the header directly for SWIG/wxPython instead of a cleaned up simplified version like I usually do. So far so good. Some file name changes

2000-04-21 03:30 RD, revision 7218

More wxStyledTextCtrl fixes, and updates. I'm also trying to use the C++ class definitions in the header directly for SWIG/wxPython instead of a cleaned up simplified version like I usually do. So far so good.

2000-04-20 18:29 RD, revision 7217

fixed off-by-one problem in pinting of the selection area

2000-04-20 07:39 RD, revision 7216

changed the radius used on the rounded rectangle

2000-04-20 07:39 RD, revision 7215

Added some missing identifiers, changed some constants to match Scintilla

2000-04-20 07:37 RD, revision 7214

Added a typemap that converts strings to wxColour objects either using the colour name or a string of the format #RRGGBB Started the wxStyledTextCtrl Python demos Other assorted tweaks and fixes

2000-04-20 07:34 RD, revision 7213

Fixed SetFonts methods to properly accept a Python list for the sizes

2000-04-19 14:38 JS, revision 7212

Replaced wxMotif.spec with clone of wxGTK one (old one didn't work, apparently)

2000-04-19 14:36 JS, revision 7211

Added tech notes on contributing and on making RPMs

2000-04-18 15:14 SN, revision 7210

Renamed IsCellEditControlDisplayed() to IsCellEditControlShown(). Replaces some more IsCellEditControlEnabled() by IsCellEditControlShown().

2000-04-18 14:00 JS, revision 7209

Compile fix to grid.cpp

2000-04-18 13:44 VZ, revision 7208

fixed bug in AddRoot() which wasn't refreshing everything properly and so a tree without children wasn't displayed properly

2000-04-18 11:13 JS, revision 7207

Some updates; simple wxHTML/external HTML controllers now have DisplaySection(const wxString&).

2000-04-18 10:51 SN, revision 7206

Added IsCellEditControlDisplayed() and use it from SetCellValue.

2000-04-18 10:30 JS, revision 7205

Added wxCHMHelpController, updated help demo. Added DisplaySection(const wxString&) to wxHelpControllerBase. Corrected some Dialog Editor bugs.

2000-04-18 09:47 VZ, revision 7204

fixes for dialogs whose parent is wxMDI<whatever>Frame

2000-04-18 08:41 VZ, revision 7203

forgot to commit

2000-04-18 08:41 VZ, revision 7202

test for SetEditable() and wxTE_PROCESS_ENTER added

2000-04-18 08:24 VZ, revision 7201

wxMDIChildFrame::SetTitle() works

2000-04-17 22:54 VZ, revision 7200

test for GetLastPosition() added

2000-04-17 22:44 VS, revision 7199

wxGTK-only fix for WindowMaker redraw problem in wxLogDialog::OnDetails

2000-04-17 22:44 VZ, revision 7198

added and documented wxDllLoader::GetDllExt()

2000-04-17 17:30 VZ, revision 7197

added and documented wxString::StartsWith()

2000-04-17 16:11 VZ, revision 7196

wxRadioBox now generates the EVT_FOCUS_SET/KILL events (tests for this added to the controls sample)

2000-04-17 14:06 JS, revision 7195

Now creates wxBitmapButton from resource even if can't find the bitmap.

2000-04-17 14:04 VZ, revision 7194

small typo fixed

2000-04-17 13:52 BJ, revision 7193

removing SetNumberOfColumns()

2000-04-17 09:56 JS, revision 7192

Fixed bug in helpctrl.cpp (testing for m_Config); made old-style HTML help optional so will compile on MSW

2000-04-17 09:28 JS, revision 7191

Removed a memory leak in fs_zip.cpp; trivial formatting in helpdata.cpp

2000-04-17 08:14 VS, revision 7190

updated

2000-04-17 08:14 VS, revision 7189

fixed compilation bug

2000-04-17 06:25 RD, revision 7188

updates for wxGTK

2000-04-17 04:25 RD, revision 7187

more changes to the demo

2000-04-17 00:01 VZ, revision 7186

1. corrected some asserts/crashes in controls 2. added test for SetValue() in text

2000-04-16 23:58 VZ, revision 7185

1. wxTextCtrl::SetValue() moves the cursor to the end of text (as in GTK) 2. bug in wxThread::Delete() when the thread hadn't been staretd fixed 3. setting font for radiobox now works immediately (you had to invalidate the window manually, e.g. by covering it with another one, before) 4. added and documented wxConstCast() and wxStaticCast() 5. attempts to make wxFontEnumeraotr::EnumEncodings() work under MSW

2000-04-16 21:31 DW, revision 7184

Fixes for the outstanding errors in minimal.

2000-04-16 19:34 SN, revision 7183

Updated to current API.

2000-04-16 16:56 SN, revision 7182

Fixed Scrollbar handling.

2000-04-16 00:19 VZ, revision 7181

1. fixed assert failure/crash when clicking in empty checklistboxes 2. wrote wxBMPHandler::SaveFile() 3. fixed stupid bug in handling DDE commands in wxMimeTypesManager

2000-04-15 20:37 RL, revision 7180

reverted some earlier changes nuked by RR fixing the same problem -- only differently, breaking compilation again

2000-04-15 19:38 RL, revision 7179

s/menuString/menuLabel/ in wxMenuBar::FindMenuItem to fix bug similar to that in gtk version

2000-04-15 19:30 RL, revision 7178

bugfix for gtk wxMenuBar::FindMenuItem to strip special chars before comparison

2000-04-15 17:35 RR, revision 7177

Correction to minimal size of wxSizers.

2000-04-15 16:40 JS, revision 7176

Changed names of image-related VC++ project files

2000-04-15 11:26 RR, revision 7175

TODO updated.

2000-04-15 10:26 BS, revision 7174

Added Stefan's fix for messages being incorrectly ignored.

2000-04-15 10:25 BS, revision 7173

Added WinMessageBox() code, mainly from the Windows version.

2000-04-15 09:20 RR, revision 7172

Made tex2rtf compile again, Added wxSizer::SetMinSize() (documented) Added wxSizer::SetItemMinSize()

2000-04-15 00:38 DW, revision 7171

VA 3.0 cannot utilize the _Export macro in this configuration

2000-04-14 22:40 VZ, revision 7170

updated to test combo box events

2000-04-14 22:38 VZ, revision 7169

send key up/down events too

2000-04-14 19:46 VZ, revision 7168

fix for the fix for HAVE_THREAD_PRIORITY_FUNCTIONS detection

2000-04-14 19:32 VZ, revision 7167

fixes for HAVE_THREAD_PRIORITY_FUNCTIONS detection

2000-04-14 18:53 VZ, revision 7166

wxSpinCtrl::GetSize() should work now (thanks to Kristjan Jonsson)

2000-04-14 18:29 VZ, revision 7165

fixes for Unix detection (test for __UNIX__ in include/wx/defs.h) and for NetBSD detection in configure

2000-04-14 18:08 VZ, revision 7164

wxString::replace() assert fixed, test for it added

2000-04-14 16:12 RL, revision 7163

build .debs with new grid now that ok for wxPython too

2000-04-14 16:02 RL, revision 7162

fixed broken compilation under Linux, ULONG undefined and a duplicated global var name.

2000-04-14 15:59 RL, revision 7161

switched green/blue in SetRGB params

2000-04-14 07:53 BS, revision 7160

Fixed listbox on windows.

2000-04-13 20:15 VS, revision 7159

documented need of read-write image handler

2000-04-13 18:03 VZ, revision 7158

fix for menu helpstring in the status bar for MDI child frames

2000-04-13 17:57 VZ, revision 7157

unused var in GSocket_SetServer removed

2000-04-13 17:33 RL, revision 7156

added -kwxGetTranslation to locale/Makefile and updated .po files

2000-04-13 17:19 RL, revision 7155

added missing wxTRANSLATE for 'Details'

2000-04-13 16:18 JS, revision 7154

Gave the sash and splitter windows Create and Init methods

2000-04-13 15:48 GT, revision 7153

Changed the default of wxODBC_BACKWARD_COMPATABILITY to be 0, as it should have been

2000-04-13 14:27 BJ, revision 7152

add SetNumberOfColumns()

2000-04-13 10:56 JS, revision 7151

Renamed project files

2000-04-13 09:31 JS, revision 7150

New tech note, corrected makeprog.b32

2000-04-13 08:35 JS, revision 7149

Removed assert when charset not recognised

2000-04-13 08:17 RD, revision 7148

More ActiveX stuff. Can now automatically catch callbacks (events) from the COM object. I actually create a new class on the fly that derives from wxWindow, the COM CoClass and others needed to make it all work. The resulting class can be instantiated just like wxWindow, used in sizers, etc. It also responds to all COM method calls, properties, etc.

2000-04-13 07:08 JS, revision 7147

Removing files

2000-04-12 23:38 VZ, revision 7146

some warnings fixed

2000-04-12 23:38 VZ, revision 7145

wxTextCtrl::GetLineText() fixes: a) doesn't crash b) more efficient c) works in Unicode mode

2000-04-12 23:30 VZ, revision 7144

removed incorrect labels

2000-04-12 20:20 SN, revision 7143

Added a define needed by EMX when compiling for OS/2 presentation manager.

2000-04-12 19:54 VS, revision 7142

fixed duplicate definition bug

2000-04-12 15:13 JS, revision 7141

Replaced the HTML doc GIF icons with slightly nicer ones (I think)

2000-04-12 15:12 JS, revision 7140

Removed a redundant Show(TRUE) from details dialog (causes assert); tried in vain to allow empty tree control labels (doesn't seem possible)

2000-04-12 11:28 GT, revision 7139

Updated to use the new wxDb/wxDbTable accessors