summaryrefslogtreecommitdiff
path: root/src/w32fns.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Support long URLs in w32-shell-executeEli Zaretskii2015-07-301-7/+21
* Pacify compilation -Wincompatible-pointer-types warningsAndy Moreton2015-07-281-6/+9
* Have `x-frame-geometry' return nil for terminal and initial frames (Bug#21132)Martin Rudalics2015-07-261-3/+3
* Avoid crashes when w32 GUI functions are called in -batchEli Zaretskii2015-07-251-1/+11
* Have `x-show-tip' handle `right' and `bottom' frame parameters.Martin Rudalics2015-07-071-9/+22
* Fix mouse pointer on w32 when a menu is activeEli Zaretskii2015-07-041-1/+3
* Fix processing of alpha parameter for Windows tip frames (Bug#17344)Martin Rudalics2015-07-041-2/+3
* Fix invisible mouse pointers on Windows.Eli Zaretskii2015-06-261-6/+25
* Provide invisible mouse pointers on Windows. (Bug#6105) (Bug#12922)Martin Rudalics2015-06-261-6/+17
* Fix handling of image cache refcounts. (Bug#20802)Martin Rudalics2015-06-161-1/+2
* Remove unused DEFSYMsPaul Eggert2015-05-311-0/+8
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-2/+2
* Avoid starting threads by w32-shell-executeEli Zaretskii2015-04-231-1/+26
* Partially revert the fix for bug #11732Eli Zaretskii2015-03-071-5/+9
* Merge from origin/emacs-24Paul Eggert2015-03-031-0/+10
|\
| * Avoid erratic behavior of menu-bar tooltips on w32 (Bug#19925)Eli Zaretskii2015-02-231-0/+10
* | Redo the whole window offsets and coordinate translation for X.Jan D2015-02-251-4/+0
* | Fix display of IME window on MS-Windows (Bug#11732)Fujii Hironori2015-02-191-5/+7
* | Try to improve handling of fullwidth/-height frames.Martin Rudalics2015-02-071-5/+13
* | Use bool, not int, to track face changesPaul Eggert2015-01-281-4/+4
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-14/+46
|\ \ | |/
| * Fix support of non-ASCII frame titles on MS-Windows (Bug#19590)Eli Zaretskii2015-01-141-14/+46
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-11/+24
|\ \ | |/
| * More doc fixes for bug#19502 -- make documentation less X-specific.Eli Zaretskii2015-01-041-11/+24
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Use bool for boolean in w32fns.cEli Zaretskii2015-01-251-38/+41
* | Prefer xlispstrdup to avoid dumb calls to strlenDmitry Antipov2015-01-201-1/+1
* | Fix problems with 32-bit wide-int build exposed by MinGWEli Zaretskii2015-01-131-15/+27
* | Adjust frame heights to real height of tool bar.Martin Rudalics2015-01-121-4/+9
* | MS-Windows followup for change in semantics of XIL and XLI. (Bug#15880)Eli Zaretskii2015-01-101-1/+1
* | Fix fallout from "Qnil is zero" change in the display engine. (Bug#19535)Eli Zaretskii2015-01-081-3/+3