profile/ivi/wayland.git
13 years agoMerge remote branch 'callum/master'
Kristian Høgsberg [Tue, 25 Jan 2011 15:40:01 +0000 (10:40 -0500)]
Merge remote branch 'callum/master'

Conflicts:
clients/window.h

13 years agoMerge remote branch 'nobled/for-krh'
Kristian Høgsberg [Tue, 25 Jan 2011 15:17:16 +0000 (10:17 -0500)]
Merge remote branch 'nobled/for-krh'

13 years agofix tty_destroy
Tim Wiederhake [Tue, 25 Jan 2011 11:01:00 +0000 (12:01 +0100)]
fix tty_destroy

fixes segfault when active tty could not be opened
fixes copy-paste mistake.

13 years agodon't use deprecated INCLUDES variable
nobled [Mon, 24 Jan 2011 16:27:27 +0000 (16:27 +0000)]
don't use deprecated INCLUDES variable

13 years agofix includes
nobled [Mon, 24 Jan 2011 16:01:26 +0000 (16:01 +0000)]
fix includes

13 years agoAdd specific versions to build dependencies
Darxus [Sun, 23 Jan 2011 23:38:57 +0000 (18:38 -0500)]
Add specific versions to build dependencies

13 years agoinitialise display
Tim Wiederhake [Sun, 23 Jan 2011 22:25:26 +0000 (23:25 +0100)]
initialise display

fixes valgrind:
==25178== Conditional jump or move depends on uninitialised value(s)
==25178==    at 0x409E2C: display_create (window.c:1582)
==25178==    by 0x407A43: main (terminal.c:2323)
and
==13793== Conditional jump or move depends on uninitialised value(s)
==13793==    at 0x40A2D1: display_handle_global (window.c:1504)
==13793==    by 0x4E2C183: display_handle_global (wayland-client.c:281)
==13793==    by 0x713FEE7: ffi_call_unix64 (in /usr/lib/libffi.so.5.0.10)
==13793==    by 0x713FC83: ffi_call (in /usr/lib/libffi.so.5.0.10)
==13793==    by 0x4E2C71A: wl_closure_invoke (connection.c:663)
==13793==    by 0x4E2BB7B: wl_display_iterate (wayland-client.c:484)
==13793==    by 0x4096CA: display_create (window.c:1664)
==13793==    by 0x407A43: main (terminal.c:2321)

13 years agofree option context
Tim Wiederhake [Sun, 23 Jan 2011 22:25:25 +0000 (23:25 +0100)]
free option context

13 years agoremove unused variable
Tim Wiederhake [Sun, 23 Jan 2011 22:25:24 +0000 (23:25 +0100)]
remove unused variable

13 years agocompositor-wayland: Remove unused variable
Benjamin Franzke [Sat, 15 Jan 2011 11:34:50 +0000 (12:34 +0100)]
compositor-wayland: Remove unused variable

13 years agodocument the usage of libtoytoolkit
Tim Wiederhake [Fri, 21 Jan 2011 15:56:07 +0000 (16:56 +0100)]
document the usage of libtoytoolkit

(krh: edited to follow window_create() API changes)

13 years agoclose terminal window on exit
Tim Wiederhake [Wed, 19 Jan 2011 22:14:33 +0000 (23:14 +0100)]
close terminal window on exit

13 years agofix resizing at top/left border
Tim Wiederhake [Mon, 17 Jan 2011 16:50:07 +0000 (17:50 +0100)]
fix resizing at top/left border

13 years agoremove declaration without definition from window.h
Tim Wiederhake [Mon, 17 Jan 2011 16:25:34 +0000 (17:25 +0100)]
remove declaration without definition from window.h

13 years agoremove unused function in clients/smoke.c, silence warning
Tim Wiederhake [Mon, 17 Jan 2011 11:50:28 +0000 (12:50 +0100)]
remove unused function in clients/smoke.c, silence warning

13 years agocompositor crashes if window width or height is <= 0
Tim Wiederhake [Mon, 17 Jan 2011 11:40:01 +0000 (12:40 +0100)]
compositor crashes if window width or height is <= 0

13 years agoadd clients to .gitignore
Tim Wiederhake [Mon, 17 Jan 2011 11:37:35 +0000 (12:37 +0100)]
add clients to .gitignore

