aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.h
Commit message (Expand)AuthorAgeFilesLines
* (struct frame): New member force_flush_display_p.Kim F. Storm2004-02-081-0/+4
* (get_specified_cursor_type, get_window_cursor_type):Kim F. Storm2003-11-271-3/+0
* * w32term.c (w32_read_socket): Remove call to x_check_fullscreen_move,Jan Djärv2003-10-051-1/+0
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Fix some of the font/face problems.Jan Djärv2003-06-261-0/+5
* (struct frame): Rename members height to text_lines,Kim F. Storm2003-05-241-100/+229
* (Qauto_raise, Qauto_lower, ...): Declare extern all frameKim F. Storm2003-03-311-2/+107
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-17/+17
* GTK versionJan Djärv2003-01-191-2/+18
* (get_specified_cursor_type, get_window_cursor_type):Dave Love2002-11-141-0/+3
* (enum text_cursor_kinds): Consolidated here.Kim F. Storm2002-08-301-0/+29
* Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi2002-04-261-5/+5
* (Vmouse_highlight): Declare extern.Kim F. Storm2002-02-161-0/+2
* (struct frame): Remove trunc_area_pixel_width and trunc_area_cols fields.Kim F. Storm2001-12-011-3/+4
* Fringe cleanup.Kim F. Storm2001-11-161-10/+10
* (CHECK_FRAME, CHECK_LIVE_FRAME): Remove unused argument `i' in macros.Pavel Janík2001-11-021-2/+2
* (struct frame) <resized_p>: New member.Gerd Moellmann2001-10-301-0/+4
* Change the include blocker to the same form as in other headerGerd Moellmann2001-01-311-3/+3
* (EMACS_FRAME_H_INCLUDED): Use an include blockerGerd Moellmann2001-01-311-5/+7
* Update copyright.Gerd Moellmann2001-01-311-6/+6
* (FRAME_RIGHT_SCROLL_BAR_WIDTH): New define.Gerd Moellmann2001-01-311-5/+15
* (output_method): Remove output_w32_console method.Andrew Innes2001-01-201-2/+0
* (output_method): Add output_w32_console method.Andrew Innes2001-01-021-0/+2
* (struct frame): Members desired_tool_bar_items,Gerd Moellmann2000-11-221-4/+3
* Initial check-in: changes for building Emacs under Mac OS.Andrew Choi2000-10-221-2/+2
* (struct frame): Make the `nothing' member of unionGerd Moellmann2000-09-261-1/+1
* (FRAME_FLAGS_AREA_COLS, FRAME_FLAGS_AREA_WIDTH)Gerd Moellmann2000-08-241-5/+10
* (struct frame): Use volatile unconditionally.Dave Love2000-06-051-9/+3
* (struct frame): Add member extra_line_spacing.Gerd Moellmann2000-04-241-0/+3
* (SELECTED_FRAME): Change definition to compile cleanlyGerd Moellmann2000-04-191-1/+1
* * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):Ken Raeburn2000-03-301-1/+1
* (struct frame): Member `fontset_data' removed.Kenichi Handa2000-03-211-6/+0
* (FRAME_INTERNAL_BORDER_WIDTH) [!HAVE_X_WINDOWS]: Define.Gerd Moellmann2000-03-051-0/+2
* (SELECTED_FRAME): Use NULL, not 0 to avoid warnings onDave Love2000-02-121-1/+1
* (FRAME_FOREGROUND_PIXEL, FRAME_BACKGROUND_PIXEL)Gerd Moellmann1999-12-101-0/+4
* (PIX_TYPE) [! HAVE_X_WINDOWS]: Define PIX_TYPE.Dave Love1999-12-091-0/+2
* Changes for automatic remapping of X colors on terminal frames:Eli Zaretskii1999-12-061-0/+19
* (CHECK_FRAME, CHECK_LIVE_FRAME): Put code in do-while.Gerd Moellmann1999-09-141-11/+10
* (SELECTED_FRAME): New.Gerd Moellmann1999-09-131-1/+12
* (FOR_EACH_FRAME): Use XCAR and XCDR.Ken Raeburn1999-09-111-4/+4
* Change spelling of `toolbar' to `tool_bar' or `tool-bar'.Gerd Moellmann1999-09-051-13/+13
* (struct frame): New member `gamma'.Gerd Moellmann1999-09-031-0/+5
* Do nothing if included a second time.Richard M. Stallman1999-09-031-1/+13
* (FRAME_WINDOW_WIDTH_ARG): Add in FRAME_FLAGS_AREA_COLSGerd Moellmann1999-08-301-5/+6
* (FRAME_TOOLBAR_LINES): New.Gerd Moellmann1999-07-211-61/+178
* Comment changes.Richard M. Stallman1998-04-281-7/+97
* (FRAME_CURSOR_X_LIMIT): New macro.Richard M. Stallman1998-04-251-0/+3
* (make_frame_without_minibuffer): Conditionalize on HAVE_WINDOW_SYSTEM.Richard M. Stallman1998-04-081-0/+2
* Protoize function declarations.Andreas Schwab1997-11-211-4/+7
* (FRAME_OBSCURED_P): New macro.Geoff Voelker1997-09-031-1/+11