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

2002-09-19 23:25 RL, revision 17290

Persist without manpages, the cure is worse than the affliction.

2002-09-19 22:39 VS, revision 17289

fix for filenames extraction for wxBitmapButton

2002-09-19 21:49 VZ, revision 17288

mention that multiple selection events are not sent to the virtual list controls

2002-09-19 20:40 VZ, revision 17287

force controls with wxTE_RICH2 style to scroll to the end in AppendText() (fixes bug 564526)

2002-09-19 20:28 RR, revision 17286

Added work around for compilation prob in utilscmns. The whole mess should be removed. Not sure what I changed in fontmap.

2002-09-19 20:26 RR, revision 17285

Implement screen size testing (wxSystemSettings) under X11. Add a hack for the incorrect XDrawLine() call in Xipaq. Minor fixes.

2002-09-19 20:24 RR, revision 17284

Actually implement setting_screen size since we are writing code for it.

2002-09-19 20:23 RR, revision 17283

CreateButtonSizer in wxDialog will craete a PDA size adapted button sizer now.

2002-09-19 20:22 RR, revision 17282

Adapt wxFileDialog and wxMessageDialog for PDAs.

2002-09-19 20:21 RR, revision 17281

Use renderer for wxListCtrl's header in wxUniversal.

2002-09-19 20:07 VZ, revision 17280

use full 32 bit range when dragging a scrollbar (fixes bug 414986)

2002-09-19 20:06 MBN, revision 17279

Fix wxListEvent::GetLabel

2002-09-19 19:46 VZ, revision 17278

define ZEXPORT as empty if the system zlib.h doesn't define it (fixes bug 583681)

2002-09-19 19:42 VZ, revision 17277

don't allow TABbing away from the list control while the label is being edited (fixes bug 555749)

2002-09-19 18:23 JS, revision 17276

Use System DDE topic for wxExecute if no topic found Try Execute first, then Request

2002-09-19 11:54 VZ, revision 17275

more checks to avoid asserts (wxID_PRINT tool might not exist); added _T() around strings

2002-09-19 11:53 VZ, revision 17274

remove the old buttons in Realize() before inserting the new ones in text only mode too

2002-09-19 11:16 VZ, revision 17273

removed unused MSWWindowProc() (so that nobody is tempted to put it back)

2002-09-19 06:17 JJ, revision 17272

Committing in . Updated OpenVMS configuration Modified Files: wxWindows/setup.h_vms ----------------------------------------------------------------------

