| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix bug #14970 with crashes when deleting many frames on MS-Windows. | Eli Zaretskii | 2013-07-28 | 1 | -3/+6 |
* | Fix minor problems found by --enable-gcc-warnings. | Paul Eggert | 2013-07-16 | 1 | -2/+2 |
* | Stop cursor blink after blink-cursor-blinks (10), stop timers when not blinking. | Jan Djärv | 2013-07-16 | 1 | -0/+23 |
* | Prefer list1 (X) to Fcons (X, Qnil) when building lists. | Paul Eggert | 2013-07-15 | 1 | -17/+17 |
* | Space between "defined" and "(". | Paul Eggert | 2013-07-08 | 1 | -1/+1 |
* | Fix bug #14771 with scroll-step = 1 and non-nil line-spacing. | Eli Zaretskii | 2013-07-06 | 1 | -0/+9 |
* | * frame.c (x_report_frame_params): Cast parent_desc to uintptr_t. | Paul Eggert | 2013-06-17 | 1 | -1/+1 |
* | Fix minor problems found by static checking. | Paul Eggert | 2013-06-03 | 1 | -2/+5 |
* | Factor out common code for multimonitors, for Gtk+, non-Gtk+ X11 and NS. | Jan Djärv | 2013-05-25 | 1 | -1/+75 |
* | Fix bug #13864 with flickering of TTY frames in an emacslient session. | Eli Zaretskii | 2013-04-10 | 1 | -4/+12 |
* | Get rid of some platform-specific functions examining window | Dmitry Antipov | 2013-04-07 | 1 | -1/+32 |
* | Consistently use platform-specific function to detect window system. | Dmitry Antipov | 2013-04-05 | 1 | -3/+1 |
* | Prefer < to > in range checks such as 0 <= i && i < N. | Paul Eggert | 2013-04-01 | 1 | -5/+4 |
* | * window.h (struct window): Replace hchild, vchild and buffer slots | Dmitry Antipov | 2013-03-28 | 1 | -22/+18 |
* | Reorder conditions that are written backwards | Andreas Schwab | 2013-03-24 | 1 | -2/+2 |
* | * xfaces.c (Finternal_face_x_get_resource): Allow 3rd (frame) argument | Dmitry Antipov | 2013-03-24 | 1 | -2/+5 |
* | Fix bug #14032 with restoring frame dimensions on MS-Windows. | Eli Zaretskii | 2013-03-23 | 1 | -1/+1 |
* | * window.h (struct window): Convert left_col, top_line, total_lines | Dmitry Antipov | 2013-03-20 | 1 | -7/+7 |
* | Move scroll-bar-adjust-thumb-portion. | Jan Djärv | 2013-02-17 | 1 | -0/+10 |
* | Drop async_visible and async_iconified fields of struct frame. | Dmitry Antipov | 2013-01-24 | 1 | -21/+9 |
* | * src/xdisp.c (message2, message2_nolog): Remove functions. | Stefan Monnier | 2013-01-23 | 1 | -3/+2 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+1 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | | * keyboard.c (record_asynch_buffer_change): Initialize an event | Dmitry Antipov | 2012-12-26 | 1 | -3/+1 |
* | | * frame.c (make_frame): Do not set window's buffer to t. | Dmitry Antipov | 2012-12-07 | 1 | -9/+5 |
* | | Convenient macro to check whether the buffer is hidden. | Dmitry Antipov | 2012-12-07 | 1 | -5/+3 |
* | | * frame.h (x_char_width, x_char_height): Remove prototypes. | Dmitry Antipov | 2012-12-06 | 1 | -2/+2 |
* | | Avoid code duplication between prev_frame and next_frame. | Dmitry Antipov | 2012-12-06 | 1 | -100/+62 |
* | | Remove HAVE_MOUSE; see https://lists.gnu.org/archive/html/emacs-devel/2012-10... | Ken Brown | 2012-11-24 | 1 | -6/+2 |
* | | Simplify by using FOR_EACH_FRAME here and there. | Dmitry Antipov | 2012-11-12 | 1 | -81/+27 |
* | | Widely used frame validity and checking functions. | Dmitry Antipov | 2012-11-06 | 1 | -162/+73 |
* | | * frame.h (struct frame): Drop can_have_scroll_bars member | Dmitry Antipov | 2012-11-03 | 1 | -2/+0 |
|/ |
|
* | * frame.c (Fframe_pixel_height): Fix documentation. | Jan Djärv | 2012-10-30 | 1 | -5/+2 |
* | * src/frame.c (x_set_font): Catch internal error. | Stefan Monnier | 2012-10-28 | 1 | -0/+3 |
* | Port to OpenBSD 5.1. | Paul Eggert | 2012-10-20 | 1 | -15/+20 |