aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/wxwidgets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wxGTK31: 3.1.3 -> 3.1.4Thiago Franco de Moraes2020-11-101-23/+64
|
* wxGTK31-gtk2: drop ancient depsJan Tojnar2020-08-271-2/+2
| | | | GConf has been abandoned for many years and would not work without user running the daemon.
* wxGTK30-gtk2: drop ancient depsJan Tojnar2020-08-271-2/+2
| | | | GConf has been abandoned for many years and would not work without user running the daemon.
* wxGTK29: drop ancient depsJan Tojnar2020-08-271-4/+3
| | | | | | The many-years abandoned GStreamer 0.10 branch no longer builds so let's remove it. Hopefully nothing used it these days. GConf has been abandoned for years too and would not work without user running the daemon.
* wxGTK28: drop ancient depsJan Tojnar2020-08-241-2/+2
| | | | | | The many-years abandoned GStreamer 0.10 branch no longer builds so let's remove it. Hopefully nothing used it these days. GConf has been abandoned for years too and would not work without user running the daemon.
* Merge pull request #87810 from evils/wxwidgets-3.1.3Peter Hoeg2020-07-201-2/+2
|\ | | | | wxGTK31: 3.1.2 -> 3.1.3
| * wxGTK31: 3.1.2 -> 3.1.3Evils2020-06-161-2/+2
| |
* | wxGTK3*: switch to gstreamer 1.xVladimír Čunát2020-07-042-4/+4
|/ | | | | | | Configure log still prints `checking for GST... yes` and the new GST libs appear in RPATH. wxGTK28 does't seem able to configure with non-legacy GST, but it's almost unused... so I didn't touch it.
* wxGTK3: make gtk2 and gtk3 specific variantsPeter Hoeg2020-06-152-11/+15
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-105-5/+5
|
* treewide: NIX_*_COMPILE -> stringRobin Gloster2019-12-311-1/+1
|
* wxGTK{30,31}: don't use webkitgtk24xworldofpeace2019-12-052-8/+10
| | | | | You know cannot enable optional withWebKit when withGtk2 is enabled.
* treewide: name -> pnamevolth2019-08-171-1/+2
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-154-4/+4
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* wxmac: fix buildDaiderd Jordan2019-07-031-9/+2
|
* wxGTK31: fix evalJan Tojnar2019-06-251-1/+1
| | | | | | bc109b19c9a503948e0f88272224422c456ed5b9 on master created a separate expression based on wxGTK30, but that expression was modified on staging in f0733a07d5a1347eeee1fda81eee336fef50be66. Let's sync that.
* Merge branch 'master' into stagingJan Tojnar2019-06-251-12/+90
|\
| * wxwidgets: fix passthru, fixes tarball jobFrederik Rietdijk2019-06-251-1/+1
| | | | | | | | cc @romildo
| * wxGTK31: 3.1.0 -> 3.1.2; use its own derivationJosé Romildo Malaquias2019-06-201-12/+90
| |
* | Merge staging-next into stagingFrederik Rietdijk2019-06-182-2/+2
|\|
| * treewide: remove unused variables (#63177)volth2019-06-162-2/+2
| | | | | | | | | | | | * treewide: remove unused variables * making ofborg happy
* | treewide: remove libGLSupported from pkgsMatthew Bauer2019-06-173-6/+9
|/ | | | This isn’t a package, and we already have mesaPlatforms to handle this logic.
* treewide: mark bad packagesMatthew Bauer2019-04-263-1/+4
| | | | Some old stuff is known not to work.
* wxGTK28, wxGTK29, wxGTK30: move defaults to package fileJan Malakhovski2019-02-033-3/+6
|
* treewide/xorg: replace *proto with xorgprotoLengyel Balazs2019-01-043-6/+6
|
* wxmac: 3.0.2 -> 3.0.4Daiderd Jordan2018-10-251-41/+5
|
* wxmac: include cf-privateDaiderd Jordan2018-10-241-4/+6
| | | | | | | | | | | | Fixes build failure because CoreFoundation doesn't include CFURLGetFSRef anymore. clang++ -mmacosx-version-min=10.7 -c -o basedll_filefn.o -D__WXOSX_COCOA__ -DWXBUILDING -I./src/regex -DwxUSE_GUI=0 -DWXMAKINGDLL_BASE -DwxUSE_BASE=1 -dynamic -fPIC -DPIC -Wall -Wundef -Wunused-parameter -Wno-ctor-dtor-privacy -Woverloaded-virtual -Wno-deprecated-declarations -D_FILE_OFFSET_BITS=64 -I/private/tmp/nix-build-wxmac-3.0.2.drv-0/wxWidgets-3.0.2/lib/wx/include/osx_cocoa-unicode-3.0 -I./include -O2 -fno-strict-aliasing -fno-common ./src/common/filefn.cpp ./src/common/filefn.cpp:849:18: error: use of undeclared identifier 'CFURLCreateFromFSRef' fullURLRef = CFURLCreateFromFSRef(NULL, fsRef); ^ ./src/common/filefn.cpp:875:14: error: use of undeclared identifier 'CFURLGetFSRef' if ( CFURLGetFSRef(url, fsRef) == false )
* wxGTK30: 3.0.3.1 -> 3.0.4 (#44045)volth2018-07-291-11/+5
|
* wxwidgets: depend on generic webkitgtk instead of 218xHerwig Hochleitner2018-03-151-3/+3
| | | | | | | | Currently ahead of the upgrade to webkitgtk220x, this will make future webkitgtk maintenance easier. WebkitGTK, from 2.6 onwards has maintained API stability and will continue to do so, as opposed to the jump from 2.4 to 2.6
* treewide: transition from mesa_glu to libGLUAlexander V. Nikolaev2018-02-243-12/+12
|
* treewide: transition from mesa_noglu to libGLAlexander V. Nikolaev2018-02-243-9/+9
|
* wxGTK31: init at 3.1Luke Adams2017-12-231-0/+16
| | | | wxgtk31: overrideattrs
* wxGTK-{2.9,3.0}: apply an upstream patchVladimír Čunát2017-11-042-3/+17
| | | | Close #30909.
* webkitgtk: 2.16.6 -> 2.18.1 for multiple CVEsFranz Pletz2017-10-241-3/+3
| | | | See https://webkitgtk.org/security/WSA-2017-0008.html
* replace "Mac OS X" and "OS X" with "macOS"davidak2017-08-074-4/+4
| | | | | | | | | | as it is the official name since 2016 https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop exception are parts refering to older versions of macOS like "GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-014-4/+4
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* Merge branch 'master' into wxwidgets-3.0.3.1volth2017-07-011-3/+3
|\
| * rename webkitgtk24x -> webkitgtk24x-gtk3; webkitgtk2 -> webkitgtk24x-gtk2Volth2017-05-261-3/+3
| |
* | no need to patch if old wxWebView is usedVolth2017-05-281-4/+3
| |
* | wxGTK30: 3.0.2 -> 3.0.3.1Volth2017-05-271-15/+21
|/
* wxwidgets: add homepage and descriptionsMatthew Bauer2017-04-234-1/+13
| | | | Update meta to make things more informative.
* wxwidgets: add wxWindows licenseMatthew Bauer2017-04-234-2/+6
| | | | all wx{GTK,widgets,windows,mac,etc}* packages use the wxWindows license.
* wxwidgets: restructure into one folderMatthew Bauer2017-04-234-0/+330
It’s easier to manage these in one folder. Affected folders from pkgs/development/libraries/: - wxGTK-2.8 - wxGTK-2.9 - wxGTK-3.0 - wxmac These will all go into pkgs/development/libraries/wxwidgets for now.