2002-09-19 06:10 , revision 17271
  • A /wxWidgets/tags/wxPy_2_3_3_1
  • R /wxWidgets/tags/wxPy_2_3_3_1/acinclude.m4
  • R /wxWidgets/tags/wxPy_2_3_3_1/aclocal.m4
  • R /wxWidgets/tags/wxPy_2_3_3_1/configure
  • R /wxWidgets/tags/wxPy_2_3_3_1/configure.in
  • R /wxWidgets/tags/wxPy_2_3_3_1/contrib/src/xrc/xh_dlg.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_1/debian/rules
  • D /wxWidgets/tags/wxPy_2_3_3_1/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/wxPy_2_3_3_1/distrib/msw/copybase.bat
  • R /wxWidgets/tags/wxPy_2_3_3_1/docs/latex/wx/tstring.tex
  • R /wxWidgets/tags/wxPy_2_3_3_1/docs/latex/wx/wizard.tex
  • A /wxWidgets/tags/wxPy_2_3_3_1/docs/tech/tn0006.txt
  • R /wxWidgets/tags/wxPy_2_3_3_1/include/wx/mac/textctrl.h
  • R /wxWidgets/tags/wxPy_2_3_3_1/include/wx/mac/window.h
  • R /wxWidgets/tags/wxPy_2_3_3_1/lib/dummy
  • R /wxWidgets/tags/wxPy_2_3_3_1/Makefile.in
  • R /wxWidgets/tags/wxPy_2_3_3_1/misc/afm
  • A /wxWidgets/tags/wxPy_2_3_3_1/misc/afm/.cvsignore
  • A /wxWidgets/tags/wxPy_2_3_3_1/misc/afm/Zapf.afm
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/console/console.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/console/console.dsp
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/internat/internat.def
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/internat/internat.rc
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/internat/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/internat/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/internat/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/layout/expt.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/layout/fload.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/layout/layout.def
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/layout/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/layout/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/mdi/chart.ico
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/mdi/makefile.sc
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/mdi/makefile.vms
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/mdi/mdi.def
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/mdi/mdi.ico
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/png/pngdemo.rc
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/printing/fload.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/printing/printing.def
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_3_1/samples/tab/mondrian.ico
  • R /wxWidgets/tags/wxPy_2_3_3_1/setup.h.in
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/common/glob.inc
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/generic/grid.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/generic/listctrl.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/gtk/app.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/gtk/cross.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/gtk/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/gtk/tbargtk.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/gtk/textctrl.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/gtk/verti.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/gtk1/app.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/gtk1/cross.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/gtk1/tbargtk.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/gtk1/textctrl.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/gtk1/verti.xbm
  • D /wxWidgets/tags/wxPy_2_3_3_1/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/wxPy_2_3_3_1/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/wxPy_2_3_3_1/src/html/search.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/mac/carbon/textctrl.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/mac/textctrl.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/makeprog.b32
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/msw/listctrl.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/msw/makebase.b32
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/os2
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/os2/makefile.va
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/.cvsignore
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/ANNOUNCE
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/ansi2knr.1
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/ansi2knr.c
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/CHANGES
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/example.c
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/INSTALL
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/libpng.3
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/libpng.txt
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/libpngpf.3
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/makefile.b32
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/makefile.bcc
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/makefile.dos
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/makefile.unx
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/makefile.vc
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/makefile.wat
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/makemac6.mcp
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/png.5
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/png.c
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/png.dsp
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/png.dsw
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/png.h
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/pngconf.h
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/pngerror.c
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/pngget.c
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/pngM5.xml
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/pngM7.mcp
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/pngmem.c
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/pngpread.c
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/pngread.c
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/pngrio.c
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/pngrtran.c
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/pngrutil.c
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/pngset.c
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/pngtest.c
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/pngtrans.c
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/pngwio.c
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/pngwrite.c
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/pngwtran.c
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/pngwutil.c
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/projects/beos
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/projects/beos/x86-static.txt
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/README
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/scripts/build.bat
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/wxPy_2_3_3_1/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/TODO
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/png/Y2KINFO
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/regex
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/regex/COPYRIGHT
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/regex/mkh
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/regex/README
  • D /wxWidgets/tags/wxPy_2_3_3_1/src/regex/regc_color.c
  • D /wxWidgets/tags/wxPy_2_3_3_1/src/regex/regc_lex.c
  • D /wxWidgets/tags/wxPy_2_3_3_1/src/regex/regc_nfa.c
  • D /wxWidgets/tags/wxPy_2_3_3_1/src/regex/regerrs.h
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/regex/regex.3
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/regex/regex.7
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/regex/regex.h
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/regex/regex2.h
  • D /wxWidgets/tags/wxPy_2_3_3_1/src/regex/rege_dfa.c
  • D /wxWidgets/tags/wxPy_2_3_3_1/src/regex/regfronts.c
  • D /wxWidgets/tags/wxPy_2_3_3_1/src/regex/regguts.h
  • D /wxWidgets/tags/wxPy_2_3_3_1/src/regex/re_syntax.n
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/regex/split.c
  • D /wxWidgets/tags/wxPy_2_3_3_1/src/regex/tclUniData.c
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/regex/tests
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/regex/utils.h
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/regex/WHATSNEW
  • D /wxWidgets/tags/wxPy_2_3_3_1/src/unix/net.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/xrc/xh_dlg.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/zlib/algorithm.txt
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/zlib/ChangeLog
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/zlib/configure
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/zlib/descrip.mms
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/zlib/INDEX
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/zlib/Makefile.in2
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/zlib/Make_vms.com
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/zlib/README
  • R /wxWidgets/tags/wxPy_2_3_3_1/src/zlib/trees.h
  • D /wxWidgets/tags/wxPy_2_3_3_1/utils/wxprop
  • R /wxWidgets/tags/wxPy_2_3_3_1/wx-config.in
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/BUILD.osx.txt
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/BUILD.unix.txt
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/BUILD.win32.txt
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/CHANGES.txt
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/contrib/stc/gtk/stc_.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/contrib/stc/mac/stc_.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/contrib/stc/msw/stc_.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/contrib/stc/_stcextras.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/demo/GridCustTable.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/demo/Main.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/demo/wxListCtrl.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/demo/wxListCtrl_virtual.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/demo/wxScrolledWindow.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/demo/wxTextCtrl.py
  • A /wxWidgets/tags/wxPy_2_3_3_1/wxPython/demo/wxTimeCtrl.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/distrib/makerpm
  • A /wxWidgets/tags/wxPy_2_3_3_1/wxPython/distrib/README.1st.txt
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/setup.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/src/gtk/windows.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/src/gtk/windows.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/src/gtk/wx.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/src/helpers.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/src/mac/windows.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/src/mac/windows.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/src/mac/wx.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/src/msw/windows.cpp
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/src/msw/windows.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/src/msw/wx.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/src/windows.i
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/src/_extras.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/src/__version__.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/wxPython/lib/mixins/listctrl.py
  • A /wxWidgets/tags/wxPy_2_3_3_1/wxPython/wxPython/lib/mixins/rubberband.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/wxPython/lib/PyCrust/PyCrustApp.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/wxPython/lib/PyCrust/PyFillingApp.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/wxPython/lib/PyCrust/PyShellApp.py
  • A /wxWidgets/tags/wxPy_2_3_3_1/wxPython/wxPython/lib/timectrl.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/wxPython/tools/img2png.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/wxPython/tools/img2py.py
  • R /wxWidgets/tags/wxPy_2_3_3_1/wxPython/wxPython/tools/img2xpm.py

