summaryrefslogtreecommitdiff
path: root/src/wlt_terminal.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-23wlterm: removeDavid Herrmann1-808/+0
2013-03-04shl: move log.[ch] to shl_log.[ch]David Herrmann1-1/+1
2013-02-11Fix several typosJakub Wilk1-1/+1
2013-02-08llog: add "data" parameter to pass contextDavid Herrmann1-2/+3
2013-01-24wlt: fix shl_hook API changesDavid Herrmann1-1/+1
2013-01-07uterm: move video API into uterm_video.hDavid Herrmann1-0/+1
2012-12-10text: add render-support for multi-cell glyphsDavid Herrmann1-0/+4
2012-10-15conf: allow multiple grabs and keysyms per grab-optionDavid Herrmann1-16/+16
2012-10-09tsm: vte: use ASCII keysyms for ctrl+<XY> shortcutsDavid Herrmann1-2/+3
2012-10-07wlt: terminal: implement copy/paste supportDavid Herrmann1-0/+148
2012-10-05wlt: terminal: clear selection on short clickDavid Herrmann1-10/+28
2012-10-05wlt: terminal: implement mouse-selectionDavid Herrmann1-0/+74
2012-10-02wlt: add --grab-zoom-in/out command-line optionsDavid Herrmann1-4/+4
2012-10-02wlt: terminal: zoom font on ctrl+plus/minusDavid Herrmann1-7/+52
2012-10-01wlt: terminal: do not snap to grid-size on fullscreen-modeDavid Herrmann1-1/+2
2012-10-01wlt: toolkit: notify keyboard-cbs whether a key was handledDavid Herrmann1-8/+11
2012-10-01wlt: terminal: reset scrollback-position on user-inputDavid Herrmann1-1/+3
2012-10-01wlt: terminal: draw background-margin when maximizedDavid Herrmann1-0/+32
2012-10-01wlt: terminal: use whole size when maximizedDavid Herrmann1-32/+53
2012-10-01wlt: toolkit: pass flags to resize and redraw callbacksDavid Herrmann1-3/+5
2012-10-01wlt: add --term, --login, --palette and --sb-sizeDavid Herrmann1-0/+10
2012-10-01wlt: add scrollback-buffer grabsDavid Herrmann1-0/+27
2012-10-01wlt: toolkit: implement proper minimal sizesDavid Herrmann1-0/+19
2012-09-30wlt: terminal: remove dead non-snap codeDavid Herrmann1-27/+18
2012-09-30wlt: terminal: do not clear terminal backgroundDavid Herrmann1-12/+0
2012-09-30wlt: terminal: snap to console-size on resizeDavid Herrmann1-5/+32
2012-09-30wlt: toolkit: allow widgets to control new sizeDavid Herrmann1-1/+16
2012-09-27wlt: terminal: forward HUP event to the callerDavid Herrmann1-9/+33
2012-09-27wlt: add some --font-* optionsDavid Herrmann1-4/+10
2012-09-27wlt: terminal: handle keyboard eventsDavid Herrmann1-0/+19
2012-09-26wlt: terminal: draw terminal to buffers during redraw-cbDavid Herrmann1-4/+142
2012-09-26wlt: terminal: add TSM and PTY objectsDavid Herrmann1-1/+73
2012-09-26build: update autotools logic and add "wlterm" applicationDavid Herrmann1-0/+119