summaryrefslogtreecommitdiff
path: root/src/window.c
AgeCommit message (Expand)Author
2014-09-11In Fresize_mini_window_internal set w->total_lines from w->pixel_height (Bug#...Martin Rudalics
2014-09-10Pacify --enable-gcc-warnings when no window system is used.Paul Eggert
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert
2014-08-10Merge from emacs-24; up to 2014-06-28T23:35:17Z!rgm@gnu.orgGlenn Morris
2014-08-09Second attempt to fix some doc-strings in window.c.Martin Rudalics
2014-08-08Fix some doc-strings in window.c (Bug#18112) (Bug#18194).Martin Rudalics
2014-08-04Fix scroll bar handling for non-toolkit builds.Martin Rudalics
2014-07-28Merge from emacs-24; up to 2014-06-26T06:55:15Z!rgm@gnu.orgGlenn Morris
2014-07-27Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics
2014-07-27src/window.c (window_resize_check, window_resize_apply): Fix typos in comments.Eli Zaretskii
2014-07-08Merge from emacs-24; up to 2014-06-19T14:03:45Z!monnier@iro.umontreal.caGlenn Morris
2014-07-04Fix bug #17905 with display of point in partially visible line at end of window.Eli Zaretskii
2014-06-17Omit redundant extern decls.Paul Eggert
2014-06-06* src/window.c (Frecenter): Signal an error if window-buffer is notStefan Monnier
2014-04-29* src/window.c (struct saved_window): Remove mark.Stefan Monnier
2014-04-23* src/window.c (Fset_window_configuration): Deactivate the mark beforeStefan Monnier
2014-04-16* src/window.c (save_window_save): Lookup window_point_insertion_type inStefan Monnier
2014-03-07Update docs for select-window and buffer-list-update-hook.Martin Rudalics
2014-03-06More window code related fixes and documentation changes.Martin Rudalics
2014-03-05Various window code related fixes and documentation changes.Martin Rudalics
2014-03-01Consider Vother_window_scroll_buffer valid iff it's a live buffer.Martin Rudalics
2014-02-27More fixes for mouse glyph calculations (Bug#16647).Martin Rudalics
2014-02-26Fixes around Bug#16647.Martin Rudalics
2014-02-22Misc small frame/window docGlenn Morris
2014-02-21Fix handling of window-min-height/-width (Bug#16738).Martin Rudalics
2014-02-07In window_resize_apply adjust margin width, if necessary (Bug#16649).Martin Rudalics
2014-02-07Constrain window body sizes.Martin Rudalics
2014-01-22Fixes in window size functions around Bug#16430 and Bug#16470.Martin Rudalics
2014-01-11Fix handling of internal borders (Bug#16348).Martin Rudalics
2014-01-02Further adjust frame/window scrollbar width calculations.Martin Rudalics
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-31Fix last change of grow_mini_window.Martin Rudalics
2013-12-31Some more fixes following pixelwise resize changes including one for Bug#16306.Martin Rudalics
2013-12-26Some more tinkering with Bug#16051.Martin Rudalics
2013-12-22Handle Bug#16207 by being more restrictive when running hooks.Martin Rudalics
2013-12-20Some more fixes for pixelwise resizing.Martin Rudalics
2013-12-11Various fixes around Bug#16013.Martin Rudalics
2013-12-07* src/window.c (set_window_buffer): Update mode line.Stefan Monnier
2013-12-04* src/window.c (select_window): Call second wset_redisplay before we changeStefan Monnier
2013-12-04* src/window.c (window_scroll): Mark window for redisplay.Stefan Monnier
2013-12-03Minor integer overflow fixes.Paul Eggert
2013-12-03Fix issues related to pixelwise resizing. (Bug#16013) (Bug#16033)Martin Rudalics
2013-12-02Minor integer overflow fixes.Paul Eggert
2013-12-01Spelling and punctuation fixes.Paul Eggert
2013-11-30Remove some unused items introduced during pixelwise change.Martin Rudalics
2013-11-30src/w32term.c,window.c,xdisp.c: Remove unused variables.Juanma Barranquero
2013-11-30Support resizing frames and windows pixelwise.Martin Rudalics
2013-11-28* configure.ac (HAVE_MENUS): Remove.Stefan Monnier
2013-11-28* src/window.c (Fset_window_configuration): Move select_window later.Stefan Monnier
2013-11-28Refine redisplay optimizations to only redisplay *some* frames/windowsStefan Monnier