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

2005-09-25 22:50 VZ, revision 35703

don't use deprecated cast operator to wxList&

2005-09-25 22:48 VZ, revision 35702

don't declare pthread_mutexattr_settype() ourselves if the system already does it, we might have a slightly different declaration and this causes problems

2005-09-25 22:42 VZ, revision 35701

don't declare strptime() ourselves if the system already does it, we might have a slightly different declaration and this causes problems

2005-09-25 22:35 VZ, revision 35700

disable warning about data truncation (810) for icc (this is a useful warning and might be reenabled later but for now there are simply too many of them...)

2005-09-25 22:34 VZ, revision 35699

don't declare strptime() ourselves if the system already does it, we might have a slightly different declaration and this causes problems

2005-09-25 20:49 MW, revision 35698

Fixes for include guards, patch 1256967 Paul Cornett

2005-09-25 20:45 VZ, revision 35697

fixed a signed/unsigned comparison warning introudced by last warning fix...

2005-09-25 20:45 VZ, revision 35696

don't use deprecated conversion operator in wxVariantDataList

2005-09-25 20:43 VZ, revision 35695

replaced gs_menuItems hack with a wxOwnerDrawn::m_isMenuItem field

2005-09-25 20:39 VZ, revision 35694

removed #errors in 2.7 compilation

2005-09-25 20:35 VZ, revision 35693

enable new font handling (working for i18n applications) by default

2005-09-25 20:29 VZ, revision 35692

re-renamed DoCreate() to XmDoCreateTLW() to avoid virtual function hiding in other classes with their own DoCreate() and re-removed DoDestroy()

2005-09-25 20:25 VZ, revision 35691

corrected typo in check for icc

2005-09-25 20:23 VZ, revision 35690

removed wxABI_VERSION checks

2005-09-25 20:17 VZ, revision 35689

added and documented SetEscapeId()

2005-09-25 19:59 VZ, revision 35688

first round of Intel compiler warning fixes: down from a few thousands just to slightly more than 100

2005-09-25 19:08 VZ, revision 35687

position is always unsigned in InsetPage(), no need to compare it with 0

2005-09-25 18:46 VZ, revision 35686

fix after adding wxFORCE_LINK_MODULE

2005-09-25 18:14 VZ, revision 35685

added wxIsSameDouble() which wraps double comparison in a pragmas disabling icc warning about it

2005-09-25 18:09 VZ, revision 35684

added wxFORCE_LINK_MODULE public macro which can now be used outside of wxHTML too; modified it to not provoke icc warnings when used

2005-09-25 16:19 VZ, revision 35683

fixed two icc warnings about local variables hiding parameters

2005-09-25 16:12 SN, revision 35682

Applied [ 1186782 ] Setting thread stack size on Unix.

2005-09-25 14:31 VZ, revision 35681

add Intel compiler detection

2005-09-25 14:26 MBN, revision 35680

Trace module initialization and cleanup.

2005-09-25 14:24 MBN, revision 35679

Remove now unused header. Forward declaration is enough for wxBookCtrl and wxNotebook.

2005-09-25 14:22 MBN, revision 35678

Make member variable private.

2005-09-25 13:02 MW, revision 35677

Ambiguous overload fix for gcc

2005-09-25 12:53 MW, revision 35676

Compile fixes for the const patch

2005-09-25 11:21 VZ, revision 35675

fix for library order when using wx-dependent libraries (part of patch 1303724)

2005-09-25 11:19 VZ, revision 35674

don't put odbc lib twice in the generated makefile (part of patch 1303833)

2005-09-25 11:16 VZ, revision 35673

more extra semicolons removed (patch 1303724)

2005-09-25 11:06 VZ, revision 35672

Mac compilation fix after const patch

2005-09-25 07:17 MW, revision 35671

Fix for crash in ~wxWindow() on solaris

2005-09-25 07:12 MW, revision 35670

Fixups for solaris; remove '-mt' from pkg-config output and add '-lX11' for a static build

2005-09-24 23:56 VZ, revision 35669

wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WINDOW flag (and it actually works correctly, too)

2005-09-24 23:28 VZ, revision 35668

fix wxExecute() return code checks and removed not working code to open URLs in new window

2005-09-24 23:08 VZ, revision 35667

make WinStruct<> available in non-GUI code too

2005-09-24 22:31 VZ, revision 35666

set error to GSOCK_TIMEOUT if the socket timed out (modified and extended patch 1303554)

2005-09-24 21:43 VZ, revision 35665

added missing consts and pass objects by const reference instead of by value (patch 1205869)

2005-09-24 21:28 VZ, revision 35664

missing const added (patch 1295036)

2005-09-24 21:22 VZ, revision 35663

don't set focus to a hidden notebook (patch 1299005)

2005-09-24 21:15 VZ, revision 35662

update for 2.6.2 (patch 1294900)

2005-09-24 20:38 VZ, revision 35661

made absence of wxCHANGE_DIR flag work even under NT (slightly modified patch 1299298)

2005-09-24 20:29 VZ, revision 35660

remove extraneous semicolons (patch 1299687)

2005-09-24 11:25 VZ, revision 35659

removed code defining NO_GCC_PRAGMA, we shouldn't need it any longer (alternatively, if user code requires it, we should always define it, but we still don't need any tests in configure)

2005-09-24 04:38 KH, revision 35658

Use CXXFLAGS rather than CFLAGS for -Werror when determining type of socket function parameter (socklen_t vs. int) so that OS X 10.2 will correctly determine the parameter as an int; using -Werror forces the warnings thrown when attempting size_t to make configure fall back to int.

2005-09-24 00:16 MW, revision 35657

Memory corruption fix

2005-09-24 00:14 MW, revision 35656

Put headers for all ports into the wxBase tarballs and add msdos headers to the wxBase zip

2005-09-24 00:11 MW, revision 35655

Hopefully this adds the msdos files to the wxBase zip

2005-09-23 17:18 MR, revision 35654

Remove instruction to define NO_GCC_PRAGMA when compiling with gcc using Makefiles on Windows from docs/msw/install.txt

2005-09-23 16:02 DE, revision 35653

As of src/common/framecmn.cpp revision 1.60 the wxFrameBase::CreateToolBar method now uses SetToolBar rather than updating m_frameToolBar directly. Therefore, we no longer need to duplicate the code from SetToolBar in CreateToolBar.

2005-09-23 15:27 DE, revision 35652

Added Cocoa_acceptsFirstMouse.

2005-09-23 15:24 DE, revision 35651

Added Cocoa_canBecomeKeyWindow.

2005-09-23 12:56 MR, revision 35650

Nuke #pragma implementation/interface's

2005-09-23 05:13 , revision 35649
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/lib/dummy
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/internat/internat.rc
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/internat/makefile.vms
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/internat/mondrian.ico
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/layout/expt.cpp
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/layout/makefile.vms
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/mdi/chart.ico
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/mdi/makefile.vms
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/png/pngdemo.rc
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/resource
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/splitter/mondrian.ico
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/tab
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/aclocal.m4
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/configure
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/configure.in
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/expat.dsp
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/lib/expat.h
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/lib/internal.h
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/lib/macconfig.h
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/lib/os2config.h
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk/cross.xbm
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk/horiz.xbm
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk/verti.xbm
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk1/cross.xbm
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/gtk1/verti.xbm
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/html/search.cpp
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/.cvsignore
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/ANNOUNCE
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/ansi2knr.1
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/ansi2knr.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/CHANGES
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/configure
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/example.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/INSTALL
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/KNOWNBUG
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/LICENSE
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/libpng.3
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/libpng.txt
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/libpngpf.3
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/makefile.dos
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/makefile.sc
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/makefile.unx
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/makefile.vc
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/makefile.wat
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/png.5
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/png.c
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/png.dsp
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/png.h
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngasmrd.h
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngconf.h
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngerror.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pnggccrd.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngget.c
  • A /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngM8.xml
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngmem.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngpread.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngread.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngrio.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngrtran.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngrutil.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngset.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngtest.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngtrans.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngvcrd.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngwio.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngwrite.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngwtran.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/pngwutil.c
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/projects/beos
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/projects/borland
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/projects/msvc
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/README
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/TODO
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/png/Y2KINFO
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/regex/regfronts.c
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/unix/net.cpp
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/zlib/algorithm.txt
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/zlib/crc32.h
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/zlib/FAQ
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/zlib/INDEX
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/zlib/inflate.h
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/zlib/README
  • R /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/src/zlib/trees.h
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/BEFORE_PRAGMA_REMOVAL/utils/wxprop

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

2005-09-23 05:13 KO, revision 35648

Fixed unicode support and introduced a debug flag.

2005-09-22 16:22 MW, revision 35647

Fix for 'make dist' to include headers for all ports

2005-09-22 13:43 VZ, revision 35646

Unicode build fix

2005-09-22 12:48 VZ, revision 35645

gcc compilation fixes after last commit

2005-09-22 12:36 VZ, revision 35644

try all known UCS-[24] synonyms in wxMBConv_iconv, this should fix this class on IRIX (where UCS-4 is supported but neither UCS-4[LB]E nor UCS4, which were the only ones we tested, are not)

2005-09-22 11:26 VZ, revision 35643

more synonyms for UCS-2/4

2005-09-22 09:59 VZ, revision 35642

warning about standard controls

2005-09-21 22:09 JS, revision 35641

Don't skip after writing tab or we could get another one in some circumstances (when top parent is frame)

2005-09-21 15:41 VZ, revision 35640

converted XPMs to Unix EOLs, otherwise some Unix compilers don't like them

2005-09-21 10:32 ABX, revision 35639

Wrong flag correction.

