summaryrefslogtreecommitdiff
path: root/src/frame.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid shadowing a global variable by a local one in frame.c.Eli Zaretskii2012-10-091-4/+4
* Merge from trunkDaniel Colascione2012-10-071-15/+104
|\
| * Misc minor simplifications in C code.Stefan Monnier2012-10-011-1/+1
| * Prefer plain 'static' to 'static inline'.Paul Eggert2012-09-301-2/+2
| * * frame.c (x_report_frame_params): Port better to wider ints.Paul Eggert2012-09-301-4/+4
| * Support x64 build on MS-Windows with MSVC.Fabrice Popineau2012-09-301-5/+5
| * Simplify and avoid signal-handling races.Paul Eggert2012-09-231-2/+2
| * * frame.c (read_integer): Remove. All uses replaced by strtol/strtoul.Paul Eggert2012-09-191-74/+29
| * * lisp/startup.el (command-line-ns-option-alist): Add -g and --geometry.Jan Djärv2012-09-191-4/+138
* | Merge from trunkDaniel Colascione2012-09-171-12/+16
|\ \ | |/
| * Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
| * Function to mark objects and remove killed buffers at once.Dmitry Antipov2012-09-131-0/+5
| * Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-11/+11
* | Implement cygw32Daniel Colascione2012-09-171-2/+2
|/
* Refactor window-system configurationDaniel Colascione2012-08-311-14/+5
* * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_NS_P): Change toDan Nicolaescu2012-08-221-1/+0