about summary refs log tree commit diff
path: root/pkgs/applications/editors/sublime
Commit message (Collapse)AuthorAge
* sublimetext: 3207 -> 3211Guillaume Massé2019-10-03
|
* treewide: remove redundant recvolth2019-08-28
|
* sublime{3,-merge}: simplify codeJan Tojnar2019-06-18
|
* sublime3: add maintainerJan Tojnar2019-06-18
|
* sublime3: remove GTK 2 supportJan Tojnar2019-06-18
| | | | No version in the repo uses it anymore
* sublime3: 3200 -> 3207Sebastian Sellmeier2019-05-17
|
* sublime3-dev: 3203 → 3208Jan Tojnar2019-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | Build 3208 21 April 2019 Mac: Added a workaround for a macOS OpenGL driver bug in 10.14.4 Build 3206 5 April 2019 Performance improvements Build 3205 3 April 2019 Improved scrolling logic in some scenarios Linux: Fixed compatibility with old Linux distributions Build 3204 2 April 2019 Mac: Added a workaround for a MacOS issue with DisplayLink adapters Linux: Tweaked the way text scaling is handled Improved file indexing behavior in some scenarios Fixed block carets changing the way text selection works
* sublime-{merge,text}: make common.nix files have a similar structureTim Zook2019-04-24
| | | | | In the future it's desired to unify Sublime packages expressions. So them having a shared structure will make this more achievable.
* sublime3: Fix python api locale (#58491)zimbatm2019-03-29
|\
| * sublime3: Fix python api localed10n2019-03-28
| |
* | sublime3-dev: 3184 → 3203Jan Tojnar2019-03-28
| |
* | Revert "sublime3-dev: 3184 → 3203"Graham Christensen2019-03-28
| | | | | | | | | | This reverts commit 85b69524bfa4e124e6dc322509363aadd95f6645 as its hash is invalid.
* | sublime3-dev: 3184 → 3203Jan Tojnar2019-03-28
|/
* sublimetext3: 3176 -> 3200 (#57600)Aaron Janse2019-03-13
|
* sublime3: Add updateScriptJan Tojnar2019-03-02
|
* treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
| | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj2019-01-16
|
* sublime3-dev: 3183 -> 3184Ivan Kozik2019-01-01
|
* sublime: add new download urlPatrick Hilhorst2018-12-13
| | | | The old one gave a 404. I left it there for if it ever comes back
* sublime3-dev: 3176 → 3183Jan Tojnar2018-12-03
| | | | Sublime finally switched to GTK 3!
* reewide: Purge all uses `stdenv.system` and top-level `system`John Ericson2018-08-30
| | | | It is deprecated and will be removed after 18.09.
* sublime3: 3170 -> 3176 (#40494)Guillaume Massé2018-05-14
|
* sublime3: 3162(dev), 3143(stable) -> 3170(stable, dev)Guillaume Massé2018-05-07
|
* treewide: remove platform assertionsMatthew Bauer2018-05-03
| | | | linux: readd assertion
* sublime3-dev: 3161 → 3162Jan Tojnar2018-04-16
|
* Sublime dev (#38383)Guillaume Massé2018-04-06
| | | | | | | | | | | | | | | | * Package sublime-dev build. * sublime3-dev: Init at 3160 * Sublime3: Refactor to share derivation between sublime-text 3 dev and stable * Sublime3: Refactor as a fuction to avoid duplicating parameters * Sublime3: Remove unnecessary rec https://github.com/NixOS/nixpkgs/pull/38383#discussion_r178898901 * sublime3-dev: 3160 -> 3161
* treewide: explicitly specify gtk and related package versionsKirill Boltaev2016-09-12
|
* sublime: add a desktop item and iconsChris Martin2016-05-25
|
* replace ${stdenv.cc.cc}/lib occurencesNikolay Amiantov2016-05-01
|
* xlibs: replace occurrences by xorgVladimír Čunát2015-09-15
| | | | | | | This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
* rename all occurrences of stdenv.cc.gcc to stdenv.cc.ccEric Seidel2015-01-14
|
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* Added SublimeText3 support. SublimeText2 and SublimeText3 can be installed ↵Wojciech Danilo2014-01-27
| | | | | | | side by side. They provide 'sublime', 'sublime2' and 'sublime3' commands. SublimeText3 has lower precedense than SublimeText2 because its in beta mode (for over a year now)
* More description fixesBjørn Forsman2013-10-06
| | | | | | | | | | | * Remove package name * Start with upper case letter * Remove trailing period Also reword some descriptions and move some long descriptions to longDescription. I'm not touching generated packages.
* Update sublime text to 2.0.2Rob Vermaas2013-09-02
|
* Make sublime work on 32bit linux.Rob Vermaas2012-11-11
|
* Oops, should have at least parsed the expression when committing before ↵Rob Vermaas2012-11-11
| | | | having had coffee...
* Sublime: add license attribute, and add assertion for i686-linux/x86_64-linuxRob Vermaas2012-11-11
|
* Add Sublime Text editorRob Vermaas2012-11-10