aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32fns.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* New mint_ptr representation for C pointersPaul Eggert2018-06-141-2/+2
* Use native alignment to access Lisp object dataPaul Eggert2018-06-101-1/+1
* Allow access to MS-Windows Registry from Lisp programsEli Zaretskii2018-05-291-0/+81
* Stop keeping multiple doc copies for items defined multiple timesGlenn Morris2018-02-131-236/+39
* Make tooltip code handle scenarios from Bug#30182 and Bug#30399Martin Rudalics2018-02-101-2/+6
* Fix some tooltip related problemsMartin Rudalics2018-01-181-45/+65
* Add battery support to all Cygwin buildsKen Brown2018-01-131-110/+0
* Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Glenn Morris2017-12-121-1/+7
|\ \ | |/
| * Fix tool-tip display when display margins are non-zero by defaultEli Zaretskii2017-12-091-1/+7
* | Support dynamic loading of libjansson on MS-WindowsEli Zaretskii2017-12-101-0/+1
* | Merge from origin/emacs-26Paul Eggert2017-10-201-2/+3
|\ \ | |/
| * On Windows default a frame's border width to zero (Bug#28873)Martin Rudalics2017-10-191-2/+3
* | Add file name handler support for file-system-infoMichael Albinus2017-10-031-0/+11
|/
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-09-291-1/+1
* Support lcms2 in MS-Windows buildsEli Zaretskii2017-09-141-0/+1
* Remove more compilation warnings in MinGW64 buildEli Zaretskii2017-09-091-0/+7
* Fix compilation warnings in MinGW64 build using GCC 7Eli Zaretskii2017-09-091-2/+1
* Fix crashing emacs-module tests on MS-WindowsEli Zaretskii2017-08-091-0/+8
* Add an optional testfn parameter to assocNicolas Petton2017-07-111-1/+1
* Provide additional support for child framesMartin Rudalics2017-06-251-7/+34
* Avoid compilation warningsEli Zaretskii2017-05-021-4/+4
* Rewrite w32fns.c's `x_set_menu_bar_lines'Martin Rudalics2017-05-011-30/+51
* Avoid compilation warnings on MS-WindowsEli Zaretskii2017-04-161-9/+6
* New internal-border face and args for select-window and x-focus-frameMartin Rudalics2017-04-121-5/+25
* Add new frame parameters and associated functionsMartin Rudalics2017-04-121-59/+600
* ; * src/w32fns.c (w32_wnd_proc): Adjust comment.Ken Brown2017-02-281-1/+5
* Remove immediate_quit.Paul Eggert2017-02-011-10/+1
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-4/+4
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2017-01-011-1/+2
|\ \ | |/
| * Improve documentation of 'w32-scroll-lock-modifier'Eli Zaretskii2016-12-191-1/+2
* | Merge from origin/emacs-25Paul Eggert2016-11-191-1/+1
|\ \ | |/
| * Prefer comments /* like this */ in C codePaul Eggert2016-11-051-1/+1
* | Add double-buffering support to reduce flickerDaniel Colascione2016-10-281-0/+1
* | Fix calculation of tool bar width reported by `frame-geometry' (Bug#24107)Martin Rudalics2016-07-301-10/+11
* | ‘signal’ no longer returnsPaul Eggert2016-07-251-1/+1
* | Revert "Cleanup tooltips"John Wiegley2016-07-121-99/+114
* | Don't install keyboard hook when debugged on MS-WindowsEli Zaretskii2016-07-121-0/+15
* | Cleanup tooltipsDmitry Antipov2016-07-121-114/+99
* | Fix handling of LWINDOW key on MS-WindowsEli Zaretskii2016-06-231-1/+1
* | Avoid compiler warningKen Brown2016-06-221-1/+1
* | Fix last change to FRAME_INTERNAL_BORDER_WIDTHKen Brown2016-06-221-1/+1
* | Fix compiler warnings in Cygwin-w32 buildKen Brown2016-06-201-7/+10
* | Avoid compiler warningKen Brown2016-06-131-1/+1
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-37/+41
* | Autosave buffers on logout if HAVE_NTGUIKen Brown2016-05-121-0/+5
* | Merge from origin/emacs-25Paul Eggert2016-04-241-1/+37
|\ \ | |/