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-22 14:53 VZ, revision 17340

added missing _T()s; deTABified

2002-09-22 14:32 JS, revision 17339

Fixed bug [ 413614 ] native wxDragImage w/o mask is broken by adding ILC_MASK even when there's no mask.

2002-09-22 11:36 JS, revision 17338

Fixed bug [ 495532 ] wxFileDialog limits multiple file load "The wxMAXPATH constant prevents the loading of multiple file names in a multiple selection dialog when selecting a large number of files. The number of selected files can easily exceed the memory allocated to store the selected file names and paths." I'm increasing the buffer size to 65536 which should be adequate for most purposes. There's apparently no way to work around the fixed buffer size. -- JACS

2002-09-22 08:46 MBN, revision 17337

Fixed wxRadioBox for Lesstif when compiled to emulate Motif 1.2 (as in Debian 3.0).

2002-09-21 23:01 VZ, revision 17336

made GetResourceHandle() const everywhere, not just in wxBrush (fixes first part of the bug 612658)

2002-09-21 21:59 VZ, revision 17335

removed mdig.cpp (??) from msw/files.lst as well

2002-09-21 20:53 MBN, revision 17334

Before this change wxComboBox was unconditionally white, which looked very ugly. Now the textcontrol and popup background are unconditionally white, while the rest has parent's background color. I think it looks better now...

2002-09-21 20:52 SC, revision 17333

added new command ids

2002-09-21 20:51 SC, revision 17332

added forcing for bitmap types

2002-09-21 20:49 SC, revision 17331

switched menu handling to command ids

2002-09-21 20:42 VZ, revision 17330

fixed some warnings about assigning literal strings to char *

2002-09-21 20:38 VZ, revision 17329

made ProvideBackground() const

2002-09-21 20:32 VZ, revision 17328