This commit was manufactured by cvs2svn to create tag 'wxPy_2_3_3_1'.

2002-09-19 06:10 RD, revision 17270

More tweaks for wxTimeCtrl

2002-09-19 05:52 RD, revision 17269

Fixed default size of wxTimeCtrl

2002-09-19 05:31 RD, revision 17268

Added missing !

2002-09-19 05:13 RD, revision 17267

Added wxTimeCtrl from Will Sadkin.

2002-09-19 04:27 RD, revision 17266

SWIGged updates for wxMac

2002-09-19 01:41 RL, revision 17265

oops, add the section extentions.

2002-09-19 00:33 RL, revision 17264

link undocumented man page to undocumented binaries.

2002-09-18 23:03 VS, revision 17263

added wxID_CLOSE_ALL to XRC (SF patch)

2002-09-18 22:45 RD, revision 17262

Updated build instructions and etc.

2002-09-18 21:35 RD, revision 17261

Set wxPython version number

2002-09-18 20:44 RD, revision 17260

SWIGged update for wxGTK

2002-09-18 20:40 RD, revision 17259

SWIGged update for wxMSW

2002-09-18 20:39 RD, revision 17258

Added wxMenuBar::IsEnabledTop

2002-09-18 20:39 RD, revision 17257

Allow the developer to choose if SetUseBestVisual is called

2002-09-18 20:35 RD, revision 17256

A patch for wxListCtrlAutoWidthMixin from anthony@computronix.com

2002-09-18 20:30 RD, revision 17255

Removed #! from scripts that no longer need to be directly executable

2002-09-18 19:57 MBN, revision 17254

Fix wxListEvent::GetData

2002-09-18 18:48 RD, revision 17253

