summaryrefslogtreecommitdiff
path: root/src/nsfns.m
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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