2005-09-21 10:32 , revision 35638
  • A /wxWidgets/branches/WX_2_6_BRANCH
  • D /wxWidgets/branches/WX_2_6_BRANCH/build/autogen.mk
  • D /wxWidgets/branches/WX_2_6_BRANCH/build/README.txt
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/net/netutils.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/demos/dbbrowse/makefile.gtk
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/os2/combobox.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/os2/pen.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/stc
  • R /wxWidgets/branches/WX_2_6_BRANCH/lib/dummy
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/grid/bitmap1.bmp
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/internat/internat.rc
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/internat/makefile.vms
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/internat/mondrian.ico
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/layout/expt.cpp
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/layout/makefile.vms
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/mdi/chart.ico
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/mdi/makefile.vms
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/mdi/mondrian.ico
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/png/pngdemo.rc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/resource
  • R /wxWidgets/branches/WX_2_6_BRANCH/samples/splitter/mondrian.ico
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/.cvsignore
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/defsext.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/edit.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/edit.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/Makefile.in
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/makefile.bcc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/makefile.gcc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/makefile.vc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/makefile.wat
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/mondrian.ico
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/mondrian.xpm
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/prefs.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/prefs.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/stctest.bkl
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/stctest.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/stctest.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/stc/stctest.rc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/bitmaps
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/Makefile.in
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/makefile.bcc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/makefile.gcc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/makefile.vc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/makefile.wat
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/mondrian.ico
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/mondrian.xpm
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/SVGlogo24.bmp
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/SVGlogo24.xpm
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/svgtest.bkl
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/svgtest.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/svgtest.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/svg/svgtest.rc
  • D /wxWidgets/branches/WX_2_6_BRANCH/samples/treectrl/treetest.dsp
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/expat/aclocal.m4
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/configure
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/configure.in
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/expat/expat.dsp
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/expat.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/internal.h
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/macconfig.h
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/os2config.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/winconfig.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/xmlparse.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/xmlrole.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/expat/lib/xmltok.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk/bdiag.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk/cdiag.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk/cross.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk/fdiag.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk/horiz.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk/verti.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/bdiag.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/cdiag.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/cross.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/fdiag.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/horiz.xbm
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/verti.xbm
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/html/htmlfilter.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/html/htmlhelp.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/html/search.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/bmpbuttn.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/combobox.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/dcclient.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/pen.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/radiobut.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/settings.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/slider.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/statbox.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/toolbar.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/os2/utilsgui.cpp
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/.cvsignore
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/ANNOUNCE
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/ansi2knr.1
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/ansi2knr.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/CHANGES
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/configure
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/example.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/INSTALL
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/KNOWNBUG
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/LICENSE
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/libpng.3
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/libpng.txt
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/libpngpf.3
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/MAKEFILE.VA
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/makefile.dos
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/makefile.sc
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/makefile.unx
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/makefile.vc
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/makefile.wat
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/png.5
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/png.c
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/png.dsp
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/png.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngasmrd.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngconf.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngerror.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pnggccrd.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngget.c
  • A /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngM8.xml
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngmem.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngpread.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngread.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngrio.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngrtran.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngrutil.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngset.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngtest.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngtrans.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngvcrd.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngwio.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngwrite.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngwtran.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/pngwutil.c
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/projects/beos
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/png/projects/borland
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/png/projects/msvc
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/README
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/png/scripts/makefile.bd32
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/scripts/makefile.sgi
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/png/scripts/pngdef.pas
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/TODO
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/png/Y2KINFO
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/regex/regfronts.c
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/stc
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/unix/net.cpp
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/zlib/algorithm.txt
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/zlib/crc32.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/zlib/FAQ
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/zlib/INDEX
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/zlib/inflate.h
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/zlib/README
  • R /wxWidgets/branches/WX_2_6_BRANCH/src/zlib/trees.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/branches/WX_2_6_BRANCH/utils/HelpGen/makefile.bcc
  • D /wxWidgets/branches/WX_2_6_BRANCH/utils/HelpGen/makefile.gcc
  • D /wxWidgets/branches/WX_2_6_BRANCH/utils/HelpGen/makefile.vc
  • D /wxWidgets/branches/WX_2_6_BRANCH/utils/HelpGen/makefile.wat
  • D /wxWidgets/branches/WX_2_6_BRANCH/utils/wxprop

This commit was manufactured by cvs2svn to create branch 'WX_2_6_BRANCH'.

2005-09-21 07:04 MR, revision 35637

[wxGTK] Remove wxTLW::RequestUserAttention related backwards compatibility hacks

2005-09-21 04:43 KO, revision 35636

Removing hardcoded ansi and 2.3 support for Mac build scripts.

2005-09-21 04:37 KO, revision 35635

Fix an issue where dist may actually be created as a file rather than a directory.

2005-09-20 23:09 VZ, revision 35634

and restored error checking too: this completes sequence of 3 check ins making wx-config work on systems with Bourne shell

2005-09-20 23:01 VZ, revision 35633

better (i.e. actually working) fix for the problem on systems where /bin/sh is a Bourne shell

2005-09-20 22:39 VZ, revision 35632

made wx-config work in place on systems where /bin/sh is a Bourne shell (such as IRIX)

2005-09-20 22:21 VZ, revision 35631

fix SGI CC warning about last parameter of vararg function being unnamed in release build

2005-09-20 22:17 VZ, revision 35630

don't define constants unused in release build (SGI CC warning)

2005-09-20 21:19 DE, revision 35629

Call [super dealloc] from overridden dealloc methods.

2005-09-20 20:33 , revision 35628
  • A /wxWidgets/tags/WX_2_6_2
  • D /wxWidgets/tags/WX_2_6_2/build/autogen.mk
  • D /wxWidgets/tags/WX_2_6_2/build/README.txt
  • D /wxWidgets/tags/WX_2_6_2/contrib/build/animate/animate_animatedll.dsp
  • D /wxWidgets/tags/WX_2_6_2/contrib/build/animate/animate_animatelib.dsp
  • D /wxWidgets/tags/WX_2_6_2/contrib/build/fl/fl_fldll.dsp
  • D /wxWidgets/tags/WX_2_6_2/contrib/build/fl/fl_fllib.dsp
  • D /wxWidgets/tags/WX_2_6_2/contrib/build/net/netutils.dsp
  • D /wxWidgets/tags/WX_2_6_2/contrib/build/ogl/ogl_ogldll.dsp
  • D /wxWidgets/tags/WX_2_6_2/contrib/build/ogl/ogl_ogllib.dsp
  • D /wxWidgets/tags/WX_2_6_2/contrib/build/stc/stc_stcdll.dsp
  • D /wxWidgets/tags/WX_2_6_2/contrib/build/stc/stc_stclib.dsp
  • D /wxWidgets/tags/WX_2_6_2/contrib/build/svg/svg_svgdll.dsp
  • D /wxWidgets/tags/WX_2_6_2/contrib/build/svg/svg_svglib.dsp
  • D /wxWidgets/tags/WX_2_6_2/demos/dbbrowse/makefile.gtk
  • R /wxWidgets/tags/WX_2_6_2/lib/dummy
  • R /wxWidgets/tags/WX_2_6_2/samples/grid/bitmap1.bmp
  • R /wxWidgets/tags/WX_2_6_2/samples/internat/internat.rc
  • R /wxWidgets/tags/WX_2_6_2/samples/internat/makefile.vms
  • R /wxWidgets/tags/WX_2_6_2/samples/internat/mondrian.ico
  • R /wxWidgets/tags/WX_2_6_2/samples/layout/expt.cpp
  • R /wxWidgets/tags/WX_2_6_2/samples/layout/makefile.vms
  • R /wxWidgets/tags/WX_2_6_2/samples/mdi/chart.ico
  • R /wxWidgets/tags/WX_2_6_2/samples/mdi/makefile.vms
  • R /wxWidgets/tags/WX_2_6_2/samples/mdi/mondrian.ico
  • R /wxWidgets/tags/WX_2_6_2/samples/png/pngdemo.rc
  • D /wxWidgets/tags/WX_2_6_2/samples/resource
  • R /wxWidgets/tags/WX_2_6_2/samples/splitter/mondrian.ico
  • D /wxWidgets/tags/WX_2_6_2/samples/treectrl/treetest.dsp
  • R /wxWidgets/tags/WX_2_6_2/src/expat
  • A /wxWidgets/tags/WX_2_6_2/src/expat/aclocal.m4
  • R /wxWidgets/tags/WX_2_6_2/src/expat/configure
  • R /wxWidgets/tags/WX_2_6_2/src/expat/configure.in
  • A /wxWidgets/tags/WX_2_6_2/src/expat/expat.dsp
  • R /wxWidgets/tags/WX_2_6_2/src/expat/lib/expat.h
  • R /wxWidgets/tags/WX_2_6_2/src/expat/lib/internal.h
  • A /wxWidgets/tags/WX_2_6_2/src/expat/lib/macconfig.h
  • A /wxWidgets/tags/WX_2_6_2/src/expat/lib/os2config.h
  • R /wxWidgets/tags/WX_2_6_2/src/expat/lib/winconfig.h
  • R /wxWidgets/tags/WX_2_6_2/src/expat/lib/xmlparse.c
  • R /wxWidgets/tags/WX_2_6_2/src/expat/lib/xmlrole.c
  • R /wxWidgets/tags/WX_2_6_2/src/expat/lib/xmltok.c
  • R /wxWidgets/tags/WX_2_6_2/src/gtk/bdiag.xbm
  • R /wxWidgets/tags/WX_2_6_2/src/gtk/cdiag.xbm
  • R /wxWidgets/tags/WX_2_6_2/src/gtk/cross.xbm
  • R /wxWidgets/tags/WX_2_6_2/src/gtk/fdiag.xbm
  • R /wxWidgets/tags/WX_2_6_2/src/gtk/horiz.xbm
  • R /wxWidgets/tags/WX_2_6_2/src/gtk/verti.xbm
  • R /wxWidgets/tags/WX_2_6_2/src/gtk1/bdiag.xbm
  • R /wxWidgets/tags/WX_2_6_2/src/gtk1/cdiag.xbm
  • R /wxWidgets/tags/WX_2_6_2/src/gtk1/cross.xbm
  • R /wxWidgets/tags/WX_2_6_2/src/gtk1/fdiag.xbm
  • R /wxWidgets/tags/WX_2_6_2/src/gtk1/horiz.xbm
  • R /wxWidgets/tags/WX_2_6_2/src/gtk1/verti.xbm
  • D /wxWidgets/tags/WX_2_6_2/src/html/htmlfilter.cpp
  • D /wxWidgets/tags/WX_2_6_2/src/html/htmlhelp.cpp
  • D /wxWidgets/tags/WX_2_6_2/src/html/search.cpp
  • R /wxWidgets/tags/WX_2_6_2/src/png
  • A /wxWidgets/tags/WX_2_6_2/src/png/.cvsignore
  • R /wxWidgets/tags/WX_2_6_2/src/png/ANNOUNCE
  • A /wxWidgets/tags/WX_2_6_2/src/png/ansi2knr.1
  • A /wxWidgets/tags/WX_2_6_2/src/png/ansi2knr.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/CHANGES
  • R /wxWidgets/tags/WX_2_6_2/src/png/configure
  • R /wxWidgets/tags/WX_2_6_2/src/png/example.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/INSTALL
  • R /wxWidgets/tags/WX_2_6_2/src/png/KNOWNBUG
  • R /wxWidgets/tags/WX_2_6_2/src/png/LICENSE
  • R /wxWidgets/tags/WX_2_6_2/src/png/libpng.3
  • R /wxWidgets/tags/WX_2_6_2/src/png/libpng.txt
  • R /wxWidgets/tags/WX_2_6_2/src/png/libpngpf.3
  • A /wxWidgets/tags/WX_2_6_2/src/png/MAKEFILE.VA
  • A /wxWidgets/tags/WX_2_6_2/src/png/makefile.dos
  • A /wxWidgets/tags/WX_2_6_2/src/png/makefile.sc
  • A /wxWidgets/tags/WX_2_6_2/src/png/makefile.unx
  • A /wxWidgets/tags/WX_2_6_2/src/png/makefile.vc
  • A /wxWidgets/tags/WX_2_6_2/src/png/makefile.wat
  • R /wxWidgets/tags/WX_2_6_2/src/png/png.5
  • R /wxWidgets/tags/WX_2_6_2/src/png/png.c
  • A /wxWidgets/tags/WX_2_6_2/src/png/png.dsp
  • R /wxWidgets/tags/WX_2_6_2/src/png/png.h
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngasmrd.h
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngconf.h
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngerror.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pnggccrd.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngget.c
  • A /wxWidgets/tags/WX_2_6_2/src/png/pngM8.xml
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngmem.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngpread.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngread.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngrio.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngrtran.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngrutil.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngset.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngtest.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngtrans.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngvcrd.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngwio.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngwrite.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngwtran.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/pngwutil.c
  • R /wxWidgets/tags/WX_2_6_2/src/png/projects/beos
  • R /wxWidgets/tags/WX_2_6_2/src/png/projects/beos/x86-shared.txt
  • R /wxWidgets/tags/WX_2_6_2/src/png/projects/beos/x86-static.txt
  • D /wxWidgets/tags/WX_2_6_2/src/png/projects/borland
  • D /wxWidgets/tags/WX_2_6_2/src/png/projects/msvc
  • R /wxWidgets/tags/WX_2_6_2/src/png/README
  • D /wxWidgets/tags/WX_2_6_2/src/png/scripts/makefile.bd32
  • R /wxWidgets/tags/WX_2_6_2/src/png/scripts/makefile.sgi
  • D /wxWidgets/tags/WX_2_6_2/src/png/scripts/pngdef.pas
  • R /wxWidgets/tags/WX_2_6_2/src/png/TODO
  • R /wxWidgets/tags/WX_2_6_2/src/png/Y2KINFO
  • R /wxWidgets/tags/WX_2_6_2/src/regex/regfronts.c
  • D /wxWidgets/tags/WX_2_6_2/src/unix/net.cpp
  • R /wxWidgets/tags/WX_2_6_2/src/zlib/algorithm.txt
  • R /wxWidgets/tags/WX_2_6_2/src/zlib/crc32.h
  • R /wxWidgets/tags/WX_2_6_2/src/zlib/FAQ
  • R /wxWidgets/tags/WX_2_6_2/src/zlib/INDEX
  • R /wxWidgets/tags/WX_2_6_2/src/zlib/inflate.h
  • R /wxWidgets/tags/WX_2_6_2/src/zlib/README
  • R /wxWidgets/tags/WX_2_6_2/src/zlib/trees.h
  • D /wxWidgets/tags/WX_2_6_2/utils/HelpGen/helpgen.dsp
  • D /wxWidgets/tags/WX_2_6_2/utils/HelpGen/makefile.bcc
  • D /wxWidgets/tags/WX_2_6_2/utils/HelpGen/makefile.gcc
  • D /wxWidgets/tags/WX_2_6_2/utils/HelpGen/makefile.vc
  • D /wxWidgets/tags/WX_2_6_2/utils/HelpGen/makefile.wat
  • D /wxWidgets/tags/WX_2_6_2/utils/wxprop

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

