index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
w32uniscribe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Fix typo in populating otf_capability method for HarfBuzz
YAMAMOTO Mitsuharu
2019-12-03
1
-1
/
+1
*
Fix HarfBuzz support on MS-Windows
Eli Zaretskii
2019-07-25
1
-1
/
+10
*
Implement the otf_capability method for HarfBuzz
YAMAMOTO Mitsuharu
2019-07-01
1
-0
/
+1
*
Fix the handling of font backend supersedence on MS-Windows
Eli Zaretskii
2019-06-18
1
-0
/
+1
*
; src/w32uniscribe.c: Remove redundant include of math.h.
Eli Zaretskii
2019-06-01
1
-1
/
+0
*
Implement the get_variation_glyphs method for HarfBuzz on MS-Windows
Eli Zaretskii
2019-06-01
1
-1
/
+50
*
Move common HarfBuzz code to a common file hbfont.c
Eli Zaretskii
2019-06-01
1
-425
/
+4
*
Add HarfBuzz font backend for MS-Windows
Eli Zaretskii
2019-05-31
1
-25
/
+717
*
Merge branch 'master' into harfbuzz
YAMAMOTO Mitsuharu
2019-04-27
1
-1
/
+16
|
\
|
*
Merge from origin/emacs-26
Glenn Morris
2019-01-18
1
-0
/
+6
|
|
\
|
|
*
Attempt to fix hangs on MS-Windows due to C-g
Eli Zaretskii
2019-01-14
1
-0
/
+6
|
*
|
Add portable dumper
Daniel Colascione
2019-01-15
1
-0
/
+9
|
*
|
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
|
\
|
|
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
|
Provide text directionality and language to HarfBuzz shaper
Eli Zaretskii
2018-12-29
1
-1
/
+6
|
/
/
*
|
Define get_proc_addr in Cygwin-w32 build
Andy Moreton
2018-08-20
1
-0
/
+1
*
|
Pacify -Wcast-function-type warnings in GCC 8.1
Andy Moreton
2018-08-17
1
-3
/
+3
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-1
/
+1
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-5
/
+5
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to HTTP for gnu.org
Paul Eggert
2017-09-29
1
-1
/
+1
*
Avoid quitting inside a critical section on MS-Windows
Eli Zaretskii
2017-02-23
1
-0
/
+7
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
* src/lisp.h (LISP_INITIALLY_ZERO): Remove.
Paul Eggert
2016-12-01
1
-2
/
+1
*
|
Fix compiler warnings in the MinGW build
Eli Zaretskii
2016-05-21
1
-2
/
+4
|
/
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Include file cleanup for w32 files in src directory
Eli Zaretskii
2015-10-22
1
-4
/
+0
*
Remove or comment out unused variables
Juanma Barranquero
2015-10-12
1
-1
/
+0
*
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-08-26
1
-5
/
+0
*
A better fix for bug#21303
Eli Zaretskii
2015-08-21
1
-14
/
+7
*
Fix MinGW64 build broken by latest w32uniscribe.c changes
Eli Zaretskii
2015-08-21
1
-0
/
+9
*
Improve and future-proof OTF fonts support in w32uniscribe.c
Eli Zaretskii
2015-08-19
1
-41
/
+243
*
Use bool for boolean in w32menu.c, w32font.c, w32uniscribe.c.
Eli Zaretskii
2015-01-29
1
-2
/
+2
*
Prefer INLINE functions in font.h to match style used in lisp.h
Dmitry Antipov
2015-01-16
1
-5
/
+3
*
MS-Windows followup to previous commit
Eli Zaretskii
2015-01-05
1
-4
/
+0
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Default to stack objects on DOS_NT platforms as well.
Eli Zaretskii
2014-09-25
1
-4
/
+4
*
One more minor cleanup of font subsystem.
Dmitry Antipov
2014-08-25
1
-2
/
+2
*
Next minor cleanup of font subsystem.
Dmitry Antipov
2014-07-09
1
-2
/
+0
*
* font.h (struct font_driver): Remove get_outline and free_outline;
Dmitry Antipov
2014-07-04
1
-4
/
+0
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Fix some warnings in w32 specific code.
Eli Zaretskii
2013-12-17
1
-1
/
+1
*
Another fix for the MS-Windows build broken 4 revisions ago.
Eli Zaretskii
2013-10-25
1
-1
/
+1
*
Fix the MS-Windows build broken 2013-10-25T04:35:56Z!dgutov@yandex.ru.
Eli Zaretskii
2013-10-25
1
-1
/
+1
*
Drop FRAME_PTR typedef.
Dmitry Antipov
2013-08-03
1
-6
/
+6
[next]