summaryrefslogtreecommitdiff
path: root/src/nsfns.m
AgeCommit message (Expand)Author
2023-09-11Simplify the EmacsLayer double buffering code (bug#63187)Alan Third
2023-08-26Do not raise a different frame when closing a frameDaniel Martín
2023-08-10; [NSString lispString]: clarify unpaired surrogate behaviourMattias Engdegård
2023-08-09Faster NSString to Lisp string conversionMattias Engdegård
2023-07-31Merge from origin/emacs-29Eli Zaretskii
2023-07-21Revert "Improve commentary in nsfns.m"Mattias Engdegård
2023-07-20Merge from origin/emacs-29Po Lu
2023-07-20Improve commentary in nsfns.mPo Lu
2023-07-18Convert NUL-containing NSString objects to Lisp strings correctlyMattias Engdegård
2023-06-21Allow displaying tool bar on the bottom of the framePo Lu
2023-01-02Fix shrinking of the tab-barEli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-11-16Fix calculation of tab bar lines during automatic height adjustmentPo Lu
2022-08-19Improve 'ns-read-file-name' docstringRobert Pluim
2022-08-01Make frame synchronization a frame parameterPo Lu
2022-07-26Fix flicker when moving tooltips between frames during mouse drag-and-dropPo Lu
2022-07-21Apply tooltip assertions to all instances of x-show-tipPo Lu
2022-06-16Use BASE_EQ instead of EQ where obviously safeMattias Engdegård
2022-06-12* src/nsfns.m (ns_move_tooltip_to_mouse_location): Handle invisible frames.Po Lu
2022-06-09Satisfy GCC warnings on the GNUstep buildPo Lu
2022-06-09Implement `follow-tooltip' on NS as wellPo Lu
2022-05-27Implement some drag and drop functions on NSPo Lu
2022-05-23Implement monitor change functions on GNUstepPo Lu
2022-05-22Fix GNUstep buildPo Lu
2022-05-22Fix compiler warnings on Mac OS X 10.12Po Lu
2022-05-14Implement non-system tooltips on NSPo Lu
2022-05-04Correctly encode and decode filenames on NSPo Lu
2022-05-02Make the NS font dialog return more correct valuesPo Lu
2022-05-01Replace NS code that implemented font panels in a different wayPo Lu
2022-04-30Fix Vx_show_tooltip_timeout in ns build, tooLars Ingebrigtsen
2022-04-25Get rid of autorelease warnings during building on GNUstepPo Lu
2022-04-25* src/nsfns.m (Fns_list_colors): Fix autoreleasing.Po Lu
2022-03-09Fix error when creating frames on NS with no main windowPo Lu
2022-03-06Implement "window cascading" on NSPo Lu
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-01-30Add background transparency support for GTK+CairoHåkon Flatval
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-22Make NS toolbar use NSString instead of C stringsAlan Third
2021-12-22Further cleanup of NS color codeAlan Third
2021-12-22Simplify NS color handlingAlan Third
2021-12-04Make use of Trash on macOS (bug#21340)Alan Third
2021-11-27Set initial tab bar parameter on NSPo Lu
2021-11-06Improve font display on NS portPo Lu
2021-10-17Add tab bar support to the nextstep portPo Lu
2021-09-27Fix GNUstep build failureAlan Third
2021-08-29Disable the NS app when no frames are left (bug#14619, bug#21357, bug#23586)Alan Third
2021-07-31Tidy up NS port OS window handlingAlan Third
2021-06-12Add ability to bring only the selected frame to the front (bug#48865)Matt Beshara
2021-06-09Fix image filename encoding issues (bug#48902)Alan Third