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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix NS xwidget build
Po Lu
2021-12-29
1
-0
/
+2
*
Add support for xwidgets to the PGTK port
Po Lu
2021-12-29
1
-0
/
+11
*
Send scroll stop events to xwidgets correctly
Po Lu
2021-12-08
1
-1
/
+1
*
Allow handling smooth scroll events in xwidgets
Po Lu
2021-11-21
1
-0
/
+6
*
Don't draw xwidgets that have just been resized
Po Lu
2021-11-17
1
-0
/
+1
*
Lower xwidget views owned by parent when lowering frame
Po Lu
2021-11-16
1
-0
/
+1
*
Stop assuming xwidget views will only be displayed in TEXT_AREA
Po Lu
2021-11-15
1
-0
/
+2
*
Prevent crashes in xwidgets whose buffers have been killed
Po Lu
2021-11-12
1
-0
/
+7
*
Set embedder correctly to fix menus appearing in the wrong location
Po Lu
2021-11-10
1
-0
/
+2
*
Fix build on nextstep
Po Lu
2021-11-07
1
-3
/
+6
*
Add functions for performing searches on xwidgets
Po Lu
2021-11-07
1
-0
/
+1
*
Fix cursor for new widget views
Po Lu
2021-11-07
1
-0
/
+1
*
Add support for cursors in xwidget views
Po Lu
2021-11-07
1
-0
/
+2
*
Allow xwidgets to accept motion and button events
Po Lu
2021-11-07
1
-0
/
+4
*
Destroy xwidgets when destroying frames
Po Lu
2021-11-07
1
-0
/
+1
*
Enable scrolling optimization for xwidgets
Po Lu
2021-11-07
1
-0
/
+3
*
Use an X window to display xwidgets on X11
Po Lu
2021-11-07
1
-3
/
+9
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Add utility functions and new xwidget commands
Sungbin Jo
2020-08-12
1
-0
/
+5
*
Add xwidget support for macOS
Sungbin Jo
2020-08-12
1
-1
/
+42
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Allow gap before first non-Lisp pseudovec member
Paul Eggert
2019-04-08
1
-4
/
+2
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Shrink pseudovectors a bit
Paul Eggert
2018-09-06
1
-2
/
+2
*
|
Use native alignment to access Lisp object data
Paul Eggert
2018-06-10
1
-2
/
+2
*
|
Make xwidget-webkit-execute-script safe against GC (Bug#31545)
Andreas Schwab
2018-05-21
1
-0
/
+3
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Change vectorlike from struct to union
Paul Eggert
2017-11-13
1
-2
/
+2
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Remove scrolled window container around WebKit widget
Ricardo Wurmus
2016-10-25
1
-3
/
+0
|
/
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
xwidgets style cleanup
Paul Eggert
2016-01-22
1
-57
/
+58
*
Don’t export C symbols not used elsewhere
Paul Eggert
2016-01-20
1
-3
/
+0
*
; Add 2016 to copyright years of new files.
Glenn Morris
2016-01-19
1
-1
/
+1
*
Support for the new Xwidget feature.
Joakim Verona
2016-01-19
1
-0
/
+135
*
Revert changes installed by xwidgets merge
Paul Eggert
2015-02-01
1
-115
/
+0
*
Implement native scrolling of the webkit xwidget
Joakim Verona
2015-01-20
1
-0
/
+2
*
Update to new DEFSYM strategy
Joakim Verona
2015-01-11
1
-1
/
+1
*
whitespace cleanup
jave
2009-01-01
1
-6
/
+6
*
Always store GTK Widget as GtkWidget*.
Grégoire Jadi
2013-07-25
1
-3
/
+3
*
* src/xwidget.h (xwidget): Remove old todo.
Grégoire Jadi
2013-07-18
1
-4
/
+0
*
* src/xwidget.c: Add a `query-on-exit' flag to determine whether we can
Grégoire Jadi
2013-07-16
1
-0
/
+2
*
* src/xwidget.h src/xwidget.c (valid_xwidget_spec_p): Renamed
Grégoire Jadi
2013-07-16
1
-9
/
+11
*
* src/xwidget.c: Replace xwidget_views by Vxwidget_view_list.
Grégoire Jadi
2013-06-28
1
-2
/
+0
*
* src/xwidget.c: Fix access to w in xwidget_view (now a Lisp_Object)
Grégoire Jadi
2013-06-28
1
-4
/
+1
*
* src/xwidget.h (XXWIDGET, XXWIDGET_VIEW): Use XUNTAG instead of XPNTR
Grégoire Jadi
2013-06-28
1
-2
/
+4
*
* src/xwidget.h (xwidget_view): Convert member `model' to Lisp_Object.
Grégoire Jadi
2013-06-28
1
-2
/
+6
[next]