summaryrefslogtreecommitdiff
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* Fix minor problems found by static checking.Paul Eggert2013-08-151-1/+2
* Fix infinite frame selection loop (Bug#15025).Dmitry Antipov2013-08-151-2/+9
* Utility function and macro to copy Lisp string to C string.Dmitry Antipov2013-08-141-10/+2
* Omit some unnecessary casts.Paul Eggert2013-08-101-1/+1
* Minor string-length refactoring.Paul Eggert2013-08-101-3/+2
* Do not reset window modification event counters excessively.Dmitry Antipov2013-08-081-1/+0
* Revert introduction of isearch-filter-predicates.Stefan Monnier2013-08-051-1/+1
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-5/+5
* Do not use pure Xism x_wm_set_icon_position in non-X ports.Dmitry Antipov2013-08-011-1/+2
* Drop unnecessary functions that deals with frame pixel size.Dmitry Antipov2013-07-311-2/+2
* * frame.c (Fset_frame_height, Fset_frame_width): Mention nil frame in docstring.Dmitry Antipov2013-07-311-14/+14
* * frame.c (Fmake_terminal_frame): Use store_in_alist to setupDmitry Antipov2013-07-311-9/+6
* * frame.c (make_frame, x_set_frame_parameters): Use bool for boolean.Dmitry Antipov2013-07-311-8/+6
* * frame.c (Fmodify_frame_parameters): Always check 2nd arg withDmitry Antipov2013-07-301-4/+5
* * frame.c (delete_frame): Avoid unnecessary 'this_f' test.Paul Eggert2013-07-281-5/+6
* Fix bug #14970 with crashes when deleting many frames on MS-Windows.Eli Zaretskii2013-07-281-3/+6
* Fix minor problems found by --enable-gcc-warnings.Paul Eggert2013-07-161-2/+2
* Stop cursor blink after blink-cursor-blinks (10), stop timers when not blinking.Jan Djärv2013-07-161-0/+23
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-17/+17
* Space between "defined" and "(".Paul Eggert2013-07-081-1/+1
* Fix bug #14771 with scroll-step = 1 and non-nil line-spacing.Eli Zaretskii2013-07-061-0/+9
* * frame.c (x_report_frame_params): Cast parent_desc to uintptr_t.Paul Eggert2013-06-171-1/+1
* Fix minor problems found by static checking.Paul Eggert2013-06-031-2/+5
* Factor out common code for multimonitors, for Gtk+, non-Gtk+ X11 and NS.Jan Djärv2013-05-251-1/+75
* Fix bug #13864 with flickering of TTY frames in an emacslient session.Eli Zaretskii2013-04-101-4/+12
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-1/+32
* Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-051-3/+1
* Prefer < to > in range checks such as 0 <= i && i < N.Paul Eggert2013-04-011-5/+4
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-22/+18
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-2/+2
* * xfaces.c (Finternal_face_x_get_resource): Allow 3rd (frame) argumentDmitry Antipov2013-03-241-2/+5
* Fix bug #14032 with restoring frame dimensions on MS-Windows.Eli Zaretskii2013-03-231-1/+1
* * window.h (struct window): Convert left_col, top_line, total_linesDmitry Antipov2013-03-201-7/+7
* Move scroll-bar-adjust-thumb-portion.Jan Djärv2013-02-171-0/+10
* Drop async_visible and async_iconified fields of struct frame.Dmitry Antipov2013-01-241-21/+9
* * src/xdisp.c (message2, message2_nolog): Remove functions.Stefan Monnier2013-01-231-3/+2
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | * keyboard.c (record_asynch_buffer_change): Initialize an eventDmitry Antipov2012-12-261-3/+1
* | * frame.c (make_frame): Do not set window's buffer to t.Dmitry Antipov2012-12-071-9/+5
* | Convenient macro to check whether the buffer is hidden.Dmitry Antipov2012-12-071-5/+3
* | * frame.h (x_char_width, x_char_height): Remove prototypes.Dmitry Antipov2012-12-061-2/+2
* | Avoid code duplication between prev_frame and next_frame.Dmitry Antipov2012-12-061-100/+62
* | Remove HAVE_MOUSE; see https://lists.gnu.org/archive/html/emacs-devel/2012-10...Ken Brown2012-11-241-6/+2
* | Simplify by using FOR_EACH_FRAME here and there.Dmitry Antipov2012-11-121-81/+27
* | Widely used frame validity and checking functions.Dmitry Antipov2012-11-061-162/+73
* | * frame.h (struct frame): Drop can_have_scroll_bars memberDmitry Antipov2012-11-031-2/+0
|/
* * frame.c (Fframe_pixel_height): Fix documentation.Jan Djärv2012-10-301-5/+2
* * src/frame.c (x_set_font): Catch internal error.Stefan Monnier2012-10-281-0/+3
* Port to OpenBSD 5.1.Paul Eggert2012-10-201-15/+20