index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pgtkmenu.c
Age
Commit message (
Expand
)
Author
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-04-19
; Delete superfluous comments explaining config.h
Stefan Kangas
2025-01-26
Avoid undefined behavior with botched pgtk menu
Paul Eggert
2025-01-26
Beware large stack growth in pgtk_menu_show
Paul Eggert
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-07-12
Expunge unused recompute-lucid-menubar, lucid-menu-bar-dirty-flag
Alan Mackenzie
2022-05-23
Minor fixes to PGTK child frames
Po Lu
2022-04-15
More PGTK related cleanup
Po Lu
2022-03-10
Fix menu bar activation on PGTK
Po Lu
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias EngdegÄrd
2022-02-06
Clean up lots of #ifdef'd out code in PGTK files
Po Lu
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-12-31
Fix copyright dates in some files belonging to the pgtk port
Po Lu
2021-12-12
Fix coding style
Po Lu
2021-12-12
Prevent hangs when displaying a context menu on pgtk
Po Lu
2021-11-30
Enable shallow menu bar updates on PGTK
Po Lu
2021-11-30
Get rid of pgtk_select and use xg_select instead
Po Lu
2021-05-08
* src/pgtkmenu.c (show_help_event): Let emacs not show menu tooltips
Yuuki Harano
2021-02-06
Remove unused arg as xmenu.c
Yuuki Harano
2020-11-24
Update copyright dates for PGTK files
Jeff Walsh
2020-11-24
Fix Gtk warnings
Yuuki Harano
2020-11-24
* src/pgtkmenu.c: change coding style
Yuuki Harano
2020-11-24
* src/pgtkmenu.c (set_frame_menubar): Suppress gcc warning
Yuuki Harano
2020-11-24
* pgtkmenu.c (set_frame_menubar): fix empty menu.
Yuuki Harano
2020-11-24
use pgtk_menu_set_in_use.
Yuuki Harano
2020-11-24
implement popup/context menu
Yuuki Harano
2020-11-24
Some work toward posframe on wayland
Jeff Walsh
2020-11-22
Implement menubar for pgtk emacs
Jeff Walsh