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-03-21 12:45 VZ, revision 32953

fixed warnings about possibly uninitialized variables; commented non trivial piece of code

2005-03-21 12:44 VZ, revision 32952

unreachable code warning fix (Unicode build)

2005-03-21 12:27 VZ, revision 32951

added orient parameter to wxMDIParentFrame::Tile()

2005-03-21 11:29 VZ, revision 32950

another compilation fix after wxMenuBar ctor patch

2005-03-21 10:36 VZ, revision 32949

fixed SetColumnWidth() in wxLC_LIST mode (set column to 0, not -1)

2005-03-21 10:36 VZ, revision 32948

regenerated after qa lib changes

2005-03-21 10:34 VZ, revision 32947

added qa dll

2005-03-21 01:07 VZ, revision 32946

generated makefiles after qa library creation

2005-03-21 00:51 VZ, revision 32945

set wxUSE_DEBUGREPORT to 1 by default again

2005-03-21 00:15 VZ, revision 32944

mention which files should be changed when adding a new library in a few places where this was less clear

2005-03-21 00:14 VZ, revision 32943

added closing parenthesis inside comment, no real changes

2005-03-21 00:11 VZ, revision 32942

added qa library (currently consisting of wxDebugReport and related classes only); moved debugrpt.* files there

2005-03-20 22:08 VZ, revision 32941

define wxNO_RTTI/EXCEPTIONS/THREADS if corresponding USE_XXX is set to 0

2005-03-20 20:08 MBN, revision 32940

Fix wxFileConf crash demonstrated by the 'DeleteLastGroup' unit test.

2005-03-20 19:35 JS, revision 32939

Updated readme

2005-03-20 18:51 DW, revision 32938

Fixes compile warnings

2005-03-20 18:48 VZ, revision 32937

Seek(-1, mode) should work instead of giving an error if mode != wxFromStart

2005-03-20 17:12 JS, revision 32936

Compilo fix

2005-03-20 15:42 VZ, revision 32935

