summaryrefslogtreecommitdiff
path: root/src/nsmenu.m
AgeCommit message (Expand)Author
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård
2022-01-22Add some menu bar help code on GNUstepPo Lu
2022-01-22Fix GNUstep build warningsPo Lu
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-22Make NS toolbar item ID more unique (bug#50160)Alan Third
2021-12-22Make NS toolbar use NSString instead of C stringsAlan Third
2021-11-10Revert "Support opening the toolkit menu bar on NS"Po Lu
2021-11-10Support opening the toolkit menu bar on NSoldosfan
2021-11-06General improvements to NS portPo Lu
2021-09-27Fix NS toolbar again (bug#50534)Alan Third
2021-09-14Fix incorrectly appearing toolbar on NS (bug#50534)Alan Third
2021-08-22Set label for NSToolbarItem (bug#50159)Masahiro Nakamura
2021-08-21Remove default "Select" title from NS popup menus (bug#50067)Mattias Engdegård
2021-07-31Fix some macOS problemsAlan Third
2021-07-31Move NS port toolbar handling to the windowAlan Third
2021-06-20Fix GNUstep menu update crashesAlan Third
2021-06-20Fix GNUstep build warningsAlan Third
2021-01-30Fix NS build broken by a recent changeEli Zaretskii
2021-01-23Avoid a few compilation warnings in Objective-C code.Philipp Stephani
2021-01-05Prevent stack overflow in GNUstep menu codeAlan Third
2021-01-01Fix GNUstep warningsAlan Third
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-30Fix Help menu on macOSAlan Third
2020-12-30Use standard key symbols in NS menu entriesMattias Engdegård
2020-12-30; * src/nsmenu.m: Undo unintentional changeMattias Engdegård
2020-12-30Plug NS memory leaks (bug#45502)Mattias Engdegård
2020-12-29Don't calculate macOS menu data for GNUstep (bug#45502)Alan Third
2020-12-29More readable keys in NS menu entries (bug#45502)Mattias Engdegård
2020-12-29Fix crash in NS menu codeAlan Third
2020-12-28Fix crash in NS menu codeAlan Third
2020-12-27Remove NS menu synthesized events (bug#44333)Alan Third
2020-12-22Use new NSString lisp methodsAlan Third
2020-09-08Fix crash from clicking on menu bar (bug#34762, bug#26982)Win Treese
2020-08-23Set basic SVG attributes (bug#40845)Alan Third
2020-04-16Fix NS frame resizing issues (bug#40200, bug#28872)Alan Third
2020-01-01Update copyright year to 2020Paul Eggert
2019-06-25Avoid some strlen work, primarily via strnlenPaul Eggert
2019-05-21Fix some deprecation notices on macOS 10.14Alan Third
2019-04-26Rename generic x_* identifiersAlexander Gramiak
2019-01-15Add portable dumperDaniel Colascione
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-11-25Set tooltip text color (bug#33452)Alan Third
2018-08-25Prefer CONSP etc. to XTYPEPaul Eggert
2018-08-09Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey
2018-08-09Update src/{ns,mac}*.m to use bignum-compatible macrosCharles A. Roelli
2018-07-19Prefer NILP (x) to EQ (x, Qnil)Paul Eggert
2018-03-19Normalize and fix some mistakes in NS-related commentaryCharles A. Roelli
2018-02-13Stop keeping multiple doc copies for items defined multiple timesGlenn Morris