summaryrefslogtreecommitdiff
path: root/src/nsfns.m
Commit message (Expand)AuthorAgeFilesLines
* Get rid of autorelease warnings during building on GNUstepPo Lu2022-04-251-1/+7
* * src/nsfns.m (Fns_list_colors): Fix autoreleasing.Po Lu2022-04-251-5/+5
* Fix error when creating frames on NS with no main windowPo Lu2022-03-091-1/+1
* Implement "window cascading" on NSPo Lu2022-03-061-1/+21
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-2/+2
* Add background transparency support for GTK+CairoHåkon Flatval2022-01-301-0/+3
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Make NS toolbar use NSString instead of C stringsAlan Third2021-12-221-0/+3
* | Further cleanup of NS color codeAlan Third2021-12-221-3/+3
* | Simplify NS color handlingAlan Third2021-12-221-14/+4
* | Make use of Trash on macOS (bug#21340)Alan Third2021-12-041-0/+45
* | Set initial tab bar parameter on NSPo Lu2021-11-271-0/+4
* | Improve font display on NS portPo Lu2021-11-061-0/+6
|/
* Add tab bar support to the nextstep portPo Lu2021-10-171-2/+61
* 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