| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Avoid shadowing a global variable by a local one in frame.c. | Eli Zaretskii | 2012-10-09 | 1 | -4/+4 |
* | Merge from trunk | Daniel Colascione | 2012-10-07 | 1 | -15/+104 |
|\ |
|
| * | Misc minor simplifications in C code. | Stefan Monnier | 2012-10-01 | 1 | -1/+1 |
| * | Prefer plain 'static' to 'static inline'. | Paul Eggert | 2012-09-30 | 1 | -2/+2 |
| * | * frame.c (x_report_frame_params): Port better to wider ints. | Paul Eggert | 2012-09-30 | 1 | -4/+4 |
| * | Support x64 build on MS-Windows with MSVC. | Fabrice Popineau | 2012-09-30 | 1 | -5/+5 |
| * | Simplify and avoid signal-handling races. | Paul Eggert | 2012-09-23 | 1 | -2/+2 |
| * | * frame.c (read_integer): Remove. All uses replaced by strtol/strtoul. | Paul Eggert | 2012-09-19 | 1 | -74/+29 |
| * | * lisp/startup.el (command-line-ns-option-alist): Add -g and --geometry. | Jan Djärv | 2012-09-19 | 1 | -4/+138 |
* | | Merge from trunk | Daniel Colascione | 2012-09-17 | 1 | -12/+16 |
|\ \
| |/ |
|
| * | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
| * | Function to mark objects and remove killed buffers at once. | Dmitry Antipov | 2012-09-13 | 1 | -0/+5 |
| * | Simplify redefinition of 'abort' (Bug#12316). | Paul Eggert | 2012-09-04 | 1 | -11/+11 |
* | | Implement cygw32 | Daniel Colascione | 2012-09-17 | 1 | -2/+2 |
|/ |
|
* | Refactor window-system configuration | Daniel Colascione | 2012-08-31 | 1 | -14/+5 |
* | * frame.h (FRAME_W32_P, FRAME_MSDOS_P, FRAME_NS_P): Change to | Dan Nicolaescu | 2012-08-22 | 1 | -1/+0 |