13 years agocompositor/shm: use internalFormat=GL_BGRA_EXT in TexImage2D
Benjamin Franzke [Sat, 22 Jan 2011 16:49:48 +0000 (17:49 +0100)]
compositor/shm: use internalFormat=GL_BGRA_EXT in TexImage2D

13 years agoEnable all compositors by default
Kristian Høgsberg [Sun, 23 Jan 2011 18:50:42 +0000 (13:50 -0500)]
Enable all compositors by default

13 years agodisplay_iterate: Process only enabled event masks
Benjamin Franzke [Sat, 22 Jan 2011 19:41:07 +0000 (20:41 +0100)]
display_iterate: Process only enabled event masks

(krh: Added warning for this unintended usage)

13 years agoGuard enums in generated wayland-*-protocol.h
Tim Wiederhake [Sun, 23 Jan 2011 11:21:15 +0000 (12:21 +0100)]
Guard enums in generated wayland-*-protocol.h

(krh: edit #define guard to use WL_ prefix)

13 years agoDrive-by optimization of blur_surface()
Kristian Høgsberg [Sat, 22 Jan 2011 03:19:40 +0000 (22:19 -0500)]
Drive-by optimization of blur_surface()

13 years agoRemove unused bits of cairo code
Kristian Høgsberg [Sat, 22 Jan 2011 03:17:03 +0000 (22:17 -0500)]
Remove unused bits of cairo code

13 years agoUpdate TODO again
Kristian Høgsberg [Sat, 22 Jan 2011 03:01:48 +0000 (22:01 -0500)]
Update TODO again

13 years agoDefine the shell resize enumeration in the xml spec
Kristian Høgsberg [Sat, 22 Jan 2011 02:57:55 +0000 (21:57 -0500)]
Define the shell resize enumeration in the xml spec

13 years agoAdd an orange pop-up menu to test the new map_transient request
Kristian Høgsberg [Fri, 21 Jan 2011 23:03:15 +0000 (18:03 -0500)]
Add an orange pop-up menu to test the new map_transient request

13 years agoAdd new surface.map_transient() request to map a surface relative to another
Kristian Høgsberg [Fri, 21 Jan 2011 23:02:24 +0000 (18:02 -0500)]
Add new surface.map_transient() request to map a surface relative to another

13 years agoMerge branch 'master' of git://anongit.freedesktop.org/wayland
Callum Lowcay [Fri, 21 Jan 2011 23:00:48 +0000 (12:00 +1300)]
Merge branch 'master' of git://anongit.freedesktop.org/wayland

Conflicts:
clients/window.h

13 years agoUpdate TODO
Kristian Høgsberg [Fri, 21 Jan 2011 22:12:57 +0000 (17:12 -0500)]
Update TODO

13 years agoTake away pointer focus during server grabs
Kristian Høgsberg [Fri, 21 Jan 2011 22:00:09 +0000 (17:00 -0500)]
Take away pointer focus during server grabs

This lets the client restore the pointer image when the grab ends.

13 years agoterminal: Just send the pty master fd to receive the selection.
Kristian Høgsberg [Fri, 21 Jan 2011 21:23:09 +0000 (16:23 -0500)]
terminal: Just send the pty master fd to receive the selection.

LOL!!1

13 years agoActually send selected text when pasting
Kristian Høgsberg [Fri, 21 Jan 2011 20:18:55 +0000 (15:18 -0500)]
Actually send selected text when pasting

13 years agoUse cairo_push_group() for all double buffering, drop window_copy_*()
Kristian Høgsberg [Fri, 21 Jan 2011 16:35:05 +0000 (11:35 -0500)]
Use cairo_push_group() for all double buffering, drop window_copy_*()

13 years agoUse cairo_push_group() for double buffering in the terminal
Kristian Høgsberg [Thu, 20 Jan 2011 17:37:33 +0000 (12:37 -0500)]
Use cairo_push_group() for double buffering in the terminal

Slightly different version of the patch from twied.

13 years agoRender selection
Kristian Høgsberg [Thu, 20 Jan 2011 16:56:57 +0000 (11:56 -0500)]
Render selection

13 years agoUse libxkbcommon #defines for modifiers
Kristian Høgsberg [Wed, 19 Jan 2011 19:41:20 +0000 (14:41 -0500)]
Use libxkbcommon #defines for modifiers

13 years agoAdd proof-of-concept selection support to terminal
Kristian Høgsberg [Wed, 19 Jan 2011 19:27:42 +0000 (14:27 -0500)]
Add proof-of-concept selection support to terminal

Next will be to support mouse selections so we can copy and paste
something more interesting than just 'selection data'.

13 years agoPass input device and time in key_handler callback
Kristian Høgsberg [Wed, 19 Jan 2011 19:20:33 +0000 (14:20 -0500)]
Pass input device and time in key_handler callback

Move the modifiers to a input device getter function.

13 years agoPut the fd in the closure so debugging can print it
Kristian Høgsberg [Wed, 19 Jan 2011 19:11:48 +0000 (14:11 -0500)]
Put the fd in the closure so debugging can print it

13 years agoUse different closures for sending and receiving
Kristian Høgsberg [Wed, 19 Jan 2011 19:08:21 +0000 (14:08 -0500)]
Use different closures for sending and receiving

Otherwise we can end up overwriting data in the receive buffer as we
try to send it.

13 years agoUse the global handler in dnd instead of custom drag_offer hook
Kristian Høgsberg [Tue, 18 Jan 2011 14:23:13 +0000 (09:23 -0500)]
Use the global handler in dnd instead of custom drag_offer hook

13 years agowindow: Add a catch-all global handler hook
Kristian Høgsberg [Tue, 18 Jan 2011 14:17:57 +0000 (09:17 -0500)]
window: Add a catch-all global handler hook

13 years agoFirst attempt at selection support
Kristian Høgsberg [Tue, 18 Jan 2011 14:08:53 +0000 (09:08 -0500)]
First attempt at selection support

13 years agoSplit shell object out from compositor.c into its own file
Kristian Høgsberg [Tue, 18 Jan 2011 12:53:49 +0000 (07:53 -0500)]
Split shell object out from compositor.c into its own file

13 years agoclients/Makefile: Add AM_CPPFLAGS to view's CPPFLAGS
Benjamin Franzke [Sat, 15 Jan 2011 14:06:37 +0000 (15:06 +0100)]
clients/Makefile: Add AM_CPPFLAGS to view's CPPFLAGS

13 years agocompositor: Attach only valid background buffers
Benjamin Franzke [Sat, 15 Jan 2011 11:34:49 +0000 (12:34 +0100)]
compositor: Attach only valid background buffers

If a background is not found,
create_buffer_from_png will return NULL.
Do not attach these buffers.

13 years agocompositor-wayland: Assign func pointers pre init
Benjamin Franzke [Sat, 15 Jan 2011 11:34:48 +0000 (12:34 +0100)]
compositor-wayland: Assign func pointers pre init

13 years agosimple-client: Remove unnecessary flush
Kristian Høgsberg [Sat, 15 Jan 2011 01:45:23 +0000 (20:45 -0500)]
simple-client: Remove unnecessary flush

13 years agosimple-client: Create GLES2 context
Kristian Høgsberg [Sat, 15 Jan 2011 01:39:21 +0000 (20:39 -0500)]
simple-client: Create GLES2 context

13 years agoLink simple-client against libGLESv2.so, not full GL
Kristian Høgsberg [Sat, 15 Jan 2011 01:38:35 +0000 (20:38 -0500)]
Link simple-client against libGLESv2.so, not full GL

13 years agoMerge remote branch 'bnf/simple_client'
Kristian Høgsberg [Sat, 15 Jan 2011 00:13:22 +0000 (19:13 -0500)]
Merge remote branch 'bnf/simple_client'

13 years agoAdd a simple client
Benjamin Franzke [Fri, 14 Jan 2011 23:40:17 +0000 (00:40 +0100)]
Add a simple client

13 years agoconnection: Write before reading connection data
Benjamin Franzke [Fri, 14 Jan 2011 23:40:00 +0000 (00:40 +0100)]
connection: Write before reading connection data

13 years agoCheck for cairo-egl instead of just cairo-gl
Kristian Høgsberg [Fri, 14 Jan 2011 22:41:33 +0000 (17:41 -0500)]
Check for cairo-egl instead of just cairo-gl

13 years agoCheck for GL_EXT_texture_format_BGRA8888
Kristian Høgsberg [Fri, 14 Jan 2011 22:28:21 +0000 (17:28 -0500)]
Check for GL_EXT_texture_format_BGRA8888

13 years agoBoth internalFormat and format should be GL_BGRA_EXT
Kristian Høgsberg [Fri, 14 Jan 2011 22:27:24 +0000 (17:27 -0500)]
Both internalFormat and format should be GL_BGRA_EXT

13 years agoMake it possible to enable/disable the various compositors from configure
Kristian Høgsberg [Fri, 14 Jan 2011 22:22:35 +0000 (17:22 -0500)]
Make it possible to enable/disable the various compositors from configure

13 years agoRemove unused visual argument to wlsc_surface_create()
Kristian Høgsberg [Fri, 14 Jan 2011 21:22:37 +0000 (16:22 -0500)]
Remove unused visual argument to wlsc_surface_create()

13 years agoMove buffer creation and buffer details into drm.c and shm.c
Kristian Høgsberg [Fri, 14 Jan 2011 21:20:21 +0000 (16:20 -0500)]
Move buffer creation and buffer details into drm.c and shm.c

13 years agoMove tty and vt handling out in its own file
Kristian Høgsberg [Fri, 14 Jan 2011 19:59:13 +0000 (14:59 -0500)]
Move tty and vt handling out in its own file

13 years agoSome kind of support for touchscreen
Kristian Høgsberg [Fri, 14 Jan 2011 19:49:46 +0000 (14:49 -0500)]
Some kind of support for touchscreen

13 years agoSplit out evdev handling to its own file
Kristian Høgsberg [Fri, 14 Jan 2011 19:45:42 +0000 (14:45 -0500)]
Split out evdev handling to its own file

13 years agoPick up input devices of type ID_INPUT_TABLET as well
Kristian Høgsberg [Fri, 14 Jan 2011 19:33:49 +0000 (14:33 -0500)]
Pick up input devices of type ID_INPUT_TABLET as well

13 years agoterminal: Window operations
Callum Lowcay [Fri, 14 Jan 2011 07:46:23 +0000 (20:46 +1300)]
terminal: Window operations

Implement OSC 1 (set window title), and some basic CSI t window
operations.

Signed-off-by: Callum Lowcay <callum@callumscode.com>
13 years agoterminal: Fix bugs in attribute rendering
Callum Lowcay [Wed, 12 Jan 2011 07:06:17 +0000 (20:06 +1300)]
terminal: Fix bugs in attribute rendering

Fixed ignoring of concealed attribute, incorrect underline colour, and
glyph_run_flush not resetting the attribute.

Signed-off-by: Callum Lowcay <callum@callumscode.com>
13 years agoMerge branch 'master' of git://anongit.freedesktop.org/wayland
Callum Lowcay [Wed, 12 Jan 2011 06:40:14 +0000 (19:40 +1300)]
Merge branch 'master' of git://anongit.freedesktop.org/wayland

Conflicts:
clients/terminal.c

13 years agoterminal: Escape sequences with string parameters
Callum Lowcay [Wed, 12 Jan 2011 06:23:41 +0000 (19:23 +1300)]
terminal: Escape sequences with string parameters

Adjust escape parsing code to handle OSC, DSC, and other escape
sequences with string parameters.

Signed-off-by: Callum Lowcay <callum@callumscode.com>
13 years agoclients: Make poppler-glib optional
Kristian Høgsberg [Tue, 11 Jan 2011 18:48:03 +0000 (13:48 -0500)]
clients: Make poppler-glib optional

Just don't compile the view client.

13 years agoBatch up drawing glyphs
Kristian Høgsberg [Tue, 11 Jan 2011 16:06:49 +0000 (11:06 -0500)]
Batch up drawing glyphs

13 years agoHold on to the scaled fonts we use
Kristian Høgsberg [Sat, 25 Dec 2010 21:58:31 +0000 (16:58 -0500)]
Hold on to the scaled fonts we use

13 years agoUse cairo_show_glyphs for rendering text
Kristian Høgsberg [Sat, 25 Dec 2010 21:14:23 +0000 (16:14 -0500)]
Use cairo_show_glyphs for rendering text

A small step for now.

13 years agoFactor out decoding of character attributes
Kristian Høgsberg [Tue, 11 Jan 2011 15:26:04 +0000 (10:26 -0500)]
Factor out decoding of character attributes

13 years agoOnly draw background if it's different from what's already there
Kristian Høgsberg [Tue, 11 Jan 2011 15:15:21 +0000 (10:15 -0500)]
Only draw background if it's different from what's already there

13 years agoMake border color a color from the color table
Kristian Høgsberg [Tue, 11 Jan 2011 15:13:00 +0000 (10:13 -0500)]
Make border color a color from the color table

13 years agoAdd helper to set color from color table
Kristian Høgsberg [Tue, 11 Jan 2011 15:11:39 +0000 (10:11 -0500)]
Add helper to set color from color table

13 years agoSplit background and foreground painting into separate loops
Kristian Høgsberg [Sat, 25 Dec 2010 13:58:46 +0000 (08:58 -0500)]
Split background and foreground painting into separate loops

13 years agoFix terminal resizing
Kristian Høgsberg [Tue, 11 Jan 2011 15:00:52 +0000 (10:00 -0500)]
Fix terminal resizing

Get snapping to character grid working again, avoid crashes when attempting
to resize below 1x1 character cell, only redraw when size actually changes.

Also, rename window_get_child_rectangle() to window_get_child_allocation().

13 years agoMerge branch 'master' of git://anongit.freedesktop.org/wayland
Callum Lowcay [Mon, 10 Jan 2011 20:08:59 +0000 (09:08 +1300)]
Merge branch 'master' of git://anongit.freedesktop.org/wayland

13 years agoterminal: fix crashing when terminal size is < 0
Tiago Vignatti [Mon, 10 Jan 2011 17:30:04 +0000 (19:30 +0200)]
terminal: fix crashing when terminal size is < 0

Just skip drawing when width or height is less than zero.

Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
13 years agoterminal: More character attributes
Callum Lowcay [Sun, 9 Jan 2011 23:14:01 +0000 (12:14 +1300)]
terminal: More character attributes

Implement the concealed attribute, and 16-colour attributes.  Fix a bug in
256-colour attributes that prevented them from working in elinks.

Signed-off-by: Callum Lowcay <callum@callumscode.com>
13 years agoterminal: Various fixes
Callum Lowcay [Fri, 7 Jan 2011 19:47:03 +0000 (19:47 +0000)]
terminal: Various fixes

Fix several bugs in the previous patches.  Fix inverse inverse video
with bold attribute, incorrect duplication of attributes when scrolling
up, underline aliasing, bottom scroll margin adjustment when resizing,
and unnecessary sleep when sending terminal reports.  Change TERM
environment variable to xterm-256color to better reflect terminal
capabilities (although it still doesn't emulate all of xterm).

Signed-off-by: Callum Lowcay <callum@callumscode.com>
13 years agoterminal: Special keys
Callum Lowcay [Fri, 7 Jan 2011 19:47:02 +0000 (19:47 +0000)]
terminal: Special keys

Implements support for function, cursor, and editing keys, with
modifiers.  Partially implements application keypad mode.  Expands
control key support.

Signed-off-by: Callum Lowcay <callum@callumscode.com>
13 years agoterminal: Implement character set switching
Callum Lowcay [Fri, 7 Jan 2011 19:47:01 +0000 (19:47 +0000)]
terminal: Implement character set switching

Includes the 3 vt100 character sets.  Some of the graphic symbols don't
display because they are not included in the default font.  Apparantly
the cairo toy font API doesn't do font substitution.

Signed-off-by: Callum Lowcay <callum@callumscode.com>
13 years agoterminal: vt102 editing commands
Callum Lowcay [Fri, 7 Jan 2011 19:47:00 +0000 (19:47 +0000)]
terminal: vt102 editing commands

Implement the vt102 editing commands, and insert/replace mode.

Signed-off-by: Callum Lowcay <callum@callumscode.com>
13 years agoterminal: Basic vt100 escape codes
Callum Lowcay [Fri, 7 Jan 2011 19:46:59 +0000 (19:46 +0000)]
terminal: Basic vt100 escape codes

Implements correct behaviour for vt100 cursor movement, erasing, custom
tabs, and reporting. Includes relevant terminal modes.

Signed-off-by: Callum Lowcay <callum@callumscode.com>
13 years agoterminal: Scroll margins
Callum Lowcay [Fri, 7 Jan 2011 19:46:58 +0000 (19:46 +0000)]
terminal: Scroll margins

Implement scroll margins and related escape codes.

Signed-off-by: Callum Lowcay <callum@callumscode.com>
13 years agoterminal: Escape sequence handling fixes
Callum Lowcay [Fri, 7 Jan 2011 19:46:57 +0000 (19:46 +0000)]
terminal: Escape sequence handling fixes

Upgrade and refactor terminal_data to properly handle non-csi escape
codes, control characters in escape codes, and invalid escape sequences.
Also fix a buffer overflow in the escape sequence buffer.

Signed-off-by: Callum Lowcay <callum@callumscode.com>
13 years agoterminal: Window size ioctls
Callum Lowcay [Fri, 7 Jan 2011 19:46:56 +0000 (19:46 +0000)]
terminal: Window size ioctls

Use TIOCSWINSZ ioctl to set window size on terminal resize.
This causes applications to be notified of the resize event.

Signed-off-by: Callum Lowcay <callum@callumscode.com>
13 years agoterminal: Fancy colors
Callum Lowcay [Fri, 7 Jan 2011 19:46:55 +0000 (19:46 +0000)]
terminal: Fancy colors

Includes bold, underline, inverse, and blink attributes.  Blink is
rendered bold as in xterm.  Supports xterm's 256 color palette.

Signed-off-by: Callum Lowcay <callum@callumscode.com>
13 years agoterminal: UTF-8 support
Callum Lowcay [Fri, 7 Jan 2011 19:46:54 +0000 (19:46 +0000)]
terminal: UTF-8 support

Signed-off-by: Callum Lowcay <callum@callumscode.com>
13 years agoMap new surfaces on top of all other surface
Kristian Høgsberg [Fri, 7 Jan 2011 21:13:00 +0000 (16:13 -0500)]
Map new surfaces on top of all other surface

13 years agogears: Include config.h
Kristian Høgsberg [Fri, 7 Jan 2011 19:42:49 +0000 (14:42 -0500)]
gears: Include config.h

13 years agoAdd missing newline in gears error message
Kristian Høgsberg [Fri, 7 Jan 2011 19:04:43 +0000 (14:04 -0500)]
Add missing newline in gears error message

13 years agoSimplify visual check
Kristian Høgsberg [Fri, 7 Jan 2011 14:19:25 +0000 (09:19 -0500)]
Simplify visual check

13 years agoIgnore surface.map_toplevel() if already mapped
Kristian Høgsberg [Fri, 7 Jan 2011 13:38:56 +0000 (08:38 -0500)]
Ignore surface.map_toplevel() if already mapped

13 years agoPass EGL_NO_CONTEXT to eglCreateImageKHR for EGL_DRM_BUFFER_MESA target
Kristian Høgsberg [Thu, 6 Jan 2011 20:45:19 +0000 (15:45 -0500)]
Pass EGL_NO_CONTEXT to eglCreateImageKHR for EGL_DRM_BUFFER_MESA target

13 years agoInitialize surface->link so we can always wl_list_remove() it
Kristian Høgsberg [Thu, 6 Jan 2011 20:32:14 +0000 (15:32 -0500)]
Initialize surface->link so we can always wl_list_remove() it

In particular, even if we never added it to the compositor surface list.

13 years agoMerge remote branch 'nobled/fixes2'
Kristian Høgsberg [Thu, 6 Jan 2011 19:22:59 +0000 (14:22 -0500)]
Merge remote branch 'nobled/fixes2'

13 years agoMove grab definitions to wayland-util.h
Kristian Høgsberg [Thu, 6 Jan 2011 15:00:23 +0000 (10:00 -0500)]
Move grab definitions to wayland-util.h

These tokens really are part of the protocol and we need to extend the
scanner to generate them.

13 years agoWorkaround gears depending on cairo-gl
nobled [Wed, 5 Jan 2011 17:48:15 +0000 (17:48 +0000)]
Workaround gears depending on cairo-gl

Extremely hacky, but at least it doesn't stop the build anymore.