summaryrefslogtreecommitdiff
path: root/clients/terminal.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-14config-parser: Honor XDG_CONFIG_DIRSOssama Othman1-4/+4
2013-02-20Pass argc pointer to parse_options()Kristian Høgsberg1-3/+3
2013-01-28terminal: Handle the window close eventDima Ryazanov1-0/+9
2012-11-30Fix a crash when opening two terminal windows and closing the first one.Dima Ryazanov1-2/+4
2012-11-08Terminal: Handle keypad symbolsDaniel Stone1-0/+63
2012-10-10terminal: Don't snap resize if we're maximizedKristian Høgsberg1-2/+4
2012-10-10terminal: Use window_get_fullscreen() instead of tracking that state manuallyKristian Høgsberg1-13/+9
2012-08-29terminal: support entering non-ascii charactersPhilipp Brüschweiler1-7/+23
2012-08-13window.c: Handle multiple keyboard fociKristian Høgsberg1-4/+3
2012-08-03terminal: Don't crash on non-ascii charsAndre Heider1-0/+3
2012-08-03terminal: Don't output @ for ASCII NULKristian Høgsberg1-0/+2
2012-07-23window.c: Add fullscreen handler to keep fullscreen state consistentKristian Høgsberg1-7/+11
2012-07-20clients: Implement minimum size for toy toolkit clientsKristian Høgsberg1-10/+1
2012-07-01terminal: Extend selection to end of line when selecting past last charKristian Høgsberg1-2/+27
2012-07-01terminal: Insert newlines when copying multiple linesKristian Høgsberg1-1/+6
2012-06-29terminal: Handle selection for pointer positions outside widget correctlyKristian Høgsberg1-29/+41
2012-06-28terminal: Add a terminal enter handler for setting I-beam cursorKristian Høgsberg1-0/+8
2012-06-27terminal: Scroll selection with terminal contentsKristian Høgsberg1-0/+3
2012-06-27terminal: Make font size configurableKristian Høgsberg1-1/+3
2012-06-27terminal: Implement word and line based selectionKristian Høgsberg1-49/+114
2012-06-26terminal: Tab should not output spaces, just move cursorKristian Høgsberg1-9/+0
2012-06-22terminal: Ignore more modifier keysKristian Høgsberg1-0/+6
2012-06-22terminal: Only hide cursor for keypresses that generate data for the processKristian Høgsberg1-8/+10
2012-06-21terminal: Only hide cursor on first key-press in a repeat sequenceKristian Høgsberg1-2/+8
2012-06-21terminal: Support both Alt and Control modifiers for regular keysKristian Høgsberg1-3/+3
2012-06-21terminal: Handle Alt-BackspaceKristian Høgsberg1-0/+2
2012-06-20terminal: Set blank cursor on keyboard pressKristian Høgsberg1-0/+2
2012-06-20terminal: Add Ctrl-Shift-N keyboard binding to open new windowKristian Høgsberg1-11/+50
2012-06-20terminal: Default terminal type to xtermKristian Høgsberg1-2/+4
2012-06-20terminal: Send ASCII DEL on for backspaceKristian Høgsberg1-0/+2
2012-06-20window: Compute initial window size correctlyKristian Høgsberg1-2/+3
2012-06-20terminal: Track down remaining unhandled xterm-256color escape codesKristian Høgsberg1-0/+10
2012-06-20terminal: Fix tab expansionKristian Høgsberg1-1/+1
2012-06-20terminal: Make terminal font configurable from command line and weston.iniKristian Høgsberg1-2/+21
2012-06-18Add minimum size for terminalAlexander Preisinger1-0/+6
2012-06-02terminal: Use serial, not timestamp for setting the selectionKristian Høgsberg1-1/+2
2012-05-31Use enum wl_keyboard_key_state instead of integerDaniel Stone1-4/+6
2012-05-31Use enum wl_pointer_button_state instead of integerDaniel Stone1-2/+3
2012-05-31Implement text cursor position protocol.Scott Moreau1-1/+13
2012-05-29terminal: add glyphs to character listDavid Herrmann1-32/+32
2012-05-29terminal: fix up horizontal scan-line charactersDavid Herrmann1-5/+5
2012-05-25window: rename enum pointer_type to cursor_typeAnder Conselvan de Oliveira1-1/+1
2012-05-25window: track changes in libwayland-cursor apiAnder Conselvan de Oliveira1-2/+1
2012-05-22window: use libwayland-cursor instead of libXcursorAnder Conselvan de Oliveira1-1/+2
2012-05-11clients: Remove superfluous #includesKristian Høgsberg1-1/+0
2012-05-11Update to new libxkbcommon APIKristian Høgsberg1-56/+54
2012-05-10window.c: Just use float instead of GLfloat, remove GLES2.h includeKristian Høgsberg1-1/+1
2012-05-08Port Wayland clients to new xkbcommon APIKristian Høgsberg1-8/+8
2012-05-08Convert internal input co-ordinates to GLfloatDaniel Stone1-1/+1
2012-05-07Change button from int to uint32_tDaniel Stone1-1/+1