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
*
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
*
Handle xwidgets like processes and delete them when their buffer is killed.
Grégoire Jadi
2013-06-24
1
-0
/
+2
*
* src/xwidget.h (XXWIDGET): XXWIDGET expects a PSEUDOVECTOR not a display
Grégoire Jadi
2013-06-24
1
-1
/
+1
*
* src/xwidget.c src/xwidget.h: Add comments to indicate to which #ifdef some ...
Grégoire Jadi
2013-06-04
1
-1
/
+1
*
GLYPH_DEBUG fix
Joakim Verona
2011-08-08
1
-0
/
+4
*
cleanup xv init test, and introduce PVEC_XWIDGET
Joakim Verona
2011-07-18
1
-0
/
+2
*
cleanups
Joakim Verona
2011-07-18
1
-1
/
+1
*
xw title conversion to lisp object
Joakim Verona
2011-07-15
1
-1
/
+2
*
begin moving xwidget storage to lisp. button test shows again since tag 0.1, ...
Joakim Verona
2011-07-14
1
-16
/
+32
*
more configure support and cleanups. the gtk2 webkit support removed because ...
Joakim Verona
2011-07-12
1
-1
/
+0
*
tweak to improve deletion of xwviews when emacs windows are closed
Joakim Verona
2011-07-05
1
-0
/
+1
*
work on clipleft. not fantastic yet
Joakim Verona
2011-07-05
1
-1
/
+1
*
work on cliptop. this rev is worse in some regards than the previous, but its...
Joakim Verona
2011-07-04
1
-1
/
+1
*
first working clipping for gtk3.
Joakim Verona
2011-07-01
1
-0
/
+2
*
added an offscreen rendered webkit variant. the on-screen view shows up somet...
Joakim Verona
2011-06-30
1
-0
/
+6
*
first working example of mvc. multiple views of a slider are kept in sync
Joakim Verona
2011-06-26
1
-0
/
+2
*
cleanups + small step towards better lisp interface. use syms rather than int...
Joakim Verona
2011-06-25
1
-3
/
+5
*
trying to revert the composition code and mowe to mvc. now compiles but far f...
Joakim Verona
2011-06-22
1
-17
/
+30
[next]