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
*
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
|
/
*
Update copyright year to 2021
Paul Eggert
2021-01-01
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
*
|
Port to ISO/IEC TS 18661-1:2014
Paul Eggert
2016-09-13
1
-1
/
+1
*
|
Revert "Cleanup tooltips"
John Wiegley
2016-07-12
1
-6
/
+1
*
|
Cleanup tooltips
Dmitry Antipov
2016-07-12
1
-1
/
+6
*
|
Fix compiler warnings in Cygwin-w32 build
Ken Brown
2016-06-20
1
-4
/
+0
*
|
Fix compiler warnings in the MinGW build
Eli Zaretskii
2016-05-21
1
-1
/
+0
*
|
New C macro AUTO_STRING_WITH_LEN
Paul Eggert
2016-04-04
1
-1
/
+1
|
/
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-4
/
+4
*
Fix x-popup-menu on TTYs without a mouse
Eli Zaretskii
2016-02-03
1
-0
/
+3
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-1
/
+2
*
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-09-16
1
-2
/
+2
*
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-08-26
1
-11
/
+0
*
Fix assertion violations when popping menus on TTY (Bug#19862)
Eli Zaretskii
2015-02-14
1
-27
/
+31
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Use AUTO_CONS instead of SCOPED_CONS, etc.
Paul Eggert
2014-09-30
1
-4
/
+13
*
Simplify stack-allocated Lisp objects, and make them more portable.
Paul Eggert
2014-09-29
1
-8
/
+8
*
Keep stack-allocated Lisp objects fast rather than versatile.
Dmitry Antipov
2014-09-29
1
-1
/
+0
*
Fix local_cons etc. to not exhaust the stack when in a loop.
Paul Eggert
2014-09-24
1
-0
/
+1
[next]