really override IsCanvasWindow() in wxPanel (this wasn't the case because of a missing const before)

2002-09-21 20:31 VZ, revision 17327

fix warning about hiding virtual Select()

2002-09-21 20:27 VZ, revision 17326

compilation fix: removed trailing comma in enum

2002-09-21 20:25 VZ, revision 17325

removed C++ comment

2002-09-21 17:20 JS, revision 17324

Added Makefile.in for Windows samples, so we can build them using MinGW

2002-09-21 16:26 SC, revision 17323

corrected var overflow under classic

2002-09-21 16:21 SC, revision 17322

corrected typos

2002-09-21 16:20 MBN, revision 17321

Applied Motif patches from Ian Brown [ 609894 ] motif staticbox improvement [ 611042 ] fix for motif crash Everything looks fine with Lesstif from Debian 3.0 (emulated Motif version is 1.2).

2002-09-21 16:16 MBN, revision 17320

GCC 3.2 is really picky about friends & dllexport. Now wxWindows compiles (again) as DLL with MinGW GCC 3.2

2002-09-21 14:16 JS, revision 17319

Fixed bug [ 597643 ] SashWindow-borders cause sticky arrow Needed an OnSetCursor as per splitter window, for MSW only.

2002-09-21 13:53 VS, revision 17318

fixed stupid bug in my previous check in

2002-09-21 12:20 RL, revision 17317

Ok, so the patch looks huge, but it's really not that scary. Most of it is just reformatting to our coding standard to make debugging possible in the first place. The (finally) significant change is in DeleteSubGroup where we now check correctly for deleting the last group from the root. Prior to this it was impossible without a crash or worse. Since it was such a pig to track down, I've left the LogTrace code in place for now too.

2002-09-21 11:44 VZ, revision 17316

don't set Alt/Ctrl modifiers for the AltGr char events

2002-09-21 10:38 VZ, revision 17315

fixed operator++() for wxRegioIterator in wxGTK too

2002-09-21 01:49 SN, revision 17314

Fixed bug introduced in v 1.8 by changed parameter list of SelectBlock, but mostly hidden by default values of new parameters.

2002-09-21 00:26 SN, revision 17313

Fixed yet another part of the typo fixed in 1.232.

2002-09-21 00:07 SN, revision 17312

Added some sanity checks for empty grids.

2002-09-21 00:01 SN, revision 17311

Fix in wxArrayString::Grow to also handle situation where array is not yet full but the nIncrement is greater than the space left.

2002-09-20 23:36 VZ, revision 17310

1. fixed bug in wxRegion::Combine() which was modifying all shared regions, not just the given one 2. added wxRegionIterator copy ctor and assignment operator 3. fixed wxRegionIterator::operators++() to do what they say 4. generic code cleanup

2002-09-20 23:01 VZ, revision 17309

base class must have virtual dtors and wxMBConv is no exception

2002-09-20 23:00 VZ, revision 17308

use _tcsdup() for compilers with TCHAR support

2002-09-20 23:00 VZ, revision 17307

no changes, really

2002-09-20 21:39 RD, revision 17306

Fix in <array>::Grow for when the array is not yet full but the nIncrement is greater than the space left.

2002-09-20 21:38 RD, revision 17305

typo fix for the branch too

2002-09-20 21:07 RR, revision 17304

Added ugly hack for pda's message and other common dialogs.

2002-09-20 21:06 RR, revision 17303

Fix typo.

2002-09-20 19:16 SC, revision 17302

switched hide and show calls to using transition window calls, this supports animation and sound support

2002-09-20 19:15 SC, revision 17301

changed resize code to reflect minimum and maximum sizes already when dragging the size rectangle

2002-09-20 17:33 RD, revision 17300

Fixed some of the cleanup commands

2002-09-20 15:08 SN, revision 17299

Fixed some typos that occured in applying patch 606235.

2002-09-20 13:28 VZ, revision 17298

apparently MipsPRO compiler needs -KPIC and not -fPIC for the shared libraries creation

2002-09-20 12:57 VZ, revision 17297

compilation fix: missing forward decl for wxTextCtrl

2002-09-20 12:53 VZ, revision 17296

(blind) fixes for building shared libraries under AIX with gcc

2002-09-20 08:53 JS, revision 17295

Applied fix for [ 439207 ] Monochrome PNG images come up black Joel Tesler (jtesler) A monochrome black and white PNG image comes up all black. This is referring to a single bit greyscale pixmap, not a one bit palette pxiamp. The easiest way to reproduce is to grab http://www.schaik.com/pngsuite/basn0g01.png and go into the image sample, and replace horse.png with this file. The following patch appears to fix the problem. However, I do not know what other side effects it might have. --- imagpng.cpp~ Fri Jul 6 14:53:33 2001 +++ imagpng.cpp Fri Jul 6 15:17:06 2001 @@ -140,6 +140,8 @@ if (color_type == PNG_COLOR_TYPE_PALETTE) png_set_expand( png_ptr ); + if (bit_depth < 8) + png_set_expand( png_ptr ); png_set_strip_16( png_ptr ); png_set_packing( png_ptr );

2002-09-20 08:21 JS, revision 17294

Fixed [ 548055 ] Bug in wxToolBarSimple::Realize() Cédric RICARD There is an inversion in wxToolBarSimple::Realize(): The current code is : if ( GetWindowStyleFlag() & wxTB_HORIZONTAL ) m_maxWidth += maxToolWidth; else m_maxHeight += maxToolHeight; I think it should be : if ( GetWindowStyleFlag() & wxTB_HORIZONTAL ) m_maxHeight += maxToolHeight; else m_maxWidth += maxToolWidth; Just take an example to see the bug, and have a look to the rest of the function : If you create an horizontal tool bar with only 3 tools of 16 pixels length each, when you reach this code, m_maxWidth is equal to 3*16 pixels. So it have the good width. You needn't to add other 16 pixels. But m_maxHeight is equal to 0 ! So you have to take care of the line you have just created... This is very logical. In an horizontal tool bar, m_maxWidth is increased after each new tool. But m_maxHeight is only increased when an entire line is finished, or when the last tool is added to take care of the last line. And at last, I think you should add a : SetSize(m_maxWidth, m_maxHeight); after the previous code. Just try the ToolBar sample code. It only works if I do that...

2002-09-20 01:37 RL, revision 17293

update python version dependency.

2002-09-20 00:11 VZ, revision 17292

don't crash when recreating notebook under wxGTK (bug 571853)

2002-09-19 23:31 RL, revision 17291

bumped version to 2.3.3.1