aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | Revert "Fix erasing cursor on top of raised boxes in NS port"oldosfan2021-11-101-12/+0
| * | Fix erasing cursor on top of raised boxes in NS portoldosfan2021-11-101-0/+12
| * | Add support for event processing via XInput 2oldosfan2021-11-107-7/+1286
| * | *** empty log message ***oldosfan2021-11-101-13/+0
| * | Fix mouse face in NS portoldosfan2021-11-101-0/+13
| * | Try to fix intermittent build problem on MacosLars Ingebrigtsen2021-11-101-0/+3
| * | 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
| * | Fix flicker when setting hscroll of xwidgetPo Lu2021-11-091-10/+14
| * | Raise an error if creating an unknown xwidget typePo Lu2021-11-091-0/+3
| * | Really fix xwidget scroll optimization and clipPo Lu2021-11-092-11/+20
| * | 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
| * | Set clipping when dumping stretch glyphs in some casesPo Lu2021-11-081-3/+3
| * | Merge from origin/emacs-28Michael Albinus2021-11-071-2/+2
| |\ \ | | |/
| | * Fix compilation MinGW warningsEli Zaretskii2021-11-071-2/+2
| * | 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
| * | Improve detection of suspiciously reordered text segmentsEli Zaretskii2021-11-071-2/+10
| * | Fix documentation and coding style in recent xwidget commitsEli Zaretskii2021-11-072-77/+64
| * | Ensure that the x_show_hourglass is seenLars Ingebrigtsen2021-11-071-0/+2
| * | Actually start the alarms in atimerLars Ingebrigtsen2021-11-071-3/+6
| * | Remove too-agressive window refresh in the hourglass codeLars Ingebrigtsen2021-11-071-1/+0
| * | Fix build on nextstepPo Lu2021-11-073-4/+13
| * | 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-073-20/+143
| * | Add functions for performing searches on xwidgetsPo Lu2021-11-072-0/+168
| * | Make it safe to have non-xwidget views in xwidget-view-listPo Lu2021-11-071-9/+15
| * | Make xwidgets print nicerPo Lu2021-11-071-2/+14
| * | Fix cursor for new widget viewsPo Lu2021-11-072-10/+12
| * | Add support for cursors in xwidget viewsPo Lu2021-11-072-0/+60
| * | 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
| * | Select window when clicking on an xwidget viewPo Lu2021-11-071-0/+6
| * | Fix xwidget scrollingPo Lu2021-11-071-4/+2
| * | 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-072-1/+15
| * | Draw offscreen surfacePo Lu2021-11-071-3/+11
| * | Implement function for sending events to widgetsPo Lu2021-11-075-5/+102
| * | 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-073-2/+187