index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xmenu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
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
-5
/
+1
*
Allow setting frame pixel sizes from frame parameters (Bug#21415)
Martin Rudalics
2015-10-13
1
-14
/
+20
*
Introduce x_uncatch_errors_after_check to reduce XSync calls.
Ken Raeburn
2015-10-11
1
-1
/
+1
*
Adjust offset and border calculations for X.
Jan D
2015-02-27
1
-1
/
+1
*
Don't use OUTER_TO_INNER macros for plain X and lucid.
Jan Djärv
2015-02-26
1
-6
/
+25
*
Redo the whole window offsets and coordinate translation for X.
Jan D
2015-02-25
1
-2
/
+14
*
Give up on -Wsuggest-attribute=const
Paul Eggert
2015-01-15
1
-1
/
+1
*
In update_frame_menubar remove garbaged code.
Martin Rudalics
2015-01-14
1
-1
/
+0
*
Use bool for boolean in xmenu.c, xml.c
Paul Eggert
2015-01-13
1
-71
/
+49
*
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-2
/
+1
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Improve inhibiting of implied frame resizes.
Martin Rudalics
2014-11-07
1
-11
/
+26
*
Handle deprecated Gtk+ stuff for version <= 3.10
Jan Djärv
2014-10-18
1
-6
/
+0
*
Remove code left dead after 2014-07-27 changes.
Martin Rudalics
2014-09-25
1
-7
/
+1
*
Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.
Paul Eggert
2014-09-07
1
-14
/
+11
*
Complete pixelwise frame/window resizing, add horizontal scrollbar support.
Martin Rudalics
2014-07-27
1
-7
/
+16
*
* xterm.h (struct x_output) [USE_X_TOOLKIT || USE_GTK]: Define
Dmitry Antipov
2014-07-22
1
-2
/
+2
*
* lwlib/lwlib.h (toplevel): Use unsigned int for LWLIB_ID.
Dmitry Antipov
2014-07-15
1
-21
/
+13
*
* xmenu.c (mouse_position_for_popup):
Dmitry Antipov
2014-06-22
1
-47
/
+0
*
If a C name must be extern on some platforms, make it extern on all.
Paul Eggert
2014-06-08
1
-3
/
+0
*
Use terminal-specific hooks to display menus.
Dmitry Antipov
2014-06-04
1
-19
/
+21
*
Use common memory management functions for lwlib and refactor users.
Dmitry Antipov
2014-06-02
1
-58
/
+16
*
* xmenu.c (xdialog_show): Remove prototype, rename to
Dmitry Antipov
2014-05-29
1
-32
/
+6
*
* xmenu.c (create_and_show_popup_menu): Port comment to C89.
Paul Eggert
2014-01-29
1
-1
/
+1
*
* xmenu.c (create_and_show_popup_menu): Handle case when no key
Jan Djärv
2014-01-29
1
-0
/
+2
*
Make GTK+ menus work correctly with Unity global menu
Daniel Colascione
2014-01-12
1
-1
/
+1
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Use bool for boolean, focusing on headers.
Paul Eggert
2013-12-14
1
-1
/
+1
*
Fix minor problems found by static checking.
Paul Eggert
2013-12-07
1
-2
/
+0
*
Support resizing frames and windows pixelwise.
Martin Rudalics
2013-11-30
1
-1
/
+1
*
* configure.ac (HAVE_MENUS): Remove.
Stefan Monnier
2013-11-28
1
-4
/
+0
*
Port to stricter C99 platforms.
Paul Eggert
2013-11-03
1
-2
/
+2
*
* keyboard.c (last_event_timestamp): Remove. For X selection and
Dmitry Antipov
2013-10-10
1
-7
/
+7
*
x-popup-dialog fixed, almost.
Eli Zaretskii
2013-09-29
1
-149
/
+35
*
Merge from trunk.
Eli Zaretskii
2013-09-26
1
-12
/
+12
|
\
|
*
Use union for the payload of struct Lisp_Vector.
Dmitry Antipov
2013-09-24
1
-2
/
+2
|
*
Unify FRAME_window_system_DISPLAY_INFO macros between all ports.
Dmitry Antipov
2013-09-13
1
-10
/
+10
*
|
Fix infinite loop in menu input due to block_input.
Eli Zaretskii
2013-09-21
1
-3
/
+19
|
/
*
Simplify SELECT_TYPE-related code.
Paul Eggert
2013-08-27
1
-1
/
+1
*
Simplify EMACS_TIME-related code.
Paul Eggert
2013-08-27
1
-2
/
+2
*
Omit some unnecessary casts.
Paul Eggert
2013-08-10
1
-20
/
+14
*
Drop FRAME_PTR typedef.
Dmitry Antipov
2013-08-03
1
-26
/
+23
*
* xterm.h (struct x_output) [HAVE_X_I18N]: Remove xic_base_fontname
Dmitry Antipov
2013-08-02
1
-24
/
+12
*
Drop unnecessary functions that deals with frame pixel size.
Dmitry Antipov
2013-07-31
1
-2
/
+2
*
* fringe.c (draw_window_fringes, update_window_fringes)
Dmitry Antipov
2013-07-30
1
-1
/
+1
*
Fix obscure porting bug with varargs functions.
Paul Eggert
2013-07-18
1
-2
/
+1
*
New unwind-protect flavors to better type-check C callbacks.
Paul Eggert
2013-07-16
1
-21
/
+13
*
Prefer list1 (X) to Fcons (X, Qnil) when building lists.
Paul Eggert
2013-07-15
1
-10
/
+8
[next]