aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-291-2/+2
* Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov2014-09-291-1/+0
* Remove code left dead after 2014-07-27 changes.Martin Rudalics2014-09-251-15/+0
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-241-1/+2
* * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert2014-09-231-2/+2
* Use known length of a Lisp string to copy it faster.Dmitry Antipov2014-09-231-2/+2
* Merge from emacs-24Stefan Monnier2014-09-221-6/+7
|\
| * Clarify the doc strings of mouse-position and set-mouse-position.Eli Zaretskii2014-09-181-6/+7
* | More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS.Dmitry Antipov2014-09-181-1/+1
* | If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.Dmitry Antipov2014-09-161-4/+3
* | Spelling fixes.Paul Eggert2014-09-111-1/+1
* | Pacify --enable-gcc-warnings when no window system is used.Paul Eggert2014-09-101-7/+3
* | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-28/+28
* | Clean up initialization and customization of horizontal scroll bars.Martin Rudalics2014-09-031-10/+0
* | In set_menu_bar_lines call change_frame_size instead of set_menu_bar_lines_1.Martin Rudalics2014-08-121-26/+3
* | Fix handling of menu bar line on TTY frames (Bug#18136) (Bug#18196).Martin Rudalics2014-08-101-7/+10
* | Fix scroll bar handling for non-toolkit builds.Martin Rudalics2014-08-041-7/+12
* | Make functions static that no longer need to be extern.Paul Eggert2014-08-011-1/+1
* | Minor style fix to previous patch.Paul Eggert2014-07-311-3/+3
* | * frame.c (x_set_frame_parameters): Fix typo in previous patch.Paul Eggert2014-07-311-1/+1
* | * frame.c (x_set_frame_parameters): Don't use uninitialized locals.Paul Eggert2014-07-311-4/+3
* | In adjust_frame_size use FRAME_WINDOW_P instead of FRAME_X_WINDOW (Bug#18138).Martin Rudalics2014-07-291-1/+1
* | Fix some issues with setting the frame height.Martin Rudalics2014-07-281-6/+5
* | Fix --without-x build and pacify --enable-gcc-warnings.Dmitry Antipov2014-07-281-5/+2
* | * frame.c (x_set_frame_parameters): Don't use uninitialized locals.Paul Eggert2014-07-271-9/+8
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-271-253/+556
* | Fix error reported by Angelo Graziosi <angelo.graziosi@alice.it> inDmitry Antipov2014-07-241-9/+28
* | * frame.c (Fset_frame_height): Take frame top margin into account.Dmitry Antipov2014-07-231-2/+3
* | * src/frame.c (Fframe_parameters): Always report frame height withoutDmitry Antipov2014-07-211-1/+1
* | * frame.c (frame_unspecified_color): New functionDmitry Antipov2014-07-181-103/+23
* | * data.c (wrong_choice): Not static any more.Dmitry Antipov2014-07-171-1/+5
* | * frame.h (enum fullscreen_type) [HAVE_WINDOW_SYSTEM]: Use more naturalDmitry Antipov2014-07-161-3/+8
* | More precise control over values of some buffer-local variables.Dmitry Antipov2014-07-161-3/+0
* | Merge from emacs-24; up to 2014-06-15T04:52:34Z!eli@barzilay.orgGlenn Morris2014-07-021-3/+13
|\ \ | |/
| * Fix bug #17875 with changing TTY frame size, then selecting new frame.Eli Zaretskii2014-06-301-3/+13
* | Omit redundant extern decls.Paul Eggert2014-06-171-0/+3
* | * frame.h (window_system_available) [!HAVE_WINDOW_SYSTEM]: Always false.Dmitry Antipov2014-06-101-8/+5
* | * dispextern.h (last_tool_bar_item): Remove declaration.Dmitry Antipov2014-06-101-0/+3
* | If a C name must be extern on some platforms, make it extern on all.Paul Eggert2014-06-081-3/+0
* | Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ruGlenn Morris2014-06-011-1/+1
|\ \ | |/
| * * frame.c (x_set_frame_parameters): Don't read uninitialized storage.Paul Eggert2014-06-011-1/+1
* | * frame.c, frame.h (frame_char_to_pixel_position)Paul Eggert2014-05-281-0/+36
* | Refactor mouse positioning stuff to avoid code duplication.Dmitry Antipov2014-05-281-2/+2
* | On X, always make pointer visible when deleting frame (Bug#17609).Dmitry Antipov2014-05-281-15/+4
* | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-031-4/+4
* | Clean up array size calculationsDaniel Colascione2014-04-031-7/+4
|/
* In x_set_window_size postpone calculation of default frame sizes (Bug#17142).Martin Rudalics2014-03-301-17/+24
* * src/frame.h (SET_FRAME_VISIBLE): Keep frame_garbaged up to date.Stefan Monnier2014-03-201-3/+2
* Two adjustments in window/frame resizing.Martin Rudalics2014-03-121-12/+12
* Misc small frame/window docGlenn Morris2014-02-221-4/+3