Commit Graph

192 Commits

Author SHA1 Message Date
Vadim Zeitlin
15f255cebb Remove support for Digital Mars compiler.
This compilers is not being developed any longer since many years, drop
support for it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76547 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-05-16 13:01:23 +00:00
Vadim Zeitlin
b503bfef1d Remove all obsolete release-generation scripts.
Only leave the files which are still used for the daily snapshots generation.

Also remove the obsolete release-making instructions.

See #11610.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-04-12 00:36:52 +00:00
Kevin Ollivier
e8ae97889e Add git source control dirs to the list of excludes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-03-06 04:15:54 +00:00
Kevin Ollivier
fde5af3a2c Add create-archive.py to wx source tree.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-03-06 04:08:01 +00:00
Kevin Ollivier
867518a5ba Forward port 2.8 fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-01-06 22:02:59 +00:00
Vadim Zeitlin
95bd284e77 Add samples files missing from distribution.
Mostly XPM icons but also a header from dataview sample.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-08-16 13:32:11 +00:00
Vadim Zeitlin
f3239c2118 updated the version to 2.9.1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-07-05 11:51:53 +00:00
Vadim Zeitlin
bdaddbec6e add missing tests (closes #10692)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60094 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-04-10 22:55:08 +00:00
Jaakko Salli
de8fe8ca3d Added build/msw/wx_propgrid.dsp to vc manifest (I hope this fixes #10564)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-03-09 17:09:58 +00:00
Vadim Zeitlin
463c95db09 add wx/persist/*.h files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-23 21:20:35 +00:00
Chris Elliott
0e74b31c33 .svn not CVS files should be skipped
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58942 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-16 10:09:55 +00:00
Chris Elliott
4dd250f787 reduce tarballs as discussed on wx-dev
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-14 12:09:30 +00:00
Vadim Zeitlin
a334c52549 remove remaining traces of samples/mobile (continuation of r58765)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58766 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-08 15:59:04 +00:00
Chris Elliott
004b67a761 and a third fix from http://trac.wxwidgets.org/ticket/10457 fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-02 08:36:01 +00:00
Chris Elliott
d9e1feb02c second http://trac.wxwidgets.org/ticket/10457 fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-02-01 15:31:14 +00:00
Chris Elliott
a0c800ed14 http://trac.wxwidgets.org/ticket/10457 fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-01-31 13:28:51 +00:00
Vadim Zeitlin
14860f1427 added include/wx/generic/private files to distribution
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58211 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-01-18 21:35:21 +00:00
Vadim Zeitlin
f5f936175f added missing textfile test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-01-17 12:02:19 +00:00
Vadim Zeitlin
6a5a7fba9d reorganize scroll sample to make it possible to understand what it does both when reading its code and when running it; merged scrollsub sample in it and removed the original one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-12-24 01:28:55 +00:00
Chris Elliott
2af62e6641 add missing header to dfb
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-12-19 16:46:26 +00:00
Vadim Zeitlin
1c4293cb91 added wxPropertyGrid from Jaakko Salli (#9934)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-09-12 20:57:41 +00:00
Vadim Zeitlin
099f7f787b add Scintilla.iface to the distribution
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-06-29 22:05:47 +00:00
Vadim Zeitlin
871ff36618 include configure/makefiles necessary for building libtiff
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53880 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-31 13:31:15 +00:00
Vadim Zeitlin
b6db2d145a remove unused onsolete response files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-28 12:30:54 +00:00
Vadim Zeitlin
0411a5f92a change VERSION to 2.9.0 (not sure if this is really used though)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-27 18:07:13 +00:00
Vadim Zeitlin
1224c6ee60 remove mentions of demos/dbbrowse which doesn't exist any more
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53794 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-27 18:02:51 +00:00
Vadim Zeitlin
fd8a001266 add build/msw/wx_stc.dsp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-27 18:00:26 +00:00
Chris Elliott
5d67db40d8 try to fix SF bug 1913671
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-18 20:12:44 +00:00
Chris Elliott
7038287253 remove helpGen from distribution (see SF bug 1812087
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-05-18 19:55:31 +00:00
Chris Elliott
9827cf350f add missing hildon files to gtk distrib
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-19 09:10:36 +00:00
Chris Elliott
cbed009b20 add ifacechaek to distrib
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-04-12 12:05:54 +00:00
Kevin Ollivier
cc669f240b Merge build script updates from 2.8 branch.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52924 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-30 18:30:48 +00:00
Chris Elliott
3d902bdfa8 add meta to manifests
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-19 15:01:25 +00:00
Václav Slavík
815399d5bb removed no longer used src/iodbc directory
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-13 15:37:15 +00:00
Chris Elliott
25645ca5b1 see http://thread.gmane.org/gmane.comp.lib.wxwidgets.devel/97537
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-11 08:59:59 +00:00
Chris Elliott
fe02497d70 fix SF bug 1890890
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-02-11 08:29:23 +00:00
Vadim Zeitlin
f172cb8200 removed support for Salford compiler (which was almost certainly broken anyhow) (patch 1861133)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50960 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-31 10:05:00 +00:00
Stefan Neis
fbb63e807a Added new files for console event loop on OS/2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-24 08:45:27 +00:00
Chris Elliott
86dd5aff13 add missing inc files docsrc.rsp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-10-04 15:51:18 +00:00
Chris Elliott
48801471de typo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-10-02 10:30:34 +00:00
Chris Elliott
2d87db1201 add misisng files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-10-02 09:39:06 +00:00
Vadim Zeitlin
3442c078ad build updates for libtiff 3.8.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48824 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-20 00:01:33 +00:00
Kevin Ollivier
39796bac00 Adding prototype script for creating a wx Mac framework from a configure-based wxPython build.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-17 15:41:48 +00:00
Chris Elliott
8d5aff92f4 remove refernce to removed samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-16 17:29:30 +00:00
Chris Elliott
89e704cf63 add missing timer.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-06 09:19:38 +00:00
Chris Elliott
88a37bc3d9 add missing ds? files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-09-05 08:41:30 +00:00
Chris Elliott
d96c09df7e added missing unixfiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47151 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-07-05 17:27:22 +00:00
Chris Elliott
392b9a6fba replace cvsentries
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-07-05 17:02:58 +00:00
Chris Elliott
1a1f3e4b53 cvs to svn
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-07-05 09:07:05 +00:00
Chris Elliott
99bc6ea392 move to svn
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-07-05 08:03:48 +00:00