Bryan Petty
0b2263c25d
Updated links and mailing list addresses.
2015-10-30 20:06:09 -06:00
Dimitri Schoolwerth
31145b8e3a
Fix some typos, no code changes (besides strings)
2015-06-05 02:54:46 +04:00
Dimitri Schoolwerth
8f8d58d193
Use wx-prefixed macros throughout the repository.
...
Change {DECLARE,IMPLEMENT}_*CLASS and {DECLARE,BEGIN,END}_EVENT_TABLE
occurrences to use the wx-prefixed version of the macros.
2015-04-23 22:00:35 +04:00
Bryan Petty
bdbadbeb53
Removed obsolete daily snapshot build scripts.
...
See #15588
2015-03-25 16:45:50 -06:00
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
3f66f6a5b3
Remove all lines containing cvs/svn "$Id$" keyword.
...
This keyword is not expanded by Git which means it's not replaced with the
correct revision value in the releases made using git-based scripts and it's
confusing to have lines with unexpanded "$Id$" in the released files. As
expanding them with Git is not that simple (it could be done with git archive
and export-subst attribute) and there are not many benefits in having them in
the first place, just remove all these lines.
If nothing else, this will make an eventual transition to Git simpler.
Closes #14487 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-07-26 16:02:46 +00:00
Dimitri Schoolwerth
2d143b6689
Removed ellipsis from "About..." occurrences.
...
MS and Apple guidelines mention ellipses should generally be used when a command needs additional information from the user before the operation can execute. This is not the case for showing an about dialog so the ellipses have been removed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-01-20 16:51:09 +00:00
Vadim Zeitlin
526954c596
Globally use "wxWindows licence" consistently.
...
Use "wxWindows licence" and not "wxWidgets licence" (the latter doesn't
exist) and consistently spell "licence" using British spelling.
See #12165 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-07-13 13:29:13 +00:00
Stefan Csomor
fde2aa3a95
re-adding script that is needed for xcode builds
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64052 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-04-19 14:44:24 +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
Kevin Ollivier
d5e7ffcf7a
Make sure all Bakefile formats that use CRLF line feeds are set to use CRLF in SVN.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-10-08 04:07:02 +00:00
Vadim Zeitlin
e755092283
Remove old and unused file.
...
We don't use WISE since many years, so remove the source of an utility which
was supposed to help with using it.
Closes #11270 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-10-01 00:32:03 +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
9a83f86094
Globally replace _T() with wxT().
...
Standardize on using a single macro across all wxWidgets sources and solve the name clash with Sun CC standard headers (see #10660 ).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-07-23 20:30:22 +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
Stefan Csomor
ca91917e19
fixing paths for xcode proj
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-09-01 07:15:52 +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