aboutsummaryrefslogtreecommitdiffstats
path: root/src/xmenu.c
Commit message (Expand)AuthorAgeFilesLines
* Fix crashes in xdialog_show (and other places) with xterm-mouse-mode.Karoly Lorentey2005-09-111-2/+47
* Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey2005-09-041-2/+2
|\
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* | Merged from [email protected] (patch 469)Karoly Lorentey2005-07-051-2/+2
|\|
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Merged from [email protected] (patch 80-82, 350-422)Karoly Lorentey2005-06-151-1/+1
|\|
| * * composite.c (compose_chars_in_text):Kim F. Storm2005-06-081-1/+1
| * (popup_get_selection): Undo previous change.Richard M. Stallman2005-06-061-4/+0
| * (popup_get_selection): Click not in menu deactivates menu.Richard M. Stallman2005-06-041-0/+4
* | Merged from [email protected] (patch 70-73, 320-331)Karoly Lorentey2005-05-281-17/+29
|\|
| * (Fx_popup_dialog): Add a third boolean argument toNick Roberts2005-05-241-17/+29
* | Merged from [email protected] (patch 296-306)Karoly Lorentey2005-05-131-0/+2
|\|
| * Don't include signal.h.Richard M. Stallman2005-05-101-0/+2
* | Merged from [email protected] (patch 68, 286-291)Karoly Lorentey2005-05-061-7/+24
|\|
| * (Fx_popup_menu, Fx_popup_dialog): Doc fixes.Luc Teirlinck2005-05-051-2/+13
| * (Fx_popup_menu): Doc fix.Luc Teirlinck2005-05-021-3/+6
| * [not HAVE_X_TOOLKIT] (xmenu_show):Richard M. Stallman2005-05-011-2/+5
* | Merged from [email protected] (patch 66, 266-268)Karoly Lorentey2005-04-191-5/+5
|\|
| * (Fx_popup_menu): Initialize error_name to NULL.Thien-Thi Nguyen2005-04-181-1/+1
| * Remove eol whitespace; nfc.Thien-Thi Nguyen2005-04-181-4/+4
* | Merged from [email protected] (patch 204-213)Karoly Lorentey2005-03-271-5/+8
|\|
| * * xmenu.c (create_and_show_popup_menu): Just remove menu and returnJan Djärv2005-03-241-5/+8
* | Merged from [email protected] (patch 39-44, 184-191)Karoly Lorentey2005-03-191-0/+2
|\|
| * (ENCODE_MENU_STRING) [HAVE_X_I18N]: Use ENCODE_SYSTEM.Stefan Monnier2005-03-171-0/+2
* | Merged from [email protected] (patch 37-38, 162-182)Karoly Lorentey2005-03-161-24/+19
|\|
| * (ENCODE_MENU_STRING): Explicitly use string_make_unibyte.Stefan Monnier2005-03-121-24/+19
* | Merged from [email protected] (patch 76-78)Karoly Lorentey2005-02-041-3/+14
|\|
| * Forgot to remove debug code.Jan Djärv2005-02-031-2/+0
| * * xmenu.c (menubar_selection_callback): Force out GTK bufferedJan Djärv2005-02-031-3/+16
* | Merged in changes from CVS trunk. (Long time no see!) :-)Karoly Lorentey2005-02-031-5/+9
|\|
| * * xmenu.c (create_and_show_popup_menu): Pass zero as button toJan Djärv2005-01-071-5/+9
* | Merged in changes from CVS trunk.Karoly Lorentey2005-01-061-18/+25
|\|
| * (popup_get_selection): Remove parameter down_on_keypress.Jan Djärv2004-12-271-8/+4
| * * xmenu.c (popup_get_selection): Only pop down dialogsJan Djärv2004-12-271-12/+3
| * Indentation fix.Richard M. Stallman2004-12-271-1/+1
| * * xmenu.c (popup_get_selection): Pop down on C-g.Jan Djärv2004-12-271-0/+20
* | Merged in changes from CVS trunk.Karoly Lorentey2004-12-081-29/+19
|\|
| * * xmenu.c (Fx_popup_menu): Correct documentation about position.Jan Djärv2004-12-071-29/+19
* | Merged in changes from CVS trunk.Karoly Lorentey2004-11-221-80/+107
|\|
| * * xmenu.c (x_menu_in_use): Removed.Jan Djärv2004-11-161-8/+1
| * Removed fprintfJan Djärv2004-11-141-1/+0
| * * xmenu.c (pop_down_menu): Remove global variable current_menu,Jan Djärv2004-11-141-31/+24
| * * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.Jan Djärv2004-11-131-1/+18
| * * xmenu.c (unuse_menu_items, pop_down_menu): Arg is of typeJan Djärv2004-11-131-80/+105
* | Merged in changes from CVS trunk.Karoly Lorentey2004-11-131-15/+109
|\|
| * (pop_down_menu): Return nil.Kim F. Storm2004-11-121-3/+5
| * (pop_down_menu): New function.Jan Djärv2004-11-121-5/+39
| * (popup_widget_loop): Add argument do_timers.Jan Djärv2004-11-121-2/+2
| * * xmenu.c (x_menu_wait_for_event): New function.Jan Djärv2004-11-121-10/+68
* | Merged in changes from CVS trunk.Karoly Lorentey2004-11-131-10/+13
|\|