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

2002-09-15 10:15 JS, revision 17190

Updated makewx... scripts

2002-09-15 07:30 SC, revision 17189

merged deleted code back

2002-09-15 00:29 SN, revision 17188

Applied revised patch 606235 (Cell overflow refresh fixed).

2002-09-14 21:37 VZ, revision 17187

we do want arrows even in a read only text ctrl

2002-09-14 21:36 VZ, revision 17186

recreate the toolbar entirely when its text/icons style changes

2002-09-14 21:35 RR, revision 17185

Compile fix for the iPaq. No idea why.

2002-09-14 21:34 VZ, revision 17184

no changes

2002-09-14 21:07 VZ, revision 17183

set size if it's initially == wxDefaultSize() in MSWCreateControl

2002-09-14 20:49 RR, revision 17182

Updated some comments.

2002-09-14 18:38 VZ, revision 17181

printf() format warning fix

2002-09-14 18:35 RR, revision 17180

Added spec file for wxX11.

2002-09-14 18:34 RR, revision 17179

Added make dist for wxX11 to makefile.

2002-09-14 18:33 RR, revision 17178

Added todo file for wxX11. Empty still.

2002-09-14 17:28 JS, revision 17177

Added back the missing wxDash line

2002-09-14 17:23 JS, revision 17176

BC++: Disabled precompiled headers for png library, since it seemed to mess up compilation Moved EXTRACPPFLAGS to end of command line so they override current settings

2002-09-14 15:00 RR, revision 17175

Enable execute code for Unicode. This also makes printing to the printer work in Unicode mode.

2002-09-14 09:35 GD, revision 17174

added missing wxSTD for cout/endl

2002-09-14 08:31 JS, revision 17173

Applied patch [ 608876 ] Improvements to installation docs

2002-09-14 05:56 GD, revision 17172

don't override INSTALL as install path is made absolute in configure

2002-09-14 02:11 DW, revision 17171

new module def file for .dll build

2002-09-14 02:10 DW, revision 17170

OS/2 update

2002-09-14 02:09 DW, revision 17169

TRUE not true; FALSE not false

2002-09-14 00:15 RL, revision 17168

define the undefined wxThePrintSetup global.

2002-09-13 23:22 VS, revision 17167

another fix for wxSnprintf_

2002-09-13 22:02 RR, revision 17166

Backward comp. fix.

2002-09-13 22:00 RR, revision 17165

Further backward comp. changes for printing.

2002-09-13 20:57 DW, revision 17164

Weekly catch-up

2002-09-13 20:23 MBN, revision 17163

Fixed MinGW/configure/Unicode compilation: MinGW/MSVCRT vswprintf does not behave like other vswprintf; under Win32 you really want _vsnwprintf.

2002-09-13 17:22 VS, revision 17162

added some missing styles to XRC

2002-09-13 13:17 JS, revision 17161

Applied patch [ 608370 ] fix for static text sizing behaviour wxStaticText is meant to resize when SetLabel is called unless the flag wxST_NO_AUTORESIZE is used when creating it. Motif currently ignores this flag and always resizes the control. The attached patch provides a wxStaticText specific override of SetLabel() which honours the resize policy requested via the wxST_NO_AUTORESIZE flag. I have tested on AIX 4.3 which is Motif 2.1

2002-09-13 13:12 JS, revision 17160

Applied patch [ 608850 ] wxX11 menu accelerators need toupper Olly Betts Letter menu accelerators (with and probably without modifiers) don't work unless you have capslock on. Adding a call to toupper() to the appropriate spot fixes this (wxGtk does toupper in this case already). Applied patch [ 608530 ] wxX11 doesn't set argv[argc] to NULL Olly Betts The code which creates argv under wxX11 doesn't add a terminating element with value NULL - user code which expects this (it's true for C/C++ argv) will fail. Here's a patch to correct this. I've checked the other versions of app.cpp and they all get this right.

2002-09-13 09:29 JS, revision 17159

Updated Mingw32 install text

2002-09-12 22:25 JS, revision 17158

Small updates

2002-09-12 20:55 JS, revision 17157

Corrections

2002-09-12 20:16 JS, revision 17156

Added unix2dos.c utility Fixed doc typos

2002-09-12 20:15 VZ, revision 17155

undid previous commit, the person who reported it retracted his claim

2002-09-12 20:11 JS, revision 17154

Added utility to convert filenames to lower case

2002-09-12 19:59 VZ, revision 17153

include stddef.h to get ptrdiff_t decl (IRIX compilation problem)

2002-09-12 19:32 VZ, revision 17152

make wxFile::Exists() use wxFileExists(): this avoids code duplication and should make wxFile::Exists() work with UNC paths

2002-09-12 13:48 VZ, revision 17151

fix for cygwin warning in winsock.h about sys/types.h from Dimitri

2002-09-12 13:48 JS, revision 17150

Corrected typo that prevented mdig.h being copied

2002-09-12 13:32 JJ, revision 17149

Committing in . Silence OpenVMS warnings Modified Files: wxWindows/src/motif/spinbutt.cpp ----------------------------------------------------------------------

2002-09-12 11:11 JS, revision 17148

If a window has zero dimension, make it at least 1 pixel big

2002-09-12 08:51 JS, revision 17147

Don't compile crit. section code on Mac yet

2002-09-11 23:29 VZ, revision 17146

gtk2 Unicode compilation fix

2002-09-11 23:26 SN, revision 17145

Integrated fixes from latest UNIX version. Removed some debug output.

2002-09-11 23:21 VZ, revision 17144

show correct message when running configure for the switches which are on by default (such as --enable-compat22)

2002-09-11 22:28 SN, revision 17143

Applied patch 606235 (Cell overflow refresh fixed).

2002-09-11 22:03 RR, revision 17142

Readded deprec. constructor.

2002-09-11 21:44 SN, revision 17141

Fixed CoordToRowOrCol according to Patch 607387. Reverted the "Prevented dragging dividers outside cells" change which just worked around the symptoms of the bug in CoordToRowOrCol. Removed posssibility to resize columns even from below the grid or rows from the right of the grid - that kind of "dragging dividers" wasn't even prevented by the previous change (according to Patch 607387).