2005-09-20 20:33 VZ, revision 35627

really fix binary backwards compatibility for wxMotif

2005-09-20 17:34 DE, revision 35626

Added simple instructions and autogen.mk to rebuild configure script.

2005-09-20 15:19 SC, revision 35625

adding missing file

2005-09-20 15:18 JS, revision 35624

Fixed typo

2005-09-20 15:16 SC, revision 35623

moving libiconv and libz into linker flags, as Xcode resolves the links otherwise into fixed references at compile time...

2005-09-20 15:04 JS, revision 35622

Added aclocal files to make_dist.mk

2005-09-20 14:12 JS, revision 35621

Tweak

2005-09-20 14:10 JS, revision 35620

Added aclocal directory

2005-09-20 13:54 ABX, revision 35619

Polish translation update.

2005-09-20 12:08 JS, revision 35618

Changed date

2005-09-20 12:01 MW, revision 35617

Fix wxGTK crash on startup on 64-bit solaris 10

2005-09-20 11:28 JS, revision 35616

Docmented IsModal change

2005-09-20 11:18 JS, revision 35615

Don't assert if the window doesn't accept the focus.

2005-09-20 11:03 JS, revision 35614

IsModal now has the newer meaning.

2005-09-20 10:57 MR, revision 35613

Document wxDirDialog styles

2005-09-20 10:06 JS, revision 35612

Removed unnecessary IsModal call

2005-09-20 10:05 JS, revision 35611

IsModal() now has the newer meaning (equivalent of old IsModalShowing())

2005-09-20 09:52 VZ, revision 35610

blind compilation fix for cygwin Unicode build (bug 1296144)

2005-09-20 09:12 JS, revision 35609

Added commented-out IPC_SERVICE for easier testing

2005-09-20 09:09 JS, revision 35608

Updated FAQ from web files

2005-09-20 07:39 RL, revision 35607

Mostly changes from the Debian 2.4.4 release(s) to improve compatibility with wx2.6 branch. Backports wxversion.py and versioned install support for setup.py Includes new peer reviewed fr.po from http://bugs.debian.org/329070.

2005-09-20 01:56 KO, revision 35606

Some automated build scripts that wrap Robin's and make it easier to build installers (without having access to his R-bot build network:).

2005-09-19 23:34 VZ, revision 35605

only call fsync() on disk files, otherwise we get an error for pipes under Unix

2005-09-19 22:32 ABX, revision 35604

angle bracket problem fix

2005-09-19 20:48 MW, revision 35603

Regenerated after the lib64, lib/64 changes

2005-09-19 20:16 MW, revision 35602

Revert previous commit for fear that 'test -h' may not work everywhere

2005-09-19 19:57 MW, revision 35601

Allow WX_PATH_FIND_INCLUDES and WX_PATH_FIND_LIBRARIES to accept symlinks

2005-09-19 19:50 MW, revision 35600

Change so that WX_PATH_FIND_LIBRARIES doesn't always check /usr/lib, /usr/lib32, /usr/lib/64 and /usr/lib64

2005-09-19 19:45 MW, revision 35599

Use lib64 for 64-bit builds on some kinds of linux and lib/64 on solaris

2005-09-19 18:41 MW, revision 35598

Fix for detection of motif in the default library path

2005-09-19 15:34 JS, revision 35597

Fix for modal/modeless wizards

2005-09-19 15:18 JS, revision 35596

Missing end of comment

2005-09-19 14:56 KH, revision 35595

Make sure Enable_Events is called when a connection is immediately established (such as when using domain sockets for IPC). Fixes bug 1195700

2005-09-19 12:46 VZ, revision 35594

temporarily reverted binary backwards incompatible DoCreate to XmDoCreateTLW renaming

2005-09-19 11:38 MR, revision 35593

Fix "Error: Curly braces do not match inside file fontmap.tex"

2005-09-19 10:36 VZ, revision 35592

temporarily reverted binary backwards incompatible DoCreate to XmDoCreateTLW renaming

2005-09-19 10:28 VZ, revision 35591

only check for lib directory for architectures which have multiple ABIs (Solaris, IRIX, Linux)

2005-09-19 01:54 RL, revision 35590

Applied peer reviewed translation from: http://bugs.debian.org/328966 Does not include fuzzy merge from current head, they are plainly wrong (even to me) and will need another cycle of manual review.

2005-09-19 00:54 VZ, revision 35589

fix to last commit: extra parentheses removed

2005-09-19 00:32 VZ, revision 35588

fix for creation of shared libraries under AIX with gcc

2005-09-19 00:26 VZ, revision 35587

fix for creation of shared libraries under AIX with gcc

2005-09-18 23:38 VZ, revision 35586

