aboutsummaryrefslogtreecommitdiffstats
path: root/src/xmenu.c
Commit message (Expand)AuthorAgeFilesLines
* Unify mouse highlight code of MSDOS and GUI sessions.Eli Zaretskii2010-10-301-1/+4
* Fix compilation with Motif (Bug#7263).Jan D2010-10-221-0/+1
* Fix compilation error in xmenu.c for non-toolkit builds.Eli Zaretskii2010-08-131-1/+1
* Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D2010-08-111-7/+11
* Fix changes in 2010-08-05T23:15:[email protected]:34:12Z!da...Juanma Barranquero2010-08-061-5/+0
* Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-21/+1
* Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-4/+0
* * src/xmenu.c: Do not included lwlib.h, not needed.Dan Nicolaescu2010-07-261-1/+0
* Merge changes from emacs-23 branch.Chong Yidong2010-07-161-8/+0
|\
| * Fix menus as per bug 6499 and 6608.Jan D2010-07-141-8/+0
* | * xmenu.c (free_frame_menubar): Only call x_set_window_size ifJan D2010-07-161-3/+3
* | * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of timestamp arg...Andreas Schwab2010-07-151-2/+4
* | Fix menu bar activation with click for Motif/Lesstif.Jan D2010-07-141-17/+4
* | Convert function definitions to standard C.Dan Nicolaescu2010-07-121-13/+3
* | Convert function definitions to standard C.Dan Nicolaescu2010-07-121-49/+14
* | Merge changes from emacs-23 branch.Chong Yidong2010-07-101-0/+8
|\|
| * Fix hang for mouse press on menubar but not on an item (Bug#6499).Jan D2010-07-031-0/+8
* | Fix frame sizing for Lucid/Motif/Lesstif.Jan D2010-07-091-1/+4
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-7/+4
* | Fix compilation for Motif/Lesstif.Jan D2010-07-081-1/+5
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-6/+4
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-63/+20
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-11/+11
* | Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE.Jan D2010-06-281-1/+1
* | * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used.Jan D2010-04-161-6/+1
* | Use XFT in Lucid dialogs if available.Jan Djärv2010-04-111-4/+19
* | Lucid menus can now use Xft for fonts.Jan Djärv2010-04-081-0/+35
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* *** empty log message ***Jan Djärv2009-11-161-1/+1
* xmenu.c(x_menu_wait_for_event): Call XFlush before select.Jan Djärv2009-11-161-0/+1
* Bug #4574. Common code for file/font dialog. Handle timers with glib-timers.Jan Djärv2009-11-101-11/+6
* xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes.Jan Djärv2009-11-101-1/+1
* * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c,Stefan Monnier2009-11-091-298/+4
* * xmenu.c (Fx_popup_menu): Hide any tooltip before opening a menu.Chong Yidong2009-11-081-0/+4
* Fix last change.Chong Yidong2009-11-071-1/+1
* * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it toChong Yidong2009-11-071-11/+19
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-3/+3
* Fix resize due to font change on a maximized/xmonad-controlled frame.Jan Djärv2009-10-211-3/+5
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (xdialog_show): Move Fredisplay call ...YAMAMOTO Mitsuharu2009-03-181-8/+11
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (menu_position_func): Use x_display_pixel_height andChong Yidong2008-09-181-2/+3
* (xmenu_show) [!HAVE_X_WINDOWS]: If frame has a minibuffer, don't let lowerEli Zaretskii2008-09-061-0/+17
* (Fx_popup_dialog, Fx_popup_menu, xmenu_show): Allow MSDOS frames along withEli Zaretskii2008-08-231-5/+12
* Revert last change.Chong Yidong2008-08-011-0/+6
* clear warnings and clean up NS portAdrian Robert2008-08-011-5/+0
* * xmenu.c (Fx_menu_bar_open_internal): Use activate_item signal toJan Djärv2008-07-291-5/+6
* * menu.h: New file.Andreas Schwab2008-07-111-1/+6
* (set_frame_menubar): Sync with version in xmenu.c.Jason Rumney2008-06-091-1/+1
* Remove platform-independent menu definitions.Chong Yidong2008-06-081-947/+6