summaryrefslogtreecommitdiff
path: root/clients/terminal.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-29weston-terminal: Don't leak Cairo fontsDaniel Stone1-0/+3
2022-06-29weston-terminal: Make exit path a little more obviousDaniel Stone1-3/+5
2022-06-29weston-terminal: Fix some egregious memory leaksDaniel Stone1-2/+12
2022-01-21clients/window: Add functions to set/retrieve app_idMarius Vlad1-0/+2
2021-11-18clients: don't use deprecated fontconfig aliasesAlyssa Ross1-1/+1
2021-11-18terminal: use /bin/sh as the default shellAlyssa Ross1-1/+1
2021-07-31Fix indentation all through the projectEmmanuel Gil Peyrot1-3/+3
2019-11-28option-parser: Make bools booleanDaniel Stone1-2/+2
2019-08-23weston-terminal: Ignore SIGPIPEManuel Stoeckl1-0/+10
2019-05-02log: remove "%m" from format strings by using strerror(errno)Antonio Borneo1-3/+5
2019-04-20weston-terminal: Fix weston-terminal crash on mutterSebastian Wick1-1/+20
2019-04-18Rename config-parser.h to libweston/config-parser.hPekka Paalanen1-1/+1
2018-12-15Fix compiler warnings generated by older toolchains/compilerMarius Vlad1-1/+1
2018-04-05terminal: Fix unintended fallthrough to cursor restoreDaniel Stone1-0/+1
2017-12-04clients: Don't crash when compositor doesn't support drag and dropDerek Foreman1-0/+3
2017-03-24weston-terminal: Fix race at startupDerek Foreman1-0/+33
2017-03-17weston-terminal: Add a --maximized command line parameterDerek Foreman1-0/+5
2016-11-21Ignore the OSC code for desktop notificationsDima Ryazanov1-0/+2
2016-11-16terminal: Silence maybe-uninitialized warningQuentin Glidic1-0/+1
2016-09-09Revert "terminal: Fix crash due to race condition in init"Quentin Glidic1-1/+0
2016-09-01terminal: Fix crash due to race condition in initBryce Harrington1-0/+1
2016-06-16terminal: Document console codes less crypticallyBryce Harrington1-36/+36
2016-06-16Make config.h inclusion consistentBryce Harrington1-1/+1
2016-03-17clients & tests: Unify multiple definitions of x*alloc and related functionsBryce Harrington1-0/+1
2015-09-22terminal: allow copy-paste when selection is scrolled outManuel Bachmann1-1/+1
2015-09-10terminal: Don't crash when selecting non-ascii charactersDerek Foreman1-1/+1
2015-08-07Coding style fixesDawid Gajownik1-26/+26
2015-06-15Moved helper macro to a discrete include file.Jon Cruz1-0/+1
2015-06-15Remove redundant #include path component.Jon Cruz1-1/+1
2015-06-15clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington1-16/+17
2015-05-15remove trailing whitespacesMichael Vetter1-28/+28
2015-03-27terminal: add "Minimize" to context menuPekka Paalanen1-1/+10
2015-03-27Pass config file from compositor to everythingPekka Paalanen1-1/+3
2014-08-19weston-terminal --help and other command-line optionsBill Spitzak1-0/+11
2014-08-15Implemented support for mouse scrolling in weston-terminalMagnus Hoff1-0/+51
2014-05-18clients: Remove the window / user parameters from the menu functionJasper St. Pierre1-2/+3
2014-05-12terminal: Only add the new size to the title when we're resizingJasper St. Pierre1-14/+24
2014-04-29terminal: Convert all *alloc's to x*alloc's.Bryce W. Harrington1-3/+3
2014-04-08terminal: Don't try to render RLE used as a placeholderDaiki Ueno1-0/+6
2014-04-07window.c: Create xdg_surface up frontKristian Høgsberg1-2/+3
2014-02-05terminal: Only reset title if we put the window size thereKristian Høgsberg1-1/+6
2014-01-19terminal: use xstrdup instead to handle OOMU. Artie Eoff1-1/+1
2014-01-17terminal: Only set title if asprintf succeededBryce W. Harrington1-3/+4
2013-11-25terminal: add touch screen selection supportXiong Zhang1-18/+63
2013-11-24terminal: Update terminal->end whenever we write a characterKristian Høgsberg1-7/+7
2013-11-22terminal: Init tab ruler after setting terminal->widthKristian Høgsberg1-1/+1
2013-11-13westoy: Remove unused support for window parentsJasper St. Pierre1-1/+1
2013-10-23terminal: Show character grid size in header bar when resizingKristian Høgsberg1-2/+15
2013-10-23terminal: Add context menu with new terminal/copy/pasteKristian Høgsberg1-20/+77
2013-10-23terminal: Add scroll-back historyKristian Høgsberg1-60/+128