added wxString ctor from std::string (inside #ifdef wxUSE_STD_STRING); removed pragma interface/implementation which force all inline functions to be defined in string.cpp

2005-03-20 15:10 VZ, revision 32934

oops, removed duplicate SetIcons[s]() added in last commit

2005-03-20 15:04 VZ, revision 32933

wxMDIChildFrame::Maximize() should have default value for its argument just as wxFrame does; override other functions which don't make sense for wxGTK implementation of MDI

2005-03-20 12:02 JS, revision 32932

Fixes for WinCE toolbar

2005-03-20 11:58 JS, revision 32931
  • D /wxWidgets/trunk/demos/life/setup/wince/life.ini

Removed spurious file

2005-03-20 11:54 JS, revision 32930

Fixes for WinCE toolbar Don't disable wxFileConfig for WinCE Don't disable common dialogs for WinCE

2005-03-20 11:52 JS, revision 32929

Fix wxFileConfig for WinCE Provide standard WinCE Windows path for wxStandardPaths

2005-03-20 11:01 VZ, revision 32928

compilation fix after last commit (missing semicolon added)

2005-03-19 23:11 MBN, revision 32927

Allow building with GCC 2.95.

2005-03-19 23:09 MBN, revision 32926

Correct compilation conditions for wxURL::SetProxy.

2005-03-19 23:07 MBN, revision 32925

Use the correct WXDLLEXPORT declaration.

2005-03-19 23:04 MBN, revision 32924

Avoid redefining _GNU_SOURCE.

2005-03-19 22:33 RD, revision 32923

Fixed bug #1163384. Moved the code that handles activating the cell editors to a EVT_CHAR event handler. This is done so the character inserted into the editor will be the "cooked" char value (including accented or composed keys) rather than the raw code provided by the EVT_KEY_DOWN.

2005-03-19 22:21 RD, revision 32922

reSWIGged

2005-03-19 22:03 RD, revision 32921

Turn off the expando-matic rubber band thing for mac

2005-03-19 22:02 RD, revision 32920

Better capture of unicode character events

2005-03-19 21:55 RD, revision 32919

docstring update

2005-03-19 21:54 RD, revision 32918

wxTE_CAPITALIZE

2005-03-19 21:53 RD, revision 32917

wxEVT_HIBERNATE

2005-03-19 21:53 RD, revision 32916

Add some new WXK codes

2005-03-19 21:52 RD, revision 32915

Ensure that the encoding returned from locale.getdefaultlocale() is valid, default to sys.getdefaultencoding() if not.

2005-03-19 21:14 RD, revision 32914

Call evt.Skip by default

2005-03-19 19:51 JS, revision 32913

Fixed toolbar bitmap bug introduced by deriving wxToolMenuBar from wxToolBar Documented PPC installation

2005-03-19 19:45 JS, revision 32912

Added scripts to demonstrate how to package a PocketPC app

2005-03-19 16:14 VZ, revision 32911

added a test for/example of assert dialog box

2005-03-19 16:14 VZ, revision 32910

show call stack in the assert dialog box

2005-03-19 15:44 VZ, revision 32909

removed C++ comment added by last commit

2005-03-19 12:06 JS, revision 32908

Added wxDialog::GetToolBar for PocketPC Added note about creating installers for PPC

2005-03-19 00:38 RD, revision 32907

Bumped subrelease number

2005-03-18 21:38 JS, revision 32906

(Flickery) fix for droppings when there are no notebook pages

2005-03-18 19:57 RN, revision 32905

Fix recursiveness on error...

2005-03-18 19:46 RN, revision 32904

* Turn off by default...

2005-03-18 19:45 RN, revision 32903

* Quicktime lib no longer needed....

2005-03-18 19:44 RN, revision 32902

* Dynamically load all quicktime stuff using a version of Robert Roeblings wxDL_ macros

2005-03-18 19:32 ABX, revision 32901

Fixed bug #1022383: 'several ComboBoxes appear selected'

2005-03-18 19:20 JS, revision 32900

Expanded wxSystemOptions docs, documented wxTE_CAPITALIZE

2005-03-18 17:34 RN, revision 32899

* Fix refreshing bug with control not showing up intially and asserting on resize

2005-03-18 16:51 VZ, revision 32898

include extern variables declarations in the tags file too

2005-03-18 15:27 VZ, revision 32897

restored const operator[]s for the compilers which need them

2005-03-18 15:16 VZ, revision 32896

continue with generating EVT_CONTEXT_MENU if EVT_TREE_ITEM_MENU not handled

2005-03-18 15:13 VZ, revision 32895

added EVT_TREE_ITEM_MENU test

2005-03-18 15:03 VZ, revision 32894

avoid asserts from calling isprint(c) with non ASCII c

2005-03-18 14:26 JS, revision 32893

Added WXK_SPECIAL... keycodes for special hardware buttons Made (Un)RegisterHotKey WinCE-aware. Added wxEVT_HIBERNATE event. Now fakes wxEVT_ACTIVATE_APP to be symmetrical with wxEVT_HIBERNATE. Added wxTE_CAPITALIZE for CAPEDIT controls.

2005-03-18 14:07 VZ, revision 32892

compilation fix after last commit (missing semicolon added)

2005-03-18 11:50 RN, revision 32891

* Update for new event handler stuff * Update notebook page text on file change * Some other misc. cleanups (remove strmiids.lib dependancy, cleanup enums, etc.)

2005-03-18 11:46 RN, revision 32890

Update for new event handler stuff

2005-03-18 11:04 RN, revision 32889

Reworked directshow implementation. * Removes the strmiids.lib dependancy * Uses the direct quartz automation interface, thus removing the dshow.h header dependancy * Let COM handle loading quartz.dll

2005-03-18 10:11 JS, revision 32888

Script updates

2005-03-18 10:05 JS, revision 32887

Add sample icon

2005-03-18 09:46 JS, revision 32886

Use sample icon, and title correction

2005-03-18 09:44 JS, revision 32885

Use sample icon

2005-03-18 09:33 JS, revision 32884

Doc tweaks

2005-03-18 09:31 JS, revision 32883

SetSashSize doc'ed

2005-03-18 08:50 CE, revision 32882

wxbase bug

2005-03-18 00:16 DS, revision 32881

fixed signed/unsigned mismatch warning

2005-03-17 23:45 VZ, revision 32880

implemented wxMenuBar ctor taking array of menus/titles for all ports; added optional flags argument to it (patch 1162726)

2005-03-17 23:24 VZ, revision 32879

return if abort dialog couldn't be created (part of patch 1160117)

2005-03-17 23:23 VZ, revision 32878

fixed bug due to missing break in GetColourFromGTKWidget() (part of patch 1160117)

2005-03-17 23:23 VZ, revision 32877

missing break in ParseFormat() (part of patch 1160117)

2005-03-17 23:19 VZ, revision 32876

iterator methods fixes (patch 1164808)

2005-03-17 23:11 VZ, revision 32875

fixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First)

