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