- 08 Dec, 2014 1 commit
-
-
Johannes Maibaum authored
* Make patches/wxwidgets-3.0.2_macosx_yosemite.patch usable. There were complaints here before that the patch does not work because it is a "metapatch" that tries to patch another patch (which is not in the tree and therefore fails). With this change, it becomes a normal patch again, that can be applied to the wxWidgets source tree as described in Documentation/compiling/mac-osx.txt. * Make scripts/library-repos-install.sh compatible with OSX: This involves checking for the correct option to enable extended regular expressions in sed during detect_pretty_repos, as the script uses "-r", which is only available in GNU sed. The sed shipped with Mac OSX is an older BSD descendant sed which needs "-E". This change has been tested to work on Mac OSX 10.10.1 and on an up-to-date Arch Linux. I also changed the error message during --install-prerequisites to inform users without apt-get or yum which programs need to be installed to use the script. * Add the execute flag to scripts/osx_build_wx.sh: At the moment, after fetching the source with bzr, one has to chmod the file by hand. This change change ensures consistency between the script and the build docs for OSX, which assumes the script to be executable.
-
- 13 Nov, 2014 1 commit
-
-
Adam Wolf authored
-
- 07 Nov, 2014 2 commits
-
-
Garth Corral authored
- Remove a local patch that was added to trunk as wxwidgets-3.0.0_macosx_scrolledwindow.patch
-
Garth Corral authored
-
- 04 Nov, 2014 1 commit
-
-
Adam Wolf authored
* Patch was taken from https://trac.macports.org/ticket/44524 for the upstream bug of http://trac.wxwidgets.org/ticket/16329.
-
- 30 Oct, 2014 3 commits
-
-
http://trac.wxwidgets.org/ticket/15684Garth Corral authored
This was causing scrollwin events to be handled in the wxScrolled default handler even if we'd already handled it, resulting in scrolling in both the vertical and horizontal direction for a single event.
-
Garth Corral authored
This was originally submitted by Jared Boone in http://trac.wxwidgets.org/ticket/14322 and has been updaetd to apply cleanly to wxWidgets-3.0 (and less cleanly to 3.0.1 an 3.0.2). The ticket is marked as accepted but not scheduled, so no idea if it will ever make it in.
-
Garth Corral authored
-
- 02 Oct, 2014 1 commit
-
-
Bernhard Stegmaier authored
* Compile all binaries into a single application bundle. * Use CMake BundleUtilities to make application bundle relocatable. * Restructure build output to directly create an image file. * Fix default search paths. * Set KIGITHUB environment variable. * Added patch to fix wxWidgets so names for OSX.
-
- 04 Sep, 2014 1 commit
-
-
Wayne Stambaugh authored
-
- 23 Aug, 2014 1 commit
-
-
Wayne Stambaugh authored
* Patch Boost interlocked.hpp from version 1.56. * Fix segfault in Eeschema when auto save event occurs before root sheet is initialized. * Add assertion when SCH_SHEET_PATH::BuildSheetList is called with NULL pointer.
-
- 16 Jun, 2014 1 commit
-
-
Bernhard Stegmaier authored
-
- 15 Feb, 2014 1 commit
-
-
- 08 Feb, 2014 1 commit
-
-
Marco Serantoni authored
-
- 07 Feb, 2014 1 commit
-
-
- 27 Jan, 2014 1 commit
-
-
Marco Serantoni authored
-
- 26 Jan, 2014 1 commit
-
-
Marco Serantoni authored
-
- 24 Jan, 2014 1 commit
-
-
Marco Serantoni authored
-
- 04 Jan, 2014 2 commits
-
-
Marco Serantoni authored
-
Marco Serantoni authored
[MacOSX] Added support in boost context for PPC processors, now is possible again compile kicad testing for PPC ( https://svn.boost.org/trac/boost/ticket/8266 )
-
- 31 Dec, 2013 1 commit
-
-
Marco Serantoni authored
-
- 30 Dec, 2013 1 commit
-
-
Dick Hollenbeck authored
Switch to boost::context for all platforms, almost. Please try your platform by commenting out fcontext.s in common/CMakeLists.txt.
-
- 29 Dec, 2013 1 commit
-
-
- 11 Nov, 2013 1 commit
-
- 21 Sep, 2013 1 commit
-
-
Dick Hollenbeck authored
BUILD_GITHUB_PLUGIN will build GITHUB_PLUGIN on Linux now. Don't know if the parser works yet, but the FootprintEnumerate() function worked in testing.
-
- 31 May, 2013 1 commit
-
-
Dick Hollenbeck authored
-