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

2004-02-08 18:48 JS, revision 25653

Misc documentation fixes

2004-02-08 18:09 JS, revision 25652

Added makefile for making documentation

2004-02-08 17:30 JS, revision 25651

Added Release Unicode DLL and Debug Unicode DLL (identical to non-DLL configurations) in order to get appropriate regex configuration compiled when wxWindows is compiled via wxWindows.dsw. Closes bug 877037.

2004-02-08 16:27 SN, revision 25650

Applied and extended patch 886524 (wxGridCellFloatEditor doesn't accept '.' and '-').

2004-02-08 16:20 VZ, revision 25649

don't use char hook to handle Esc in the dialogs, it is too blunt and prevents us from using it for the other purposes such as closing popup menus (bug 884713)

2004-02-08 16:13 JS, revision 25648

Fixed bug [ 849168 ] wxGenericDirCtrl missing wxPROPERTY_FLAGS section for RTTI

2004-02-08 15:52 VZ, revision 25647

estimate size of multiline text controls more accurately (bug 873277)

2004-02-08 15:51 JS, revision 25646

Closed doc bug [ 412032 ] wxGrid SetCellAlignment

2004-02-08 15:40 JS, revision 25645

Document deletion of all items in SetWindowStyleFlag for wxListCtrl

2004-02-08 15:39 JS, revision 25644

Fixed [ 855507 ] typo in wxFrame

2004-02-08 15:38 VZ, revision 25643

fixed wxEVT_CONTEXT_MENU generation (it works differently under w2k/XP than under NT4 apparently...) (partly fixes bug 861510)

2004-02-08 15:34 JS, revision 25642

Fixed doc bug [ 871974 ] wxCursor(bits, ...) constructor misses fg and bg in doc Jay Berkenbilt

2004-02-08 15:29 VZ, revision 25641

as after recent change wxID_SEPARATOR is now -2, it is better for idMenuTitle to be different from -2 as otherwise we have separators instead of menu titles

2004-02-08 15:16 VZ, revision 25640

don't try O(N) actions in virtual view, this gives impression that the sample hangs (as in bug 857038)

2004-02-08 15:15 JS, revision 25639

Fixed bug [ 875952 ] Win32 wxListControl::FindItem documentation wrong Fixed bug [ 890430 ] 'message' parameter documented twice

2004-02-08 15:13 JS, revision 25638

Fixed [ 875952 ] Win32 wxListControl::FindItem documentation wrong

2004-02-08 15:06 VZ, revision 25637

ugly attempt to fix compilation for BCB 6 (bug 819700)

2004-02-08 15:03 JS, revision 25636

Fixed bug [ 865999 ] wxRETAINED windows appear blank on MSW. wxRETAINED defined to 0 on non-Motif platforms to avoid clash with wxPOPUP_WINDOW

2004-02-08 15:02 VZ, revision 25635

fixed and documented GetItemText/BackgroundColour() (closes bug 812907)

2004-02-08 14:45 VZ, revision 25634

don't call SelectObject() twice in SetBrush() nor SetFont() neither

2004-02-08 14:38 VZ, revision 25633

renamed wxEventFixModule to wxWakeUpIdleModule; added error checking; slight code cleanup

2004-02-08 14:27 VZ, revision 25632

added GetHbrush() and GetHbrushOf()

2004-02-08 14:22 VZ, revision 25631

don't call SelectObject() twice in SetPen() (slow!); don't do anything if setting the same pen and handle errors betters (should fix bug 811415)

2004-02-08 14:20 VZ, revision 25630

fixed operator=(), ==() and !=() for wxPen

2004-02-08 14:07 VZ, revision 25629

fixed small bug in operator=() (comparing equal but not identical objects were not assigned though they should be)