Commit Graph

17 Commits

Author SHA1 Message Date
Moritz Bunkus
cf06b42c66 build system: fix wxWidgets detection for wx 2.9x and mingw i686-pc-mingw32 2013-11-02 15:40:27 +01:00
Moritz Bunkus
fddc0b7231 build system: add C++11 flag to wxWidgets test 2013-10-26 18:52:13 +02:00
Moritz Bunkus
6f3e230bf5 Prevent WXWIDGETS_* var leaking to build-config if detection fails 2012-04-15 10:47:37 +02:00
Moritz Bunkus
5edff6bf0e Explicitly request to link against richtext library
In wxWidgets 2.9.x the "richtext" library is not part of the default
library set anymore.
2012-04-07 13:37:33 +02:00
Moritz Bunkus
d95db41b74 Allow compilation with wxWidgets 2.9.x again 2011-07-08 12:11:56 +02:00
Moritz Bunkus
8c0bb29b35 Don't compile with wxWidgets >= 2.9.0 due to known incompatibilities 2011-05-27 22:48:56 +02:00
Moritz Bunkus
13ef06e046 Fixes for compilation with older versions from the wxWidgets 2.8.x series 2010-02-12 16:43:41 +01:00
Moritz Bunkus
5c49851405 Removed compatibility code for wxWidgets < 2.8.0 2010-02-12 15:24:48 +01:00
Moritz Bunkus
9c8e760246 Require wxWidgets 2.8.0 or newer. 2010-02-12 10:23:46 +01:00
Moritz Bunkus
515bca4a5f Revert "Remove wxWidgets 2.6 compatiblity options"
This reverts commit 5693b3d73a.
Due to the removal of wxTreebook 2.8 is not needed anymore.
2009-03-23 14:12:42 +01:00
Moritz Bunkus
aa69e26421 Revert "The header editor requires wxWidgets 2.8.0."
This reverts commit 1e88b396e1.
Due to the removal of wxTreebook 2.8 is not required anymore.
2009-03-23 14:12:10 +01:00
Moritz Bunkus
5693b3d73a Remove wxWidgets 2.6 compatiblity options
mmg requires wxWidgets 2.8 now which defines wxFD_OPEN etc. No need to check for it in configure.
2009-03-22 00:14:27 +01:00
Moritz Bunkus
1e88b396e1 The header editor requires wxWidgets 2.8.0. 2009-03-22 00:09:34 +01:00
Moritz Bunkus
84f70308cd Added a configure check for checking if wxWidgets was compiled with Unicode support. 2009-03-15 15:05:28 +01:00
Moritz Bunkus
52ea7037ab Improved fix for compilation with wxWidgets 2.9
wxWidgets 2.8 defines file dialog enums as wxFD_... while 2.6 used wx_...
This patch detects whether or not the wxFD_... enums are available and
uses them; otherwise the old enums are used.
2009-02-26 16:21:40 +01:00
Moritz Bunkus
9cfe9298d9 Use wxBitmapComboBoxes instead of wxComboBoxes on Linux with wxWidgets 2.8.0 and newer
On Linux wxWidgets 2.8.0 and newer uses the GTK combo boxes which suck. A lot.
Therefore mmg uses wxBitmapComboBoxes for wxWidgets >= 2.8.0 on Linux and normal
wxComboBoxes in all other cases. wxBitmapComboBoxes are still drawn by wxWidgets
itself (just like wxComboBoxes before 2.8.0) and offer much better functionality.
Fix for bug 339.
2009-02-25 22:40:12 +01:00
Moritz Bunkus
fed3d09de4 Split configure.in in several smaller files. 2008-08-27 20:38:55 +00:00