2005-03-17 22:58 VZ, revision 32874

revert togglable tools to previous state if the change was vetoed by OnLeftClick()

2005-03-17 22:39 VZ, revision 32873

removed #ifdef __WXMAC__ as the code is now the same in both branches anyhow

2005-03-17 22:35 RD, revision 32872

Use Update() instead of yielding and waiting for the update to happen there.

2005-03-17 22:29 VZ, revision 32871

GetVirtualSize() returns client size values for the m_virtualSize components which are not set (i.e. allow setting only one component of m_virtualSize instead of either none or both)

2005-03-17 22:27 VZ, revision 32870

don't set virtual size of the window to (0, 0) if scrollbars are removed from it

2005-03-17 22:19 VZ, revision 32869

removed just added UnsetVirtualSize(), it's not needed finally

2005-03-17 22:18 VZ, revision 32868

added UnsetVirtualSize()

2005-03-17 21:38 VZ, revision 32867

removed commented out calls to ReleaseMouse() (no real changes)

2005-03-17 21:21 JS, revision 32866

Provided GetBestVirtualSize and DoGetBestSize implementations for generic and GTK+ wxScrolledWindow. wxWindowBase::DoGetBestSize was returning a virtual size if there were child controls, which was then used to set the scrolled window actual size. Similarly, wxWindowBase::GetBestVirtualSize was returning the actual window size; now we return the virtual size for dimensions that have scrolling (e.g. vertical scrolling direction), or the minimum/actual size for those that don't (e.g. the maximum control width if there is no horizontal scrolling). This allows the scrolled window to be properly sized, whereas before it would start off at the virtual size (giving enormous layouts).

2005-03-17 21:17 VZ, revision 32865

added wxSizerSpacer and modified wxSizerItem to contain a pointer to either wxWindow, wxSizer or wxSizerSpacer (instead of containing either a pointer or just wxSize for spacers) and implement IsShown() and Show() by forwarding it to the appropriate pointer: this means that now you can directly hide/show windows/sizers/spacers instead of having to pass by containing sizers Show(child) method

2005-03-17 20:16 VZ, revision 32864

removed const operator[]s (should fix 1162115)

2005-03-17 17:47 DE, revision 32863

Fixed MW and XLC tests when using -C (cache) option with configure.

2005-03-17 17:46 ABX, revision 32862

Fixed strange situation when we had wxPathExists and wxDirExists with the same finctionality. Using wxPathExists instead wxFileExists (fixes bug #865628). Minor source cleaning.

2005-03-17 17:38 DE, revision 32861

Updated configure and aclocal.m4 for new 0.1.8 Bakefile on account of the recent commit to autoconf_inc.m4 using Bakefile 0.1.8 (CVS).

2005-03-17 12:43 JS, revision 32860

Small fixes for compiling Cygwin (with --disable-sockets)

2005-03-17 09:54 JS, revision 32859

Correct compilo for non-WinCE

2005-03-17 09:10 JS, revision 32858

stopwatch.h needed for wxGetLocalTimeMillis

2005-03-17 08:05 JJ, revision 32857

Committing in . setup.h_vms : updated VMS configuration msgdlg.cpp : corrected include file path Modified Files: wxWidgets/setup.h_vms wxWidgets/src/motif/msgdlg.cpp ----------------------------------------------------------------------

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

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

2005-03-16 22:54 RD, revision 32855

Drop the "rc"

2005-03-16 22:53 RD, revision 32854

The --enable-rpath configure option doesn't work the same way it did before. Work around that by specifying the rpath option myself on the setup.py command-line.