summaryrefslogtreecommitdiff
path: root/src/xfns.c
Commit message (Expand)AuthorAgeFilesLines
* Merged from miles@gnu.org--gnu-2005 (patch 469)Karoly Lorentey2005-07-051-2/+2
|\
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Cleanup: Move kboard fields from struct frame and device-specific descriptors...Karoly Lorentey2005-06-271-15/+1
* | Merged from miles@gnu.org--gnu-2005 (patch 447-448)Karoly Lorentey2005-06-261-1/+1
|\ \ | |/
| * (Fx_show_tip): Pass new arg to try_window.Richard M. Stallman2005-06-251-1/+1
* | Merged from miles@gnu.org--gnu-2005 (patch 296-306)Karoly Lorentey2005-05-131-1/+0
|\ \ | |/
| * Don't include signal.h.Richard M. Stallman2005-05-101-1/+0
* | Disable display type check in start_hourglass, and always set up the timer.Karoly Lorentey2005-05-091-4/+0
* | Merged from miles@gnu.org--gnu-2005 (patch 292-295)Karoly Lorentey2005-05-091-0/+4
|\ \ | |/
| * (start_hourglass): Do nothing when running on a tty.Thien-Thi Nguyen2005-05-071-0/+4
* | Fix UTF-8 tty input when first frame is an X frame. Steps towards multiple t...Karoly Lorentey2005-05-031-3/+1
* | Prevent core dump when connection is lost during frame creation.Karoly Lorentey2005-03-271-0/+6
* | Fix some superflous deviations from CVS, plus apply some cosmetics.Karoly Lorentey2005-03-231-1/+1
* | Fix stupid syntax errors in previous patch.Karoly Lorentey2005-03-191-1/+0
* | Close the X connection when the last frame is deleted.Karoly Lorentey2005-03-191-19/+1
* | Merged from miles@gnu.org--gnu-2005 (patch 39-44, 184-191)Karoly Lorentey2005-03-191-21/+41
|\ \ | |/
| * h* xfns.c (x_create_tip_frame): Removed setting of Vx_resource_name soJan Djärv2005-03-181-4/+0
| * (xic_create_fontsetname): Add a final catch-all font pattern.Stefan Monnier2005-03-181-3/+18
| * (xic_create_fontsetname): Add `motif' argument.Stefan Monnier2005-03-171-14/+24
* | Merged from miles@gnu.org--gnu-2005 (patch 37-38, 162-182)Karoly Lorentey2005-03-161-44/+103
|\ \ | |/
| * (xic_defaut_fontset): New constant.Stefan Monnier2005-03-121-44/+95
| * * xfns.c (hourglass_started): New function.Jan Djärv2005-03-101-0/+8
* | Merged from miles@gnu.org--gnu-2005 (patch 14-16, 95-106)Karoly Lorentey2005-02-191-18/+26
|\ \ | |/
| * (hack_wm_protocols): Use correct type for last parameterAndreas Schwab2005-02-171-18/+26
* | Merged from miles@gnu.org--gnu-2005 (patch 12-13, 79-90)Karoly Lorentey2005-02-101-6/+55
|\ \ | |/
| * (x_set_tool_bar_lines): Check that width and height is greater thanJan Djärv2005-02-071-4/+8
| * * xfns.c (Fx_change_window_property): Use long array when format is 32.Jan Djärv2005-02-071-2/+31
| * * xfns.c (Fx_backspace_delete_keys_p): Added comment about theJan Djärv2005-02-071-0/+16
* | Merged from miles@gnu.org--gnu-2005 (patch 76-78)Karoly Lorentey2005-02-041-4/+4
|\ \ | |/
| * Copyright update.Stefan Monnier2005-02-031-2/+2
| * (unwind_create_frame) [!GLYPH_DEBUG]: Fix xassert.Kim F. Storm2005-02-031-2/+4
* | Fix xassert-related bootstrap errors.Karoly Lorentey2005-02-031-0/+2
* | Merged in changes from CVS trunk. (Long time no see!) :-)Karoly Lorentey2005-02-031-2/+6
|\ \ | |/
| * * xfns.c (show_hourglass): Use FRAME_X_WINDOW as parent for GTK,Jan Djärv2005-01-291-2/+6
* | Merged in changes from CVS trunk.Karoly Lorentey2005-01-061-0/+10
|\ \ | |/
| * * xmenu.c (popup_get_selection): Pop down on C-g.Jan Djärv2004-12-271-0/+10
* | Trivial changes in x_create_tip_frame.Karoly Lorentey2004-12-081-1/+12
* | Merged in changes from CVS trunk.Karoly Lorentey2004-12-081-8/+12
|\ \ | |/
| * * gtkutil.c (xg_get_file_name): Rename use-old-gtk-file-dialog toJan Djärv2004-11-231-8/+12
* | Merged in changes from CVS trunk.Karoly Lorentey2004-11-221-5/+41
|\ \ | |/
| * * xmenu.c (x_menu_in_use): Removed.Jan Djärv2004-11-161-2/+3
| * * xfns.c (Fx_file_dialog): Call x_menu_in_use and x_menu_set_in_use.Jan Djärv2004-11-141-5/+40
* | Merged in changes from CVS trunk.Karoly Lorentey2004-11-061-41/+50
|\ \ | |/
| * * gtkutil.h: Declare use_old_gtk_file_dialog.Jan Djärv2004-11-041-0/+8
| * * fileio.c (Fread_file_name): Pass Qt as fifth parameter toJan Djärv2004-11-021-41/+42
* | Merged in changes from CVS trunk.Karoly Lorentey2004-10-311-2/+5
|\ \ | |/
| * (Fx_server_vendor, Fx_server_version): Doc fixes.Richard M. Stallman2004-10-281-2/+4
| * * xfns.c (xic_create_xfontset): Check that FRAME_XIC_BASE_FONTNAMEJan Djärv2004-10-261-0/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2004-10-251-15/+69
|\ \ | |/
| * * xfns.c (xic_create_xfontset): Initialize missing_list to NULL.Jan Djärv2004-10-221-7/+9