workaround for buggy setlocale() under AIX (without this wxLocale didn't work at all)

2005-09-18 23:27 SN, revision 35585

Added (dummy) handler for loading bitmap from file instead of resource.

2005-09-18 23:04 VZ, revision 35584

documented GetAllEncodingNames

2005-09-18 23:04 VZ, revision 35583

condensed 2 very similar trace messages into one

2005-09-18 23:00 VZ, revision 35582

added ifconfig and ping locations for AIX

2005-09-18 22:48 MBN, revision 35581

Send wxInitDialogEvent under wxMotif.

2005-09-18 20:12 VZ, revision 35580

Unicode compilation fix

2005-09-18 20:09 VZ, revision 35579

GetSystemEncodingName() cleanup: we don't need to check for US-ASCII synonyms here any more, wxFontMapper::GetEncodingFromName() knows about them

2005-09-18 20:08 VZ, revision 35578

add CP-xxx as synonyms for WINDOWS-xxx

2005-09-18 19:49 VZ, revision 35577

look in codeset-specific directory for locale files first, then fallback to the one without codeset

2005-09-18 19:27 VZ, revision 35576

more encoding names for AIX/Solaris/IRIX

2005-09-18 19:13 SC, revision 35575

tentative fix for BestSize problems (non-native toolbar)

2005-09-18 19:08 SC, revision 35574

tentative fix for BestSize problems (non-native toolbar)

2005-09-18 16:50 VZ, revision 35573

don't pass NULL pointer to printf(), this crashes Solaris printf

2005-09-18 16:41 VZ, revision 35572

don't create conversion objects unless we really need to convert

2005-09-18 16:40 VZ, revision 35571

added trace message to wxCSConv creation code

2005-09-18 14:48 VZ, revision 35570

avoid unnecessary conversions when loading the catalog (i.e. if the catalog encoding is the same as the currently used one)

2005-09-18 14:46 VZ, revision 35569

compate charset names case-insensitively in GetEncodingFromName()

2005-09-18 14:23 VZ, revision 35568

signed/unsigned comparison warning

2005-09-18 14:11 VZ, revision 35567

removed unused variable

2005-09-18 14:01 VZ, revision 35566

added GetAllEncodingNames(), use it to select the correct encoding name to pass to iconv_open()

2005-09-18 13:32 VZ, revision 35565

regenerated after latest changes: alternative standard library directory name support; SGI CC dependencies; ...

2005-09-18 13:31 JS, revision 35564

Corrected behaviour for modeless wizards -- can't detect modal/modeless state after EndModal is called. Future API might incorporate modal flag so wxWizard can do the right thing.

2005-09-18 13:24 , revision 35563
  • A /wxWidgets/branches/SDL
  • D /wxWidgets/branches/SDL/.cvsignore
  • D /wxWidgets/branches/SDL/acinclude.m4
  • D /wxWidgets/branches/SDL/aclocal.m4
  • D /wxWidgets/branches/SDL/art
  • D /wxWidgets/branches/SDL/autoconf_inc.m4
  • D /wxWidgets/branches/SDL/autogen.sh
  • D /wxWidgets/branches/SDL/BuildCVS.txt
  • D /wxWidgets/branches/SDL/build/.cvsignore
  • D /wxWidgets/branches/SDL/build/aclocal/bakefile-lang.m4
  • D /wxWidgets/branches/SDL/build/aclocal/bakefile.m4
  • D /wxWidgets/branches/SDL/build/aclocal/cppunit.m4
  • D /wxWidgets/branches/SDL/build/aclocal/gst-element-check.m4
  • D /wxWidgets/branches/SDL/build/aclocal/gtk-2.0.m4
  • D /wxWidgets/branches/SDL/build/aclocal/gtk.m4
  • D /wxWidgets/branches/SDL/build/aclocal/pkg.m4
  • D /wxWidgets/branches/SDL/build/bakefiles
  • D /wxWidgets/branches/SDL/build/msw
  • D /wxWidgets/branches/SDL/build/palmos
  • D /wxWidgets/branches/SDL/build/script
  • D /wxWidgets/branches/SDL/build/update-setup-h
  • D /wxWidgets/branches/SDL/config.guess
  • D /wxWidgets/branches/SDL/config.sub
  • D /wxWidgets/branches/SDL/configure
  • D /wxWidgets/branches/SDL/configure.in
  • D /wxWidgets/branches/SDL/contrib
  • D /wxWidgets/branches/SDL/debian
  • D /wxWidgets/branches/SDL/demos
  • D /wxWidgets/branches/SDL/descrip.mms
  • D /wxWidgets/branches/SDL/difflast.pl
  • D /wxWidgets/branches/SDL/distrib
  • D /wxWidgets/branches/SDL/docs
  • D /wxWidgets/branches/SDL/include
  • D /wxWidgets/branches/SDL/install-sh
  • D /wxWidgets/branches/SDL/lib
  • D /wxWidgets/branches/SDL/locale
  • D /wxWidgets/branches/SDL/Makefile.in
  • D /wxWidgets/branches/SDL/make-deb
  • D /wxWidgets/branches/SDL/misc
  • D /wxWidgets/branches/SDL/mkinstalldirs
  • D /wxWidgets/branches/SDL/regen
  • D /wxWidgets/branches/SDL/samples
  • D /wxWidgets/branches/SDL/setup.h.in
  • D /wxWidgets/branches/SDL/setup.h_vms
  • D /wxWidgets/branches/SDL/src
  • D /wxWidgets/branches/SDL/tests
  • D /wxWidgets/branches/SDL/utils
  • D /wxWidgets/branches/SDL/version-script.in
  • D /wxWidgets/branches/SDL/wx-config-inplace.in
  • D /wxWidgets/branches/SDL/wx-config.in
  • D /wxWidgets/branches/SDL/wxBase.spec
  • D /wxWidgets/branches/SDL/wxGTK.spec
  • D /wxWidgets/branches/SDL/wxGTK_RR.spec
  • D /wxWidgets/branches/SDL/wxMGL.spec
  • D /wxWidgets/branches/SDL/wxMotif.spec
  • D /wxWidgets/branches/SDL/wxPython
  • D /wxWidgets/branches/SDL/wxWINE.spec
  • D /wxWidgets/branches/SDL/wxwin.m4
  • D /wxWidgets/branches/SDL/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'SDL'.

2005-09-18 13:24 , revision 35562
  • A /wxWidgets/branches/PKG_CONFIG
  • D /wxWidgets/branches/PKG_CONFIG/.cvsignore
  • D /wxWidgets/branches/PKG_CONFIG/acinclude.m4
  • D /wxWidgets/branches/PKG_CONFIG/aclocal.m4
  • D /wxWidgets/branches/PKG_CONFIG/art
  • D /wxWidgets/branches/PKG_CONFIG/autoconf_inc.m4
  • D /wxWidgets/branches/PKG_CONFIG/autogen.sh
  • D /wxWidgets/branches/PKG_CONFIG/BuildCVS.txt
  • D /wxWidgets/branches/PKG_CONFIG/build/.cvsignore
  • D /wxWidgets/branches/PKG_CONFIG/build/aclocal/bakefile-lang.m4
  • D /wxWidgets/branches/PKG_CONFIG/build/aclocal/bakefile.m4
  • D /wxWidgets/branches/PKG_CONFIG/build/aclocal/cppunit.m4
  • D /wxWidgets/branches/PKG_CONFIG/build/aclocal/gst-element-check.m4
  • D /wxWidgets/branches/PKG_CONFIG/build/aclocal/gtk-2.0.m4
  • D /wxWidgets/branches/PKG_CONFIG/build/aclocal/gtk.m4
  • D /wxWidgets/branches/PKG_CONFIG/build/aclocal/sdl.m4
  • D /wxWidgets/branches/PKG_CONFIG/build/bakefiles
  • D /wxWidgets/branches/PKG_CONFIG/build/msw
  • D /wxWidgets/branches/PKG_CONFIG/build/palmos
  • D /wxWidgets/branches/PKG_CONFIG/build/script
  • D /wxWidgets/branches/PKG_CONFIG/build/update-setup-h
  • D /wxWidgets/branches/PKG_CONFIG/config.guess
  • D /wxWidgets/branches/PKG_CONFIG/config.sub
  • D /wxWidgets/branches/PKG_CONFIG/configure
  • D /wxWidgets/branches/PKG_CONFIG/configure.in
  • D /wxWidgets/branches/PKG_CONFIG/contrib
  • D /wxWidgets/branches/PKG_CONFIG/debian
  • D /wxWidgets/branches/PKG_CONFIG/demos
  • D /wxWidgets/branches/PKG_CONFIG/descrip.mms
  • D /wxWidgets/branches/PKG_CONFIG/difflast.pl
  • D /wxWidgets/branches/PKG_CONFIG/distrib
  • D /wxWidgets/branches/PKG_CONFIG/docs
  • D /wxWidgets/branches/PKG_CONFIG/include
  • D /wxWidgets/branches/PKG_CONFIG/install-sh
  • D /wxWidgets/branches/PKG_CONFIG/lib
  • D /wxWidgets/branches/PKG_CONFIG/locale
  • D /wxWidgets/branches/PKG_CONFIG/Makefile.in
  • D /wxWidgets/branches/PKG_CONFIG/make-deb
  • D /wxWidgets/branches/PKG_CONFIG/misc
  • D /wxWidgets/branches/PKG_CONFIG/mkinstalldirs
  • D /wxWidgets/branches/PKG_CONFIG/regen
  • D /wxWidgets/branches/PKG_CONFIG/samples
  • D /wxWidgets/branches/PKG_CONFIG/setup.h.in
  • D /wxWidgets/branches/PKG_CONFIG/setup.h_vms
  • D /wxWidgets/branches/PKG_CONFIG/src
  • D /wxWidgets/branches/PKG_CONFIG/tests
  • D /wxWidgets/branches/PKG_CONFIG/utils
  • D /wxWidgets/branches/PKG_CONFIG/version-script.in
  • D /wxWidgets/branches/PKG_CONFIG/wx-config-inplace.in
  • D /wxWidgets/branches/PKG_CONFIG/wx-config.in
  • D /wxWidgets/branches/PKG_CONFIG/wxBase.spec
  • D /wxWidgets/branches/PKG_CONFIG/wxGTK.spec
  • D /wxWidgets/branches/PKG_CONFIG/wxGTK_RR.spec
  • D /wxWidgets/branches/PKG_CONFIG/wxMGL.spec
  • D /wxWidgets/branches/PKG_CONFIG/wxMotif.spec
  • D /wxWidgets/branches/PKG_CONFIG/wxPython
  • D /wxWidgets/branches/PKG_CONFIG/wxWINE.spec
  • D /wxWidgets/branches/PKG_CONFIG/wxwin.m4
  • D /wxWidgets/branches/PKG_CONFIG/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'PKG_CONFIG'.

2005-09-18 13:24 , revision 35561
  • A /wxWidgets/branches/GTK2
  • D /wxWidgets/branches/GTK2/.cvsignore
  • D /wxWidgets/branches/GTK2/acinclude.m4
  • D /wxWidgets/branches/GTK2/aclocal.m4
  • D /wxWidgets/branches/GTK2/art
  • D /wxWidgets/branches/GTK2/autoconf_inc.m4
  • D /wxWidgets/branches/GTK2/autogen.sh
  • D /wxWidgets/branches/GTK2/BuildCVS.txt
  • D /wxWidgets/branches/GTK2/build/.cvsignore
  • D /wxWidgets/branches/GTK2/build/aclocal/bakefile-lang.m4
  • D /wxWidgets/branches/GTK2/build/aclocal/bakefile.m4
  • D /wxWidgets/branches/GTK2/build/aclocal/cppunit.m4
  • D /wxWidgets/branches/GTK2/build/aclocal/gst-element-check.m4
  • D /wxWidgets/branches/GTK2/build/aclocal/gtk.m4
  • D /wxWidgets/branches/GTK2/build/aclocal/pkg.m4
  • D /wxWidgets/branches/GTK2/build/aclocal/sdl.m4
  • D /wxWidgets/branches/GTK2/build/bakefiles
  • D /wxWidgets/branches/GTK2/build/msw
  • D /wxWidgets/branches/GTK2/build/palmos
  • D /wxWidgets/branches/GTK2/build/script
  • D /wxWidgets/branches/GTK2/build/update-setup-h
  • D /wxWidgets/branches/GTK2/config.guess
  • D /wxWidgets/branches/GTK2/config.sub
  • D /wxWidgets/branches/GTK2/configure
  • D /wxWidgets/branches/GTK2/configure.in
  • D /wxWidgets/branches/GTK2/contrib
  • D /wxWidgets/branches/GTK2/debian
  • D /wxWidgets/branches/GTK2/demos
  • D /wxWidgets/branches/GTK2/descrip.mms
  • D /wxWidgets/branches/GTK2/difflast.pl
  • D /wxWidgets/branches/GTK2/distrib
  • D /wxWidgets/branches/GTK2/docs
  • D /wxWidgets/branches/GTK2/include
  • D /wxWidgets/branches/GTK2/install-sh
  • D /wxWidgets/branches/GTK2/lib
  • D /wxWidgets/branches/GTK2/locale
  • D /wxWidgets/branches/GTK2/Makefile.in
  • D /wxWidgets/branches/GTK2/make-deb
  • D /wxWidgets/branches/GTK2/misc
  • D /wxWidgets/branches/GTK2/mkinstalldirs
  • D /wxWidgets/branches/GTK2/regen
  • D /wxWidgets/branches/GTK2/samples
  • D /wxWidgets/branches/GTK2/setup.h.in
  • D /wxWidgets/branches/GTK2/setup.h_vms
  • D /wxWidgets/branches/GTK2/src
  • D /wxWidgets/branches/GTK2/tests
  • D /wxWidgets/branches/GTK2/utils
  • D /wxWidgets/branches/GTK2/version-script.in
  • D /wxWidgets/branches/GTK2/wx-config-inplace.in
  • D /wxWidgets/branches/GTK2/wx-config.in
  • D /wxWidgets/branches/GTK2/wxBase.spec
  • D /wxWidgets/branches/GTK2/wxGTK.spec
  • D /wxWidgets/branches/GTK2/wxGTK_RR.spec
  • D /wxWidgets/branches/GTK2/wxMGL.spec
  • D /wxWidgets/branches/GTK2/wxMotif.spec
  • D /wxWidgets/branches/GTK2/wxPython
  • D /wxWidgets/branches/GTK2/wxWINE.spec
  • D /wxWidgets/branches/GTK2/wxwin.m4
  • D /wxWidgets/branches/GTK2/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'GTK2'.

2005-09-18 13:24 , revision 35560
  • A /wxWidgets/branches/GTK1
  • D /wxWidgets/branches/GTK1/.cvsignore
  • D /wxWidgets/branches/GTK1/acinclude.m4
  • D /wxWidgets/branches/GTK1/aclocal.m4
  • D /wxWidgets/branches/GTK1/art
  • D /wxWidgets/branches/GTK1/autoconf_inc.m4
  • D /wxWidgets/branches/GTK1/autogen.sh
  • D /wxWidgets/branches/GTK1/BuildCVS.txt
  • D /wxWidgets/branches/GTK1/build/.cvsignore
  • D /wxWidgets/branches/GTK1/build/aclocal/bakefile-lang.m4
  • D /wxWidgets/branches/GTK1/build/aclocal/bakefile.m4
  • D /wxWidgets/branches/GTK1/build/aclocal/cppunit.m4
  • D /wxWidgets/branches/GTK1/build/aclocal/gst-element-check.m4
  • D /wxWidgets/branches/GTK1/build/aclocal/gtk-2.0.m4
  • D /wxWidgets/branches/GTK1/build/aclocal/pkg.m4
  • D /wxWidgets/branches/GTK1/build/aclocal/sdl.m4
  • D /wxWidgets/branches/GTK1/build/bakefiles
  • D /wxWidgets/branches/GTK1/build/msw
  • D /wxWidgets/branches/GTK1/build/palmos
  • D /wxWidgets/branches/GTK1/build/script
  • D /wxWidgets/branches/GTK1/build/update-setup-h
  • D /wxWidgets/branches/GTK1/config.guess
  • D /wxWidgets/branches/GTK1/config.sub
  • D /wxWidgets/branches/GTK1/configure
  • D /wxWidgets/branches/GTK1/configure.in
  • D /wxWidgets/branches/GTK1/contrib
  • D /wxWidgets/branches/GTK1/debian
  • D /wxWidgets/branches/GTK1/demos
  • D /wxWidgets/branches/GTK1/descrip.mms
  • D /wxWidgets/branches/GTK1/difflast.pl
  • D /wxWidgets/branches/GTK1/distrib
  • D /wxWidgets/branches/GTK1/docs
  • D /wxWidgets/branches/GTK1/include
  • D /wxWidgets/branches/GTK1/install-sh
  • D /wxWidgets/branches/GTK1/lib
  • D /wxWidgets/branches/GTK1/locale
  • D /wxWidgets/branches/GTK1/Makefile.in
  • D /wxWidgets/branches/GTK1/make-deb
  • D /wxWidgets/branches/GTK1/misc
  • D /wxWidgets/branches/GTK1/mkinstalldirs
  • D /wxWidgets/branches/GTK1/regen
  • D /wxWidgets/branches/GTK1/samples
  • D /wxWidgets/branches/GTK1/setup.h.in
  • D /wxWidgets/branches/GTK1/setup.h_vms
  • D /wxWidgets/branches/GTK1/src
  • D /wxWidgets/branches/GTK1/tests
  • D /wxWidgets/branches/GTK1/utils
  • D /wxWidgets/branches/GTK1/version-script.in
  • D /wxWidgets/branches/GTK1/wx-config-inplace.in
  • D /wxWidgets/branches/GTK1/wx-config.in
  • D /wxWidgets/branches/GTK1/wxBase.spec
  • D /wxWidgets/branches/GTK1/wxGTK.spec
  • D /wxWidgets/branches/GTK1/wxGTK_RR.spec
  • D /wxWidgets/branches/GTK1/wxMGL.spec
  • D /wxWidgets/branches/GTK1/wxMotif.spec
  • D /wxWidgets/branches/GTK1/wxPython
  • D /wxWidgets/branches/GTK1/wxWINE.spec
  • D /wxWidgets/branches/GTK1/wxwin.m4
  • D /wxWidgets/branches/GTK1/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'GTK1'.

2005-09-18 13:24 , revision 35559
  • A /wxWidgets/branches/GSTREAMER
  • D /wxWidgets/branches/GSTREAMER/.cvsignore
  • D /wxWidgets/branches/GSTREAMER/acinclude.m4
  • D /wxWidgets/branches/GSTREAMER/aclocal.m4
  • D /wxWidgets/branches/GSTREAMER/art
  • D /wxWidgets/branches/GSTREAMER/autoconf_inc.m4
  • D /wxWidgets/branches/GSTREAMER/autogen.sh
  • D /wxWidgets/branches/GSTREAMER/BuildCVS.txt
  • D /wxWidgets/branches/GSTREAMER/build/.cvsignore
  • D /wxWidgets/branches/GSTREAMER/build/aclocal/bakefile-lang.m4
  • D /wxWidgets/branches/GSTREAMER/build/aclocal/bakefile.m4
  • D /wxWidgets/branches/GSTREAMER/build/aclocal/cppunit.m4
  • D /wxWidgets/branches/GSTREAMER/build/aclocal/gtk-2.0.m4
  • D /wxWidgets/branches/GSTREAMER/build/aclocal/gtk.m4
  • D /wxWidgets/branches/GSTREAMER/build/aclocal/pkg.m4
  • D /wxWidgets/branches/GSTREAMER/build/aclocal/sdl.m4
  • D /wxWidgets/branches/GSTREAMER/build/bakefiles
  • D /wxWidgets/branches/GSTREAMER/build/msw
  • D /wxWidgets/branches/GSTREAMER/build/palmos
  • D /wxWidgets/branches/GSTREAMER/build/script
  • D /wxWidgets/branches/GSTREAMER/build/update-setup-h
  • D /wxWidgets/branches/GSTREAMER/config.guess
  • D /wxWidgets/branches/GSTREAMER/config.sub
  • D /wxWidgets/branches/GSTREAMER/configure
  • D /wxWidgets/branches/GSTREAMER/configure.in
  • D /wxWidgets/branches/GSTREAMER/contrib
  • D /wxWidgets/branches/GSTREAMER/debian
  • D /wxWidgets/branches/GSTREAMER/demos
  • D /wxWidgets/branches/GSTREAMER/descrip.mms
  • D /wxWidgets/branches/GSTREAMER/difflast.pl
  • D /wxWidgets/branches/GSTREAMER/distrib
  • D /wxWidgets/branches/GSTREAMER/docs
  • D /wxWidgets/branches/GSTREAMER/include
  • D /wxWidgets/branches/GSTREAMER/install-sh
  • D /wxWidgets/branches/GSTREAMER/lib
  • D /wxWidgets/branches/GSTREAMER/locale
  • D /wxWidgets/branches/GSTREAMER/Makefile.in
  • D /wxWidgets/branches/GSTREAMER/make-deb
  • D /wxWidgets/branches/GSTREAMER/misc
  • D /wxWidgets/branches/GSTREAMER/mkinstalldirs
  • D /wxWidgets/branches/GSTREAMER/regen
  • D /wxWidgets/branches/GSTREAMER/samples
  • D /wxWidgets/branches/GSTREAMER/setup.h.in
  • D /wxWidgets/branches/GSTREAMER/setup.h_vms
  • D /wxWidgets/branches/GSTREAMER/src
  • D /wxWidgets/branches/GSTREAMER/tests
  • D /wxWidgets/branches/GSTREAMER/utils
  • D /wxWidgets/branches/GSTREAMER/version-script.in
  • D /wxWidgets/branches/GSTREAMER/wx-config-inplace.in
  • D /wxWidgets/branches/GSTREAMER/wx-config.in
  • D /wxWidgets/branches/GSTREAMER/wxBase.spec
  • D /wxWidgets/branches/GSTREAMER/wxGTK.spec
  • D /wxWidgets/branches/GSTREAMER/wxGTK_RR.spec
  • D /wxWidgets/branches/GSTREAMER/wxMGL.spec
  • D /wxWidgets/branches/GSTREAMER/wxMotif.spec
  • D /wxWidgets/branches/GSTREAMER/wxPython
  • D /wxWidgets/branches/GSTREAMER/wxWINE.spec
  • D /wxWidgets/branches/GSTREAMER/wxwin.m4
  • D /wxWidgets/branches/GSTREAMER/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'GSTREAMER'.

2005-09-18 13:24 , revision 35558
  • A /wxWidgets/branches/CPPUNIT
  • D /wxWidgets/branches/CPPUNIT/.cvsignore
  • D /wxWidgets/branches/CPPUNIT/acinclude.m4
  • D /wxWidgets/branches/CPPUNIT/aclocal.m4
  • D /wxWidgets/branches/CPPUNIT/art
  • D /wxWidgets/branches/CPPUNIT/autoconf_inc.m4
  • D /wxWidgets/branches/CPPUNIT/autogen.sh
  • D /wxWidgets/branches/CPPUNIT/BuildCVS.txt
  • D /wxWidgets/branches/CPPUNIT/build/.cvsignore
  • D /wxWidgets/branches/CPPUNIT/build/aclocal/bakefile-lang.m4
  • D /wxWidgets/branches/CPPUNIT/build/aclocal/bakefile.m4
  • D /wxWidgets/branches/CPPUNIT/build/aclocal/gst-element-check.m4
  • D /wxWidgets/branches/CPPUNIT/build/aclocal/gtk-2.0.m4
  • D /wxWidgets/branches/CPPUNIT/build/aclocal/gtk.m4
  • D /wxWidgets/branches/CPPUNIT/build/aclocal/pkg.m4
  • D /wxWidgets/branches/CPPUNIT/build/aclocal/sdl.m4
  • D /wxWidgets/branches/CPPUNIT/build/bakefiles
  • D /wxWidgets/branches/CPPUNIT/build/msw
  • D /wxWidgets/branches/CPPUNIT/build/palmos
  • D /wxWidgets/branches/CPPUNIT/build/script
  • D /wxWidgets/branches/CPPUNIT/build/update-setup-h
  • D /wxWidgets/branches/CPPUNIT/config.guess
  • D /wxWidgets/branches/CPPUNIT/config.sub
  • D /wxWidgets/branches/CPPUNIT/configure
  • D /wxWidgets/branches/CPPUNIT/configure.in
  • D /wxWidgets/branches/CPPUNIT/contrib
  • D /wxWidgets/branches/CPPUNIT/debian
  • D /wxWidgets/branches/CPPUNIT/demos
  • D /wxWidgets/branches/CPPUNIT/descrip.mms
  • D /wxWidgets/branches/CPPUNIT/difflast.pl
  • D /wxWidgets/branches/CPPUNIT/distrib
  • D /wxWidgets/branches/CPPUNIT/docs
  • D /wxWidgets/branches/CPPUNIT/include
  • D /wxWidgets/branches/CPPUNIT/install-sh
  • D /wxWidgets/branches/CPPUNIT/lib
  • D /wxWidgets/branches/CPPUNIT/locale
  • D /wxWidgets/branches/CPPUNIT/Makefile.in
  • D /wxWidgets/branches/CPPUNIT/make-deb
  • D /wxWidgets/branches/CPPUNIT/misc
  • D /wxWidgets/branches/CPPUNIT/mkinstalldirs
  • D /wxWidgets/branches/CPPUNIT/regen
  • D /wxWidgets/branches/CPPUNIT/samples
  • D /wxWidgets/branches/CPPUNIT/setup.h.in
  • D /wxWidgets/branches/CPPUNIT/setup.h_vms
  • D /wxWidgets/branches/CPPUNIT/src
  • D /wxWidgets/branches/CPPUNIT/tests
  • D /wxWidgets/branches/CPPUNIT/utils
  • D /wxWidgets/branches/CPPUNIT/version-script.in
  • D /wxWidgets/branches/CPPUNIT/wx-config-inplace.in
  • D /wxWidgets/branches/CPPUNIT/wx-config.in
  • D /wxWidgets/branches/CPPUNIT/wxBase.spec
  • D /wxWidgets/branches/CPPUNIT/wxGTK.spec
  • D /wxWidgets/branches/CPPUNIT/wxGTK_RR.spec
  • D /wxWidgets/branches/CPPUNIT/wxMGL.spec
  • D /wxWidgets/branches/CPPUNIT/wxMotif.spec
  • D /wxWidgets/branches/CPPUNIT/wxPython
  • D /wxWidgets/branches/CPPUNIT/wxWINE.spec
  • D /wxWidgets/branches/CPPUNIT/wxwin.m4
  • D /wxWidgets/branches/CPPUNIT/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'CPPUNIT'.

2005-09-18 13:24 , revision 35557
  • A /wxWidgets/branches/BAKEFILE
  • D /wxWidgets/branches/BAKEFILE/.cvsignore
  • D /wxWidgets/branches/BAKEFILE/acinclude.m4
  • D /wxWidgets/branches/BAKEFILE/aclocal.m4
  • D /wxWidgets/branches/BAKEFILE/art
  • D /wxWidgets/branches/BAKEFILE/autoconf_inc.m4
  • D /wxWidgets/branches/BAKEFILE/autogen.sh
  • D /wxWidgets/branches/BAKEFILE/BuildCVS.txt
  • D /wxWidgets/branches/BAKEFILE/build/.cvsignore
  • D /wxWidgets/branches/BAKEFILE/build/aclocal/cppunit.m4
  • D /wxWidgets/branches/BAKEFILE/build/aclocal/gst-element-check.m4
  • D /wxWidgets/branches/BAKEFILE/build/aclocal/gtk-2.0.m4
  • D /wxWidgets/branches/BAKEFILE/build/aclocal/gtk.m4
  • D /wxWidgets/branches/BAKEFILE/build/aclocal/pkg.m4
  • D /wxWidgets/branches/BAKEFILE/build/aclocal/sdl.m4
  • D /wxWidgets/branches/BAKEFILE/build/bakefiles
  • D /wxWidgets/branches/BAKEFILE/build/msw
  • D /wxWidgets/branches/BAKEFILE/build/palmos
  • D /wxWidgets/branches/BAKEFILE/build/script
  • D /wxWidgets/branches/BAKEFILE/build/update-setup-h
  • D /wxWidgets/branches/BAKEFILE/config.guess
  • D /wxWidgets/branches/BAKEFILE/config.sub
  • D /wxWidgets/branches/BAKEFILE/configure
  • D /wxWidgets/branches/BAKEFILE/configure.in
  • D /wxWidgets/branches/BAKEFILE/contrib
  • D /wxWidgets/branches/BAKEFILE/debian
  • D /wxWidgets/branches/BAKEFILE/demos
  • D /wxWidgets/branches/BAKEFILE/descrip.mms
  • D /wxWidgets/branches/BAKEFILE/difflast.pl
  • D /wxWidgets/branches/BAKEFILE/distrib
  • D /wxWidgets/branches/BAKEFILE/docs
  • D /wxWidgets/branches/BAKEFILE/include
  • D /wxWidgets/branches/BAKEFILE/install-sh
  • D /wxWidgets/branches/BAKEFILE/lib
  • D /wxWidgets/branches/BAKEFILE/locale
  • D /wxWidgets/branches/BAKEFILE/Makefile.in
  • D /wxWidgets/branches/BAKEFILE/make-deb
  • D /wxWidgets/branches/BAKEFILE/misc
  • D /wxWidgets/branches/BAKEFILE/mkinstalldirs
  • D /wxWidgets/branches/BAKEFILE/regen
  • D /wxWidgets/branches/BAKEFILE/samples
  • D /wxWidgets/branches/BAKEFILE/setup.h.in
  • D /wxWidgets/branches/BAKEFILE/setup.h_vms
  • D /wxWidgets/branches/BAKEFILE/src
  • D /wxWidgets/branches/BAKEFILE/tests
  • D /wxWidgets/branches/BAKEFILE/utils
  • D /wxWidgets/branches/BAKEFILE/version-script.in
  • D /wxWidgets/branches/BAKEFILE/wx-config-inplace.in
  • D /wxWidgets/branches/BAKEFILE/wx-config.in
  • D /wxWidgets/branches/BAKEFILE/wxBase.spec
  • D /wxWidgets/branches/BAKEFILE/wxGTK.spec
  • D /wxWidgets/branches/BAKEFILE/wxGTK_RR.spec
  • D /wxWidgets/branches/BAKEFILE/wxMGL.spec
  • D /wxWidgets/branches/BAKEFILE/wxMotif.spec
  • D /wxWidgets/branches/BAKEFILE/wxPython
  • D /wxWidgets/branches/BAKEFILE/wxWINE.spec
  • D /wxWidgets/branches/BAKEFILE/wxwin.m4
  • D /wxWidgets/branches/BAKEFILE/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'BAKEFILE'.

2005-09-18 13:24 VZ, revision 35556

added all .m4 files used by our configure; run aclocal with -I build/aclocal argument now

2005-09-18 11:43 JS, revision 35555

Documented GTK+ ~wxWindow fix

2005-09-18 10:11 JS, revision 35554

Applied patch 1283609 GTK window dtor + wxGrid + cellEditor ==> crash David Surovell, OSAF

2005-09-18 05:19 SC, revision 35553

wxMac changes

2005-09-18 01:19 VZ, revision 35552

get rid of wxClientDC::m_oldFont, it wasn't really used (this fixes crash introduced by last change to this code)

2005-09-18 01:10 VZ, revision 35551

cache results of Motif 2 and Motif-is-Lesstif tests

2005-09-18 00:53 VZ, revision 35550

pruned the list of directories to search for headers/libraries

2005-09-18 00:44 VZ, revision 35549

finally really fixes IRIX build: - determine the name of the standard libraries directory (lib, lib32, lib64 or lib/64) and use it to find other standard libraries - look in default libraries locations after checking the other ones, not before

2005-09-17 23:40 JS, revision 35548

Include settings.h

2005-09-17 22:40 VZ, revision 35547

turn off warning 3970 for SGI CC (see comment for explanation)

2005-09-17 22:28 JS, revision 35546

Resaved corrupt libs.bmp again

2005-09-17 22:14 VZ, revision 35545

don't put default library paths in SEARCH_LIB

2005-09-17 22:10 VZ, revision 35544

check default library directories in WX_PATH_FIND_LIBRARIES; do *not* add default library paths to LDFLAGS (fixes IRIX build)

2005-09-17 22:01 VZ, revision 35543

removed weird comparison of m_oldFont with -1 (this doesn't compile with SGI CC in 64 bit compilation mode and doesn't make any sense anyhow)

2005-09-17 22:00 VZ, revision 35542

use wxPtrToUInt() instead of casting pointers to int which dosen't work in 64 bit compilation mode with SGI CC

2005-09-17 21:54 VZ, revision 35541

64 bit compilation fix (pointer can't be cast to int); code simplification (don't duplicate code in GetArm/LabelPixmap)

2005-09-17 21:08 VZ, revision 35540

documented wx_truncate_cast()

2005-09-17 21:03 VZ, revision 35539

added wx_truncate_cast and use it (sometimes instead of wx_static_cast) to explicitely show int truncation

2005-09-17 21:02 VZ, revision 35538

added ping location for IRIX

2005-09-17 21:02 VZ, revision 35537

avoid assigning 64 bit ints to a 16 bit one

2005-09-17 21:02 VZ, revision 35536

removed unused variables and constant

2005-09-17 21:01 VZ, revision 35535

tremoved unused variable

2005-09-17 21:01 VZ, revision 35534

use unsgined int instead of int for 1 bit bitfields (SGI CC warning fix)

2005-09-17 21:00 VZ, revision 35533

checking whether a size_t page index is >= 0 is unnecessary (and generates a SGI CC warning)

2005-09-17 21:00 VZ, revision 35532

colourSize was probably supposed to be used and not just defined and then forgot about (thanks for SGI CC for a nice warning)

2005-09-17 20:58 VZ, revision 35531

remove unused wxTrue

2005-09-17 20:56 VZ, revision 35530

declare wxCalendarEvent ctor as inline before it's used (which happens before its definition unfortunately) (fixes SGI CC warning)

2005-09-17 20:34 JS, revision 35529

Applied [ 1294048 ] [wxMSW] Correct splitter sash drawing on XP Jamie Gadd

2005-09-17 20:27 JS, revision 35528

Applied patch [ 1292827 ] [wxMSW] nested wxStaticBox fix Jamie Gadd

2005-09-17 14:18 SC, revision 35527

fixing visibility checks for native toolbars

2005-09-17 12:53 JS, revision 35526

Minor doc corrections

2005-09-17 08:11 JS, revision 35525

Typo correction

2005-09-16 18:25 , revision 35524
  • A /wxWidgets/branches/unlabeled-1.18.2
  • D /wxWidgets/branches/unlabeled-1.18.2/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.18.2/acinclude.m4
  • D /wxWidgets/branches/unlabeled-1.18.2/aclocal.m4
  • D /wxWidgets/branches/unlabeled-1.18.2/art
  • D /wxWidgets/branches/unlabeled-1.18.2/autoconf_inc.m4
  • D /wxWidgets/branches/unlabeled-1.18.2/autogen.sh
  • D /wxWidgets/branches/unlabeled-1.18.2/BuildCVS.txt
  • D /wxWidgets/branches/unlabeled-1.18.2/build
  • D /wxWidgets/branches/unlabeled-1.18.2/config.guess
  • D /wxWidgets/branches/unlabeled-1.18.2/config.sub
  • D /wxWidgets/branches/unlabeled-1.18.2/configure
  • D /wxWidgets/branches/unlabeled-1.18.2/configure.in
  • D /wxWidgets/branches/unlabeled-1.18.2/contrib
  • D /wxWidgets/branches/unlabeled-1.18.2/debian
  • D /wxWidgets/branches/unlabeled-1.18.2/demos
  • D /wxWidgets/branches/unlabeled-1.18.2/descrip.mms
  • D /wxWidgets/branches/unlabeled-1.18.2/difflast.pl
  • D /wxWidgets/branches/unlabeled-1.18.2/distrib
  • D /wxWidgets/branches/unlabeled-1.18.2/docs
  • D /wxWidgets/branches/unlabeled-1.18.2/include
  • D /wxWidgets/branches/unlabeled-1.18.2/install-sh
  • D /wxWidgets/branches/unlabeled-1.18.2/lib
  • D /wxWidgets/branches/unlabeled-1.18.2/locale
  • D /wxWidgets/branches/unlabeled-1.18.2/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.18.2/make-deb
  • D /wxWidgets/branches/unlabeled-1.18.2/misc
  • D /wxWidgets/branches/unlabeled-1.18.2/mkinstalldirs
  • D /wxWidgets/branches/unlabeled-1.18.2/regen
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/access
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/artprov
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/calendar
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/caret
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/checklst
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/config
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/console
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/controls
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/db
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/debugrpt
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/dialogs
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/dialup
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/display
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/dnd
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/docview
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/docvwmdi
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/dragimag
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/drawing
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/dynamic
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/erase
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/event
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/except
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/exec
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/font
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/grid
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/help
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/htlbox
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/html
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/image
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/internat
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/ipc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/joytest
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/keyboard
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/layout
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/listbox
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/listctrl
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/makefile.sc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/mdi
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/mediaplayer
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/memcheck
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/menu
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/mfc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/minifram
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/minimal
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/mobile
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/multimon
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/nativdlg
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/notebook
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/oleauto
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/opengl
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/ownerdrw
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/png
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/popup
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/printing
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/propsize
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/regtest
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/render
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/resource
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/richedit
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/rotate
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/sample.ico
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/sample.r
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/sample.rc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/sample.xpm
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/samples.bkl
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/samples.dsw
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/sashtest
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/scroll
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/scrollsub
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/shaped
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/sockets
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/sound
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/splash
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/splitter
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/statbar
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/defsext.h
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/edit.cpp
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/edit.h
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/Makefile.sc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/mondrian.ico
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/mondrian.xpm
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/prefs.cpp
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/prefs.h
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/stctest.bkl
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/stctest.dsp
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/stctest.dsw
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/stc/stctest.rc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/bitmaps
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/makefile.bcc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/makefile.gcc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/makefile.sc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/makefile.wat
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/mondrian.ico
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/mondrian.xpm
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/SVGlogo24.bmp
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/SVGlogo24.xpm
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/svgtest.bkl
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/svgtest.cpp
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/svgtest.dsw
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/svg/svgtest.rc
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/tab
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/taskbar
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/text
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/thread
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/toolbar
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/treectrl
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/typetest
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/validate
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/vscroll
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/widgets
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/wizard
  • D /wxWidgets/branches/unlabeled-1.18.2/samples/xrc
  • D /wxWidgets/branches/unlabeled-1.18.2/setup.h.in
  • D /wxWidgets/branches/unlabeled-1.18.2/setup.h_vms
  • D /wxWidgets/branches/unlabeled-1.18.2/src/.cvsignore
  • D /wxWidgets/branches/unlabeled-1.18.2/src/cocoa
  • D /wxWidgets/branches/unlabeled-1.18.2/src/common
  • D /wxWidgets/branches/unlabeled-1.18.2/src/cwcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/cwdcopysetup.bat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/cygnus.bat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/expat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/generic
  • D /wxWidgets/branches/unlabeled-1.18.2/src/gtk
  • D /wxWidgets/branches/unlabeled-1.18.2/src/gtk1
  • D /wxWidgets/branches/unlabeled-1.18.2/src/html
  • D /wxWidgets/branches/unlabeled-1.18.2/src/iodbc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/jpeg
  • D /wxWidgets/branches/unlabeled-1.18.2/src/mac
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeb32.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makebcc.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makefile.dos
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makefile.va
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makefile.vc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeg95.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makelib.b32
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makelib.bcc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makelib.g95
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makelib.sc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makelib.vc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makelib.wat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makemsc.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.b32
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.bcc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.g95
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.msc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.sc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.sl
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.va
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.vc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeprog.wat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makesc.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makesl.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/maketwin.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makeva.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makevc.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/makewat.env
  • D /wxWidgets/branches/unlabeled-1.18.2/src/mgl
  • D /wxWidgets/branches/unlabeled-1.18.2/src/mingegcs.bat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/mingw32.bat
  • D /wxWidgets/branches/unlabeled-1.18.2/src/motif
  • D /wxWidgets/branches/unlabeled-1.18.2/src/msdos
  • D /wxWidgets/branches/unlabeled-1.18.2/src/msw
  • D /wxWidgets/branches/unlabeled-1.18.2/src/ntwxwin.mak
  • D /wxWidgets/branches/unlabeled-1.18.2/src/os2
  • D /wxWidgets/branches/unlabeled-1.18.2/src/palmos
  • D /wxWidgets/branches/unlabeled-1.18.2/src/png
  • D /wxWidgets/branches/unlabeled-1.18.2/src/regex
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/gen_iface.py
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/Makefile.in
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/PlatWX.cpp
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/PlatWX.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/README.txt
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/ScintillaWX.cpp
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/ScintillaWX.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/Accessor.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/KeyWords.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/PropSet.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/SciLexer.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/Scintilla.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/Scintilla.iface
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/ScintillaWidget.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/SString.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/include/WindowAccessor.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/License.txt
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/README.txt
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/AutoComplete.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/AutoComplete.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/CallTip.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/CallTip.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/CellBuffer.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/CellBuffer.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/ContractionState.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/ContractionState.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Document.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Document.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/DocumentAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/DocumentAccessor.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Editor.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Editor.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/ExternalLexer.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/ExternalLexer.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Indicator.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Indicator.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/KeyMap.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/KeyMap.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/KeyWords.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexAda.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexAPDL.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexAsm.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexAsn1.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexAU3.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexAVE.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexBaan.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexBash.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexBullant.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexCLW.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexConf.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexCPP.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexCrontab.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexCSS.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexEiffel.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexErlang.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexEScript.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexForth.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexFortran.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexGui4Cli.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexHTML.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexKix.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexLisp.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexLout.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexLua.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexMatlab.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexMetapost.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexMMIXAL.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexMPT.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexMSSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexNsis.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexOthers.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexPascal.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexPB.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexPerl.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexPOV.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexPS.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexPython.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexRuby.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexScriptol.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexSpecman.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexSQL.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexTeX.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexVB.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexVerilog.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexVHDL.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LexYAML.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LineMarker.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/LineMarker.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/PropSet.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/RESearch.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/RESearch.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/ScintillaBase.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Style.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/Style.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/StyleContext.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/StyleContext.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/SVector.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/UniConversion.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/UniConversion.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/ViewStyle.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/ViewStyle.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/WindowAccessor.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/XPM.cxx
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/scintilla/src/XPM.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stc.cpp
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stc.cpp.in
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stc.h.in
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stcM8.xml
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stc_cw.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stc_cwc.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stc_cwc_d.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/stc/stc_cw_d.h
  • D /wxWidgets/branches/unlabeled-1.18.2/src/tiff
  • D /wxWidgets/branches/unlabeled-1.18.2/src/univ
  • D /wxWidgets/branches/unlabeled-1.18.2/src/unix
  • D /wxWidgets/branches/unlabeled-1.18.2/src/version.mak
  • D /wxWidgets/branches/unlabeled-1.18.2/src/Wxwindll.icc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxJpeg.icc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxPng.icc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxTiff.icc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWin.icc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWindows.dsp
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWindows.dsw
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWindows.xcode
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWindows.xcodeproj
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWindowsClassicM8.xml
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWindowsM8.xml
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxWindowsW7.xml
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxXpm.icc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/wxZlib.icc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/x11
  • D /wxWidgets/branches/unlabeled-1.18.2/src/xml
  • D /wxWidgets/branches/unlabeled-1.18.2/src/xrc
  • D /wxWidgets/branches/unlabeled-1.18.2/src/zlib
  • D /wxWidgets/branches/unlabeled-1.18.2/tests
  • D /wxWidgets/branches/unlabeled-1.18.2/utils
  • D /wxWidgets/branches/unlabeled-1.18.2/version-script.in
  • D /wxWidgets/branches/unlabeled-1.18.2/wx-config-inplace.in
  • D /wxWidgets/branches/unlabeled-1.18.2/wx-config.in
  • D /wxWidgets/branches/unlabeled-1.18.2/wxBase.spec
  • D /wxWidgets/branches/unlabeled-1.18.2/wxGTK.spec
  • D /wxWidgets/branches/unlabeled-1.18.2/wxGTK_RR.spec
  • D /wxWidgets/branches/unlabeled-1.18.2/wxMGL.spec
  • D /wxWidgets/branches/unlabeled-1.18.2/wxMotif.spec
  • D /wxWidgets/branches/unlabeled-1.18.2/wxPython
  • D /wxWidgets/branches/unlabeled-1.18.2/wxWINE.spec
  • D /wxWidgets/branches/unlabeled-1.18.2/wxwin.m4
  • D /wxWidgets/branches/unlabeled-1.18.2/wxX11.spec

This commit was manufactured by cvs2svn to create branch 'unlabeled-1.18.2'.

2005-09-16 18:25 ABX, revision 35523

angle bracket problem fix

2005-09-16 16:18 VZ, revision 35522

added tech note describing how to add a new wxUSE_XXX

2005-09-16 15:00 MW, revision 35521

Cygwin compile fix

2005-09-16 14:53 ABX, revision 35520

Assert correction.

2005-09-16 12:55 ABX, revision 35519

Native spline drawing.

2005-09-16 11:22 JS, revision 35518

Define SQLUINTEGER

2005-09-16 11:03 JS, revision 35517

Applied patch [ 1286701 ] fix for compiling odbc with MS VC8 on x64 also define SQLTCHAR for DMC++

2005-09-16 10:28 VZ, revision 35516

(blind) CE compilation fix: declare wxToolBarNameStr

2005-09-16 08:51 JS, revision 35515

Script updates

2005-09-15 15:26 ABX, revision 35514

wxUSE_SPLINES markup and other cleanings.

2005-09-15 15:18 ABX, revision 35513

Splines sample.

2005-09-14 21:21 JS, revision 35512

Doc fix

2005-09-14 21:10 MW, revision 35511

Fixes for passing non-PODs via '...'

2005-09-14 21:08 MW, revision 35510

ddesetup.h becomes ipcsetup.h, missing part of patch 1263950 Jurgen Doornik

2005-09-14 15:56 MW, revision 35509

Regenerate after change to install of wxpresets

2005-09-14 14:36 VZ, revision 35508

renamed wxMotif::wxTLW::DoCreate() to XmDoCreateTLW() to avoid conflicts with DoCreate()s in derived classes and removed DoDestroy() entirely because there was really no advantage in having it (it can't be called fom base class dtor) also made XmDoCreateTLW() pure virtual which required changing IMPLEMENT_DYNAMIC_CLASS into IMPLEMENT_ABSTRACT_CLASS for wxTopLevelWindow in common code but this made sense anyhow because wxTLW should be an ABC anyhow

2005-09-14 14:24 VZ, revision 35507

dialog creation function should be extern C

2005-09-14 14:22 VZ, revision 35506

renamed arg[cv] parameters to not hide wxApp members

2005-09-14 14:21 VZ, revision 35505

more non-const string literal warnings correction

2005-09-14 13:18 VZ, revision 35504

use -erroff=E_NO_EXPLICIT_TYPE_GIVEN option with Sun cc to avoid hundreds of warnings from Sun X11 headers

2005-09-14 12:08 DS, revision 35503

reverted last changes which were false alarm

2005-09-14 12:05 SC, revision 35502

adding Robert Lang's native CG-Bezier patch

2005-09-14 11:49 SC, revision 35501

adding Robert Lang's native CG-Bezier patch

2005-09-14 00:09 MR, revision 35500

"See also wxListView" link for wxListCtrl

2005-09-13 16:50 VZ, revision 35499

made XPM data const

2005-09-13 16:49 VZ, revision 35498

added wxMOTIF_STR() macro casting away string literal constness for use with Motif functions taking char *; use it when needed to suppress warnings about string literals being treated as non-const

2005-09-13 16:37 VZ, revision 35497

unihde base class virtual functions

2005-09-13 16:36 VZ, revision 35496

clipboard handler must be extern C (Sun CC warning)

2005-09-13 16:23 VZ, revision 35495

X error handler should be extern C (SunCC warning fix)

2005-09-13 16:22 VZ, revision 35494

warning fixes for Sun CC: extern C, non-const string literals

2005-09-13 16:06 ABX, revision 35493

Better fix for 'int i' used twice in the same block.

2005-09-13 16:04 ABX, revision 35492

Warning fix.

2005-09-13 16:04 VZ, revision 35491

fixed virtual function hiding for LoadBitmap()

2005-09-13 16:02 ABX, revision 35490

Missing includes.

2005-09-13 15:58 VZ, revision 35489

use WX_DEFINE_ARRAY_PTR for anarray of pointers (fixes Sun CC warning)

2005-09-13 15:57 VZ, revision 35488

use extern C around signal handler declaration (fixes Sun CC warning)

2005-09-13 14:35 VZ, revision 35487

qsort() should be passedonly extern C functions

2005-09-13 14:34 VZ, revision 35486

fixed Sun CC warning about local variable read hiding wxStreamBuffer::read

2005-09-13 14:30 VZ, revision 35485

fixed Sun CC warning about arg[cv] parameters hiding wxApp members

2005-09-13 13:47 VZ, revision 35484

and now it even compiles

2005-09-13 13:45 VZ, revision 35483

fix for last commit

2005-09-13 13:30 VZ, revision 35482

removed strcpy to fixed buffer (do it the right way: cf rev 1.54)

2005-09-13 12:54 DS, revision 35481

fixed uninitialized variable (depending on wxChoice ctor used it resulted in an out of bounds wxChoice::GetSelection() return value)

2005-09-12 21:22 MBN, revision 35480

Add one more encoding name for EUC-JP for Solaris 8.

2005-09-12 20:06 MBN, revision 35479

Honous initial position for wxSpinCtrl.

2005-09-12 20:04 MBN, revision 35478

Revert change 1.131 which actually broke inital size handling. Set background colour for all widgets (same as foreground colour).

2005-09-12 19:00 VS, revision 35477

fixed presets installation for scrdir!=. case

2005-09-12 14:27 VZ, revision 35476

removed stray ^Ms

2005-09-12 13:02 VZ, revision 35475

VC++ /Wp64 warning fixes

2005-09-11 19:54 KH, revision 35474

Send mouse leave events in HandleMouseMove if HAVE_TRACKMOUSEEVENT is defined and the window has captured the mouse. This used to be done in OnInternalIdle, which now only sends leave events when HAVE_TRACKMOUSEEVENT is *not* defined. Patch from Jamie Gadd, posted 9/10/2005 on wx-dev.

2005-09-11 18:37 JS, revision 35473

Applied [ 1283696 ] wxDC::GetPartialTextExtents crashes on empty strings

2005-09-11 18:36 JS, revision 35472

Updated change log

2005-09-11 18:34 JS, revision 35471

Applied [ 1235509 ] wxCocoa unicode wxT("fixes")

2005-09-11 18:31 JS, revision 35470

Applied patch [ 1263950 ] wxConnection fixes for Unicode By Jurgen Doornik

2005-09-11 18:04 JS, revision 35469

Applied patch [ 1284335 ] doc update for wxString::operator[]

2005-09-11 12:09 VZ, revision 35468

unused var warning in Mac build

2005-09-11 11:55 VZ, revision 35467

use given position for page insertion instead of trying to find the page to insert before (bug 1287730)

2005-09-11 11:47 VZ, revision 35466

added ToLong/ULong/Double() tests

2005-09-11 11:44 VZ, revision 35465

clarified ToULong() behaviour with negative numbers

2005-09-11 11:31 VZ, revision 35464

show that key codes are defined in wx/defs.h (patch 1284054)

2005-09-11 11:18 VZ, revision 35463

accept grey PNM images (patch 1285885)

2005-09-11 11:14 VZ, revision 35462

Respect wxListItem::m_mask in general list control Set/GetItem() and allow them to be used to change/query the item selection and focus status (second part of patch 1264533 from Ryan, modified to be backwards compatible)

2005-09-11 11:04 VZ, revision 35461

wxMediaCtrl patch from Ryan: - factored out Active X code into separate files - also refactored common part of all backends in mediactrlcmn.cpp - adds async loading from URLs support to Mac version - support for ShowPlayerControls() in Mac wxMediaCtrl - more minor bug fixes in the MSW version and the sample (this is slightly modified patch 1264533 (without the list control part))

2005-09-10 22:57 MW, revision 35460

Improve instructions for compiling with djgpp

2005-09-10 21:21 MW, revision 35459

Compile fix for VC++ 5

2005-09-10 21:15 MW, revision 35458

Update to zlib 1.2.3

2005-09-10 20:52 , revision 35457
  • A /wxWidgets/tags/ZLIB_1_2_3
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/configure
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/descrip.mms
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/infblock.c
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/infblock.h
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/infcodes.c
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/infcodes.h
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/infutil.c
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/infutil.h
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/Makefile.riscos
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/Make_vms.com
  • D /wxWidgets/tags/ZLIB_1_2_3/src/zlib/maketree.c

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

2005-09-10 20:52 MW, revision 35456
  • R /wxWidgets/trunk/src/zlib/FAQ
  • R /wxWidgets/trunk/src/zlib/inflate.h
  • R /wxWidgets/trunk/src/zlib/README

This commit was generated by cvs2svn to compensate for changes in r35455, which included commits to RCS files with non-trunk default branches.

2005-09-10 20:52 MW, revision 35455

Import zlib 1.2.3

2005-09-09 22:17 DE, revision 35454

Use AC_CHECK_TOOL rather than AC_CHECK_PROG for AR, RANLIB, STRIP, RESCOMP, and DLLTOOL. This automatically searches for tools with a prefix of "$host_alias-" when cross compiling then falls back to the unprefixed tool name if that fails. If the user specifies the tool using the appropriate variable (e.g. CC, CXX, AR, RANLIB, STRIP, etc.) then it will be checked as is. Removed the major hack that did something similar to this but simply ignored user-provided variables and used default tool names. For example, CC was locked to $host_alias-gcc when cross compiling even if the user specified CC on the configure command-line. This brings wxWidgets in line with other autoconf 2.5x projects. The only downside to this approach is that our old method would fail if $host_alias-toolname was not present whereas the autoconf method will silently use the host compiler (which is usually _not_ what the user wants).