summaryrefslogtreecommitdiff
path: root/clients/terminal.c
Commit message (Expand)AuthorAgeFilesLines
* clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington2016-03-171-0/+1
* terminal: allow copy-paste when selection is scrolled outManuel Bachmann2015-09-221-1/+1
* terminal: Don't crash when selecting non-ascii charactersDerek Foreman2015-09-101-1/+1
* Coding style fixesDawid Gajownik2015-08-071-26/+26
* Moved helper macro to a discrete include file.Jon Cruz2015-06-151-0/+1
* Remove redundant #include path component.Jon Cruz2015-06-151-1/+1
* clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington2015-06-151-16/+17
* remove trailing whitespacesMichael Vetter2015-05-151-28/+28
* terminal: add "Minimize" to context menuPekka Paalanen2015-03-271-1/+10
* Pass config file from compositor to everythingPekka Paalanen2015-03-271-1/+3
* weston-terminal --help and other command-line optionsBill Spitzak2014-08-191-0/+11
* Implemented support for mouse scrolling in weston-terminalMagnus Hoff2014-08-151-0/+51
* clients: Remove the window / user parameters from the menu functionJasper St. Pierre2014-05-181-2/+3
* terminal: Only add the new size to the title when we're resizingJasper St. Pierre2014-05-121-14/+24
* terminal: Convert all *alloc's to x*alloc's.Bryce W. Harrington2014-04-291-3/+3
* terminal: Don't try to render RLE used as a placeholderDaiki Ueno2014-04-081-0/+6
* window.c: Create xdg_surface up frontKristian Høgsberg2014-04-071-2/+3
* terminal: Only reset title if we put the window size thereKristian Høgsberg2014-02-051-1/+6
* terminal: use xstrdup instead to handle OOMU. Artie Eoff2014-01-191-1/+1
* terminal: Only set title if asprintf succeededBryce W. Harrington2014-01-171-3/+4
* terminal: add touch screen selection supportXiong Zhang2013-11-251-18/+63
* terminal: Update terminal->end whenever we write a characterKristian Høgsberg2013-11-241-7/+7
* terminal: Init tab ruler after setting terminal->widthKristian Høgsberg2013-11-221-1/+1
* westoy: Remove unused support for window parentsJasper St. Pierre2013-11-131-1/+1
* terminal: Show character grid size in header bar when resizingKristian Høgsberg2013-10-231-2/+15
* terminal: Add context menu with new terminal/copy/pasteKristian Høgsberg2013-10-231-20/+77
* terminal: Add scroll-back historyKristian Høgsberg2013-10-231-60/+128
* Rename frame_create and frame_set_child_size with a window_ prefixJason Ekstrand2013-10-131-2/+2
* config-parser: Make weston_config_parse() tkae a file nameKristian Høgsberg2013-09-211-5/+1
* terminal: Port to new weston_config parseKristian Høgsberg2013-09-211-19/+11
* Minor improvement of weston-terminal resizingJosé Bollo2013-09-131-0/+6
* terminal: Stop complaining about OSC escape code 7Kristian Høgsberg2013-09-111-1/+4
* terminal: Accept utf-8 text dropKristian Høgsberg2013-09-041-0/+34
* terminal: Include config.h instead of defining _XOPEN_SOURCEKristian Høgsberg2013-08-211-1/+1
* Fixes CJK wide character displayPeng Wu2013-08-191-2/+30
* terminal: Make utf-8 state machine assemble unicode code point valueKristian Høgsberg2013-08-131-0/+28
* terminal.c: Check if fdopen() failsBrian Lovin2013-08-081-0/+4
* malloc + memset -> zallocPeter Hutterer2013-08-081-7/+3
* clients: use xmalloc in more placesBrian Lovin2013-08-071-3/+1
* Use the average width of ASCII glyphs for cell widthPeng Wu2013-07-081-14/+41
* terminal: Handle output transformAlexander Larsson2013-05-221-1/+12
* config-parser: Honor XDG_CONFIG_DIRSOssama Othman2013-05-141-4/+4
* Pass argc pointer to parse_options()Kristian Høgsberg2013-02-201-3/+3
* terminal: Handle the window close eventDima Ryazanov2013-01-281-0/+9
* Fix a crash when opening two terminal windows and closing the first one.Dima Ryazanov2012-11-301-2/+4
* Terminal: Handle keypad symbolsDaniel Stone2012-11-081-0/+63
* terminal: Don't snap resize if we're maximizedKristian Høgsberg2012-10-101-2/+4
* terminal: Use window_get_fullscreen() instead of tracking that state manuallyKristian Høgsberg2012-10-101-13/+9
* terminal: support entering non-ascii charactersPhilipp Brüschweiler2012-08-291-7/+23
* window.c: Handle multiple keyboard fociKristian Høgsberg2012-08-131-4/+3