summaryrefslogtreecommitdiff
path: root/src/nsfns.m
Commit message (Expand)AuthorAgeFilesLines
* Fix GNUstep build failureAlan Third2021-09-271-0/+2
* Disable the NS app when no frames are left (bug#14619, bug#21357, bug#23586)Alan Third2021-08-291-0/+5
* Tidy up NS port OS window handlingAlan Third2021-07-311-4/+0
* Add ability to bring only the selected frame to the front (bug#48865)Matt Beshara2021-06-121-2/+11
* Fix image filename encoding issues (bug#48902)Alan Third2021-06-091-1/+2
* Handle Bug#24526 without breaking Emacs on tiling WMs (Bug#48268)Martin Rudalics2021-05-121-0/+1
* Fix crash when resizing GNUstep buildsAlan Third2021-05-021-5/+1
* Fix NS build warningsAlan Third2021-05-011-1/+0
* Major rewrite of adjust_frame_sizeMartin Rudalics2021-04-271-22/+4
* Permit zero value for 'child-frame-border-width' parameter (Bug#46184)Martin Rudalics2021-02-061-9/+16
* Merge from origin/emacs-27Glenn Morris2021-02-031-1/+1
|\
| * Fix build failure on macOS 10.7 (bug#46036)Alan Third2021-01-301-1/+1
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Add distinct controls for child frames' borders (Bug#45620)Alexander Miller2021-01-261-0/+19
* | Avoid a few compilation warnings in Objective-C code.Philipp Stephani2021-01-231-1/+0
* | Fix child frame restacking on NS (bug#41422)Alan Third2021-01-031-7/+7
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | ; * src/nsfns.m (all_nonzero_ascii): comment correctionMattias Engdegård2020-12-211-1/+1
* | Remove unnecessary string conversionAlan Third2020-12-201-4/+2
* | Extend NSString further and use the new methodsAlan Third2020-08-221-40/+38
* | Fix NS crash on invalid frame title string (bug#42904)Mattias Engdegård2020-08-201-14/+51
* | Use 65535 as color-values scale value in the NS backendMattias Engdegård2020-06-071-2/+2
* | Improve integer range checkingPaul Eggert2020-04-051-11/+8
* | Fix macOS/GNUstep compilation warningsAlan Third2020-03-021-74/+0
* | Draw to offscreen buffer on macOSAlan Third2020-01-241-7/+4
* | Merge from origin/emacs-27Glenn Morris2020-01-241-24/+1
|\ \ | |/
| * Remove EmacsOpenPanel and EmacsSavePanel (bug#38031)Alan Third2020-01-241-24/+1
* | Merge from origin/emacs-27Glenn Morris2020-01-111-2/+2
|\ \ | |/
| * Use NSNumber instead of BOOL (bug#39047)Väinö Järvelä2020-01-091-2/+2
* | Fix NS frame parameters (bug#39000)Alan Third2020-01-071-4/+11
* | Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* | Remove some undefined behavior related to left shifts.Philipp Stephani2019-12-231-2/+8
|/
* Check if file is in iCloud drive (bug#38618)Alan Third2019-12-221-0/+11
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-081-1/+1
* Revert an attempt to implement a non‐native tab bar on NS.Juri Linkov2019-09-251-52/+3
* Try to fix macOS and Windows issues.Juri Linkov2019-09-161-27/+2
* Try to add more tab-bar support on macosJuri Linkov2019-09-021-1/+85
* Rename generic x_* identifiersAlexander Gramiak2019-04-261-208/+194
* Rename generic x_* procedures in xdisp.cAlexander Gramiak2019-04-261-2/+2
* Simplify list creation in C codePaul Eggert2019-03-041-13/+10
* Add portable dumperDaniel Colascione2019-01-151-2/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-1/+1
* | Improve bignum support for system typesPaul Eggert2018-08-271-2/+2
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-2/+2
|\ \
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-191-2/+2
* | | Update src/{ns,mac}*.m to use bignum-compatible macrosCharles A. Roelli2018-08-091-78/+78
|/ /
* | Merge from origin/emacs-26Glenn Morris2018-05-151-3/+3
|\ \ | |/