toytoolkit: Don't draw shadows for maximized windows.
[profile/ivi/weston.git] / clients / terminal.c
2012-08-29 Philipp Brüschweilerterminal: support entering non-ascii characters
2012-08-14 Kristian Høgsbergwindow.c: Handle multiple keyboard foci
2012-08-03 Andre Heiderterminal: Don't crash on non-ascii chars
2012-08-03 Kristian Høgsbergterminal: Don't output @ for ASCII NUL
2012-07-24 Kristian Høgsbergwindow.c: Add fullscreen handler to keep fullscreen...
2012-07-20 Kristian Høgsbergclients: Implement minimum size for toy toolkit clients
2012-07-02 Kristian Høgsbergterminal: Extend selection to end of line when selectin...
2012-07-02 Kristian Høgsbergterminal: Insert newlines when copying multiple lines
2012-06-29 Kristian Høgsbergterminal: Handle selection for pointer positions outsid...
2012-06-28 Kristian Høgsbergterminal: Add a terminal enter handler for setting...
2012-06-27 Kristian Høgsbergterminal: Scroll selection with terminal contents
2012-06-27 Kristian Høgsbergterminal: Make font size configurable
2012-06-27 Kristian Høgsbergterminal: Implement word and line based selection
2012-06-26 Kristian Høgsbergterminal: Tab should not output spaces, just move cursor
2012-06-22 Kristian Høgsbergterminal: Ignore more modifier keys
2012-06-22 Kristian Høgsbergterminal: Only hide cursor for keypresses that generate...
2012-06-21 Kristian Høgsbergterminal: Only hide cursor on first key-press in a...
2012-06-21 Kristian Høgsbergterminal: Support both Alt and Control modifiers for...
2012-06-21 Kristian Høgsbergterminal: Handle Alt-Backspace
2012-06-21 Kristian Høgsbergterminal: Set blank cursor on keyboard press
2012-06-21 Kristian Høgsbergterminal: Add Ctrl-Shift-N keyboard binding to open...
2012-06-21 Kristian Høgsbergterminal: Default terminal type to xterm
2012-06-20 Kristian Høgsbergterminal: Send ASCII DEL on for backspace
2012-06-20 Kristian Høgsbergwindow: Compute initial window size correctly
2012-06-20 Kristian Høgsbergterminal: Track down remaining unhandled xterm-256color...
2012-06-20 Kristian Høgsbergterminal: Fix tab expansion
2012-06-20 Kristian Høgsbergterminal: Make terminal font configurable from command...
2012-06-18 Alexander PreisingerAdd minimum size for terminal
2012-06-03 Kristian Høgsbergterminal: Use serial, not timestamp for setting the...
2012-05-31 Daniel StoneUse enum wl_keyboard_key_state instead of integer
2012-05-31 Daniel StoneUse enum wl_pointer_button_state instead of integer
2012-05-31 Scott MoreauImplement text cursor position protocol.
2012-05-29 David Herrmannterminal: add glyphs to character list
2012-05-29 David Herrmannterminal: fix up horizontal scan-line characters
2012-05-26 Ander Conselvan... window: rename enum pointer_type to cursor_type
2012-05-26 Ander Conselvan... window: track changes in libwayland-cursor api
2012-05-22 Ander Conselvan... window: use libwayland-cursor instead of libXcursor
2012-05-11 Kristian Høgsbergclients: Remove superfluous #includes
2012-05-11 Kristian HøgsbergUpdate to new libxkbcommon API
2012-05-10 Kristian Høgsbergwindow.c: Just use float instead of GLfloat, remove...
2012-05-08 Kristian HøgsbergPort Wayland clients to new xkbcommon API
2012-05-08 Daniel StoneConvert internal input co-ordinates to GLfloat
2012-05-07 Daniel StoneChange button from int to uint32_t
2012-05-07 Daniel StoneChange key/button grab bindings to take unsigned state
2012-03-30 Kristian HøgsbergAdd signedness warning flag and fix fallout
2012-03-12 Kristian HøgsbergAdd an option parser
2012-02-28 Kristian Høgsbergterminal: Don't queue a resize after setting fullscreen
2012-02-23 Kristian Høgsbergwindow: Track and report input and opaque regions
2012-02-07 Peter Huttererterminal: run $SHELL if set
2012-01-31 Kristian Høgsbergwindow: Dont take width and height in window constructor
2012-01-11 Kristian Høgsbergwindow: Make decorations just a widget
2012-01-11 Kristian Høgsbergwindow: Get rid of the window child allocation concept
2012-01-10 Kristian Høgsbergwindow: Make resize and redraw handlers widget vfuncs
2012-01-10 Kristian Høgsbergwindow: Allocate and flush the window surface in window.c
2012-01-10 Kristian Høgsbergwindow: Drop the window widget
2012-01-09 Kristian Høgsbergwindow: Move button handler to widget
2012-01-09 Kristian Høgsbergwindow: Create a widget for the window, drop window...
2012-01-09 Kristian Høgsbergwindow: Convert a few clients to use widget motion...
2011-12-29 Kristian Høgsbergterminal: Don't close fd twice
2011-12-27 Kristian Høgsbergx11: Bridge X11 CLIPBOARD selection to Wayland clients
2011-11-23 Kristian HøgsbergImplement the new dnd/selection protocol
2011-11-23 Kristian HøgsbergMerge remote-tracking branch 'vignatti/evdev'
2011-11-22 Kristian HøgsbergNever include wayland-util.h directly
2011-11-22 Pekka PaalanenFix inconsistent #include style
2011-09-19 Kristian Høgsbergwindow: Stop using glib mainloop in toy toolkit
2011-09-19 Kristian Høgsbergterminal: Make -f (fullscreen) option work again
2011-08-29 Kristian Høgsbergterminal: Fix unused return value warnings
2011-08-29 Kristian Høgsbergwindow.c: Drop global handler argument
2011-06-21 Kristian Høgsbergterminal: Don't set terminal size before we have the pty
2011-04-11 Kristian HøgsbergMerge remote-tracking branch 'bnf/surface-frame-event'
2011-04-11 Tim WiederhakeDefine global handler on display creation
2011-01-28 Kristian HøgsbergAdd initial basic support for fullscreen surfaces
2011-01-25 Kristian HøgsbergFix new gcc 4.6 warnings
2011-01-25 Kristian HøgsbergMerge remote branch 'callum/master'
2011-01-23 Tim Wiederhakeclose terminal window on exit
2011-01-21 Kristian HøgsbergAdd an orange pop-up menu to test the new map_transient...
2011-01-21 Callum LowcayMerge branch 'master' of git://anongit.freedesktop...
2011-01-21 Kristian Høgsbergterminal: Just send the pty master fd to receive the...
2011-01-21 Kristian HøgsbergActually send selected text when pasting
2011-01-20 Kristian HøgsbergUse cairo_push_group() for double buffering in the...
2011-01-20 Kristian HøgsbergRender selection
2011-01-19 Kristian HøgsbergUse libxkbcommon #defines for modifiers
2011-01-19 Kristian HøgsbergAdd proof-of-concept selection support to terminal
2011-01-19 Kristian HøgsbergPass input device and time in key_handler callback
2011-01-14 Callum Lowcayterminal: Window operations
2011-01-13 Callum Lowcayterminal: Fix bugs in attribute rendering
2011-01-12 Callum LowcayMerge branch 'master' of git://anongit.freedesktop...
2011-01-12 Callum Lowcayterminal: Escape sequences with string parameters
2011-01-11 Kristian HøgsbergBatch up drawing glyphs
2011-01-11 Kristian HøgsbergHold on to the scaled fonts we use
2011-01-11 Kristian HøgsbergUse cairo_show_glyphs for rendering text
2011-01-11 Kristian HøgsbergFactor out decoding of character attributes
2011-01-11 Kristian HøgsbergOnly draw background if it's different from what's...
2011-01-11 Kristian HøgsbergMake border color a color from the color table
2011-01-11 Kristian HøgsbergAdd helper to set color from color table
2011-01-11 Kristian HøgsbergSplit background and foreground painting into separate...
2011-01-11 Kristian HøgsbergFix terminal resizing
2011-01-10 Callum LowcayMerge branch 'master' of git://anongit.freedesktop...
2011-01-10 Tiago Vignattiterminal: fix crashing when terminal size is < 0
2011-01-09 Callum Lowcayterminal: More character attributes
next