aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor cleanups and docJoakim Verona2011-07-102-20/+266
* tweak to improve deletion of xwviews when emacs windows are closedJoakim Verona2011-07-053-0/+15
* work on clipleft. now seemingly okJoakim Verona2011-07-051-13/+9
* work on clipleft. not fantastic yetJoakim Verona2011-07-053-22/+23
* work on cliptop. swithched from viewport, back to gtkfixed. pretty acceptable...Joakim Verona2011-07-042-26/+8
* work on cliptop. this rev is worse in some regards than the previous, but its...Joakim Verona2011-07-043-218/+173
* cleanups. webkit title function which is unexpectedly useful as a workaround ...Joakim Verona2011-07-041-61/+54
* inject javascript in embeddeb webkit instanceJoakim Verona2011-07-031-8/+26
* event forwarding, makes webit-osr usableJoakim Verona2011-07-031-2/+15
* damage event now actually caught and used for webkit-osr.Joakim Verona2011-07-031-1/+17
* damage event now actually caught and used for webkit-osr.Joakim Verona2011-07-031-15/+25
* fixed embarrasing non-singletoness of webkit-osr.Joakim Verona2011-07-021-18/+20
* first working clipping for gtk3.Joakim Verona2011-07-013-11/+70
* gtk3 tests, tried clipping using a scrolled windew. this works but results in...Joakim Verona2011-07-011-3/+8
* gtk3 tests, trying to get clipping working as it does on gtk2. doesnt work, v...Joakim Verona2011-07-011-24/+197
* damage event handler + queue redraw when emacs moves widgetsJoakim Verona2011-06-301-9/+35
* merge from upstreamJoakim Verona2011-06-3010-1071/+953
|\
| * merge from upstreamChong Yidong2011-06-2810-1071/+953
| |\
| | * * gnutls.c (Qgnutls_bootprop_verify_error): Remove unused var.Paul Eggert2011-06-282-1/+4
| | * Use window- prefix more consistently. Fix two buffer display bugs.Martin Rudalics2011-06-272-41/+48
| | * src/makefile.w32-in: Redesign dependencies.Juanma Barranquero2011-06-272-955/+730
| | * Use better names for window-next/-prev and window-vchild/-hchild.Martin Rudalics2011-06-272-16/+21
| | * Have overlays with window property respect clone numbers.Martin Rudalics2011-06-272-6/+24
| | * Fix wm_size-hints race between KDE/KWin and Gtk+ 3.Jan Djärv2011-06-264-46/+102
| | * Avoid bidi-related crashes in Cperl Mode.Eli Zaretskii2011-06-262-2/+8
| | * Fix handling of pending signals in wait_reading_process_output (Bug#8869).Chong Yidong2011-06-252-4/+16
* | | added an offscreen rendered webkit variant. the on-screen view shows up somet...Joakim Verona2011-06-302-3/+74
|/ /
* | proof of concept webkit xwidgetJoakim Verona2011-06-281-2/+10
* | demo of a clutter based canvas xwidget that renders a svg fileJoakim Verona2011-06-282-11/+66
* | doc update for mvc. resize support for mvcJoakim Verona2011-06-271-2/+12
* | some more explanations regarding slider mvcJoakim Verona2011-06-271-4/+13
* | first working example of mvc. multiple views of a slider are kept in syncJoakim Verona2011-06-2655-1565/+912
|\ \ | |/
| * ChangeLog fix.Glenn Morris2011-06-251-1/+1
| * Merge from trunk.Paul Eggert2011-06-252-0/+6
| |\
| | * Merge from emacs-23; up to 2010-06-15T03:34:12Z!rgm@gnu.org.Glenn Morris2011-06-252-0/+6
| | |\
| | | * * dispnew.c (scrolling_window): Before scrolling, turn off a mouse-highlight ...YAMAMOTO Mitsuharu2011-06-182-0/+6
| | | * Fix ChangeLog entry (no need to merge to trunk)Glenn Morris2011-06-161-5/+4
| | | * Merge: nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF.Paul Eggert2011-06-162-35/+40
| * | | Use gnulib's dup2 module instead of rolling our own.Paul Eggert2011-06-252-31/+5
| |/ /
| * | Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-2450-1300/+656
| * | * gnutls.c (syms_of_gnutls): Use the DEFSYM macro from character.h.Ted Zlatanov2011-06-242-57/+27
| * | Merge from trunk.Paul Eggert2011-06-232-82/+10
| |\ \
| | * | Move completing-read-function and completing-read-default to elispLeo Liu2011-06-232-80/+6
| * | | * print.c (printchar, strout): Check for string overflow.Paul Eggert2011-06-232-9/+23
| * | | * minibuf.c (read_minibuf_noninteractive): Use ptrdiff_t, not int,Paul Eggert2011-06-222-8/+10
| * | | * macros.c: Integer and buffer overflow fixes.Paul Eggert2011-06-223-7/+22
| * | | * lread.c (read1): Check for size overflow.Paul Eggert2011-06-222-0/+7
| * | | * lisp.h (DEFVAR_KBOARD): Use offsetof instead of char * finagling.Paul Eggert2011-06-222-4/+3
| * | | * lread.c (read_escape): Avoid int overflow.Paul Eggert2011-06-222-20/+25
| * | | * lread.c: Integer overflow fixes.Paul Eggert2011-06-222-33/+53