aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
Commit message (Expand)AuthorAgeFilesLines
* dynwind fixesRobin Templeton2015-04-181-2/+2
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-14/+16
* use guile-snarf for subr definitionBT Templeton2015-04-181-113/+2
* Omit redundant extern decls.Paul Eggert2014-06-171-0/+1
* * src/window.c (Frecenter): Signal an error if window-buffer is notStefan Monnier2014-06-061-13/+12
* * src/window.c (struct saved_window): Remove mark.Stefan Monnier2014-04-291-31/+8
* * src/window.c (Fset_window_configuration): Deactivate the mark beforeStefan Monnier2014-04-231-14/+14
* * src/window.c (save_window_save): Lookup window_point_insertion_type inStefan Monnier2014-04-161-2/+5
* Update docs for select-window and buffer-list-update-hook.Martin Rudalics2014-03-071-3/+12
* More window code related fixes and documentation changes.Martin Rudalics2014-03-061-0/+1
* Various window code related fixes and documentation changes.Martin Rudalics2014-03-051-3/+3
* Consider Vother_window_scroll_buffer valid iff it's a live buffer.Martin Rudalics2014-03-011-3/+4
* More fixes for mouse glyph calculations (Bug#16647).Martin Rudalics2014-02-271-17/+19
* Fixes around Bug#16647.Martin Rudalics2014-02-261-10/+15
* Misc small frame/window docGlenn Morris2014-02-221-5/+4
* Fix handling of window-min-height/-width (Bug#16738).Martin Rudalics2014-02-211-0/+10
* In window_resize_apply adjust margin width, if necessary (Bug#16649).Martin Rudalics2014-02-071-2/+5
* Constrain window body sizes.Martin Rudalics2014-02-071-2/+10
* Fixes in window size functions around Bug#16430 and Bug#16470.Martin Rudalics2014-01-221-74/+113
* Fix handling of internal borders (Bug#16348).Martin Rudalics2014-01-111-0/+3
* Further adjust frame/window scrollbar width calculations.Martin Rudalics2014-01-021-3/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix last change of grow_mini_window.Martin Rudalics2013-12-311-8/+8
* Some more fixes following pixelwise resize changes including one for Bug#16306.Martin Rudalics2013-12-311-4/+6
* Some more tinkering with Bug#16051.Martin Rudalics2013-12-261-19/+24
* Handle Bug#16207 by being more restrictive when running hooks.Martin Rudalics2013-12-221-14/+28
* Some more fixes for pixelwise resizing.Martin Rudalics2013-12-201-0/+14
* Various fixes around Bug#16013.Martin Rudalics2013-12-111-1/+1
* * src/window.c (set_window_buffer): Update mode line.Stefan Monnier2013-12-071-0/+1
* * src/window.c (select_window): Call second wset_redisplay before we changeStefan Monnier2013-12-041-5/+6
* * src/window.c (window_scroll): Mark window for redisplay.Stefan Monnier2013-12-041-17/+14
* Minor integer overflow fixes.Paul Eggert2013-12-031-10/+12
* Fix issues related to pixelwise resizing. (Bug#16013) (Bug#16033)Martin Rudalics2013-12-031-1/+3
* Minor integer overflow fixes.Paul Eggert2013-12-021-3/+7
* Spelling and punctuation fixes.Paul Eggert2013-12-011-6/+6
* Remove some unused items introduced during pixelwise change.Martin Rudalics2013-11-301-96/+0
* src/w32term.c,window.c,xdisp.c: Remove unused variables.Juanma Barranquero2013-11-301-8/+8
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-258/+855
* * configure.ac (HAVE_MENUS): Remove.Stefan Monnier2013-11-281-5/+1
* * src/window.c (Fset_window_configuration): Move select_window later.Stefan Monnier2013-11-281-8/+14
* Refine redisplay optimizations to only redisplay *some* frames/windowsStefan Monnier2013-11-281-9/+16
* Reset window_end_valid after some window changes (Bug#15957).Martin Rudalics2013-11-271-0/+7
* * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause andStefan Monnier2013-11-061-3/+3
* *.[chm]: Number every assignment to windows_or_buffers_changed.Stefan Monnier2013-11-051-17/+17
* Port to stricter C99 platforms.Paul Eggert2013-11-031-1/+1
* Support menus on text-mode terminals.Eli Zaretskii2013-10-081-8/+25
|\
| * Fix message-box and avoid compilation warnings.Eli Zaretskii2013-09-301-0/+4
| * Merge from trunk.Eli Zaretskii2013-09-261-27/+20
| |\
| * \ Merge from trunk after a lot of time.Eli Zaretskii2013-09-051-1292/+1322
| |\ \
| * | | Initial incomplete version of tty menus. tty_menu_activate not done yet.Eli Zaretskii2012-06-021-8/+21