aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.h
Commit message (Expand)AuthorAgeFilesLines
* (struct w32_display_info) <x_highlight_frame>: Renamed fromKim F. Storm2002-08-301-1/+1
* (enum text_cursor_kinds): Removed.Kim F. Storm2002-08-301-31/+0
* (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH): New macros.Richard M. Stallman2002-08-291-0/+10
* (text_cursor_kinds): New enumeration member HBAR_CURSOR.Jason Rumney2002-05-221-1/+2
* (struct w32_output): New member menu_command_in_progress.Jason Rumney2002-02-221-0/+3
* New enum for FULLSCREEN_* constants.Jason Rumney2002-02-171-0/+25
* (struct w32_display_info): Add mouse_face_hidden.Kim F. Storm2002-02-161-0/+3
* (WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET): NewJason Rumney2002-01-201-1/+3
* (WM_XBUTTONDOWN, WM_XBUTTONUP): New window messagesJason Rumney2002-01-131-0/+4
* (WM_MOUSELEAVE, TME_LEAVE, TRACKMOUSEEVENT) [!WM_MOUSELEAVE]: Define.Jason Rumney2001-12-011-0/+15
* Merged fringe width related changes from xterm.h.Kim F. Storm2001-12-011-23/+7
* (FRAME_X_FRINGE_COLS): No fringe on tip frames.Jason Rumney2001-11-251-1/+2
* Fringe cleanup.Kim F. Storm2001-11-161-18/+18
* (WM_EMACS_TRACK_CARET, WM_EMACS_DESTROY_CARET): New messages types.Jason Rumney2001-10-271-1/+3
* (struct w32_output): Use correct spelling of x_compatible.Jason Rumney2001-10-211-1/+2
* (x_display_list): New extern.Andrew Innes2001-07-261-0/+1
* (struct image, struct face): Forward declaration, to avoid compiler warnings.Eli Zaretskii2001-05-121-0/+3
* (struct x_output): Rename busy_cursor toGerd Moellmann2001-02-211-7/+7
* (CP_INVALID): Rename to CP_UNKNOWN.Andrew Innes2000-12-061-1/+1
* (struct w32_output): Add member horizontal_drag_cursor.Jason Rumney2000-12-021-0/+1
* Fix a typo in a comment.Eli Zaretskii2000-11-131-1/+1
* (CP_8BIT, CP_UNICODE, CP_INVALID): New pseudo-codepages.Jason Rumney2000-11-101-1/+4
* (FONT_DESCENT): Negate descent for BDF fontsJason Rumney2000-10-291-1/+1
* Extern decl for w32_cache_char_metrics.Andrew Innes2000-10-211-10/+1
* (x_display_info_for_display): Remove as this function does not exist on W32.Jason Rumney2000-08-201-2/+0
* (CP_DEFAULT): Define.Jason Rumney2000-05-301-0/+5
* (XCharStruct): New struct for emulating X.Jason Rumney2000-01-231-106/+205
* Changes for automatic remapping of X colors on terminal frames:Eli Zaretskii1999-12-061-0/+3
* (drain_message_queue): Add extern.Andrew Innes1999-07-011-0/+2
* (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_MAX_WIDTH):Geoff Voelker1999-01-221-4/+9
* (FONT_MAX_WIDTH): New macro.Geoff Voelker1998-12-031-0/+1
* (WM_EMACS_TOGGLE_LOCK_KEY): New define.Geoff Voelker1998-12-021-1/+2
* (struct w32_display_info): New element faked_key.Geoff Voelker1998-11-101-14/+28
* Remove redundant font_info struct definition.Geoff Voelker1998-10-201-11/+24
* (signal_quit): Add prototype.Richard M. Stallman1998-05-151-0/+2
* (WM_MOUSEWHEEL): Define relative to WM_MOUSELAST.Geoff Voelker1998-04-301-1/+4
* (WM_EMACS_SETFOREGROUND, WM_EMACS_SETLOCALE):Geoff Voelker1998-04-171-1/+3
* (w32_output): New fields menubar_widget, menubar_active,Geoff Voelker1997-09-031-16/+39
* Use new name w32gui.h.Geoff Voelker1997-01-201-1/+1
* Change all uses of win95, winnt, and win32 into Windows 95, WindowsGeoff Voelker1997-01-201-3/+3
* Change identifiers of the form win32* to w32*.Geoff Voelker1996-11-191-90/+90
* (struct win32_palette_entry): New structure.Geoff Voelker1996-05-031-7/+51
* (BLACK_PIX_DEFAULT, WHITE_PIX_DEFAULT): Use PALETTERGB instead of RGB.Geoff Voelker1996-04-111-2/+2
* (VK_NUMPAD_*, VK_LWIN, VK_RWIN, VK_APPS):Geoff Voelker1996-03-161-0/+24
* (FONT_WIDTH): Use average character width, not maximum.Geoff Voelker1996-02-081-1/+1
* backout 1996-01-21T00:22:[email protected]Geoff Voelker1996-01-251-46/+6
* (win32_palette_entry): New structure.Geoff Voelker1996-01-211-6/+46
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* Initial revisionGeoff Voelker1995-11-141-0/+589