summaryrefslogtreecommitdiff
path: root/src/menu.c
Commit message (Expand)AuthorAgeFilesLines
* ; * src/menu.c (x_popup_menu_1): Make 'cancel_hourglass' call conditional.Eli Zaretskii2022-10-211-0/+2
* ; * src/menu.c: Include dispextern.h (bug#58688).Eli Zaretskii2022-10-211-0/+1
* Fix various menu problemsPo Lu2022-10-211-0/+9
* ; * src/menu.c: remove unused lwlib includeManuel Giraud2022-10-031-4/+0
* Pacify GCC 12 -fanalyzer in x_popup_menu_1Paul Eggert2022-05-311-3/+3
* Prevent menu items leak if x-pre-popup-menu-hook signalsPo Lu2022-02-171-6/+0
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias Engdegård2022-02-121-1/+1
* Fix unrelated help text tooltips if a popup is shown during the delayPo Lu2022-01-291-1/+15
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-301-6/+25
|\ \
| * | Fix positioning of pop-up menus when there are window-marginsEli Zaretskii2021-11-211-3/+16
| * | Add support for the Haiku operating system and its window systemPo Lu2021-11-201-3/+9
| |/
* | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-111-7/+16
|\ \ | |/
| * Merge branch 'feature/tab-bar-events'Juri Linkov2021-09-091-3/+6
| |\
| | * Improve tab-bar event handling (bug#41343)Juri Linkov2021-09-051-3/+6
| * | Make Qhide declaration non-target-specificMattias Engdegård2021-08-221-0/+2
| * | Don't show menu titles with the text property 'hide' (bug#50067)Juri Linkov2021-08-221-0/+8
| * | Remove default "Select" title from NS popup menus (bug#50067)Mattias Engdegård2021-08-211-4/+0
| |/
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-031-1/+1
|\ \ | |/
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Simplify compilaiton condtionYuuki Harano2020-11-221-1/+1
|/
* Prefer more inline functions in character.hPaul Eggert2020-04-171-3/+1
* Improve integer range checkingPaul Eggert2020-04-051-12/+10
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-0/+2
* Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-1/+0
* Don't link libXft when using cairoYAMAMOTO Mitsuharu2019-04-241-1/+1
* Define macros to abstract support for external menu/tool-barsAlexander Gramiak2019-03-161-3/+2
* Use bool for menu_items_inusePaul Eggert2019-03-151-11/+9
* Add portable dumperDaniel Colascione2019-01-151-1/+2
* Use shortcuts for FlengthPaul Eggert2019-01-091-8/+4
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Add make_vector and make_nil_vectorPaul Eggert2018-12-091-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-3/+3
|\ \
| * | Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-191-3/+3
* | | More macro renamings for bignumTom Tromey2018-08-071-10/+10
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-7/+7
|/ /
* | Use native alignment to access Lisp object dataPaul Eggert2018-06-101-2/+2
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | For help commands, ensure all keys of a mouse sequence are reported.Alan Mackenzie2017-12-021-45/+51
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-181-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Port build to gcc -fcheck-pointer-boundsPaul Eggert2016-11-251-1/+1
* | Port to ISO/IEC TS 18661-1:2014Paul Eggert2016-09-131-1/+1
* | Revert "Cleanup tooltips"John Wiegley2016-07-121-6/+1