index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xwidget.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Use WebKit sandboxing
Paul Eggert
2020-10-24
1
-1
/
+8
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Substituted deprecated WebKitGTK+ api.
Jimmy Aguilar Mena
2019-09-17
1
-127
/
+92
*
Use fewer locks when accessing stdio
Paul Eggert
2019-07-08
1
-1
/
+3
*
Allow gap before first non-Lisp pseudovec member
Paul Eggert
2019-04-08
1
-3
/
+2
*
Simplify list creation in C code
Paul Eggert
2019-03-04
1
-2
/
+1
*
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
*
|
Add make_vector and make_nil_vector
Paul Eggert
2018-12-09
1
-1
/
+1
*
|
Streamline and fix vector-size checks
Paul Eggert
2018-12-08
1
-3
/
+9
*
|
Suppress WebKitGTK+ 2.21.1 diagnostics
Paul Eggert
2018-12-08
1
-0
/
+8
*
|
Merge from origin/emacs-26
Glenn Morris
2018-11-28
1
-0
/
+6
|
\
|
|
*
Don't call xwidget functions until GTK has been initialized
Robert Pluim
2018-11-27
1
-0
/
+6
*
|
Merge from origin/emacs-26
Glenn Morris
2018-11-12
1
-2
/
+0
|
\
|
|
*
* src/data.c (Ftype_of): xwidget objects are possible! (bug#33294)
Stefan Monnier
2018-11-09
1
-2
/
+0
*
|
Merge remote-tracking branch 'origin/master' into feature/bignum
Tom Tromey
2018-08-09
1
-1
/
+1
|
\
\
|
*
|
Prefer NILP (x) to EQ (x, Qnil)
Paul Eggert
2018-07-19
1
-1
/
+1
*
|
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-4
/
+4
*
|
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-10
/
+10
|
/
/
*
|
New mint_ptr representation for C pointers
Paul Eggert
2018-06-14
1
-4
/
+4
*
|
Fit kill_buffer_xwidgets into 80
Paul Eggert
2018-06-07
1
-10
/
+10
*
|
Minor tweaks to recent fix for Bug#31545
Paul Eggert
2018-05-22
1
-24
/
+11
*
|
* src/xwidget.c (Fxwidget_webkit_goto_uri): Encode uri.
Andreas Schwab
2018-05-22
1
-0
/
+1
*
|
Make xwidget-webkit-execute-script safe against GC (Bug#31545)
Andreas Schwab
2018-05-21
1
-27
/
+72
*
|
Merge from origin/emacs-26
Glenn Morris
2018-01-20
1
-1
/
+1
|
\
|
|
*
Don't unnecessarily use non-ASCII characters in C sources
Eli Zaretskii
2018-01-19
1
-1
/
+1
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
Reimplement Lisp_Object as pointer-to-incomplete
Paul Eggert
2017-12-12
1
-3
/
+2
*
|
Avoid unnecessary xwidget_view creations
Jaesup Kwak
2017-11-24
1
-7
/
+5
|
/
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Verify xwidget USE_LSB_TAG assumption
Paul Eggert
2017-02-20
1
-0
/
+2
*
Port xwidget to -DCHECK_LISP_OBJECT_TYPE
Paul Eggert
2017-02-20
1
-5
/
+12
*
Fix a few integer-overflow glitches
Paul Eggert
2017-02-10
1
-6
/
+6
*
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
*
|
Simplify FUNCTIONP implementation
Paul Eggert
2016-12-06
1
-1
/
+1
*
|
Prefer comments /* like this */ in C code
Paul Eggert
2016-11-05
1
-7
/
+7
*
|
; Spelling fix
Paul Eggert
2016-10-27
1
-1
/
+1
*
|
* src/xwidget.c (webkit_js_to_lisp): Now static.
Paul Eggert
2016-10-25
1
-1
/
+1
*
|
Implement zoom for WebKit widget.
Ricardo Wurmus
2016-10-25
1
-0
/
+20
*
|
xwidget: Remove title hack.
Ricardo Wurmus
2016-10-25
1
-22
/
+0
*
|
Remove scrolled window container around WebKit widget
Ricardo Wurmus
2016-10-25
1
-60
/
+4
*
|
xwidget: Pass JavaScript return value to optional callback procedure
Ricardo Wurmus
2016-10-25
1
-7
/
+158
*
|
xwidget: Use WebKit2 API
Ricardo Wurmus
2016-10-25
1
-106
/
+80
*
|
Omit unnecessary #includes from xwidget.c
Paul Eggert
2016-07-13
1
-74
/
+0
*
|
Port xwidget.c to GCC 6 with --enable-gcc-warnings
Paul Eggert
2016-07-13
1
-2
/
+12
|
/
*
* src/xwidget.c (x_draw_xwidget_glyph_string): More clipping fixes.
YAMAMOTO Mitsuharu
2016-04-14
1
-16
/
+10
*
Fix clipping of xwidgets
Joakim Verona
2016-04-09
1
-18
/
+16
[next]