Manuel Garcia
4b41daab13
Replace su
with sudo
in docs/gtk/install.md
...
Closes https://github.com/wxWidgets/wxWidgets/pull/2343
2021-04-24 00:41:22 +02:00
Vadim Zeitlin
a81f91114b
Make --disable-sys-libs configure option less drastic
...
Only disable using the system libraries when a built-in version is
available, otherwise still use the system library as this seems more
useful than disabling the use of only some system libraries (liblzma and
libcurl), while still possibly depending on dozens more via GTK.
Update the documentation and remove the now unnecessary --with-libcurl
from the CI script.
Closes https://github.com/wxWidgets/wxWidgets/pull/2208
2021-02-02 13:00:58 +01:00
Vadim Zeitlin
56e58efcaa
Replace --enable-webrequest-xxx configure options with --with-xxx
...
Using --with is more appropriate for libcurl and WinHTTP as they
introduce dependencies on external libraries and is done for
NSURLSession too for consistency.
And there doesn't seem to be any real reason to make these options names
longer by including "webrequest" in their names, they're clear and
unambiguous enough even without it.
2020-12-13 00:07:10 +01:00
Vadim Zeitlin
dbc16e1633
Also document wxMediaCtrl and wxWebView dependencies
...
These are arguably important enough to be mentioned too.
2020-12-04 20:17:38 +01:00
Vadim Zeitlin
7e75168939
Document OpenGL-related configure options in wxGTK docs
...
They're sufficiently important and not obvious to be mentioned.
2020-12-04 20:17:38 +01:00
Vadim Zeitlin
bd1c66b245
Don't use hard TABs in the makefile snippet in the docs
...
This doesn't pass the indentation style check and TABs are likely to get
lost when copying/pasting anyhow, so remove them and add an explicit
note about TABs being needed here instead.
2020-12-04 20:17:38 +01:00
Vadim Zeitlin
bdbf00090e
Update and simplify wxGTK installation instructions too
...
Remove obsolete information, add more useful configure options and a
link to CMake.
2020-12-04 20:17:29 +01:00
Vadim Zeitlin
9c586177da
Update and condense wxGTK README
...
Remove obsolete information and parts already documented elsewhere.
Also remove the part about wxWidgets crashing your harddisk or
destroying your monitor because I'm a killjoy.
2020-12-01 00:22:58 +01:00
Vadim Zeitlin
e4f4311caa
Remove outdated wxGTK overview
...
This doesn't seem to contain any still relevant information not already
mentioned somewhere else.
2020-11-30 22:37:22 +01:00
Vadim Zeitlin
a5b93ef914
Remove controls implemented natively from "non-native" list
...
Both GtkSearchEntry and GtkCalendar are used in wxGTK whenever possible.
2020-11-30 22:34:37 +01:00
Vadim Zeitlin
f03878251b
Also fix spelling mistakes in the documentation files
...
Run the same codespell command on docs directory.
2020-06-28 15:30:04 +02:00
Paul Cornett
9f3ad89ba9
Update some documentation to reflect change of default GTK version for configure
...
Make some other feeble attempts to update these very outdated files, including
dropping '+' from GTK, and most references to GTK 1.
2020-04-25 08:39:42 -07:00
Vadim Zeitlin
8fbca5cb70
Remove all trailing spaces
...
No real changes, just clean up sources by removing trailing spaces from
all the non-generated files.
This should hopefully avoid future commits mixing significant changes
with insignificant whitespace ones.
2019-01-30 17:35:54 +01:00
Tobias Taschner
f8460059cd
Integrate GTK documentation into doxygen
2018-10-03 19:17:15 +02:00
Vadim Zeitlin
1c4071a3cb
Remove obsolete and useless --enable_no_deps configure option
...
This option didn't do anything for the last 14 years, ever since the switch to
bakefile-generated makefiles in fe0895cf82
, so
remove it from configure and stop mentioning it in documentation.
Use --disable-dependency-tracking to do what this option used to be doing 15
years ago.
2017-05-27 19:03:31 +02:00
Catalin
2c84f37054
Remove obsolete symbols from overviews and install notes
...
Don't mention Windows 95, OS/2 and SGI.
Closes https://github.com/wxWidgets/wxWidgets/pull/135
2015-12-03 21:26:31 +01:00
Bryan Petty
0b2263c25d
Updated links and mailing list addresses.
2015-10-30 20:06:09 -06:00
Bryan Petty
83cb751c46
Converted wxGTK overview docs to Markdown.
2015-10-29 23:20:31 -06:00
Bryan Petty
29eb2a71c0
Update SVN references to git, mostly in docs.
2015-02-20 20:07:15 -07:00
Paul Cornett
0236c59057
update for GTK3
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2014-03-16 16:39:20 +00:00
Vadim Zeitlin
9b31387508
Merge the changes from 3.0 branch.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-11-12 18:06:37 +00:00
Paul Cornett
166592b8f1
Remove references to GTK+ 3 support being experimental
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75071 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-10-26 17:11:31 +00:00
Vadim Zeitlin
9ed99f82da
Remove support for Gnome printing from wxGTK.
...
It was replaced by GTK+ printing several years ago and is almost never used
any longer anyhow, so any problems in this code (and there are some) would
never be found and fixed.
Also update the message catalogs to avoid having the strings not used any
more, as they were only used in Gnome printing code.
Closes #15517 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74912 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-10-01 17:09:02 +00:00
Vadim Zeitlin
6b33db8f56
Added wxSearchCtrl to list of currently non-native wxGTK controls.
...
It could be implemented using the native GtkSearchEntry in GTK+ 3.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-03-31 01:12:12 +00:00
Paul Cornett
7344108e8a
synchronize GTK2 minimum version in docs
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71948 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-07-03 05:37:02 +00:00
Paul Cornett
dc26e9846f
add some mention of GTK3 support
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71946 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-07-02 15:56:47 +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
Vadim Zeitlin
3cb332c155
Remove unnecessary mondrian.{ico,xpm} files from samples directory.
...
Standardize on using sample.rc and sample icon in all the samples, it was
confusing that some of them used it and other didn't, without any apparent
logic.
Remove the now unnecessary icon files, including the dialogs sample icon which
seemed to be corrupted (this closes #11146 ).
Also replace multiple OS/2 resource files with a single one in the sample
directory. The OS/2 projects/makefiles would need to be updated to use them.
Remove dialogs sample icon.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-06-20 17:42:33 +00:00
Francesco Montorsi
b99c3b97e3
remove old files not needed anymore
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52934 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-31 14:35:31 +00:00
Francesco Montorsi
511a9e3a47
moved old TODO lists to the Wiki: http://www.wxwidgets.org/wiki/index.php/Development:_Todo_List
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2008-03-31 14:21:28 +00:00
Mart Raudsepp
8d1ed43a7f
Update some references of CVS to SVN, more remain that should be changed.
...
Update the daily makefiles link in winCE project file downloading instructions.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-12-25 22:51:59 +00:00
Robert Roebling
700d08c109
[ 1823588 ] gtk filedlg - droping support for gtk 2.2
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-11-05 18:43:14 +00:00
Julian Smart
d716e45315
Removed versions so we don't have to update with every release
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44189 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2007-01-10 14:53:57 +00:00
Robert Roebling
bdb148e06d
Update Readme.txt
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43882 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-12-09 19:48:46 +00:00
Julian Smart
b45ab2904c
Version updates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-11-12 12:12:18 +00:00
Julian Smart
477bfb0a7e
Updated version number
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-31 08:14:08 +00:00
Michael Wetherell
ab75fdbdcd
Build notes for Cygwin.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40927 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-30 11:17:14 +00:00
Robert Roebling
14e9ff98e6
More comments about non-native GTH widgets.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-28 08:29:03 +00:00
Vadim Zeitlin
fb8bf382fb
started making the list of widgets not implemented natively in wxGTK
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40874 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-27 15:19:39 +00:00
Vadim Zeitlin
f2bbd25d26
removed obsolete build files which are likely to confuse more than help people now
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-15 13:10:50 +00:00
Vadim Zeitlin
50c80a59f9
updated version to 2.70.; corrected URLs and updated change log in the announcement text
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-08-05 15:24:46 +00:00
Stefan Neis
fe557b48e4
Removed some outdated stuff.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-02 21:57:49 +00:00
Stefan Neis
6a17b868de
Fixed typos in comments (patch #1515724 )
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-02 21:40:38 +00:00
Mart Raudsepp
8de699dcfa
Sync wxGTK docs from WX_2_6_BRANCH to HEAD
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-04-03 05:53:39 +00:00
Václav Slavík
b8c8d204b7
make sure all licence texts are really the same
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-08-10 18:46:42 +00:00
Vadim Zeitlin
ada974cb26
added ldconfig-not-in-path note and removed duplicate section (bug 1253089)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35132 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-08-06 19:39:54 +00:00
Julian Smart
f02fe2efc8
Version number update
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34931 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-25 16:35:16 +00:00
Robert Roebling
37b2afb258
Unicode is not the default.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-07-24 11:15:57 +00:00
Julian Smart
a6905d8b55
Version number updates
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-31 09:06:27 +00:00
Robert Roebling
b44bca312b
Replace one more ocurrence of --with-gtk1
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-04-18 18:23:50 +00:00