aboutsummaryrefslogtreecommitdiffstats
path: root/src/xwidget.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | Fix hang when displaying xwidget script dialogPo Lu2021-11-081-0/+66
| * | Free find text in correct procedurePo Lu2021-11-071-6/+6
| * | Fix xwidget-webkit-goto-historyPo Lu2021-11-071-5/+18
| * | Handle WEBKIT_POLICY_DECISION_TYPE_NEW_WINDOW_ACTION appropriatelyPo Lu2021-11-071-0/+27
| * | Fix documentation and coding style in recent xwidget commitsEli Zaretskii2021-11-071-65/+60
| * | Fix build on nextstepPo Lu2021-11-071-1/+1
| * | Fix web inspectorPo Lu2021-11-071-3/+4
| * | Default to creating new related sessionsPo Lu2021-11-071-1/+2
| * | Rationalize creation decisionsPo Lu2021-11-071-6/+3
| * | Make "open in new window" from an xwidget's context menu workPo Lu2021-11-071-20/+134
| * | Add functions for performing searches on xwidgetsPo Lu2021-11-071-0/+167
| * | Make it safe to have non-xwidget views in xwidget-view-listPo Lu2021-11-071-9/+15
| * | Fix cursor for new widget viewsPo Lu2021-11-071-10/+11
| * | Add support for cursors in xwidget viewsPo Lu2021-11-071-0/+58
| * | Improve detail of load-changed xwidget eventsPo Lu2021-11-071-8/+15
| * | Make the WebKit inspector availablePo Lu2021-11-071-11/+184
| * | Redisplay xwidget view windows instead of just setting their sizePo Lu2021-11-071-11/+3
| * | Fix special events in xwidgetsPo Lu2021-11-071-5/+72
| * | Fix drag on xwidget motion eventsPo Lu2021-11-071-0/+1
| * | Handle crossing events on xwidget windows correctlyPo Lu2021-11-071-1/+2
| * | Draw offscreen surfacePo Lu2021-11-071-3/+11
| * | Implement function for sending events to widgetsPo Lu2021-11-071-1/+97
| * | Use gtk_widget_queue_draw instead of xv_do_drawPo Lu2021-11-071-1/+1
| * | Prefer XMoveResizeWindow to XMoveWindow for resizing xwidgetsPo Lu2021-11-071-2/+6
| * | Allow xwidgets to accept motion and button eventsPo Lu2021-11-071-2/+142
| * | Destroy xwidgets when destroying framesPo Lu2021-11-071-16/+36
| * | Enable scrolling optimization for xwidgetsPo Lu2021-11-071-1/+23
| * | Use an X window to display xwidgets on X11Po Lu2021-11-071-133/+144
| |/
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2021-01-031-1/+1
|\ \ | |/
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs into feature/pgtkYuuki Harano2020-12-271-1/+2
|\ \ | |/
| * Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-201-1/+2
* | Don't use gtk_window_resize to resize offscreen windowYuuki Harano2020-11-241-0/+8
* | Avoid gtk warnings on XYuuki Harano2020-11-241-0/+4
* | Fix mouse cursor doesn't appear on motion events on xwidgetsYuuki Harano2020-11-241-0/+5
|/
* Fix xwidget's webkitgtk widget overriding of Emacs SIGCHLD handlerAkira Kyle2020-11-091-0/+10
* Merge from origin/emacs-27Glenn Morris2020-10-271-1/+8
|\
| * Use WebKit sandboxingPaul Eggert2020-10-241-1/+8
* | Fix segfault in xwidget when there is no titleJeff Walsh2020-10-151-1/+3
* | Fix GC bugs related to uninitialized vectorsPaul Eggert2020-08-151-2/+2
* | Add utility functions and new xwidget commandsSungbin Jo2020-08-121-0/+20