Add minimum size for terminal
[profile/ivi/weston.git] / clients / terminal.c
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
2011-01-09 Callum Lowcayterminal: Various fixes
2011-01-09 Callum Lowcayterminal: Special keys
2011-01-09 Callum Lowcayterminal: Implement character set switching
2011-01-09 Callum Lowcayterminal: vt102 editing commands
2011-01-09 Callum Lowcayterminal: Basic vt100 escape codes
2011-01-09 Callum Lowcayterminal: Scroll margins
2011-01-09 Callum Lowcayterminal: Escape sequence handling fixes
2011-01-08 Callum Lowcayterminal: Window size ioctls
2011-01-08 Callum Lowcayterminal: Fancy colors
2011-01-08 Callum Lowcayterminal: UTF-8 support
2010-12-17 Kristian HøgsbergUpdate surface.attach and change surface.map to surface...
2010-11-22 Yuval FledelMake clients exit orderly when there is no connection
2010-09-03 Kristian HøgsbergReplace commit/ack/frame protocol with simpler sync...
2010-07-29 Kristian HøgsbergUpdate keyboard focus handler signatures
2010-07-09 Kristian HøgsbergUpdate to use eglGetDRMDisplayMESA()
2010-06-25 Kristian HøgsbergUse libxkbcommon for mapping keycodes to keysyms
2010-06-25 Kristian HøgsbergSet window user data using separate function
2010-06-15 Kristian HøgsbergUpdate decoration drawing to be less cairo path happy
2010-06-15 Kristian HøgsbergConsolidate redraw scheduling in window.c
2010-06-15 Kristian HøgsbergFix resizing
2010-06-09 Kristian HøgsbergSend device name at connect time
2010-06-08 Kristian HøgsbergConsolidate more code in clients/window.c
2010-06-05 Kristian HøgsbergMove clients to subdirectory