summaryrefslogtreecommitdiff
path: root/src/w32fns.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix Alt-modified keys on some European MS-Windows keyboardsIlya Zakharevich2016-04-211-1/+37
* | Rename C names to match Lisp symbols betterPaul Eggert2016-03-271-5/+6
* | Merge from origin/emacs-25John Wiegley2016-03-111-6/+6
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-6/+6
| * Unbreak the Cygwin-w32 buildEli Zaretskii2016-01-191-2/+1
* | Optionally reuse tooltip frames instead of deleting/recreating them.Martin Rudalics2016-03-081-230/+209
* | Fix Cygwin-w32 buildKen Brown2016-03-061-0/+6
* | Improve the register-hotkey functionality on MS-WindowsJussi Lahdenniemi2016-02-261-40/+516
* | Anoter fix for problematic merge from emacs-25Eli Zaretskii2016-01-201-2/+1
|/
* Fix incompatbilities with MS-Windows 2000 and olderJussi Lahdenniemi2016-01-161-16/+26
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Avoid leaving "ghost" of mouse pointer on MS-WindowsEli Zaretskii2015-12-271-0/+11
* Fix variable name typo in compute_tip_xyYAMAMOTO Mitsuharu2015-12-151-1/+1
* Fix frame height calculations with added menu bar on Windows (Bug#22105)Martin Rudalics2015-12-121-8/+3
* Simplify recording of main thread's ID on MS-WindowsEli Zaretskii2015-11-211-4/+0
* Remove support for ':timeout' from w32 tray notificationsEli Zaretskii2015-11-131-15/+0
* Fix last changeEli Zaretskii2015-11-131-0/+2
* Another fix for MinGW64 and Cygwin builds due to notificationsEli Zaretskii2015-11-131-2/+4
* Fix the MinGW64 and Cygwin-w32 buildsEli Zaretskii2015-11-121-14/+12
* Implement tray notifications for MS-WindowsEli Zaretskii2015-11-111-0/+478
* Include file cleanup for w32 files in src directoryEli Zaretskii2015-10-221-54/+31
* * src/w32fns.c (x_change_tool_bar_height): Remove unused variable frame.Juanma Barranquero2015-10-131-1/+0
* Allow setting frame pixel sizes from frame parameters (Bug#21415)Martin Rudalics2015-10-131-97/+24
* Remove or comment out unused variablesJuanma Barranquero2015-10-121-4/+4
* * w32fns.c (get_wm_chars): Increment counter, not pointer.Juanma Barranquero2015-10-121-1/+1
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-3/+3
* Remove tool_bar_redisplayed_once and associated code.Martin Rudalics2015-09-161-4/+2
* Docstring fixes re quotes in C codePaul Eggert2015-09-011-2/+2
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-42/+1
* Sanitize frame geometry related functionsMartin Rudalics2015-08-211-10/+10
* In w32fns.c's Fx_frame_geometry rewrite check whether frame has a titlebarMartin Rudalics2015-08-201-11/+13
* Improve and future-proof OTF fonts support in w32uniscribe.cEli Zaretskii2015-08-191-0/+10
* In w32fns.c condition TITLEBAR_INFO declaration on WINDOWS version.Martin Rudalics2015-08-191-4/+9
* Rewrite and add frame geometry related functions.Martin Rudalics2015-08-181-135/+213
* Minor change in variable initialization on MS-WindowsIlya Zakharevich2015-08-171-2/+6
* Fix a bug with LWindow key remapping on MS-WindowsIlya Zakharevich2015-08-171-1/+1
* Support recovery from C stack overflow on MS-WindowsEli Zaretskii2015-08-081-2/+59
* Whitespace fixesEli Zaretskii2015-08-021-11/+11
* Fix handling of 1st keystroke on MS-WindowsEli Zaretskii2015-08-021-0/+2
* ;* src/w32fns.c (syms_of_w32fns): Fix last commit.Eli Zaretskii2015-07-311-1/+1
* Allow to use the old key processing code on MS-WindowsEli Zaretskii2015-07-311-7/+18
* Improve handling of Unicode keyboard input on MS-WindowsIlya Zakharevich2015-07-311-261/+718