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

2003-03-02 23:21 VZ, revision 19441

added missing include (patch 690352)

2003-03-02 23:18 VZ, revision 19440

fixed memory leak (patch 685580)

2003-03-02 22:48 SC, revision 19439

GiveFeedback support, Cursor Extension

2003-03-02 22:47 SC, revision 19438

OSX printing fixes

2003-03-02 22:46 SC, revision 19437

destroy event support

2003-03-02 22:45 SC, revision 19436

usleep fix

2003-03-02 22:44 SC, revision 19435

xpm support, color cursor support

2003-03-02 22:38 SC, revision 19434

xpm support

2003-03-02 22:37 SC, revision 19433

fix

2003-03-02 22:35 SC, revision 19432

added copy arrow cursor macos specific

2003-03-02 21:34 RR, revision 19431

Up-ported wxBusyCursor fix and wxCombBov default dialog action behaviour if enter is hit in it.

2003-03-02 21:33 RR, revision 19430

Fixed wxBusuCursor.

2003-03-02 21:31 RR, revision 19429

Added hint at default conversion in Unicode mode. It is enough if I got burned by it.

2003-03-02 20:22 GD, revision 19428

updated source to not use deprecated wxList methods

2003-03-02 20:08 MBN, revision 19427

Refactored wxStaticBox, and changed wxStaticBox and wxRadioBox border style from sunken to the default Motif style. Added some convenience macros for checking Motif/Lesstif version. Fixed the bug that caused wxStaticBox size to change when label text was changed.

2003-03-02 19:57 GD, revision 19426

added missing include file and corrected memory leak due to creation of never used region (NewRgn)

2003-03-02 18:58 VS, revision 19425

implemented wxCLOSE_BOX under Windows

2003-03-02 14:38 VZ, revision 19424

added tests for changing display resolution and going full screen

2003-03-02 14:31 VZ, revision 19423

added wxDisplay files

2003-03-02 14:30 VZ, revision 19422

define some global wxDisplay-related stuff here (wxArrayVideoModes, wxDefaultVideoMode)

2003-03-02 14:24 VZ, revision 19421

maximize the window to the correct display (i.e. the one it is currently on); ShowFullScreen() actually shows the window, too

2003-03-02 14:23 SC, revision 19420

OSX fixes for printing

2003-03-02 14:17 VZ, revision 19419

implemented video mode support (getting the current one, enumerating, changing)

2003-03-02 14:16 VZ, revision 19418

significant API changes: wxVideoMode and methods using it added, GetDepth() and IsColour() removed, GetFromWindow() added

2003-03-02 13:56 SC, revision 19417

OSX fixes