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

1998-05-26 15:15 VZ, revision 36

new compile option added: USE_WXCONFIG. If it's 1, wxApp has a virtual wxConfig *CreateConfig() function which can be overloaded to create a global config object (current implementation simply returns NULL for now).

1998-05-26 15:13 VZ, revision 35

stray '^M' removed (egcs doesn't like them)

1998-05-26 15:11 VZ, revision 34

1) log leves are now global wxLOG_ prefixed constants and not wxConfig::enum members 2) another variant of wxLogTrace() takes the trace level as argument: this allows to filter trace messages from different sources (see wxTraceXXX constants) 3) wxLogWindow class added: opens a debug frame which collects all log messages

1998-05-26 15:08 VZ, revision 33

inline wxGetTranslation() moved so it's not called before being defined (thanks to egcs for the warning)

1998-05-26 15:07 VZ, revision 32

wxFileConfig now has it's own header, the config file name may be given to it's ctor (and not hard coded). Static wxFileConfig methods Get{Global|Local}FileName can be used to retrieve the standard config file path.

1998-05-26 15:05 VZ, revision 31

added write_append mode to wxFile, implemented eof() for Unix

1998-05-26 15:04 VZ, revision 30

added "\n" at the end of file to silent egcs warnings

1998-05-26 15:02 VZ, revision 29

added "const char *Read()" returning pointer to statis buffer (in wxConfig implementation at least), code common to wxRegConfig and wxFileConfig moved to config.cpp

1998-05-26 14:58 VZ, revision 28

mistype: #ifdef __GTK corrected (#ifdef __GTK__ now)

1998-05-22 20:03 JS, revision 27

Added some more missing files.

1998-05-22 19:57 JS, revision 26

*** empty log message ***

1998-05-22 19:08 RR, revision 25

Added dynamic events sample.

1998-05-22 17:09 JS, revision 24

*** empty log message ***

1998-05-22 11:48 JS, revision 23

*** empty log message ***

1998-05-22 10:31 JS, revision 22

In SetString, added test for owner draw style to cure crash.

1998-05-22 08:08 JS, revision 21

Changed library paths for new structure

1998-05-21 20:42 JS, revision 20

*** empty log message ***

1998-05-21 19:39 JS, revision 19

App declarations modified; cursor was corrupt; needed to add PostScript-related variable.

1998-05-21 15:02 JS, revision 18

*** empty log message ***

1998-05-21 14:34 JS, revision 17

Minor changes to make files compile (return values); added resource.cpp.

1998-05-21 14:33 JS, revision 16

Added resource.h, missing from archive.

1998-05-21 14:22 JS, revision 15

Added sample makefile.nt, makefile.g95.

1998-05-21 14:19 JS, revision 14

*** empty log message ***

1998-05-21 12:31 RR, revision 13

Add support for dynamic event tables

1998-05-21 10:46 RR, revision 12

*** empty log message ***