| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Some more fixes for pixelwise resizing.... | Martin Rudalics | 2013-12-20 | 1 | -3/+1 |
* | Fix some warnings in w32 specific code.... | Eli Zaretskii | 2013-12-17 | 1 | -0/+6 |
* | Fix declaration of get_frame_param for cygw32 build.... | Ken Brown | 2013-12-09 | 1 | -1/+1 |
* | In x_set_font mark frame as garbaged (Bug#16028).... | Martin Rudalics | 2013-12-08 | 1 | -0/+4 |
* | Fix minor problems found by static checking.... | Paul Eggert | 2013-12-01 | 1 | -0/+2 |
* | Support resizing frames and windows pixelwise.... | Martin Rudalics | 2013-11-30 | 1 | -66/+286 |
* | Refine redisplay optimizations to only redisplay *some* frames/windows... | Stefan Monnier | 2013-11-28 | 1 | -8/+9 |
* | * lisp/frame.el (handle-focus-in, handle-focus-out): Move from frame.c.... | Stefan Monnier | 2013-11-24 | 1 | -28/+2 |
* | * src/frame.c (Fhandle_focus_in, Fhandle_focus_out): Doc fixes. | Glenn Morris | 2013-11-18 | 1 | -2/+4 |
* | Add hooks to run on gaining/losing focus (tiny change)... | Brian Jenkins | 2013-11-18 | 1 | -0/+14 |
* | * src/xdisp.c (syms_of_xdisp): New vars redisplay--all-windows-cause and... | Stefan Monnier | 2013-11-06 | 1 | -2/+2 |
* | *.[chm]: Number every assignment to windows_or_buffers_changed. | Stefan Monnier | 2013-11-05 | 1 | -5/+5 |
* | Prefer 'unsigned long' to 'long unsigned int' and 'unsigned long int'.... | Dmitry Antipov | 2013-10-29 | 1 | -1/+1 |
* | * frame.h (struct frame): Drop has_minibuffer member because...... | Dmitry Antipov | 2013-10-02 | 1 | -2/+0 |
* | * frame.c (delete_frame): Block/unblock input to overcome race... | Jan Djärv | 2013-09-29 | 1 | -2/+4 |
* | In delete_frame record selected frame only after calling Qdelete_frame_functi...... | Andreas Politz | 2013-09-29 | 1 | -2/+2 |
* | * dispnew.c (frame_garbaged, selected_frame, last_nonminibuf_frame):... | Dmitry Antipov | 2013-09-23 | 1 | -0/+15 |
* | A simpler, centralized INLINE.... | Paul Eggert | 2013-09-20 | 1 | -2/+0 |
* | Ifdef away recent changes which aren't relevant to NS port.... | Dmitry Antipov | 2013-09-18 | 1 | -0/+4 |
* | * frame.c (x_redo_mouse_highlight): New function... | Dmitry Antipov | 2013-09-18 | 1 | -0/+13 |
* | * frame.c (x_mouse_grabbed): New function.... | Dmitry Antipov | 2013-09-18 | 1 | -1/+10 |
* | * frame.h (x_set_bitmap_icon) [!HAVE_NS]: New function.... | Dmitry Antipov | 2013-09-17 | 1 | -16/+0 |
* | * dispextern.h (check_x_display_info, x_get_string_resource):... | Dmitry Antipov | 2013-09-17 | 1 | -5/+0 |
* | Drop VERTICAL_SCROLL_BAR_WIDTH_TRIM. For X, it is zero since 1999,... | Dmitry Antipov | 2013-09-15 | 1 | -3/+0 |
* | * frame.c (Fx_focus_frame) [HAVE_WINDOW_SYSTEM]: Fix last change. | Dmitry Antipov | 2013-09-13 | 1 | -1/+4 |
* | Unify Fx_focus_frame between all ports.... | Dmitry Antipov | 2013-09-13 | 1 | -0/+9 |
* | Unify FRAME_window_system_DISPLAY_INFO macros between all ports.... | Dmitry Antipov | 2013-09-13 | 1 | -8/+8 |
* | Do not populate pure Xism x_sync to other ports.... | Dmitry Antipov | 2013-09-09 | 1 | -1/+1 |
* | Attempt to make redisplay more selective when changing fonts.... | Dmitry Antipov | 2013-09-06 | 1 | -2/+2 |
* | * frame.c (check_minibuf_window): Update 'frame' with frame pointer.... | Dmitry Antipov | 2013-09-05 | 1 | -0/+2 |
* | Move Flast_nonminibuf_frame from dispnew.c to frame.c.... | Martin Rudalics | 2013-09-02 | 1 | -0/+14 |
* | In check_minibuf_window don't abort if no window was found (Bug#15247).... | Martin Rudalics | 2013-09-02 | 1 | -3/+2 |
* | * frame.c (check_minibuf_window): Initialize 'window' properly,... | Paul Eggert | 2013-08-26 | 1 | -1/+1 |
* | New function check_minibuf_window to fix bug#15183.... | Martin Rudalics | 2013-08-26 | 1 | -32/+49 |
* | Fix minor problems found by static checking.... | Paul Eggert | 2013-08-15 | 1 | -1/+2 |
* | Fix infinite frame selection loop (Bug#15025).... | Dmitry Antipov | 2013-08-15 | 1 | -2/+9 |
* | Utility function and macro to copy Lisp string to C string.... | Dmitry Antipov | 2013-08-14 | 1 | -10/+2 |
* | Omit some unnecessary casts.... | Paul Eggert | 2013-08-10 | 1 | -1/+1 |
* | Minor string-length refactoring.... | Paul Eggert | 2013-08-10 | 1 | -3/+2 |
* | Do not reset window modification event counters excessively.... | Dmitry Antipov | 2013-08-08 | 1 | -1/+0 |
* | Revert introduction of isearch-filter-predicates.... | Stefan Monnier | 2013-08-05 | 1 | -1/+1 |
* | Drop FRAME_PTR typedef.... | Dmitry Antipov | 2013-08-03 | 1 | -5/+5 |
* | Do not use pure Xism x_wm_set_icon_position in non-X ports.... | Dmitry Antipov | 2013-08-01 | 1 | -1/+2 |
* | Drop unnecessary functions that deals with frame pixel size.... | Dmitry Antipov | 2013-07-31 | 1 | -2/+2 |
* | * frame.c (Fset_frame_height, Fset_frame_width): Mention nil frame in docstring.... | Dmitry Antipov | 2013-07-31 | 1 | -14/+14 |
* | * frame.c (Fmake_terminal_frame): Use store_in_alist to setup... | Dmitry Antipov | 2013-07-31 | 1 | -9/+6 |
* | * frame.c (make_frame, x_set_frame_parameters): Use bool for boolean.... | Dmitry Antipov | 2013-07-31 | 1 | -8/+6 |
* | * frame.c (Fmodify_frame_parameters): Always check 2nd arg with... | Dmitry Antipov | 2013-07-30 | 1 | -4/+5 |
* | * frame.c (delete_frame): Avoid unnecessary 'this_f' test.... | Paul Eggert | 2013-07-28 | 1 | -5/+6 |