index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
menu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; * src/menu.c (x_popup_menu_1): Make 'cancel_hourglass' call conditional.
Eli Zaretskii
2022-10-21
1
-0
/
+2
*
; * src/menu.c: Include dispextern.h (bug#58688).
Eli Zaretskii
2022-10-21
1
-0
/
+1
*
Fix various menu problems
Po Lu
2022-10-21
1
-0
/
+9
*
; * src/menu.c: remove unused lwlib include
Manuel Giraud
2022-10-03
1
-4
/
+0
*
Pacify GCC 12 -fanalyzer in x_popup_menu_1
Paul Eggert
2022-05-31
1
-3
/
+3
*
Prevent menu items leak if x-pre-popup-menu-hook signals
Po Lu
2022-02-17
1
-6
/
+0
*
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-02-12
1
-1
/
+1
*
Fix unrelated help text tooltips if a popup is shown during the delay
Po Lu
2022-01-29
1
-1
/
+15
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into feature/pgtk
Po Lu
2021-11-30
1
-6
/
+25
|
\
\
|
*
|
Fix positioning of pop-up menus when there are window-margins
Eli Zaretskii
2021-11-21
1
-3
/
+16
|
*
|
Add support for the Haiku operating system and its window system
Po Lu
2021-11-20
1
-3
/
+9
|
|
/
*
|
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtk
Yuuki Harano
2021-11-11
1
-7
/
+16
|
\
|
|
*
Merge branch 'feature/tab-bar-events'
Juri Linkov
2021-09-09
1
-3
/
+6
|
|
\
|
|
*
Improve tab-bar event handling (bug#41343)
Juri Linkov
2021-09-05
1
-3
/
+6
|
*
|
Make Qhide declaration non-target-specific
Mattias Engdegård
2021-08-22
1
-0
/
+2
|
*
|
Don't show menu titles with the text property 'hide' (bug#50067)
Juri Linkov
2021-08-22
1
-0
/
+8
|
*
|
Remove default "Select" title from NS popup menus (bug#50067)
Mattias Engdegård
2021-08-21
1
-4
/
+0
|
|
/
*
|
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Yuuki Harano
2021-01-03
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Simplify compilaiton condtion
Yuuki Harano
2020-11-22
1
-1
/
+1
|
/
*
Prefer more inline functions in character.h
Paul Eggert
2020-04-17
1
-3
/
+1
*
Improve integer range checking
Paul Eggert
2020-04-05
1
-12
/
+10
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Frame-local tab-bar and window-local tab-line.
Juri Linkov
2019-08-31
1
-0
/
+2
*
Avoid some unnecessary stdio.h includes
Paul Eggert
2019-07-08
1
-1
/
+0
*
Don't link libXft when using cairo
YAMAMOTO Mitsuharu
2019-04-24
1
-1
/
+1
*
Define macros to abstract support for external menu/tool-bars
Alexander Gramiak
2019-03-16
1
-3
/
+2
*
Use bool for menu_items_inuse
Paul Eggert
2019-03-15
1
-11
/
+9
*
Add portable dumper
Daniel Colascione
2019-01-15
1
-1
/
+2
*
Use shortcuts for Flength
Paul Eggert
2019-01-09
1
-8
/
+4
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Add make_vector and make_nil_vector
Paul Eggert
2018-12-09
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-09
1
-3
/
+3
|
\
\
|
*
|
Prefer NILP (x) to EQ (x, Qnil)
Paul Eggert
2018-07-19
1
-3
/
+3
*
|
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-10
/
+10
*
|
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-7
/
+7
|
/
/
*
|
Use native alignment to access Lisp object data
Paul Eggert
2018-06-10
1
-2
/
+2
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
For help commands, ensure all keys of a mouse sequence are reported.
Alan Mackenzie
2017-12-02
1
-45
/
+51
|
/
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Use 'char *FOO' instead of 'char* FOO'
Paul Eggert
2017-02-18
1
-1
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Port build to gcc -fcheck-pointer-bounds
Paul Eggert
2016-11-25
1
-1
/
+1
[next]