summaryrefslogtreecommitdiff
path: root/src/w32fns.c
Commit message (Expand)AuthorAge
* Improve documentation of 'w32-scroll-lock-modifier'Eli Zaretskii2016-12-19
* Prefer comments /* like this */ in C codePaul Eggert2016-11-05
* Fix Alt-modified keys on some European MS-Windows keyboardsIlya Zakharevich2016-04-21
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Unbreak the Cygwin-w32 buildEli Zaretskii2016-01-19
* Fix incompatbilities with MS-Windows 2000 and olderJussi Lahdenniemi2016-01-16
* Update copyright year to 2016Paul Eggert2016-01-01
* Avoid leaving "ghost" of mouse pointer on MS-WindowsEli Zaretskii2015-12-27
* Fix variable name typo in compute_tip_xyYAMAMOTO Mitsuharu2015-12-15
* Fix frame height calculations with added menu bar on Windows (Bug#22105)Martin Rudalics2015-12-12
* Simplify recording of main thread's ID on MS-WindowsEli Zaretskii2015-11-21
* Remove support for ':timeout' from w32 tray notificationsEli Zaretskii2015-11-13
* Fix last changeEli Zaretskii2015-11-13
* Another fix for MinGW64 and Cygwin builds due to notificationsEli Zaretskii2015-11-13
* Fix the MinGW64 and Cygwin-w32 buildsEli Zaretskii2015-11-12
* Implement tray notifications for MS-WindowsEli Zaretskii2015-11-11
* Include file cleanup for w32 files in src directoryEli Zaretskii2015-10-22
* * src/w32fns.c (x_change_tool_bar_height): Remove unused variable frame.Juanma Barranquero2015-10-13
* Allow setting frame pixel sizes from frame parameters (Bug#21415)Martin Rudalics2015-10-13
* Remove or comment out unused variablesJuanma Barranquero2015-10-12
* * w32fns.c (get_wm_chars): Increment counter, not pointer.Juanma Barranquero2015-10-12
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-16
* Remove tool_bar_redisplayed_once and associated code.Martin Rudalics2015-09-16
* Docstring fixes re quotes in C codePaul Eggert2015-09-01
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* Sanitize frame geometry related functionsMartin Rudalics2015-08-21
* In w32fns.c's Fx_frame_geometry rewrite check whether frame has a titlebarMartin Rudalics2015-08-20
* Improve and future-proof OTF fonts support in w32uniscribe.cEli Zaretskii2015-08-19
* In w32fns.c condition TITLEBAR_INFO declaration on WINDOWS version.Martin Rudalics2015-08-19
* Rewrite and add frame geometry related functions.Martin Rudalics2015-08-18
* Minor change in variable initialization on MS-WindowsIlya Zakharevich2015-08-17
* Fix a bug with LWindow key remapping on MS-WindowsIlya Zakharevich2015-08-17
* Support recovery from C stack overflow on MS-WindowsEli Zaretskii2015-08-08
* Whitespace fixesEli Zaretskii2015-08-02
* Fix handling of 1st keystroke on MS-WindowsEli Zaretskii2015-08-02
* ;* src/w32fns.c (syms_of_w32fns): Fix last commit.Eli Zaretskii2015-07-31
* Allow to use the old key processing code on MS-WindowsEli Zaretskii2015-07-31
* Improve handling of Unicode keyboard input on MS-WindowsIlya Zakharevich2015-07-31
* Support long URLs in w32-shell-executeEli Zaretskii2015-07-30
* Pacify compilation -Wincompatible-pointer-types warningsAndy Moreton2015-07-28
* Have `x-frame-geometry' return nil for terminal and initial frames (Bug#21132)Martin Rudalics2015-07-26
* Avoid crashes when w32 GUI functions are called in -batchEli Zaretskii2015-07-25
* Have `x-show-tip' handle `right' and `bottom' frame parameters.Martin Rudalics2015-07-07
* Fix mouse pointer on w32 when a menu is activeEli Zaretskii2015-07-04
* Fix processing of alpha parameter for Windows tip frames (Bug#17344)Martin Rudalics2015-07-04
* Fix invisible mouse pointers on Windows.Eli Zaretskii2015-06-26
* Provide invisible mouse pointers on Windows. (Bug#6105) (Bug#12922)Martin Rudalics2015-06-26
* Fix handling of image cache refcounts. (Bug#20802)Martin Rudalics2015-06-16
* Remove unused DEFSYMsPaul Eggert2015-05-31
* Don't quote nil and t in doc stringsPaul Eggert2015-05-21