summaryrefslogtreecommitdiff
path: root/src/nsterm.h
Commit message (Expand)AuthorAgeFilesLines
* Add tab bar support to the nextstep portPo Lu2021-10-171-0/+1
* ; * src/nsterm.h: Use objc-mode.Mattias Engdegård2021-09-301-0/+1
* Attempt to debug a graphical glitch on macOSAlan Third2021-09-271-1/+1
* Fix NS toolbar again (bug#50534)Alan Third2021-09-271-0/+5
* Set label for NSToolbarItem (bug#50159)Masahiro Nakamura2021-08-221-0/+1
* Move parent frame setting code into EmacsWindowAlan Third2021-07-311-0/+1
* Move NS port toolbar handling to the windowAlan Third2021-07-311-4/+0
* Tidy up NS port OS window handlingAlan Third2021-07-311-23/+19
* Simplify macOS drawing codeAlan Third2021-07-311-27/+8
* Convert fringe bitmaps to vectors on NS portAlan Third2021-07-261-2/+0
* Fix NS native compilation buildsAlan Third2021-06-261-3/+1
* Fix GNUstep build warningsAlan Third2021-06-201-0/+4
* Remove pause on fullscreening in NS (bug#48406)Alan Third2021-06-091-3/+0
* Improve performance of NS port's display on macOSAlan Third2021-06-011-1/+2
* Remove aliasing on SVG images under scaled NS framesAlan Third2021-02-131-0/+1
* Avoid macOS NSFilenamesPboardType warning (bug#33035)Mattias Engdegård2021-01-181-0/+9
* Fix child frame restacking on NS (bug#41422)Alan Third2021-01-031-0/+1
* Fix GNUstep warningsAlan Third2021-01-011-1/+2
* Improve drawing performance on macOSAlan Third2021-01-011-2/+21
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* More readable keys in NS menu entries (bug#45502)Mattias Engdegård2020-12-291-3/+2
* Remove NS menu synthesized events (bug#44333)Alan Third2020-12-271-12/+3
* image-cache-size improvementsMattias Engdegård2020-12-201-0/+2
* Tidy up NS color handlingAlan Third2020-09-251-0/+13
* Remove obsolete macOS support for NS font backendAlan Third2020-09-251-24/+4
* Extend NSString further and use the new methodsAlan Third2020-08-221-0/+1
* Fix NS crash on invalid frame title string (bug#42904)Mattias Engdegård2020-08-201-0/+5
* Don't smooth images when scaling up (bug#38394)Alan Third2020-08-041-0/+3
* Use native image API for NSAlan Third2020-04-161-0/+1
* Allow dynamic choice of drawing path on NS (bug#39883)Alan Third2020-04-161-8/+2
* Fix NS frame resizing issues (bug#40200, bug#28872)Alan Third2020-04-161-15/+0
* Fix NS child frame in native fullscreen (bug#36672)Andrii Kolomoiets2020-03-121-0/+4
* Fix #defines controlling when NS port draws to offscreen bufferAlan Third2020-03-021-3/+19
* Use CGImage instead of NSBitmapImageRep (bug#32932)Alan Third2020-02-131-2/+2
* Draw to offscreen buffer on macOSAlan Third2020-01-241-1/+10
* Merge from origin/emacs-27Glenn Morris2020-01-241-16/+0
|\
| * Remove EmacsOpenPanel and EmacsSavePanel (bug#38031)Alan Third2020-01-241-16/+0
* | Fix NS frame parameters (bug#39000)Alan Third2020-01-071-0/+2
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix XBM files on NS (bug#26133)Alan Third2019-12-101-1/+2
* Use fewer locks when accessing stdioPaul Eggert2019-07-081-1/+2
* Add native image rotation and croppingAlan Third2019-06-051-1/+4
* Fix some deprecation notices on macOS 10.14Alan Third2019-05-211-4/+10
* Introduce Emacs_Cursor typedefAlexander Gramiak2019-05-191-18/+18
* Introduce Emacs_Color struct and typedefAlexander Gramiak2019-05-191-2/+2
* Convert Free_Pixmap macro into terminal hookAlexander Gramiak2019-05-101-6/+0
* Rename x_highlight_frame property to highlight_frameAlexander Gramiak2019-04-261-1/+1
* Rename generic x_* identifiersAlexander Gramiak2019-04-261-17/+32
* Add native image scaling (bug#33587)Alan Third2019-01-101-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\