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