| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use *font for Xft font names for Lucid menus and dialogs. | Jan Djärv | 2011-02-14 | 1 | -23/+19 |
| * | * xmenu.c: conform to C89 const rules | Paul Eggert | 2011-02-05 | 1 | -2/+2 |
| * | Refill some long/short copyright headers. | Glenn Morris | 2011-01-26 | 1 | -1/+3 |
| * | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
| * | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -12/+11 |
| * | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
| |\ |
|
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| * | | * src/xmenu.c: Make it clear that ../lwlib/lwlib.h is only needed for Motif. | Dan Nicolaescu | 2010-11-13 | 1 | -2/+2 |
| * | | Unify mouse highlight code of MSDOS and GUI sessions. | Eli Zaretskii | 2010-10-30 | 1 | -1/+4 |
| * | | Fix compilation with Motif (Bug#7263). | Jan D | 2010-10-22 | 1 | -0/+1 |
| * | | Fix compilation error in xmenu.c for non-toolkit builds. | Eli Zaretskii | 2010-08-13 | 1 | -1/+1 |
| * | | Fix -Wwrite_strings in general and for Gtk+ specific code. | Jan D | 2010-08-11 | 1 | -7/+11 |
| * | | Fix changes in 2010-08-05T23:15:24Z!dann@ics.uci.edu..2010-08-05T23:34:12Z!da... | Juanma Barranquero | 2010-08-06 | 1 | -5/+0 |
| * | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -21/+1 |
| * | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -4/+0 |
| * | | * src/xmenu.c: Do not included lwlib.h, not needed. | Dan Nicolaescu | 2010-07-26 | 1 | -1/+0 |
| * | | Merge changes from emacs-23 branch. | Chong Yidong | 2010-07-16 | 1 | -8/+0 |
| |\ \
| |/ |
|
| | * | Fix menus as per bug 6499 and 6608. | Jan D | 2010-07-14 | 1 | -8/+0 |
| * | | * xmenu.c (free_frame_menubar): Only call x_set_window_size if | Jan D | 2010-07-16 | 1 | -3/+3 |
| * | | * xmenu.c (create_and_show_popup_menu, xmenu_show): Fix type of timestamp arg... | Andreas Schwab | 2010-07-15 | 1 | -2/+4 |
| * | | Fix menu bar activation with click for Motif/Lesstif. | Jan D | 2010-07-14 | 1 | -17/+4 |
| * | | Convert function definitions to standard C. | Dan Nicolaescu | 2010-07-12 | 1 | -13/+3 |
| * | | Convert function definitions to standard C. | Dan Nicolaescu | 2010-07-12 | 1 | -49/+14 |
| * | | Merge changes from emacs-23 branch. | Chong Yidong | 2010-07-10 | 1 | -0/+8 |
| |\ \
| |/ |
|
| | * | Fix hang for mouse press on menubar but not on an item (Bug#6499). | Jan D | 2010-07-03 | 1 | -0/+8 |
| * | | Fix frame sizing for Lucid/Motif/Lesstif. | Jan D | 2010-07-09 | 1 | -1/+4 |
| * | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -7/+4 |
| * | | Fix compilation for Motif/Lesstif. | Jan D | 2010-07-08 | 1 | -1/+5 |
| * | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -6/+4 |
| * | | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -63/+20 |
| * | | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -11/+11 |
| * | | Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE. | Jan D | 2010-06-28 | 1 | -1/+1 |
| * | | * xmenu.c (apply_systemfont_to_menu): *childs was incorrectly used. | Jan D | 2010-04-16 | 1 | -6/+1 |
| * | | Use XFT in Lucid dialogs if available. | Jan Djärv | 2010-04-11 | 1 | -4/+19 |
| * | | Lucid menus can now use Xft for fonts. | Jan Djärv | 2010-04-08 | 1 | -0/+35 |
| |/ |
|
| * | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| * | *** empty log message *** | Jan Djärv | 2009-11-16 | 1 | -1/+1 |
| * | xmenu.c(x_menu_wait_for_event): Call XFlush before select. | Jan Djärv | 2009-11-16 | 1 | -0/+1 |
| * | Bug #4574. Common code for file/font dialog. Handle timers with glib-timers. | Jan Djärv | 2009-11-10 | 1 | -11/+6 |
| * | xmenu.c (xmenu_show): Must not be static after 2009-11-09 changes. | Jan Djärv | 2009-11-10 | 1 | -1/+1 |
| * | * menu.c (Fx_popup_menu): Consolidate versions from xmenu.c, | Stefan Monnier | 2009-11-09 | 1 | -298/+4 |
| * | * xmenu.c (Fx_popup_menu): Hide any tooltip before opening a menu. | Chong Yidong | 2009-11-08 | 1 | -0/+4 |
| * | Fix last change. | Chong Yidong | 2009-11-07 | 1 | -1/+1 |
| * | * xmenu.c (Fx_popup_menu): Extract event timestamp. Pass it to | Chong Yidong | 2009-11-07 | 1 | -11/+19 |
| * | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -3/+3 |
| * | Fix resize due to font change on a maximized/xmonad-controlled frame. | Jan Djärv | 2009-10-21 | 1 | -3/+5 |
| * | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
| * | (xdialog_show): Move Fredisplay call ... | YAMAMOTO Mitsuharu | 2009-03-18 | 1 | -8/+11 |
| * | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
| * | (menu_position_func): Use x_display_pixel_height and | Chong Yidong | 2008-09-18 | 1 | -2/+3 |