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

2002-12-09 10:15 JS, revision 18140

Applied patch [ 642172 ] Fix menu accelerators in ownerdrw Fixed bug when updating menu text to inform the ownerdrw code of the new menu accelerator attached to the menu item. Improved the layout of the owenerdrw menu ownerdrw to correctly account for menu accelerators, submenu arrows etc. Scott Pleiter (Note from JACS: I've also changed the sample to show the Quit item correctly aligned; it needs to have the font set before wxWin knows it's an ownerdrawn item.)

2002-12-09 09:49 ROL, revision 18139

*** empty log message ***

2002-12-09 09:48 ROL, revision 18138

changes

2002-12-09 09:46 ROL, revision 18137

Changes from global variables to 'g' object defined in globals.py

2002-12-09 09:46 JS, revision 18136

Applied patch [ 642162 ] restore wxWizard wxEVT_WIZARD_FINISHED Restore the wxWizard wxEVT_WIZARD_FINISHED event, which was sent when the FINISHED button was pressed and the wizard was finished. When the wxWizard is modal this event is not needed. However, when the wizard is non-modal this is the only way to determine that the wizard has finished. Scott Pleiter

2002-12-09 09:45 ROL, revision 18135

Undo/Redo support classes

2002-12-09 09:45 ROL, revision 18134

Undo/Redo

2002-12-09 09:44 ROL, revision 18133

Separated XML_Tree to tree.py, Panel and friends to panel.py added Undo/Redo commands added 'container' submenu other fixes

2002-12-09 09:42 ROL, revision 18132

SawFish customization for better focus handling

2002-12-09 09:41 ROL, revision 18131

Global variables collected

2002-12-09 09:41 ROL, revision 18130

Separated xrced.py in 3 files

2002-12-09 09:38 ROL, revision 18129

Undo/Redo images

2002-12-09 09:29 JS, revision 18128

Applied patch [ 642157 ] [MSW] HMENU resource leak from wxMenuBar Latest CVS - When a wxMenuBar is detached from a frame and deleted the HMENU resource leaks. This patch fixes the leak. Scott Pleiter

2002-12-09 09:21 JS, revision 18127

Applied [ 639060 ] Individual bar floating in contrib/fl In the current contrib/fl implementation, all control bars in the frame layout either float or they don't. I added code to allow the bar floating to be determined on a bar- by-bar basis. That is, this patch enables some control bars to float while keeping others locked. Kevin Yochum

2002-12-09 09:15 JS, revision 18126

Added missing AddBook

2002-12-09 09:14 JS, revision 18125

Applied patch [ 638561 ] Allow SetFont(wxNullFont) in wxGTK

2002-12-09 00:14 VZ, revision 18124

fixed Get/SetString() prototypes

2002-12-09 00:06 VZ, revision 18123

fixed a typo

2002-12-09 00:05 VZ, revision 18122

replaced wxItem_Xxx with wxITEM_XXX as they should be

2002-12-08 22:07 JS, revision 18121

Applied patch [ 637982 ] wxComboBox needs margin wxComboBox doesn't have a margin between the text and the dropdown button when the default size is used. Since wxTextctrl currently returns a rather long minmal size, this error is only visible if a long text (around 20 chars) is used. This patch introduces a margin (analog wxSpinctrl). Otto Wyss

2002-12-08 21:43 JS, revision 18120

Applied patch [ 637982 ] wxComboBox needs margin wxComboBox doesn't have a margin between the text and the dropdown button when the default size is used. Since wxTextctrl currently returns a rather long minmal size, this error is only visible if a long text (around 20 chars) is used. This patch introduces a margin (analog wxSpinctrl). Otto Wyss

2002-12-08 20:30 VS, revision 18119

use AddBook(wxFileName)

2002-12-08 20:30 VS, revision 18118

added wxHtmlHelpController::AddBook(wxFileName)

2002-12-08 20:30 VS, revision 18117

fixed tex2rtf error

2002-12-08 20:28 VS, revision 18116

modifications to URL<->filename conversion: take wxFileName, rename

2002-12-08 18:48 MBN, revision 18115

Refactored & cleaned up wxChoice & wxComboBox code, fixed client data handling, implemented wxControlWIthItems' methods correctly, fixed a couple of other bugs.

2002-12-08 18:43 MBN, revision 18114

Added wxClientDataDictionary, used (in wxMotif ATM) to maintain the association between wxControlWithItems' items and their client data.

2002-12-08 18:38 MBN, revision 18113

Replaced int with size_t where appropriate, added WXDLLEXPORT, corrected a bug in RemoveAt.

2002-12-08 18:02 RR, revision 18112

Catching dclick event from a spinbutton or spin control crashes GTK 1.2 sooner or later. Just disable this event for now. Should also be in 2.4, actually.

2002-12-08 16:10 rgammans, revision 18111

Documentation for wxDbGrid from patch 638274 Updates with the aim of improving readability.

2002-12-08 16:04 rgammans, revision 18110

new member functio of wxDbColInfo to allow two step creation , to be descibed in the docs.

2002-12-08 13:23 VS, revision 18109

Fixed EVT_TREE_SEL_CHANGED and _CHANGING under MSLU (patch 631815) (backported from the trunk)

2002-12-08 13:23 VS, revision 18108

Fixed EVT_TREE_SEL_CHANGED and _CHANGING under MSLU (patch 631815)

2002-12-08 13:22 VS, revision 18107

XRC assigns ID to wxStaticBox created by including wxStaticBoxSizer (did what patch 632470 was supposed to do) (backported from the trunk)

2002-12-08 13:22 VS, revision 18106

XRC assigns ID to wxStaticBox created by including wxStaticBoxSizer (did what patch 632470 was supposed to do)

2002-12-08 13:21 VS, revision 18105

Unicode compilation fixes for treectrl sample (backported to 2.4)

2002-12-08 13:21 VS, revision 18104

Unicode compilation fixes for treectrl sample

2002-12-08 13:20 VS, revision 18103

fixed Vadim's removal of XPM handler

2002-12-08 00:57 VZ, revision 18102

don't add XPM handler in wxInitAllImageHandlers() because it had been already edited in wxImage::nitStandardHandlers()

2002-12-07 23:58 VZ, revision 18101

always declare wxAppInitializerFunction() as returning wxApp, whether we use gcc or not

2002-12-07 16:08 JS, revision 18100

Committed vcw files also

2002-12-07 16:05 JS, revision 18099

Converted wxBase also

2002-12-07 15:41 RR, revision 18098

Various compile fixes for WinCE.

2002-12-07 15:37 SN, revision 18097

Version number changes. Added information on how to circumvent make's problems with auto-generated .d files.

2002-12-07 15:31 JS, revision 18096

Corrected line endings, deps now relative

2002-12-07 15:21 SN, revision 18095

Added information on how to circumvent make's problems with auto-generated .d files.

2002-12-07 12:38 RR, revision 18094

Added simplistic makefile/project files for wxWinCE.

2002-12-07 12:36 RR, revision 18093

Platform define for wxWinCE

2002-12-07 09:18 JS, revision 18092

Correction to path/URL code

2002-12-07 02:30 VZ, revision 18091

added semicolons after HASH_MAP (backported from trunk)