| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Simplify recording of main thread's ID on MS-Windows | Eli Zaretskii | 2015-11-21 | 1 | -0/+2 |
* | Avoid compiler warning in image.c on MS-Windows | Eli Zaretskii | 2015-05-23 | 1 | -0/+2 |
* | Use bool for boolean in w32fns.c | Eli Zaretskii | 2015-01-25 | 1 | -1/+1 |
* | Fix problems with 32-bit wide-int build exposed by MinGW | Eli Zaretskii | 2015-01-13 | 1 | -2/+2 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Use bool for boolean in xterm.c | Paul Eggert | 2014-12-21 | 1 | -2/+2 |
* | Fix bug #18699 with startup aborts of 32-bit MinGW64 build. | Eli Zaretskii | 2014-10-13 | 1 | -1/+1 |
* | src/w32term.h (ALIGN_STACK): Fix the cpp condition. | Ken Brown | 2014-09-26 | 1 | -1/+1 |
* | src/w32term.h (ALIGN_STACK): Fix a typo in last commit. | Eli Zaretskii | 2014-09-25 | 1 | -1/+1 |
* | Default to stack objects on DOS_NT platforms as well. | Eli Zaretskii | 2014-09-25 | 1 | -0/+16 |
* | Complete pixelwise frame/window resizing, add horizontal scrollbar support. | Martin Rudalics | 2014-07-27 | 1 | -30/+73 |
* | Fix last commit in w32term.c. | Eli Zaretskii | 2014-07-25 | 1 | -0/+4 |
* | Move hourglass machinery to RIF. | Dmitry Antipov | 2014-07-25 | 1 | -0/+1 |
* | Refactor mouse positioning stuff to avoid code duplication. | Dmitry Antipov | 2014-05-28 | 1 | -2/+0 |
* | Fix bug #16636 with simple dialogs on MS-Windows. | Eli Zaretskii | 2014-02-04 | 1 | -2/+0 |
* | Improve window dividers code. | Martin Rudalics | 2014-02-04 | 1 | -0/+10 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Remove fringe background extension code on W32. | YAMAMOTO Mitsuharu | 2013-12-21 | 1 | -6/+0 |
* | Some more fixes for pixelwise resizing. | Martin Rudalics | 2013-12-20 | 1 | -3/+3 |
* | * font.h (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT): | Dmitry Antipov | 2013-12-02 | 1 | -15/+0 |
* | Support resizing frames and windows pixelwise. | Martin Rudalics | 2013-11-30 | 1 | -1/+2 |
* | Fix bug #15933 with crashes in file-notify-tests on MS-Windows. | Eli Zaretskii | 2013-11-28 | 1 | -0/+1 |
* | * xterm.h (struct x_output): For 'black_relief' and 'white_relief' | Dmitry Antipov | 2013-10-29 | 1 | -1/+0 |
* | Remove port-specific display name lists to avoid extra | Dmitry Antipov | 2013-10-18 | 1 | -8/+1 |
* | x-popup-dialog fixed, almost. | Eli Zaretskii | 2013-09-29 | 1 | -0/+4 |
* | Merge from trunk. | Eli Zaretskii | 2013-09-26 | 1 | -30/+33 |
|\ |
|
| * | * xterm.h (struct x_display_info): New members last_mouse_glyph_frame, | Dmitry Antipov | 2013-09-19 | 1 | -0/+17 |
| * | * frame.c (x_redo_mouse_highlight): New function | Dmitry Antipov | 2013-09-18 | 1 | -0/+8 |
| * | * frame.c (x_mouse_grabbed): New function. | Dmitry Antipov | 2013-09-18 | 1 | -0/+3 |
| * | * xterm.h (struct x_display_info): New member | Dmitry Antipov | 2013-09-17 | 1 | -0/+3 |
| * | Drop VERTICAL_SCROLL_BAR_WIDTH_TRIM. For X, it is zero since 1999, | Dmitry Antipov | 2013-09-15 | 1 | -7/+1 |
| * | * xterm.h (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET) [USE_X_TOOLKIT]: | Dmitry Antipov | 2013-09-15 | 1 | -8/+0 |
| * | * frame.h (FRAME_SMALLEST_CHAR_WIDTH, FRAME_SMALLEST_FONT_HEIGHT): | Dmitry Antipov | 2013-09-15 | 1 | -10/+0 |
| * | Unify Fx_focus_frame between all ports. | Dmitry Antipov | 2013-09-13 | 1 | -2/+0 |
| * | Unify FRAME_window_system_DISPLAY_INFO macros between all ports. | Dmitry Antipov | 2013-09-13 | 1 | -4/+3 |
| * | Do not populate pure Xism x_sync to other ports. | Dmitry Antipov | 2013-09-09 | 1 | -1/+0 |
* | | Turn off text cursor when dropping down menus. | Eli Zaretskii | 2013-09-18 | 1 | -0/+4 |
|/ |
|
* | Fix the Windows build broken by 2013-08-13T15:29:25Z!dmantipov@yandex.ru. | Eli Zaretskii | 2013-08-13 | 1 | -1/+3 |
* | * window.h (WINDOW_FRINGE_EXTENDED_P): New macro. | Dmitry Antipov | 2013-08-13 | 1 | -2/+2 |
* | Drop FRAME_PTR typedef. | Dmitry Antipov | 2013-08-03 | 1 | -1/+1 |
* | Drop unnecessary functions that deals with frame pixel size. | Dmitry Antipov | 2013-07-31 | 1 | -2/+0 |
* | Yet another attempt at fixing bugs #14602, 14630, 14669. | Eli Zaretskii | 2013-06-20 | 1 | -0/+3 |
* | Fix crashes in a text-mode session on Windows. | Eli Zaretskii | 2013-06-03 | 1 | -1/+1 |
* | * src/w32fns.c (w32_fullscreen_rect): New function to compute the | Erik Charlebois | 2013-04-13 | 1 | -6/+5 |
* | Get rid of some platform-specific functions examining window | Dmitry Antipov | 2013-04-07 | 1 | -1/+0 |
* | Consistently use platform-specific function to detect window system. | Dmitry Antipov | 2013-04-05 | 1 | -1/+0 |
* | Fix fullscreen resizing of multiple frames on MS-Windows. | Eli Zaretskii | 2013-03-23 | 1 | -0/+13 |
* | 2013-03-10 Daniel Colascione <dancol@dancol.org> | Daniel Colascione | 2013-03-10 | 1 | -0/+17 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+1 |
|\ |
|