summaryrefslogtreecommitdiff
path: root/src/nsimage.m
AgeCommit message (Expand)Author
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-22Add native HEIC support on macOS (bug#51381)Alan Third
2021-07-26Convert fringe bitmaps to vectors on NS portAlan Third
2021-07-26Fix image crash on macOS (bug#49688)Alan Third
2021-06-09Fix image filename encoding issues (bug#48902)Alan Third
2021-01-02Fix NS toolbar image release crash (bug#43973)Alan Third
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-22Use new NSString lisp methodsAlan Third
2020-12-20image-cache-size improvementsMattias EngdegÄrd
2020-09-25Tidy up NS color handlingAlan Third
2020-08-04Don't smooth images when scaling up (bug#38394)Alan Third
2020-04-16Use native image API for NSAlan Third
2020-01-01Merge from origin/emacs-27Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-23Remove some undefined behavior related to left shifts.Philipp Stephani
2019-12-10Fix XBM files on NS (bug#26133)Alan Third
2019-07-14Use correct colorspace for XBM imagesAlan Third
2019-06-29Support native image transforms on MS-WindowsEli Zaretskii
2019-06-05Add native image rotation and croppingAlan Third
2019-05-21Fix some deprecation notices on macOS 10.14Alan Third
2019-04-26Rename generic x_* identifiersAlexander Gramiak
2019-01-10Add native image scaling (bug#33587)Alan Third
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-27Improve bignum support for system typesPaul Eggert
2018-08-09Update src/{ns,mac}*.m to use bignum-compatible macrosCharles A. Roelli
2018-03-19Normalize and fix some mistakes in NS-related commentaryCharles A. Roelli
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-03Add image resizing and rotation to NS portAlan Third
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-08-23Use lisp type in log message (bug#28176)Alan Third
2017-08-23Fix PNGs on macOS (bug#28176)Alan Third
2017-08-16Add multiframe image support to NS port (bug#21714)Alan Third
2017-05-21Remove trailing semicolons in method definitionsPhilipp Stephani
2017-05-21Nextstep: Use instancetype explicit return typePhilipp Stephani
2017-04-24Fix XBM colour rendering in NS port (bug#22060)Alan Third
2017-03-14Remove old macOS compatibility codeAlan Third
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-11-19Merge from origin/emacs-25Paul Eggert
2016-11-06Modernize usage of 'macOS' in doc and commentsPaul Eggert
2016-09-29Fix problems found by static checking --with-nsPaul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-15Enhance NSTRACE (trace output for NextStep).Anders Lindgren
2015-11-04Render fringe bitmaps correctly on NextStep (bug#21301).Anders Lindgren
2015-10-23NextSten maximization and NSTRACE rewrite.Anders Lindgren
2015-08-19In nsimage.m include coding.h (Bug#21292)Martin Rudalics