summaryrefslogtreecommitdiff
path: root/src/nsimage.m
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing semicolons in method definitionsPhilipp Stephani2017-05-211-1/+1
* Nextstep: Use instancetype explicit return typePhilipp Stephani2017-05-211-4/+4
* Fix XBM colour rendering in NS port (bug#22060)Alan Third2017-04-241-1/+1
* Remove old macOS compatibility codeAlan Third2017-03-141-14/+0
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-11-191-2/+2
|\ \ | |/
| * Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-061-2/+2
* | Fix problems found by static checking --with-nsPaul Eggert2016-09-291-2/+2
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Enhance NSTRACE (trace output for NextStep).Anders Lindgren2015-11-151-1/+1
* Render fringe bitmaps correctly on NextStep (bug#21301).Anders Lindgren2015-11-041-4/+11
* NextSten maximization and NSTRACE rewrite.Anders Lindgren2015-10-231-12/+4
* In nsimage.m include coding.h (Bug#21292)Martin Rudalics2015-08-191-0/+1
* Fix file name encodings in diagnosticsPaul Eggert2015-08-181-0/+1
* Make add_to_log varargsPaul Eggert2015-08-131-1/+1
* Fix NS warnings.Jan D2015-05-151-1/+0
* Fix warnings on OSX 10.10.Jan Djärv2015-05-151-0/+8
* Honor :fore/background for XBM on NS (Bug#14969).Jan Djärv2015-05-151-49/+46
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-2/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Merge from origin/emacs-24Fabián Ezequiel Gallina2014-12-271-4/+4
|\
| * Avoid compiler warning.Jan D2014-12-241-4/+4
| * Backport: Memory leak fix and 19133 fix.Jan D2014-12-241-1/+4
| * Backport: Don't cache images in nsimage.m (Bug#18918).Jan D2014-12-241-55/+1
* | Fixes: debbugs:19133Jan D2014-12-071-1/+1
* | Fixes: debbugs:9133Jan Djärv2014-12-021-0/+1
* | Fix memory leakJan Djärv2014-11-021-0/+2
* | * nsimage.m (ImageList, imageListNext, imageListSetNext:)Jan Djärv2014-11-021-55/+1
* | Require OSX >= 10.6. Remove PowerPC unexec code.Jan Djärv2014-10-121-1/+1
|/
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Update the GNUStep port so it works OK. Redraw and sizing bugs remain.Jan Djärv2013-06-021-2/+2
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* Check for OSX >= 10.4 to match what the maunal says and what we actually supp...Jan Djärv2012-10-071-5/+3
* image.c, indent.c: Use bool for booleans.Paul Eggert2012-09-241-1/+1
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* Use ASCII tests for character types.Paul Eggert2012-08-161-2/+1
* Remove compiler warnings in objective-C files.Jan Djärv2012-07-131-6/+5
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Fix warnings in ns*m files: Replace deprecated methods, declare new interfaces. Jan Djärv2011-07-081-0/+4
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | * nsfont.m (nsfont_draw) * nsimage.m (EmacsImage-setXBMColor:) * nsterm.m (...Adrian Robert2010-11-041-1/+3
* | Check all lisp types in image loaderAndreas Schwab2010-09-041-5/+7
* | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.Jan D2010-08-061-2/+2
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-4/+4
* | Fix config.h includes.Dan Nicolaescu2010-06-011-1/+1
|/