emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master updated (d69b5a9 -> 5b7ab89)


From: Lars Ingebrigtsen
Subject: master updated (d69b5a9 -> 5b7ab89)
Date: Sat, 6 Nov 2021 22:01:52 -0400 (EDT)

larsi pushed a change to branch master.

      from  d69b5a9   Fix pp-emacs-lisp-code for `when' and related
       new  61d049a   Use an X window to display xwidgets on X11
       new  5c387ad   Enable scrolling optimization for xwidgets
       new  9c9e15a   Destroy xwidgets when destroying frames
       new  f52f772   Allow xwidgets to accept motion and button events
       new  1e16fc2   Prefer XMoveResizeWindow to XMoveWindow for resizing 
xwidgets
       new  c9c1b43   Use gtk_widget_queue_draw instead of xv_do_draw
       new  b39f1f1   Implement function for sending events to widgets
       new  e111a5f   Draw offscreen surface
       new  3e64039   Handle crossing events on xwidget windows correctly
       new  32b9df6   Fix drag on xwidget motion events
       new  b48a89f   Fix special events in xwidgets
       new  6ed7454   Add xwidget-webkit-edit-mode to make using the WebKit 
browser easier
       new  8ddeebb   Allow enabling xwidget-webkit-edit-mode via a binding
       new  650e5e8   Fix xwidget scrolling
       new  49ed706   Select window when clicking on an xwidget view
       new  32ec485   Redisplay xwidget view windows instead of just setting 
their size
       new  d97718c   Add a menu to xwidget-webkit
       new  cd7158e   Add new tool-bar items to xwidget-webkit
       new  8729ae2   Add xwidget-webkit-copy-selection-as-kill to the menu bar
       new  f1fbf87   Make the WebKit inspector available
       new  7269bdd   Improve detail of load-changed xwidget events
       new  74711c0   Display page titles in xwidget webkit header line
       new  1cc19d0   Add support for cursors in xwidget views
       new  eb5a079   Fix cursor for new widget views
       new  cd1f02e   Make xwidgets print nicer
       new  cb45114   Make it safe to have non-xwidget views in 
xwidget-view-list
       new  286467a   Add functions for performing searches on xwidgets
       new  e750329   Add xwidget-webkit-isearch-mode
       new  1a84537   Add xwidget-webkit-isearch to the menu bar and tool bar
       new  0be966f   Make "open in new window" from an xwidget's context menu 
work
       new  686ce50   Rationalize creation decisions
       new  eabd735   Default to creating new related sessions
       new  3e04f1f   Fix web inspector
       new  969ce9d   Improve xwidget isearch visuals
       new  5b7ab89   Fix build on nextstep


Summary of changes:
 doc/emacs/misc.texi           |   28 +
 doc/lispref/commands.texi     |   71 +++
 doc/lispref/display.texi      |   69 ++-
 etc/NEWS                      |   58 ++
 etc/images/README             |    1 +
 etc/images/connect-to-url.pbm |  Bin 0 -> 81 bytes
 etc/images/connect-to-url.xpm |  281 ++++++++++
 lisp/xwidget.el               |  270 ++++++++-
 src/dispextern.h              |    4 +-
 src/dispnew.c                 |   10 -
 src/keyboard.c                |    9 +-
 src/keyboard.h                |    2 +-
 src/print.c                   |   22 +-
 src/termhooks.h               |    2 +
 src/xdisp.c                   |    4 +-
 src/xterm.c                   |  170 +++++-
 src/xterm.h                   |    1 +
 src/xwidget.c                 | 1213 +++++++++++++++++++++++++++++++++++------
 src/xwidget.h                 |   27 +-
 19 files changed, 2048 insertions(+), 194 deletions(-)
 create mode 100644 etc/images/connect-to-url.pbm
 create mode 100644 etc/images/connect-to-url.xpm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]