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-02-06 18:51 RD, revision 19141

Added search capability

2003-02-06 18:44 RD, revision 19140

Typo fix

2003-02-06 18:43 RD, revision 19139

SWIGged updates for wxMSW

2003-02-06 18:39 RD, revision 19138

more Python 2.3 build support

2003-02-06 18:37 RD, revision 19137

SWIGged updates for wxGTK

2003-02-06 18:36 RD, revision 19136

Fixed wxSizer.Insert wrapper to not try to use the first param as the window.

2003-02-06 18:30 RD, revision 19135

Added SetItemSpacing

2003-02-06 18:28 RD, revision 19134

SWIGged updates for wxMSW

2003-02-06 18:26 RD, revision 19133

SWIGged updates for wxMac

2003-02-06 18:23 RD, revision 19132

demo tweaks

2003-02-06 18:21 RD, revision 19131

*** empty log message ***

2003-02-06 14:07 JS, revision 19130

Moved ffile inclusion

2003-02-06 02:18 RD, revision 19129

Check the image height when calulating the line height. This allows larger than normal images to be used.

2003-02-06 00:53 VZ, revision 19128

allow compilation with wxUSE_DATETIME == 0 (patch 679822)

2003-02-06 00:51 VZ, revision 19127

compilation fix for WXWIN_COMPATIBILITY_2 == 1

2003-02-05 23:30 RD, revision 19126

Scintilla uses a -1 index to unselect, we need to catch that.

2003-02-05 12:17 VZ, revision 19125

fixed typo in the label

2003-02-05 09:57 ROL, revision 19124

*** empty log message ***

2003-02-05 09:54 ROL, revision 19123

mac platform-specific checks

2003-02-05 09:53 ROL, revision 19122

Fix for README.txt in help menu Mac platform-specdific checks

2003-02-05 00:54 VZ, revision 19121

HP-UX fixes: use INSTALL_DIR as install doesn't have -d option; fixes for threads compilation

2003-02-04 22:30 SC, revision 19120

added hints from QA 1061

2003-02-04 22:27 SC, revision 19119

OSX native tooltips

2003-02-04 22:25 SC, revision 19118

carbon event savvy wakeup call

2003-02-04 21:57 MBN, revision 19117

Update with recent changes.

2003-02-04 21:37 MBN, revision 19116

Do not redeclare a struct (w32api 2.2 will have it).

2003-02-04 21:29 MBN, revision 19115

Regenerated configure.

2003-02-04 21:09 MBN, revision 19114

Applied patch [ 679397 ] remove GPL code from motif build from Ian Brown, with some modifications; this patch replaces the (GPL) Motif ComboBox with an implementation based on the native (for Motif 2.0) ComboBox. The old ComboBox is still used as a fallback for older Motif versions. My modifications include some method's implementation and some workarounds for LessTif.

2003-02-04 20:34 VZ, revision 19113

try to create smaller executables

2003-02-04 16:43 VZ, revision 19112

added wxLocale::FindLanguageInfo()

2003-02-04 14:24 MBN, revision 19111

Regenerate makefile.

2003-02-04 14:22 MBN, revision 19110

Allow building in unicode mode with just "make -f makefile.g95 UNICODE=1" without requiring setup.h modifications (backport).

2003-02-04 14:19 MBN, revision 19109

Some small updates to build instructions. Most of the changes are simply corrections to Cygwin/MinGW capitalisation/names.

2003-02-04 14:15 MBN, revision 19108

Backported MinGW makefiles improvements from Greg Chicares.

2003-02-04 10:36 JS, revision 19107

2nd step

2003-02-04 10:35 JS, revision 19106

First step in eol fix

2003-02-04 10:31 JS, revision 19105

1st step

2003-02-04 10:28 JS, revision 19104

First step in fix

2003-02-04 10:24 JS, revision 19103

Fixed .dsw file

2003-02-04 10:18 JS, revision 19102

Now commit actual file with correct line endings

2003-02-04 10:16 JS, revision 19101

Fooling CVS into thinking there's been a change

2003-02-04 00:57 VZ, revision 19100

fix for warnings when wxUSE_RESOURCE_LOADING_IN_MSW == 0

2003-02-04 00:56 VZ, revision 19099

added Watcom mention

2003-02-04 00:54 VZ, revision 19098

corrected the value of EUC_JP

2003-02-03 23:31 VS, revision 19097

fixes to ShowFullScreen (KDE 3.1)

2003-02-03 23:23 VS, revision 19096

fixes to ShowFullScreen (KDE 3.1)

2003-02-03 23:09 VZ, revision 19095

added (woefully incomplete) Japanese translations

2003-02-03 22:45 MBN, revision 19094

More changes to be backported.

2003-02-03 22:39 MBN, revision 19093

Make wxr resources work in Unicode mode.

2003-02-03 22:35 MBN, revision 19092

MSVC 5 does not have BIF_EDITBOX.