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-11-19 20:31 VZ, revision 12490

fixed a memory leak and an initialization problem

2001-11-19 18:58 MBN, revision 12489

Fixed Cygwin crash on toolbar tooltip

2001-11-19 18:57 MBN, revision 12488

Added HANGUL_CHARSET for MSVC5

2001-11-19 17:47 JS, revision 12487

More VC++ project file corrections

2001-11-19 16:07 JS, revision 12486

Corrected ViewStart problem

2001-11-19 16:05 JS, revision 12485

Project file corrections, doc corrections

2001-11-19 14:00 VZ, revision 12484

fixes for the dialog layout for the multiline labels

2001-11-19 04:05 DW, revision 12483

New .def file

2001-11-18 23:08 VZ, revision 12482

fixes for wxEvent and wxKeyEvent operator=()

2001-11-18 23:06 VZ, revision 12481

fixes for programmatically deleting the find/replace dialog

2001-11-18 22:28 GD, revision 12480

use class name instead of generic message in event related assert

2001-11-18 18:52 SC, revision 12479

added a preImage of the selection in order to avoid unnecessary events being triggered

2001-11-18 18:14 SC, revision 12478

corrected MacSetSelection which was incorrectly deselecting also the previously selected line when using multiselect

2001-11-18 13:53 RL, revision 12477

Fix for the kinda braindead debian python packaging of 2.1

2001-11-18 12:42 RR, revision 12476

This form of the event cloning patch survived my thorough stress testing.

2001-11-18 12:32 GD, revision 12475

replaced HAVE_MALLOC_H with !__DARWIN__

2001-11-18 12:25 GD, revision 12474

corrections for compilation under Mac OS X removed invalid '#pragma interface' in source files (instead of headers?)

2001-11-18 09:43 RR, revision 12473

Applied Chris' patch for support for ICO loading.

2001-11-18 08:00 GD, revision 12472

removed include/wx/mac/setup.h from filelist.txt

2001-11-18 07:29 GD, revision 12471

removed duplicated prototype

2001-11-18 07:28 GD, revision 12470

added missing include (for instance, needed in the calendar sample for wxMotif)

2001-11-18 02:57 RL, revision 12469

Removed include/wx/setup.h from filelist.txt -- Needed for autotools build, I don't _think_ it will break anything else..

2001-11-18 02:11 RL, revision 12468

Don't add -MMD until we are just about ready to build the lib, it messes with configure tests for RH's broken '2.96' compiler, and really doesn't belong in CFLAGS before then anyway. Made wxBaseArray dtor always non-virtual.

2001-11-17 23:50 RR, revision 12467

More changes to various controls for more reliably preventing them from emitting event when their state was changed programatically.

2001-11-17 23:18 GD, revision 12466

added const for constant char pointer function parameters

2001-11-17 23:15 VS, revision 12465

regenerated makefiles

2001-11-17 23:13 VS, revision 12464

added temporary implementation of wxChoice for wxUniv

2001-11-17 22:32 RR, revision 12463

Changed/Fixed way in which wxListBox blocks events after changing its state programatically.

2001-11-17 17:14 RR, revision 12462

Trying to fix dialog close/focus_widget problem.

2001-11-17 16:48 RR, revision 12461

Fixed bug which prevented toplevel window from reacting to a ::SetSize() call more than once.

2001-11-17 15:36 RL, revision 12460

cast away a couple of warnings and added *.inc to the MANUAL_DIST target

2001-11-17 13:23 RR, revision 12459

Added ::IsOk() to wxDataStream for error checking in stream classes used by wxDataStream.

2001-11-17 12:54 RR, revision 12458

Fixed sveral problems with wxTextCtrl::WriteText and AppendText.

2001-11-17 11:48 RL, revision 12457

document the new *_USER_EXPORTED_ARRAY macros.

2001-11-17 11:33 RL, revision 12456

Added WX_DEFINE_*_USER_EXPORTED_ARRAY macros for external dlls. updated debian scripts to build with python2.1

2001-11-17 01:23 VZ, revision 12455

compilation fix

2001-11-17 00:34 VZ, revision 12454

implemented EVT_LIST_ITEM_FOCUSED() for Win32 wxListCtrl

2001-11-16 18:42 DW, revision 12453

Implementing some more controls and an MDI child frame fix for wxFrame. Also include the textbuf class in the make. New module definition file.

2001-11-16 18:40 DW, revision 12452

Implementing some more controls and an MDI child frame fix for wxFrame.

2001-11-16 18:39 DW, revision 12451

TRUE and FALSE; not true and false.

2001-11-16 16:53 VZ, revision 12450

moved wxNotebook events docs into a separate file included by both noteevt.tex and notebook.tex

2001-11-16 16:31 VZ, revision 12449

added wxEVT_COMMAND_LIST_ITEM_FOCUSED event and implemented it for the generic version

2001-11-16 15:20 VZ, revision 12448

wxGTK popup menu positioning fix

2001-11-16 15:08 VZ, revision 12447

compilation fix for wxMotif

2001-11-16 15:04 VZ, revision 12446

compilation fix for wxFrame under wxMotif

2001-11-16 13:09 RL, revision 12445

mainly the result of collapsing folds in vimdiff from 2.2

2001-11-16 12:27 VZ, revision 12444

Flush() argument should have a default value for compatibility with the other wxConfig versions

2001-11-16 12:07 VZ, revision 12443

compilation warning fix

2001-11-16 07:17 GD, revision 12442

applied SourceForge patch #479670 (fixes for OpenGL samples) by Paul Thiessen

2001-11-16 00:19 RD, revision 12441

Corrected wxPython notes