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
...
|
*
|
Send scroll stop events to xwidgets when built with XInput 2
Po Lu
2021-12-03
1
-0
/
+3
*
|
|
Merge remote-tracking branch 'origin/master' into feature/pgtk
Po Lu
2021-11-30
1
-84
/
+523
|
\
|
|
|
*
|
Fix xwidget popups on XI2 again
Po Lu
2021-11-28
1
-0
/
+10
|
*
|
Fix xwidget popups on XI2
Po Lu
2021-11-28
1
-0
/
+14
|
*
|
Make `xwidget-display-event' a special event as well
Po Lu
2021-11-22
1
-9
/
+25
|
*
|
Implement `pick_embedded_child' for offscreen xwidgets
Po Lu
2021-11-21
1
-0
/
+29
|
*
|
Attach download-started signals to correct WebKit context
Po Lu
2021-11-21
1
-4
/
+4
|
*
|
Allow handling smooth scroll events in xwidgets
Po Lu
2021-11-21
1
-0
/
+113
|
*
|
Fix xwidgets with XInput 2 builds
Po Lu
2021-11-20
1
-2
/
+22
|
*
|
Allow terminating page loading operations in webkit xwidgets
Po Lu
2021-11-20
1
-0
/
+25
|
*
|
Fix documentation of last commit
Eli Zaretskii
2021-11-19
1
-2
/
+2
|
*
|
Allow controlling where xwidget-webkit stores cookies
Po Lu
2021-11-19
1
-1
/
+37
|
*
|
Use CHECK_LIVE_XWIDGET in xwidget-webkit-estimated-load-progress
Po Lu
2021-11-19
1
-1
/
+1
|
*
|
Add `xwidget-webkit-estimated-load-progress'
Po Lu
2021-11-19
1
-0
/
+24
|
*
|
Prevent subprocess hangs in xwidget
Po Lu
2021-11-17
1
-5
/
+5
|
*
|
Don't draw xwidgets that have just been resized
Po Lu
2021-11-17
1
-14
/
+28
|
*
|
Lower xwidget views owned by parent when lowering frame
Po Lu
2021-11-16
1
-0
/
+14
|
*
|
Prevent xwidget windows from obscuring child frames
Po Lu
2021-11-16
1
-0
/
+1
|
*
|
Fix documentation string
Po Lu
2021-11-16
1
-2
/
+2
|
*
|
Fix xwidget-webkit-back-forward-list
Po Lu
2021-11-15
1
-2
/
+2
|
*
|
Stop assuming xwidget views will only be displayed in TEXT_AREA
Po Lu
2021-11-15
1
-1
/
+3
|
*
|
Expose xwidget navigation history to Lisp code
Po Lu
2021-11-14
1
-0
/
+95
|
*
|
Add `kill-xwidget'
Po Lu
2021-11-14
1
-24
/
+57
|
*
|
Fix crash in xwidget_end_redisplay
Po Lu
2021-11-14
1
-10
/
+7
|
*
|
Use GTK native file choosers in xwidget callback
Po Lu
2021-11-13
1
-12
/
+8
*
|
|
Remove garbage #ifndef
Yuuki Harano
2021-11-17
1
-1
/
+0
*
|
|
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtk
Yuuki Harano
2021-11-13
1
-68
/
+235
|
\
|
|
|
*
|
Prevent NULL-pointer dereference on xwidget callback error
Po Lu
2021-11-13
1
-2
/
+2
|
*
|
Fix file chooser hangs inside xwidget-webkit
Po Lu
2021-11-13
1
-0
/
+71
|
*
|
Remove obsolete comment
Po Lu
2021-11-12
1
-1
/
+0
|
*
|
Fix doc string for xwidget-webkit-load-html
Po Lu
2021-11-12
1
-1
/
+1
|
*
|
Fix potential NULL dereference in xwidget-webkit-uri
Po Lu
2021-11-12
1
-1
/
+4
|
*
|
Check for WebKit xwidgets inside all xwidget-webkit functions
Po Lu
2021-11-12
1
-15
/
+10
|
*
|
Prevent crashes from Lisp code modifying xwidget-list
Po Lu
2021-11-12
1
-15
/
+27
|
*
|
Prevent crashes in xwidgets whose buffers have been killed
Po Lu
2021-11-12
1
-35
/
+81
|
*
|
Add `xwidget-webkit-load-html'
Po Lu
2021-11-11
1
-0
/
+41
*
|
|
Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtk
Yuuki Harano
2021-11-11
1
-186
/
+1306
|
\
|
|
|
*
|
Prevent GDK warning about missing event devices in most cases
Po Lu
2021-11-10
1
-0
/
+5
|
*
|
Remove obsolete limitation
Po Lu
2021-11-10
1
-3
/
+1
|
*
|
Fix incorrect offset calculation for clipped xwidget views
Po Lu
2021-11-10
1
-4
/
+4
|
*
|
Fix invisible content in WebKit dialogs
Po Lu
2021-11-10
1
-4
/
+15
|
*
|
Set embedder correctly to fix menus appearing in the wrong location
Po Lu
2021-11-10
1
-0
/
+125
|
*
|
Prevent BadValue errors when creating tiny xwidget views
Po Lu
2021-11-10
1
-2
/
+18
|
*
|
Fix default target of motion events
Po Lu
2021-11-09
1
-1
/
+1
|
*
|
Make `kill_frame_xwidget_views' safe
Po Lu
2021-11-09
1
-1
/
+2
|
*
|
ARGUMENTS in Fmake_xwidget is optional
Lars Ingebrigtsen
2021-11-09
1
-1
/
+1
|
*
|
Raise an error if creating an unknown xwidget type
Po Lu
2021-11-09
1
-0
/
+3
|
*
|
Really fix xwidget scroll optimization and clip
Po Lu
2021-11-09
1
-4
/
+4
|
*
|
Remove code what would always maximize xwidgets on Macos
Lars Ingebrigtsen
2021-11-08
1
-16
/
+0
|
*
|
Fix resize of xwidgets on GTK
Po Lu
2021-11-08
1
-1
/
+2
[prev]
[next]