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-10-04 20:03 ABX, revision 29653

Warning fixes to most detailed warning output of OpenWatcom. Tested under Borland, DigitalMars and MinGW.

2004-10-04 19:47 ABX, revision 29652

Warning fixes to most detailed warning output of OpenWatcom. Tested under Borland, DigitalMars and MinGW.

2004-10-04 19:28 RD, revision 29651

Bail out if GetCurrentMenu returns NULL

2004-10-04 16:11 JS, revision 29650

Typo corrections

2004-10-04 15:36 RN, revision 29649

native wxFontDialog for carbon, second shot

2004-10-04 15:23 DS, revision 29648

added missing include for non-PCH compilation

2004-10-04 15:13 ABX, revision 29647

Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors. Content and links to TCP/DDE/Base Server/Client/Connection in correct places.

2004-10-04 10:52 VZ, revision 29646

don't use non blocking sockets if wxApp::IsMainLoopRunnning() returns false (closes 994293)

2004-10-04 10:51 VZ, revision 29645

added wxApp::IsMainLoopRunnning() (see bug 994293)

2004-10-04 10:38 VZ, revision 29644

added tests for deleting and renaming entries and groups

2004-10-04 10:37 VZ, revision 29643

assert that name, not full path, is used in RenameEntry(); fixed RenameGroup() which was completely broken for groups with subgroups

2004-10-04 10:18 VZ, revision 29642

fixed deletion of last group in the config file (bugs 849088 and 902147)

2004-10-04 08:53 VZ, revision 29641

don't try to delete our config file in DeleteAll() if we don't have any; don't assert when trying to delete an entry which doesn't exist (for consistency with DeleteGroup() and wxRegConfig)

2004-10-04 08:42 VZ, revision 29640

don't add dummy empty line at the end when reading from stream

2004-10-04 08:29 VZ, revision 29639

small optimization in wxConfigPathChanger: don't change the path if it is already the same as requested

2004-10-04 08:28 VZ, revision 29638

forward declare wxOutputStream (compilation fix for !USE_PCH)

2004-10-04 08:26 VZ, revision 29637

blind warning fix in wxUmaskChanger

2004-10-04 08:24 VZ, revision 29636

added SetPath(), entries and groups enumerations tests

2004-10-04 05:14 RL, revision 29635

Clean up the soversion/flavour labelling of binary runtime packages. Split out a common wxPython package so the runtime support for it doesn't need to conflict any more either. Makefile.in was apparently committed from out of date bakefiles so it is included here again too.

2004-10-03 23:46 DS, revision 29634

removed tab character

2004-10-03 23:17 VZ, revision 29633

started wxFileConfig unit test

2004-10-03 22:55 VZ, revision 29632

added wxFileConfig::Save(stream); documented it in new, separate from wxConfig, wxFileConfig doc file (replaces patches 902372 and 900889)

2004-10-03 22:34 VZ, revision 29631

don't keep a dirty flag in each entry/group, this is totally wasteful as a single flag in wxFileConfig itself is enough; do reset the dirty flag after Flush()ing

2004-10-03 22:18 VZ, revision 29630

use wxFileName::MacSetTypeAndCreator() in Flush() instead of duplicating its code here

2004-10-03 22:12 VZ, revision 29629

added wxUmaskChanger class and wxCHANGE_UMASK macro and use them instead of duplicating the same umask-setting code in several places

2004-10-03 21:00 VS, revision 29628

fixed menu destruction if it was removed from menubar with Remove

2004-10-03 19:38 VS, revision 29627

fixed transiency when the parent is MDI child frame

2004-10-03 18:06 JS, revision 29626

Workaround for special menu items not always being enabled. Use with UI update events.

2004-10-03 16:31 VS, revision 29625

fixed crash on invalid data (patch 1039453)

2004-10-03 16:10 VZ, revision 29624

don't include headers not needed when wxUSE_GUI == 0

2004-10-03 14:13 RR, revision 29623

Reworked TLW and app activation event code, also moved it to toplevel.cpp where it belongs.

2004-10-03 14:03 VZ, revision 29622

store bitmap data in premultiplied by alpha format in wxBitmap/wxDIB (patch 991172)

2004-10-03 13:53 VZ, revision 29621

use AlphaBlt() when blitting to a bitmap with alpha channel too (patch 991166)

2004-10-03 13:46 VZ, revision 29620

update the disabled buttons appearance when system colours change (followup to patch 1027243)

2004-10-03 13:38 VZ, revision 29619

oops, AdjustFontSize() had no effect; fixed (patch 1037952)

2004-10-03 13:36 VZ, revision 29618

Metrowerks fixes after huge file patch (patch 1037951)

2004-10-03 12:13 RL, revision 29617

Use the same paranoia we already apply to lib lists we get from configure to those we get from the user on the command line. Bubble all duplicates to occur at their last mention so static linking order is satified.

2004-10-03 12:11 VZ, revision 29616

destroy any TLWs still alive when the app terminates (avoids problems with classes unregistering under MSW and memory leaks everywhere)

2004-10-03 09:57 JS, revision 29615

Updated version number

2004-10-02 23:19 VZ, revision 29614

fixes for Metrowerks command line compiler (avoid redefining stuff already defined by configure)

2004-10-02 23:17 VZ, revision 29613

Metrowerks doesn't have isascii()

2004-10-02 23:16 VZ, revision 29612

$#include "expat_config.h" instead of <expat_config.h> as the file is in current directory

2004-10-02 22:10 VS, revision 29611

don't cd into utils/xrc if USE_XRC=0

2004-10-02 21:55 VS, revision 29610

don't cd into utils/xrc if USE_XRC=0

2004-10-02 21:30 VZ, revision 29609

removed non-const wxDC accessors for pens, brushes, ... (bug 1039169)

2004-10-02 20:52 VZ, revision 29608

only use __attribute__(regparm) for x86, this results in warnings under other platforms (e.g. PPC)

2004-10-02 20:31 VZ, revision 29607

use AC_LINK to check for va_copy, not AC_COMPILE

2004-10-02 19:19 RN, revision 29606

warning for 2.5.3

2004-10-02 18:33 VZ, revision 29605

added tests for va_copy and va_list

2004-10-02 18:32 VZ, revision 29604

added wxVaCopy() and use it to fix wxVsnprintf() crash (see bug 1017651)