summaryrefslogtreecommitdiff
path: root/src/w32term.h
Commit message (Expand)AuthorAge
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Simplify recording of main thread's ID on MS-WindowsEli Zaretskii2015-11-21
* Avoid compiler warning in image.c on MS-WindowsEli Zaretskii2015-05-23
* Use bool for boolean in w32fns.cEli Zaretskii2015-01-25
* Fix problems with 32-bit wide-int build exposed by MinGWEli Zaretskii2015-01-13
* Update copyright year to 2015Paul Eggert2015-01-01
* Use bool for boolean in xterm.cPaul Eggert2014-12-21
* Fix bug #18699 with startup aborts of 32-bit MinGW64 build.Eli Zaretskii2014-10-13
* src/w32term.h (ALIGN_STACK): Fix the cpp condition.Ken Brown2014-09-26
* src/w32term.h (ALIGN_STACK): Fix a typo in last commit.Eli Zaretskii2014-09-25
* Default to stack objects on DOS_NT platforms as well.Eli Zaretskii2014-09-25
* Complete pixelwise frame/window resizing, add horizontal scrollbar support.Martin Rudalics2014-07-27
* Fix last commit in w32term.c.Eli Zaretskii2014-07-25
* Move hourglass machinery to RIF.Dmitry Antipov2014-07-25
* Refactor mouse positioning stuff to avoid code duplication.Dmitry Antipov2014-05-28
* Fix bug #16636 with simple dialogs on MS-Windows.Eli Zaretskii2014-02-04
* Improve window dividers code.Martin Rudalics2014-02-04
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Remove fringe background extension code on W32.YAMAMOTO Mitsuharu2013-12-21
* Some more fixes for pixelwise resizing.Martin Rudalics2013-12-20
* * font.h (FONT_WIDTH, FONT_HEIGHT, FONT_BASE, FONT_DESCENT):Dmitry Antipov2013-12-02
* Support resizing frames and windows pixelwise.Martin Rudalics2013-11-30
* Fix bug #15933 with crashes in file-notify-tests on MS-Windows.Eli Zaretskii2013-11-28
* * xterm.h (struct x_output): For 'black_relief' and 'white_relief'Dmitry Antipov2013-10-29
* Remove port-specific display name lists to avoid extraDmitry Antipov2013-10-18
* x-popup-dialog fixed, almost.Eli Zaretskii2013-09-29
* Merge from trunk.Eli Zaretskii2013-09-26
|\
| * * xterm.h (struct x_display_info): New members last_mouse_glyph_frame,Dmitry Antipov2013-09-19
| * * frame.c (x_redo_mouse_highlight): New functionDmitry Antipov2013-09-18
| * * frame.c (x_mouse_grabbed): New function.Dmitry Antipov2013-09-18
| * * xterm.h (struct x_display_info): New memberDmitry Antipov2013-09-17
| * Drop VERTICAL_SCROLL_BAR_WIDTH_TRIM. For X, it is zero since 1999,Dmitry Antipov2013-09-15
| * * xterm.h (SCROLL_BAR_X_WIDGET, SET_SCROLL_BAR_X_WIDGET) [USE_X_TOOLKIT]:Dmitry Antipov2013-09-15
| * * frame.h (FRAME_SMALLEST_CHAR_WIDTH, FRAME_SMALLEST_FONT_HEIGHT):Dmitry Antipov2013-09-15
| * Unify Fx_focus_frame between all ports.Dmitry Antipov2013-09-13
| * Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-13
| * Do not populate pure Xism x_sync to other ports.Dmitry Antipov2013-09-09
* | Turn off text cursor when dropping down menus.Eli Zaretskii2013-09-18
|/
* Fix the Windows build broken by 2013-08-13T15:29:25Z!dmantipov@yandex.ru.Eli Zaretskii2013-08-13
* * window.h (WINDOW_FRINGE_EXTENDED_P): New macro.Dmitry Antipov2013-08-13
* Drop FRAME_PTR typedef.Dmitry Antipov2013-08-03
* Drop unnecessary functions that deals with frame pixel size.Dmitry Antipov2013-07-31
* Yet another attempt at fixing bugs #14602, 14630, 14669.Eli Zaretskii2013-06-20
* Fix crashes in a text-mode session on Windows.Eli Zaretskii2013-06-03
* * src/w32fns.c (w32_fullscreen_rect): New function to compute theErik Charlebois2013-04-13
* Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-07
* Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-05
* Fix fullscreen resizing of multiple frames on MS-Windows.Eli Zaretskii2013-03-23
* 2013-03-10 Daniel Colascione <dancol@dancol.org>Daniel Colascione2013-03-10