aboutsummaryrefslogtreecommitdiffstats
path: root/src/nsfns.m (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Prevent tab bar from vanishing on AndroidPo Lu2023-11-231-0/+5
* | Merge from origin/emacs-29Eli Zaretskii2023-10-071-1/+6
|\ \ | |/
| * ; Improve wording of last changeStefan Kangas2023-10-011-2/+2
| * Improve documentation of `ns-use-proxy-icon`Stefan Kangas2023-10-011-1/+6
* | Simplify the EmacsLayer double buffering code (bug#63187)Alan Third2023-09-111-1/+29
* | Do not raise a different frame when closing a frameDaniel Martín2023-08-261-0/+6
* | ; [NSString lispString]: clarify unpaired surrogate behaviourMattias Engdegård2023-08-101-1/+3
* | Faster NSString to Lisp string conversionMattias Engdegård2023-08-091-3/+24
* | Merge from origin/emacs-29Eli Zaretskii2023-07-311-5/+1
|\ \ | |/
| * Revert "Improve commentary in nsfns.m"Mattias Engdegård2023-07-211-5/+1
* | Merge from origin/emacs-29Po Lu2023-07-201-1/+7
|\ \ | |/
| * Improve commentary in nsfns.mPo Lu2023-07-201-1/+5
| * Convert NUL-containing NSString objects to Lisp strings correctlyMattias Engdegård2023-07-181-1/+3
* | Allow displaying tool bar on the bottom of the framePo Lu2023-06-211-3/+14
|/
* Fix shrinking of the tab-barEli Zaretskii2023-01-021-7/+7
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix calculation of tab bar lines during automatic height adjustmentPo Lu2022-11-161-4/+13
* Improve 'ns-read-file-name' docstringRobert Pluim2022-08-191-1/+1
* Make frame synchronization a frame parameterPo Lu2022-08-011-0/+1
* Fix flicker when moving tooltips between frames during mouse drag-and-dropPo Lu2022-07-261-1/+0
* Apply tooltip assertions to all instances of x-show-tipPo Lu2022-07-211-3/+27
* Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-161-1/+1
* * src/nsfns.m (ns_move_tooltip_to_mouse_location): Handle invisible frames.Po Lu2022-06-121-1/+2
* Satisfy GCC warnings on the GNUstep buildPo Lu2022-06-091-0/+2
* Implement `follow-tooltip' on NS as wellPo Lu2022-06-091-0/+49
* Implement some drag and drop functions on NSPo Lu2022-05-271-3/+3
* Implement monitor change functions on GNUstepPo Lu2022-05-231-8/+11
* Fix GNUstep buildPo Lu2022-05-221-0/+2
* Fix compiler warnings on Mac OS X 10.12Po Lu2022-05-221-2/+36
* Implement non-system tooltips on NSPo Lu2022-05-141-40/+595
* Correctly encode and decode filenames on NSPo Lu2022-05-041-11/+19
* Make the NS font dialog return more correct valuesPo Lu2022-05-021-1/+1
* Replace NS code that implemented font panels in a different wayPo Lu2022-05-011-18/+14
* Fix Vx_show_tooltip_timeout in ns build, tooLars Ingebrigtsen2022-04-301-3/+2
* 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
|/