summary refs log tree commit diff
path: root/pkgs/servers/x11
Commit message (Collapse)AuthorAge
* xquartz: depend on font binaries instead of sourceJohn Wiegley2015-01-03
|
* xorg.xf86-video-intel: maintenance updateVladimír Čunát2014-12-25
|
* Merge #5061: add xwaylandVladimír Čunát2014-12-25
|\ | | | | | | Also resolve minor nitpicks -- *during* the merge commit.
| * new package: xwaylandDavid Virgilio2014-11-20
| |
* | xorg-server: enable DRI3 (close #5381)Sebastián Bernardo Galkin2014-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | TEST needed. I tested on my NixOS Thinkpad with Optimus nvidia and intel cards. Testing in other architectures is needed. This patch also improves the regular expressions that scan the build configuration files to enable the building of a binary utility in xf86-video-intel: intel-virtual-output. This utility is useful for some Optimus laptops DRI3 was added to xorg-server propagatedBuildInputs so now it's inherited by several projects that can use it.
* | xorg-server: security update to RC1 of 1.16.3Vladimír Čunát2014-12-16
| | | | | | | | | | | | Close #5292. There are almost no other changes since 1.16.2 than fixing that CVE-2014-8092. See also: http://www.x.org/wiki/Development/Security/Advisory-2014-12-09/
* | xorg xf86-input-evdev: update and add needed inputsVladimír Čunát2014-12-03
| |
* | xorg: revert to older xf86-input-evdev for nowVladimír Čunát2014-11-28
| | | | | | | | How could I forget to test to build it at least :-/
* | xorg: update some modulesVladimír Čunát2014-11-28
| |
* | Merge remote-tracking branch 'origin/glibc-2.20' into stagingEelco Dolstra2014-11-16
|\ \ | |/ |/|
| * xorg.xf86-video-intel: use the new versionsVladimír Čunát2014-11-01
| | | | | | | | | | The old driver wasn't updated since August 2013, and e.g. won't compile with glibc-2.20. Distros like Arch or Ubuntu are using newer one for a long time.
| * xorg.xf86-input-vmmouse: fix build with glibc-2.20Vladimír Čunát2014-11-01
| |
| * xorg.xf86-video-vmware: fix build against glibc-2.20Vladimír Čunát2014-11-01
| |
* | xorg.xf86-video-intel: use the new versionsVladimír Čunát2014-11-12
| | | | | | | | | | | | | | | | The old driver wasn't updated since August 2013, and e.g. won't compile with glibc-2.20. Distros like Arch or Ubuntu are using newer one for a long time. (cherry picked from commit 515dcb0f660a472877a34a8c00980fb77ebc005a) because the old driver won't compile with new X server.
* | Merge remote-tracking branch 'origin/master' into stagingEelco Dolstra2014-11-06
|\ \ | | | | | | | | | | | | Conflicts: pkgs/stdenv/generic/default.nix
| * | Turn more licenses into lib.licenses styleMateusz Kowalczyk2014-11-06
| | | | | | | | | | | | | | | | | | Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
* | | xorg-server: major bump 1.14.* -> 1.16.1 (incl. deps)Vladimír Čunát2014-11-05
| | |
* | | Merge remote-tracking branch 'origin/darwin-clang-stdenv' into stagingEelco Dolstra2014-11-04
|\ \ \ | |_|/ |/| | | | | | | | Conflicts: pkgs/applications/editors/vim/macvim.nix
| * | fix even more clang buildsJoel Taylor2014-09-09
| | |
| * | X11 build purityJoel Taylor2014-09-09
| | |
| * | suitable clang stdenvJoel Taylor2014-09-09
| |/
* / xorg: updates some modules; mostly minor changesVladimír Čunát2014-10-19
|/
* Merge recent master into stagingVladimír Čunát2014-08-30
|\ | | | | | | | | | | | | | | | | Hydra: ?compare=1149952 Conflicts: nixos/doc/manual/configuration.xml (changed split file) nixos/modules/config/users-groups.nix (choosing filterNull instead of inline definition) pkgs/development/libraries/readline/readline6.3.nix (auto-solved)
| * xorg: fix typo from the last xorg commitVladimír Čunát2014-08-24
| | | | | | | | Thanks to @falsifian for noticing it.
| * xorg: add xf86-video-qxlVladimír Čunát2014-08-23
| |
* | xorg: update probably unused modulesVladimír Čunát2014-08-21
| |
* | xorg.xrandr: minor bugfix updateVladimír Čunát2014-08-21
| |
* | xorg.xcb (lib+proto): update (seems mainly bug fixes)Vladimír Čunát2014-08-21
|/
* Remove old comment, and delete confusing LaunchDaemonCharles Strahan2014-08-18
|
* get xorg/x11 working on DarwinCharles Strahan2014-08-12
|
* xorg.libXext: minor updateVladimír Čunát2014-08-02
|
* xorg.libXi: bugfix updateVladimír Čunát2014-07-20
|
* xorg: update a few modulesVladimír Čunát2014-07-13
|
* Merge recent master into x-updatesVladimír Čunát2014-06-26
|\ | | | | | | Hydra eval: 1131611
| * xorg: add xkbprintVladimír Čunát2014-06-22
| | | | | | | | Suggested by @KoviRobi on ML.
* | freetype: major update, including some CVE securityVladimír Čunát2014-06-17
| | | | | | | | | | - There's no fontconfig update yet, as I failed to debug it yet. - Infinality patches are now taken from a different (maintained) source.
* | xorg: maintenance updates of several modulesVladimír Čunát2014-06-17
|/
* xorg: maintenance updates of a few modulesVladimír Čunát2014-05-26
|
* Merge #2630: add and use fetchpatchVladimír Čunát2014-05-17
| | | | | | | | | | fetchpatch is fetchurl that determinizes the patch. Some parts of generated patches change from time to time, e.g. see #1983 and http://comments.gmane.org/gmane.linux.distributions.nixos/12815 Using fetchpatch should prevent the hash from changing. Conflicts (auto-solved): pkgs/development/libraries/haskell/gitit/default.nix
* xorg.libXfont: security update, CVE-2014-{0209,0210,0211}Vladimír Čunát2014-05-16
| | | | For details see http://lists.x.org/archives/xorg-announce/2014-May/002431.html
* xorg: minor update of xf86-input-{evdev,synaptics}Vladimír Čunát2014-05-06
|
* xorg-server: go back to 1.14.6 due to intel problemsVladimír Čunát2014-04-19
| | | | Again, stable releases not compiling together :-/
* xorg: revert fontsproto update, as it breaks libXfontVladimír Čunát2014-04-19
| | | | | | | | This partially reverts commit 30ac332563318be4e445dc3335e803326df84d3c. https://groups.google.com/forum/#!msg/xorg-devel/SvgqiQnSN7c/f0wjRhauqvUJ It's sad that the currently *released* versions don't even compile together, and no dev reacts for four days so far...
* xorg-server: major update 1.14.5 -> 1.15.1Vladimír Čunát2014-04-19
|
* xorg: minor updates of three packagesVladimír Čunát2014-04-19
|
* xorg.xtrans: maintenance updateVladimír Čunát2014-04-01
|
* xorg: minor updates of xrandr and util-macrosVladimír Čunát2014-03-29
|
* xorg.xf86-video-vmware: minor updateVladimír Čunát2014-03-27
| | | | Patch no longer needed to build.
* Merge master into x-updatesVladimír Čunát2014-03-27
|\
| * Bringing back the xkeyboard-config eo patchLluís Batlle i Rossell2014-03-24
| |