summaryrefslogtreecommitdiff
path: root/src/w32fns.c
Commit message (Expand)AuthorAge
...
* Add portable dumperDaniel Colascione2019-01-15
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Use "file name handler" consequentlyMichael Albinus2018-12-22
* | Fix documentation for conversion to bignumsEli Zaretskii2018-09-08
* | Improve bignum support for system typesPaul Eggert2018-08-27
* | Avoid compilation warning in w32fns.cEli Zaretskii2018-08-18
* | Pacify -Wcast-function-type warnings in GCC 8.1Andy Moreton2018-08-17
* | More macro renamings for bignumTom Tromey2018-08-07
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
* | Merge from origin/emacs-26Glenn Morris2018-07-07
|\|
| * Fix bug #11732Eli Zaretskii2018-07-07
* | Merge from origin/emacs-26Glenn Morris2018-07-02
|\|
| * Document internal use of 'above-suspended' z-group frame parameterMartin Rudalics2018-07-01
* | New mint_ptr representation for C pointersPaul Eggert2018-06-14
* | Use native alignment to access Lisp object dataPaul Eggert2018-06-10
* | Allow access to MS-Windows Registry from Lisp programsEli Zaretskii2018-05-29
* | Stop keeping multiple doc copies for items defined multiple timesGlenn Morris2018-02-13
* | Make tooltip code handle scenarios from Bug#30182 and Bug#30399Martin Rudalics2018-02-10
* | Fix some tooltip related problemsMartin Rudalics2018-01-18
* | Add battery support to all Cygwin buildsKen Brown2018-01-13
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
* | Merge from origin/emacs-26Glenn Morris2017-12-12
|\|
| * Fix tool-tip display when display margins are non-zero by defaultEli Zaretskii2017-12-09
* | Support dynamic loading of libjansson on MS-WindowsEli Zaretskii2017-12-10
* | Merge from origin/emacs-26Paul Eggert2017-10-20
|\|
| * On Windows default a frame's border width to zero (Bug#28873)Martin Rudalics2017-10-19
* | Add file name handler support for file-system-infoMichael Albinus2017-10-03
|/
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-09-29
* Support lcms2 in MS-Windows buildsEli Zaretskii2017-09-14
* Remove more compilation warnings in MinGW64 buildEli Zaretskii2017-09-09
* Fix compilation warnings in MinGW64 build using GCC 7Eli Zaretskii2017-09-09
* Fix crashing emacs-module tests on MS-WindowsEli Zaretskii2017-08-09
* Add an optional testfn parameter to assocNicolas Petton2017-07-11
* Provide additional support for child framesMartin Rudalics2017-06-25
* Avoid compilation warningsEli Zaretskii2017-05-02
* Rewrite w32fns.c's `x_set_menu_bar_lines'Martin Rudalics2017-05-01
* Avoid compilation warnings on MS-WindowsEli Zaretskii2017-04-16
* New internal-border face and args for select-window and x-focus-frameMartin Rudalics2017-04-12
* Add new frame parameters and associated functionsMartin Rudalics2017-04-12
* ; * src/w32fns.c (w32_wnd_proc): Adjust comment.Ken Brown2017-02-28
* Remove immediate_quit.Paul Eggert2017-02-01
* Replace QUIT with maybe_quitPaul Eggert2017-01-25
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Merge from origin/emacs-25Paul Eggert2017-01-01
|\|
| * Improve documentation of 'w32-scroll-lock-modifier'Eli Zaretskii2016-12-19
* | Merge from origin/emacs-25Paul Eggert2016-11-19
|\|
| * Prefer comments /* like this */ in C codePaul Eggert2016-11-05