- 30 Dec, 2008 1 commit
-
-
Jason Rumney authored
WINDOWSNT too, as related changes have already been synced.
-
- 22 Dec, 2008 1 commit
-
-
Martin Rudalics authored
Fdelete_frame to handle Qnoelisp value for FORCE argument. Delete last frame iff FORCE equals Qnoelisp. (Bug#1450) (Fdelete_frame): Call delete_frame. Remove line from doc-string saying that FORCE non-nil doesn't run `delete-frame-functions'. * frame.h: Extern delete_frame. * window.c (window_loop): * terminal.c (delete_terminal): * xterm.c (x_connection_closed): * xfns.c (Fx_hide_tip): * w32fns.c (Fx_hide_tip): Call delete_frame instead of Fdelete_frame.
-
- 20 Dec, 2008 3 commits
-
-
Chong Yidong authored
-
Jason Rumney authored
a graphical frame on Windows.
-
Jan Djärv authored
-
- 13 Dec, 2008 1 commit
-
-
Chong Yidong authored
-
- 28 Nov, 2008 1 commit
-
-
Seiji Zenitani authored
* nsfns.m (ns_frame_parm_handlers): Set alpha handler. * nsterm.m (x_set_frame_alpha): New function.
-
- 12 Nov, 2008 1 commit
-
-
Chong Yidong authored
-
- 02 Nov, 2008 1 commit
-
-
Martin Rudalics authored
(Fselect_frame): New argument NORECORD passed to do_switch_frame. (Fset_frame_selected_window): New argument NORECORD passed to Fselect_frame. (Fhandle_switch_frame, Fdelete_frame): Handle NORECORD argument in call of do_switch_frame. (Fset_mouse_position, Fset_mouse_pixel_position, Fraise_frame): Handle NORECORD argument in call of Fselect_frame.
-
- 09 Oct, 2008 2 commits
-
-
Eli Zaretskii authored
-
Martin Rudalics authored
order to make it visible. (Bug#1061)
-
- 19 Sep, 2008 1 commit
-
-
Juanma Barranquero authored
* w32fns.c (Fx_display_pixel_width, Fx_display_pixel_height) (compute_tip_xy): Use x_display_pixel_width, x_display_pixel_height.
-
- 18 Sep, 2008 1 commit
-
-
Chong Yidong authored
x_display_pixel_width.
-
- 30 Aug, 2008 2 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
- 25 Aug, 2008 1 commit
-
-
Eli Zaretskii authored
FRAME_MSDOS_P frames as well.
-
- 24 Aug, 2008 1 commit
-
-
Eli Zaretskii authored
and scroll bars on MS-DOS as well. Set the top frame to newly created frame. (Fmake_terminal_frame): Reuse the_only_display_info.
-
- 23 Aug, 2008 1 commit
-
-
Eli Zaretskii authored
(Fmake_terminal_frame) [MSDOS]: Don't allow creation of new terminal devices.
-
- 13 Aug, 2008 1 commit
-
-
Chong Yidong authored
(Fx_parse_geometry): For HAVE_NS, call ns-parse-geometry.
-
- 31 Jul, 2008 1 commit
-
-
Dan Nicolaescu authored
* xterm.c: * xselect.c: * xfns.c: * window.c: * w32term.c: * w32fns.c: * terminal.c: * termhooks.h: * term.c: * sysdep.c: * keyboard.h: * keyboard.c: * frame.h: * frame.c: * frame.c: Remove references to MULTI_KBOARD, it is now the default. * config.in: Regenerate. * config.nt (MULTI_KBOARD): Remove. * configure.in (MULTI_KBOARD): Remove.
-
- 27 Jul, 2008 1 commit
-
-
Dan Nicolaescu authored
* mactoolbox.c: * macterm.h: * macterm.c: * macselect.c: * macmenu.c: * macgui.h: * macfns.c: * mac.c: Remove file. * s/darwin.h: * m/intel386.h: * xfaces.c: * xdisp.c: * window.c: * tparam.c: * termhooks.h: * termcap.c: * term.c: * syssignal.h: * sysselect.h: * sysdep.c: * process.c: * lread.c: * lisp.h: * keyboard.c: * image.c: * fringe.c: * frame.h: * frame.c: * fontset.c: * font.h: * font.c: * fns.c: * fileio.c: * emacs.c: * dispnew.c: * dispextern.h: * config.in: * atimer.c: * Makefile.in: Remove code for Carbon * erc.el: Remove code for Carbon. Remove support for Mac Carbon. * term/mac-win.el: Remove file * international/mule-cmds.el: * version.el: * startup.el: * simple.el: * mwheel.el: * mouse.el: * loadup.el: * isearch.el: * info.el: * frame.el: * faces.el: * disp-table.el: * cus-start.el: * cus-face.el: * cus-edit.el: * Makefile.in: Remove code for Carbon. Remove support for Mac Carbon. * makefile.w32-in: * emacsclient.c: Remove code for Carbon. * PROBLEMS: * MACHINES: Remove mentions of Mac Carbon. * ns-emacs.texi: * faq.texi: Remove mentions of Mac Carbon. * os.texi: * frames.texi: * display.texi: Remove mentions of Mac Carbon. * xresources.texi: Remove mentions of Mac Carbon. * make-tarball.txt: * admin.el: * FOR-RELEASE: * CPP-DEFINES: Remove mentions of Mac Carbon. Remove support for Mac Carbon. * mac: Remove directory. * make-dist: * configure.in: * README: * Makefile.in: * INSTALL: Remove code for Carbon. * configure: Regenerate.
-
- 20 Jul, 2008 1 commit
-
-
Adrian Robert authored
restore ability under NS to change font size from font panel (lost during some recent font backend refactoring)
-
- 17 Jul, 2008 1 commit
-
-
Adrian Robert authored
-
- 16 Jul, 2008 2 commits
-
-
Adrian Robert authored
-
Stefan Monnier authored
-
- 15 Jul, 2008 1 commit
-
-
Adrian Robert authored
-
- 07 Jul, 2008 1 commit
-
-
Chong Yidong authored
(x_set_frame_parameters): Don't bind it.
-
- 02 Jul, 2008 1 commit
-
-
Juanma Barranquero authored
-
- 28 Jun, 2008 1 commit
-
-
Jason Rumney authored
(pfnSetLayeredWindowAttributes): New function pointer. (w32_initialize): Initialize it when supported. (x_set_frame_alpha): New function. * w32fns.c (Fx_create_frame): Initialize frame parameter `alpha'. (w32_frame_parm_handlers): Set alpha handler. * frame.c (x_set_alpha) [HAVE_NTGUI]: Call x_set_frame_alpha.
-
- 20 Jun, 2008 1 commit
-
-
Stefan Monnier authored
for explicit `font' parameters. * frame.c (x_set_font): Remove unexplained call to fix inf-recursion.
-
- 19 Jun, 2008 1 commit
-
-
Kenichi Handa authored
(x_set_font_backend): Allow spacing characters in the X resource for FontBackend.
-
- 02 Jun, 2008 1 commit
-
-
Jim Meyering authored
* src/alloc.c (xfree): Return right away for a NULL arg. * src/lread.c (nosuffix): Remove now-useless if-before-xfree tests. * src/gtkutil.c (xg_gtk_scroll_destroy): Likewise. * src/mac.c (create_apple_event_from_event_ref): Likewise. (create_apple_event_from_drag_ref, cfstring_create_normalized): Likewise. * src/doprnt.c (doprnt1): Likewise. * src/frame.c (frame): Likewise. * src/keyboard.c (wipe_kboard): Likewise. * src/macterm.c (x_free_frame_resources, xlfdpat_destroy, XFreePixmap): (init_font_name_table, mac_unload_font, x_delete_display): Likewise. * src/term.c (tty_default_color_capabilities, maybe_fatal) (delete_tty): Likewise. * src/w16select.c (string): Likewise. * src/w32.c (w32_get_resource, SET_ENV_BUF_SIZE): Likewise. * src/w32bdf.c (w32_free_bdf_font): Likewise. * src/w32fns.c (w32_unload_font): Likewise. * src/w32font.c (w32font_close): Likewise. * src/window.c (size_window): Likewise. * src/xselect.c (receive_incremental_selection): Likewise. * src/xterm.c (x_free_frame_resources, x_delete_display): Likewise. * src/mactoolbox.c (create_apple_event_from_drag_ref): Likewise. * src/w32.c (stat): Likewise.
-
- 21 May, 2008 1 commit
-
-
Glenn Morris authored
Ryo Yoshitake <ryo at shiftmode.net> (Qalpha): Add a new frame parameter `alpha'. (Vframe_alpha_lower_limit) : New variable. (x_set_alpha): Add function.
-
- 16 May, 2008 1 commit
-
-
Eli Zaretskii authored
HAVE_WINDOW_SYSTEM is not defined. xfaces.c (merge_face_ref, merge_face_vectors) (Finternal_set_lisp_face_attribute): Use FONT_*_INDEX only when HAVE_WINDOW_SYSTEM is defined. (Fface_font): Fix non-HAVE_WINDOW_SYSTEM case.
-
- 14 May, 2008 2 commits
-
-
Glenn Morris authored
-
Kenichi Handa authored
conditionals. Don't check enable_font_backend. Delete all codes used only when USE_FONT_BACKEND is not defined. (x_set_font): Call x_new_font, not x_new_fontset2. (x_set_font_backend): Use FRAME_FONT macro to check if a font is already set for the frame.
-
- 09 Apr, 2008 1 commit
-
-
Stefan Monnier authored
to another frame. * frame.c (do_switch_frame): Refine the top_frame/async_visible code. Don't call set_tty_color_mode. (store_frame_param): Reset previous_frame rather than call set_tty_color_mode. * term.c (set_tty_color_mode): Rewrite. * dispextern.h (set_tty_color_mode): New type. * termchar.h (struct tty_display_info): Add `previous_color_mode'.
-
- 29 Mar, 2008 1 commit
-
-
Stefan Monnier authored
(timer_check): Run it. (syms_of_keyboard): Initialize it. * terminal.c (Qrun_hook_with_args, Qdelete_terminal_functions) (Vdelete_terminal_functions): New vars. (syms_of_terminal): Initialize them. (Fdelete_terminal): Run delete-terminal-functions. * xdisp.c (safe_eval): Rewrite. (safe_call2): New fun. * frame.c (Qdelete_frame_functions): New var. (syms_of_frame): Initialize it. (Fdelete_frame): Use it and use safe_call2 and pending_funcalls. * lisp.h (safe_call2, pending_funcalls): Declare.
-
- 25 Mar, 2008 1 commit
-
-
Stefan Monnier authored
-
- 12 Feb, 2008 1 commit
-
-
Stefan Monnier authored
-