| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-14 | 1 | -2/+2 |
| | | | | | 2001). | ||||
| * | (syms_of_ntterm) <w32-use-full-screen-buffer>: Doc fix - default value changed. | John Paul Wallington | 2006-06-30 | 1 | -1/+1 |
| | | |||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | | |||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+2 |
| | | |||||
| * | (initialize_w32_display): Detect when the console | Jason Rumney | 2005-07-06 | 1 | -2/+19 |
| | | | | | | dimensions are insane, and default to 80x25 instead. (w32_use_full_screen_buffer): default to NIL. | ||||
| * | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | | |||||
| * | (encode_terminal_code): Fix previous change. | Kenichi Handa | 2004-12-01 | 1 | -1/+1 |
| | | |||||
| * | (w32con_write_glyphs): Decide coding here. | Kenichi Handa | 2004-12-01 | 1 | -64/+40 |
| | | | | | Adjusted for the change of encode_terminal_code. | ||||
| * | Prefix RIF functions with w32con_ to avoid namespace clash with term.c. | Jason Rumney | 2004-05-18 | 1 | -62/+62 |
| | | |||||
| * | Use static consistently. | Jason Rumney | 2004-05-17 | 1 | -13/+13 |
| | | |||||
| * | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| | | |||||
| * | Make (few) trivial substitutions for renamed and | Kim F. Storm | 2003-05-24 | 1 | -14/+14 |
| | | | | | new macros in dispextern.h, frame.h and window.h. | ||||
| * | * xdisp.c (pixel_to_glyph_coords, glyph_to_pixel_coords): | Kim F. Storm | 2003-03-21 | 1 | -17/+0 |
| | | | | | | Add generic versions here. Remove system specific versions defined elsewhere. | ||||
| * | Remove consolidated defines and code. | Kim F. Storm | 2003-03-21 | 1 | -1/+0 |
| | | |||||
| * | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -35/+35 |
| | | |||||
| * | Change doc-string comments to `new style'. [w/`doc:' keyword]. Doc fixes. | Jason Rumney | 2001-11-12 | 1 | -12/+12 |
| | | |||||
| * | Update usage of CHECK_ macros (remove unused second argument). | Pavel JanÃk | 2001-11-02 | 1 | -1/+1 |
| | | |||||
| * | (reassert_line_highlight, change_line_highlight): Functions removed. | Miles Bader | 2001-10-20 | 1 | -57/+2 |
| | | | | | | | | | | (initialize_w32_display): Don't set reassert_line_highlight_hook or change_line_highlight_hook. (hl_mode): Function removed. (reset_terminal_modes, set_terminal_modes, update_begin) (update_end, w32_face_attributes, initialize_w32_display): (clear_frame, ins_del_lines): Don't call it. | ||||
| * | Don't define min/max. | Gerd Moellmann | 2001-10-08 | 1 | -2/+0 |
| | | |||||
| * | Do not undef HAVE_WINDOW_SYSTEM before | Jason Rumney | 2000-10-19 | 1 | -4/+6 |
| | | | | | including dispextern.h, as it stops faces from working. | ||||
| * | (min): Define macro. | Andrew Innes | 2000-08-22 | 1 | -6/+10 |
| | | | | | (clear_frame, write_glyphs): Fix compile warning. | ||||
| * | (write_glyphs): Use a locally declared conversion_buffer. | Kenichi Handa | 2000-08-16 | 1 | -3/+5 |
| | | |||||
| * | (glyph_to_pixel_coords): Change first parameter to | Jason Rumney | 2000-05-30 | 1 | -1/+1 |
| | | | | | window pointer to be consistent with w32term.c and xterm.c. | ||||
| * | Only disable window system features for dispextern.h | Jason Rumney | 2000-02-27 | 1 | -4/+8 |
| | | | | | (initialize_w32_display): Build a display info for the console. | ||||
| * | (turn_on_face, turn_off_face): Removed. | Jason Rumney | 2000-01-30 | 1 | -51/+73 |
| | | | | | | | | | | | | | | | | | (w32_face_attributes): New function. (Global_variables): Reduce scope where possible. (clear_frame, ins_del_lines, scroll_line): Use char_attr_normal as fill attribute. (hl_mode): Don't modify text attributes. (write_glyphs): Don't do anything if len <= 0. Use w32_face_attributes to get attributes for drawing. Write terminating codes using char_attr_normal. (reset_terminal_modes, set_terminal_modes): Turn off highlight. (update_begin, update_end): Likewise. (vga_stdcolor_name): New function. (initialize_w32_display): Remove char_attr_reverse and char_attr. (Fset_screen_color): Remove char_attr_reverse. | ||||
| * | (turn_on_face, turn_off_face): New functions. | Jason Rumney | 2000-01-23 | 1 | -84/+161 |
| | | | | | | (change_line_highlight): New prototype for new redisplay. (write_glyphs): Support multibyte text. Support faces. | ||||
| * | (w32_use_full_screen_buffer): New variable. | Andrew Innes | 1999-07-09 | 1 | -6/+63 |
| | | | | | | | (syms_of_ntterm): Register it. (initialize_w32_display): Set initial frame size accordingly, respecting the LINES and COLUMNS environment variables if set. | ||||
| * | (clear_frame): Remember that the window width might | Andrew Innes | 1999-05-22 | 1 | -10/+8 |
| | | | | | | | be smaller than the screen buffer width. (write_glyphs): Remove redundant variable attrs. Use FillConsoleOutputAttribute instead of WriteConsoleOutputAttribute. | ||||
| * | (initialize_w32_display): Use buffer coords | Geoff Voelker | 1998-10-30 | 1 | -7/+7 |
| | | | | | instead of buffer size (which may be larger than the window). | ||||
| * | (Fset_message_beep): Recognize 'silent. | Geoff Voelker | 1998-10-28 | 1 | -3/+13 |
| | | | | | (w32_sys_ring_bell): Do nothing for the 'silent sound. | ||||
| * | (initialize_w32_display): Call init_crit to initialize | Andrew Innes | 1998-06-22 | 1 | -0/+3 |
| | | | | | interrupt_handle (referenced by sys_select). | ||||
| * | (initialize_w32_displayed): Use new function prototypes. | Geoff Voelker | 1998-04-29 | 1 | -18/+18 |
| | | |||||
| * | (DebPrint, reset_kbd, unset_kbd, take_console): Delete functions. | Geoff Voelker | 1997-09-03 | 1 | -62/+46 |
| | | | | | | | | | | | | | (keyboard_init_hook): Delete variable. (prev_console_cursor) [! USE_SEPARATE_SCREEN]: New variable. (reset_terminal_modes) [! USE_SEPARATE_SCREEN]: Reset cursor info. (initialize_w32_display) [USE_SEPARATE_SCREEN]: Create separate screen buffer. (ctrl_c_handler): Only ignore interrupts when interactive. (set_terminal_modes): Set input mode. (initialize_w32_display): Record original settings. Don't reset cursor or clear frame. | ||||
| * | Include charset.h. | Geoff Voelker | 1997-07-01 | 1 | -1/+1 |
| | | |||||
| * | Change all uses of win95, winnt, and win32 | Geoff Voelker | 1997-01-20 | 1 | -3/+3 |
| | | | | | | | | | into Windows 95, Windows NT, and W32, respectively. Expand "win" substring in variables referring to Microsoft Windows constructs into "windows". Canonicalize header comments to use same terminology. | ||||
| * | Use new names for w32 files | Geoff Voelker | 1996-11-19 | 1 | -1/+1 |
| | | |||||
| * | Change identifiers of the form win32* to w32*. | Geoff Voelker | 1996-11-19 | 1 | -6/+6 |
| | | |||||
| * | (initialize_win_nt_display): Use SET_FRAME_WIDTH. | Richard M. Stallman | 1996-09-21 | 1 | -1/+1 |
| | | |||||
| * | (prev_console_mode): New variable. | Richard M. Stallman | 1996-05-10 | 1 | -2/+6 |
| | | | | | | (unset_kbd): Use prev_console_mode. (reset_kbd): Set prev_console_mode. Call Fset_input_mode. | ||||
| * | (clear_frame): Use FillConsoleOutput* calls instead of | Geoff Voelker | 1996-01-21 | 1 | -16/+12 |
| | | | | | ScrollConsoleScreenBuffer (which has a bug on Win95). | ||||
| * | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -15/+16 |
| | | |||||
| * | (nt_ring_bell): Renamed from ring_bell, now global. | Geoff Voelker | 1995-11-07 | 1 | -3/+7 |
| | | | | | | (initialize_win_nt_display): Use nt_ring_bell. [HAVE_NTGUI] (pixel_to_glyph_coords, glyph_to_pixel_coords): Don't define. | ||||
| * | (ctrl_c_handler): Ignore CTRL_BREAK_EVENT signals. | Richard M. Stallman | 1995-06-20 | 1 | -2/+4 |
| | | |||||
| * | Include config.h before stdio.h. | Geoff Voelker | 1995-06-10 | 1 | -3/+2 |
| | | |||||
| * | (set_terminal_modes): Set cursor size appropriate for Win95. | Geoff Voelker | 1995-05-26 | 1 | -3/+4 |
| | | | | | (write_glyphs): Don't memset attrs, which is a word array. | ||||
| * | (Fset_message_beep): Defined. | Karl Heuer | 1995-04-12 | 1 | -14/+37 |
| | | | | | (ring_bell): Support audio cards. | ||||
| * | Initial revision | Richard M. Stallman | 1994-11-14 | 1 | -0/+605 |