summaryrefslogtreecommitdiff
path: root/clients/terminal.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-30Add signedness warning flag and fix falloutKristian Høgsberg1-3/+3
2012-03-12Add an option parserKristian Høgsberg1-5/+6
2012-02-28terminal: Don't queue a resize after setting fullscreenKristian Høgsberg1-1/+0
2012-02-23window: Track and report input and opaque regionsKristian Høgsberg1-0/+1
2012-02-07terminal: run $SHELL if setPeter Hutterer1-1/+6
2012-01-31window: Dont take width and height in window constructorKristian Høgsberg1-1/+3
2012-01-10window: Make decorations just a widgetKristian Høgsberg1-1/+1
2012-01-10window: Get rid of the window child allocation conceptKristian Høgsberg1-41/+42
2012-01-10window: Make resize and redraw handlers widget vfuncsKristian Høgsberg1-16/+7
2012-01-10window: Allocate and flush the window surface in window.cKristian Høgsberg1-10/+2
2012-01-10window: Drop the window widgetKristian Høgsberg1-10/+7
2012-01-09window: Move button handler to widgetKristian Høgsberg1-3/+5
2012-01-09window: Create a widget for the window, drop window motion handlerKristian Høgsberg1-4/+4
2012-01-09window: Convert a few clients to use widget motion handlerKristian Høgsberg1-5/+7
2011-12-28terminal: Don't close fd twiceKristian Høgsberg1-1/+0
2011-12-27x11: Bridge X11 CLIPBOARD selection to Wayland clientsKristian Høgsberg1-12/+5
2011-11-23Implement the new dnd/selection protocolKristian Høgsberg1-34/+40
2011-11-22Never include wayland-util.h directlyKristian Høgsberg1-1/+0
2011-11-22Fix inconsistent #include stylePekka Paalanen1-1/+1
2011-09-19window: Stop using glib mainloop in toy toolkitKristian Høgsberg1-20/+17
2011-09-19terminal: Make -f (fullscreen) option work againKristian Høgsberg1-1/+4
2011-08-29terminal: Fix unused return value warningsKristian Høgsberg1-8/+15
2011-08-29window.c: Drop global handler argumentKristian Høgsberg1-1/+1
2011-06-21terminal: Don't set terminal size before we have the ptyKristian Høgsberg1-3/+3
2011-04-11Define global handler on display creationTim Wiederhake1-1/+1
2011-01-28Add initial basic support for fullscreen surfacesKristian Høgsberg1-1/+4
2011-01-25Fix new gcc 4.6 warningsKristian Høgsberg1-5/+2
2011-01-25Merge remote branch 'callum/master'Kristian Høgsberg1-3/+67
2011-01-23close terminal window on exitTim Wiederhake1-2/+5
2011-01-21Add an orange pop-up menu to test the new map_transient requestKristian Høgsberg1-2/+2
2011-01-22Merge branch 'master' of git://anongit.freedesktop.org/waylandCallum Lowcay1-22/+215
2011-01-21terminal: Just send the pty master fd to receive the selection.Kristian Høgsberg1-32/+5
2011-01-21Actually send selected text when pastingKristian Høgsberg1-8/+33
2011-01-20Use cairo_push_group() for double buffering in the terminalKristian Høgsberg1-12/+16
2011-01-20Render selectionKristian Høgsberg1-6/+100
2011-01-19Use libxkbcommon #defines for modifiersKristian Høgsberg1-8/+8
2011-01-19Add proof-of-concept selection support to terminalKristian Høgsberg1-0/+87
2011-01-19Pass input device and time in key_handler callbackKristian Høgsberg1-2/+10
2011-01-14terminal: Window operationsCallum Lowcay1-3/+67
2011-01-13terminal: Fix bugs in attribute renderingCallum Lowcay1-20/+14
2011-01-12Merge branch 'master' of git://anongit.freedesktop.org/waylandCallum Lowcay1-118/+204
2011-01-12terminal: Escape sequences with string parametersCallum Lowcay1-40/+147
2011-01-11Batch up drawing glyphsKristian Høgsberg1-25/+82
2011-01-11Hold on to the scaled fonts we useKristian Høgsberg1-15/+17
2011-01-11Use cairo_show_glyphs for rendering textKristian Høgsberg1-9/+12
2011-01-11Factor out decoding of character attributesKristian Høgsberg1-62/+52
2011-01-11Only draw background if it's different from what's already thereKristian Høgsberg1-0/+3
2011-01-11Make border color a color from the color tableKristian Høgsberg1-7/+3
2011-01-11Add helper to set color from color tableKristian Høgsberg1-11/+12
2011-01-11Split background and foreground painting into separate loopsKristian Høgsberg1-7/+42