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