summaryrefslogtreecommitdiff
path: root/src/xwidget.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | Send scroll stop events to xwidgets when built with XInput 2Po Lu2021-12-031-0/+3
* | | Merge remote-tracking branch 'origin/master' into feature/pgtkPo Lu2021-11-301-84/+523
|\| |
| * | Fix xwidget popups on XI2 againPo Lu2021-11-281-0/+10
| * | Fix xwidget popups on XI2Po Lu2021-11-281-0/+14
| * | Make `xwidget-display-event' a special event as wellPo Lu2021-11-221-9/+25
| * | Implement `pick_embedded_child' for offscreen xwidgetsPo Lu2021-11-211-0/+29
| * | Attach download-started signals to correct WebKit contextPo Lu2021-11-211-4/+4
| * | Allow handling smooth scroll events in xwidgetsPo Lu2021-11-211-0/+113
| * | Fix xwidgets with XInput 2 buildsPo Lu2021-11-201-2/+22
| * | Allow terminating page loading operations in webkit xwidgetsPo Lu2021-11-201-0/+25
| * | Fix documentation of last commitEli Zaretskii2021-11-191-2/+2
| * | Allow controlling where xwidget-webkit stores cookiesPo Lu2021-11-191-1/+37
| * | Use CHECK_LIVE_XWIDGET in xwidget-webkit-estimated-load-progressPo Lu2021-11-191-1/+1
| * | Add `xwidget-webkit-estimated-load-progress'Po Lu2021-11-191-0/+24
| * | Prevent subprocess hangs in xwidgetPo Lu2021-11-171-5/+5
| * | Don't draw xwidgets that have just been resizedPo Lu2021-11-171-14/+28
| * | Lower xwidget views owned by parent when lowering framePo Lu2021-11-161-0/+14
| * | Prevent xwidget windows from obscuring child framesPo Lu2021-11-161-0/+1
| * | Fix documentation stringPo Lu2021-11-161-2/+2
| * | Fix xwidget-webkit-back-forward-listPo Lu2021-11-151-2/+2
| * | Stop assuming xwidget views will only be displayed in TEXT_AREAPo Lu2021-11-151-1/+3
| * | Expose xwidget navigation history to Lisp codePo Lu2021-11-141-0/+95
| * | Add `kill-xwidget'Po Lu2021-11-141-24/+57
| * | Fix crash in xwidget_end_redisplayPo Lu2021-11-141-10/+7
| * | Use GTK native file choosers in xwidget callbackPo Lu2021-11-131-12/+8
* | | Remove garbage #ifndefYuuki Harano2021-11-171-1/+0
* | | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-131-68/+235
|\| |
| * | Prevent NULL-pointer dereference on xwidget callback errorPo Lu2021-11-131-2/+2
| * | Fix file chooser hangs inside xwidget-webkitPo Lu2021-11-131-0/+71
| * | Remove obsolete commentPo Lu2021-11-121-1/+0
| * | Fix doc string for xwidget-webkit-load-htmlPo Lu2021-11-121-1/+1
| * | Fix potential NULL dereference in xwidget-webkit-uriPo Lu2021-11-121-1/+4
| * | Check for WebKit xwidgets inside all xwidget-webkit functionsPo Lu2021-11-121-15/+10
| * | Prevent crashes from Lisp code modifying xwidget-listPo Lu2021-11-121-15/+27
| * | Prevent crashes in xwidgets whose buffers have been killedPo Lu2021-11-121-35/+81
| * | Add `xwidget-webkit-load-html'Po Lu2021-11-111-0/+41
* | | Merge branch 'master' of git.savannah.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-11-111-186/+1306
|\| |
| * | Prevent GDK warning about missing event devices in most casesPo Lu2021-11-101-0/+5
| * | Remove obsolete limitationPo Lu2021-11-101-3/+1
| * | Fix incorrect offset calculation for clipped xwidget viewsPo Lu2021-11-101-4/+4
| * | Fix invisible content in WebKit dialogsPo Lu2021-11-101-4/+15
| * | Set embedder correctly to fix menus appearing in the wrong locationPo Lu2021-11-101-0/+125
| * | Prevent BadValue errors when creating tiny xwidget viewsPo Lu2021-11-101-2/+18
| * | Fix default target of motion eventsPo Lu2021-11-091-1/+1
| * | Make `kill_frame_xwidget_views' safePo Lu2021-11-091-1/+2
| * | ARGUMENTS in Fmake_xwidget is optionalLars Ingebrigtsen2021-11-091-1/+1
| * | Raise an error if creating an unknown xwidget typePo Lu2021-11-091-0/+3
| * | Really fix xwidget scroll optimization and clipPo Lu2021-11-091-4/+4
| * | Remove code what would always maximize xwidgets on MacosLars Ingebrigtsen2021-11-081-16/+0
| * | Fix resize of xwidgets on GTKPo Lu2021-11-081-1/+2