Last checkin was a mistake, undo some debugging code...

2002-09-18 18:47 RD, revision 17252

Delete the selection before inserting text in WriteText. Also, fix bug in repositioning of the caret after the insertion.

2002-09-18 18:38 RD, revision 17251

Delete the selection before inserting text in WriteText. Also, fix bug in repositioning of the caret after the insertion.

2002-09-18 17:48 RD, revision 17250

WriteText test case

2002-09-18 17:15 RD, revision 17249

SetSelection(-1, -1) now selects the entire string as on wxMSW

2002-09-18 15:39 VZ, revision 17248

define OF() if not defined in the system headers, should help when using the system zlib version

2002-09-18 14:48 VZ, revision 17247

corrected outdated Unicode information

2002-09-18 14:09 VZ, revision 17246

include afxwin.h #if wxUSE_MFC to get windows.h in this case as well; minor formatting fixes and one char -> wxChar change

2002-09-18 12:59 VZ, revision 17245

added a note that the tech note is obsolete for wxWin 2.3+

2002-09-17 23:24 , revision 17244
  • A /wxWidgets/tags/WX_2_3_3
  • D /wxWidgets/tags/WX_2_3_3/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_3_3/distrib/msw/copybase.bat
  • A /wxWidgets/tags/WX_2_3_3/docs/tech/tn0006.txt
  • R /wxWidgets/tags/WX_2_3_3/lib/dummy
  • R /wxWidgets/tags/WX_2_3_3/misc/afm
  • A /wxWidgets/tags/WX_2_3_3/misc/afm/.cvsignore
  • A /wxWidgets/tags/WX_2_3_3/misc/afm/Zapf.afm
  • R /wxWidgets/tags/WX_2_3_3/samples/console/console.cpp
  • R /wxWidgets/tags/WX_2_3_3/samples/console/console.dsp
  • R /wxWidgets/tags/WX_2_3_3/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_3_3/samples/grid/bitmap2.bmp
  • R /wxWidgets/tags/WX_2_3_3/samples/internat/internat.def
  • R /wxWidgets/tags/WX_2_3_3/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_3_3/samples/internat/makefile.sc
  • R /wxWidgets/tags/WX_2_3_3/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_3_3/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_3/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_3_3/samples/layout/fload.xbm
  • R /wxWidgets/tags/WX_2_3_3/samples/layout/layout.def
  • R /wxWidgets/tags/WX_2_3_3/samples/layout/makefile.sc
  • R /wxWidgets/tags/WX_2_3_3/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_3_3/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_3_3/samples/mdi/makefile.sc
  • R /wxWidgets/tags/WX_2_3_3/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_3_3/samples/mdi/mdi.def
  • R /wxWidgets/tags/WX_2_3_3/samples/mdi/mdi.ico
  • R /wxWidgets/tags/WX_2_3_3/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_3/samples/minimal/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_3/samples/png/pngdemo.rc
  • R /wxWidgets/tags/WX_2_3_3/samples/printing/fload.xbm
  • R /wxWidgets/tags/WX_2_3_3/samples/printing/printing.def
  • R /wxWidgets/tags/WX_2_3_3/samples/splitter/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_3/samples/tab/mondrian.ico
  • R /wxWidgets/tags/WX_2_3_3/src/common/glob.inc
  • R /wxWidgets/tags/WX_2_3_3/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_3_3/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_3_3/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_3_3/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_3_3/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_3_3/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_3_3/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_3_3/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_3_3/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_3_3/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_3_3/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_3_3/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WX_2_3_3/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_2_3_3/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_2_3_3/src/html/search.cpp
  • R /wxWidgets/tags/WX_2_3_3/src/makeprog.b32
  • R /wxWidgets/tags/WX_2_3_3/src/msw/makebase.b32
  • R /wxWidgets/tags/WX_2_3_3/src/os2
  • R /wxWidgets/tags/WX_2_3_3/src/os2/makefile.va
  • R /wxWidgets/tags/WX_2_3_3/src/png
  • A /wxWidgets/tags/WX_2_3_3/src/png/.cvsignore
  • R /wxWidgets/tags/WX_2_3_3/src/png/ANNOUNCE
  • A /wxWidgets/tags/WX_2_3_3/src/png/ansi2knr.1
  • A /wxWidgets/tags/WX_2_3_3/src/png/ansi2knr.c
  • R /wxWidgets/tags/WX_2_3_3/src/png/CHANGES
  • R /wxWidgets/tags/WX_2_3_3/src/png/example.c
  • R /wxWidgets/tags/WX_2_3_3/src/png/INSTALL
  • R /wxWidgets/tags/WX_2_3_3/src/png/libpng.3
  • R /wxWidgets/tags/WX_2_3_3/src/png/libpng.txt
  • R /wxWidgets/tags/WX_2_3_3/src/png/libpngpf.3
  • A /wxWidgets/tags/WX_2_3_3/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/WX_2_3_3/src/png/makefile.b32
  • A /wxWidgets/tags/WX_2_3_3/src/png/makefile.bcc
  • A /wxWidgets/tags/WX_2_3_3/src/png/makefile.dos
  • A /wxWidgets/tags/WX_2_3_3/src/png/makefile.unx
  • A /wxWidgets/tags/WX_2_3_3/src/png/makefile.vc
  • A /wxWidgets/tags/WX_2_3_3/src/png/makefile.wat
  • A /wxWidgets/tags/WX_2_3_3/src/png/makemac6.mcp
  • R /wxWidgets/tags/WX_2_3_3/src/png/png.5
  • R /wxWidgets/tags/WX_2_3_3/src/png/png.c
  • A /wxWidgets/tags/WX_2_3_3/src/png/png.dsp
  • A /wxWidgets/tags/WX_2_3_3/src/png/png.dsw
  • R /wxWidgets/tags/WX_2_3_3/src/png/png.h
  • R /wxWidgets/tags/WX_2_3_3/src/png/pngconf.h
  • R /wxWidgets/tags/WX_2_3_3/src/png/pngerror.c
  • R /wxWidgets/tags/WX_2_3_3/src/png/pngget.c
  • A /wxWidgets/tags/WX_2_3_3/src/png/pngM5.xml
  • A /wxWidgets/tags/WX_2_3_3/src/png/pngM7.mcp
  • R /wxWidgets/tags/WX_2_3_3/src/png/pngmem.c
  • R /wxWidgets/tags/WX_2_3_3/src/png/pngpread.c
  • R /wxWidgets/tags/WX_2_3_3/src/png/pngread.c
  • R /wxWidgets/tags/WX_2_3_3/src/png/pngrio.c
  • R /wxWidgets/tags/WX_2_3_3/src/png/pngrtran.c
  • R /wxWidgets/tags/WX_2_3_3/src/png/pngrutil.c
  • R /wxWidgets/tags/WX_2_3_3/src/png/pngset.c
  • R /wxWidgets/tags/WX_2_3_3/src/png/pngtest.c
  • R /wxWidgets/tags/WX_2_3_3/src/png/pngtrans.c
  • R /wxWidgets/tags/WX_2_3_3/src/png/pngwio.c
  • R /wxWidgets/tags/WX_2_3_3/src/png/pngwrite.c
  • R /wxWidgets/tags/WX_2_3_3/src/png/pngwtran.c
  • R /wxWidgets/tags/WX_2_3_3/src/png/pngwutil.c
  • R /wxWidgets/tags/WX_2_3_3/src/png/projects/beos
  • R /wxWidgets/tags/WX_2_3_3/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/WX_2_3_3/src/png/projects/beos/x86-static.txt
  • R /wxWidgets/tags/WX_2_3_3/src/png/README
  • A /wxWidgets/tags/WX_2_3_3/src/png/scripts/build.bat
  • A /wxWidgets/tags/WX_2_3_3/src/png/scripts/makefile.aco
  • A /wxWidgets/tags/WX_2_3_3/src/png/scripts/makefile.ama
  • A /wxWidgets/tags/WX_2_3_3/src/png/scripts/makefile.atr
  • A /wxWidgets/tags/WX_2_3_3/src/png/scripts/makefile.lnx
  • A /wxWidgets/tags/WX_2_3_3/src/png/scripts/makefile.mip
  • A /wxWidgets/tags/WX_2_3_3/src/png/scripts/makefile.s2x
  • R /wxWidgets/tags/WX_2_3_3/src/png/scripts/makefile.sgi
  • A /wxWidgets/tags/WX_2_3_3/src/png/scripts/makefile.sun
  • A /wxWidgets/tags/WX_2_3_3/src/png/scripts/makefile.wat
  • R /wxWidgets/tags/WX_2_3_3/src/png/TODO
  • R /wxWidgets/tags/WX_2_3_3/src/png/Y2KINFO
  • R /wxWidgets/tags/WX_2_3_3/src/regex
  • R /wxWidgets/tags/WX_2_3_3/src/regex/COPYRIGHT
  • R /wxWidgets/tags/WX_2_3_3/src/regex/mkh
  • R /wxWidgets/tags/WX_2_3_3/src/regex/README
  • D /wxWidgets/tags/WX_2_3_3/src/regex/regc_color.c
  • D /wxWidgets/tags/WX_2_3_3/src/regex/regc_lex.c
  • D /wxWidgets/tags/WX_2_3_3/src/regex/regc_nfa.c
  • D /wxWidgets/tags/WX_2_3_3/src/regex/regerrs.h
  • R /wxWidgets/tags/WX_2_3_3/src/regex/regex.3
  • R /wxWidgets/tags/WX_2_3_3/src/regex/regex.7
  • R /wxWidgets/tags/WX_2_3_3/src/regex/regex.h
  • R /wxWidgets/tags/WX_2_3_3/src/regex/regex2.h
  • D /wxWidgets/tags/WX_2_3_3/src/regex/rege_dfa.c
  • D /wxWidgets/tags/WX_2_3_3/src/regex/regfronts.c
  • D /wxWidgets/tags/WX_2_3_3/src/regex/regguts.h
  • D /wxWidgets/tags/WX_2_3_3/src/regex/re_syntax.n
  • R /wxWidgets/tags/WX_2_3_3/src/regex/split.c
  • D /wxWidgets/tags/WX_2_3_3/src/regex/tclUniData.c
  • R /wxWidgets/tags/WX_2_3_3/src/regex/tests
  • R /wxWidgets/tags/WX_2_3_3/src/regex/utils.h
  • R /wxWidgets/tags/WX_2_3_3/src/regex/WHATSNEW
  • D /wxWidgets/tags/WX_2_3_3/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_3_3/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_3_3/src/zlib/ChangeLog
  • R /wxWidgets/tags/WX_2_3_3/src/zlib/configure
  • R /wxWidgets/tags/WX_2_3_3/src/zlib/descrip.mms
  • R /wxWidgets/tags/WX_2_3_3/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_3_3/src/zlib/Makefile.in2
  • R /wxWidgets/tags/WX_2_3_3/src/zlib/Makefile.riscos
  • R /wxWidgets/tags/WX_2_3_3/src/zlib/Make_vms.com
  • R /wxWidgets/tags/WX_2_3_3/src/zlib/README
  • R /wxWidgets/tags/WX_2_3_3/src/zlib/trees.h
  • D /wxWidgets/tags/WX_2_3_3/utils/wxprop

This commit was manufactured by cvs2svn to create tag 'WX_2_3_3'.

2002-09-17 23:24 VZ, revision 17243

added console makefile for Borland

2002-09-17 21:30 RL, revision 17242

Put wxBase files.lst back into debian-dist.

2002-09-17 19:14 VS, revision 17241

added wxMAX/MINIMIZE_BOX to wxDialog XRC handler