| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix potential memleak.devs/devilhorns/wayland | Chris Michael | 2013-03-24 | 1 | -0/+1 |
|
|
| * | Reduce duplicated code | Chris Michael | 2013-03-24 | 1 | -18/+16 |
|
|
| * | Some general code cleanup. | Chris Michael | 2013-03-24 | 1 | -42/+1 |
|
|
| * | Refactor the pointer surface_configure function (just cleanup really). | Chris Michael | 2013-03-21 | 1 | -12/+9 |
|
|
| * | Use updated bit fields for has_pointer, has_keyboard, etc. | Chris Michael | 2013-03-21 | 1 | -46/+162 |
|
|
| * | Rename bit flags for having pointer, keyboard, touch. | Chris Michael | 2013-03-21 | 1 | -4/+9 |
|
|
| * | Remove unnecessary flush calls. | Chris Michael | 2013-03-21 | 1 | -14/+0 |
|
|
| * | Add input modifier support. | Chris Michael | 2013-03-21 | 1 | -1/+49 |
|
|
| * | Resize the tiler (damages) when geometry changes. | Chris Michael | 2013-03-21 | 1 | -0/+11 |
|
|
| * | Cleanup on destroy. Use geometry fields. | Chris Michael | 2013-03-21 | 1 | -3/+9 |
|
|
| * | Remove unnecessary structure fields. | Chris Michael | 2013-03-21 | 1 | -1/+0 |
|
|
| * | Add keyboard support for wayland clients. | Chris Michael | 2013-03-21 | 1 | -7/+116 |
|
|
| * | Cleanup some code. | Chris Michael | 2013-03-21 | 1 | -9/+3 |
|
|
| * | Also add fields to save width and height of the shell surface. | Chris Michael | 2013-03-21 | 1 | -1/+1 |
|
|
| * | Add preliminary maximize/unmaximize support. | Chris Michael | 2013-03-21 | 1 | -20/+66 |
|
|
| * | Add saved position to shell surface (for maximize, unmaximize). | Chris Michael | 2013-03-21 | 1 | -0/+6 |
|
|
| * | Add code to handle pointer focus in the shell. | Chris Michael | 2013-03-21 | 1 | -4/+51 |
|
|
| * | Quiet down printf output. | Chris Michael | 2013-03-21 | 1 | -1/+1 |
|
|
| * | Add code to handle focus_in/out, mouse_in/out, mouse_up/down on | Chris Michael | 2013-03-21 | 1 | -79/+489 |
|
|
| * | Add fields to the E_Wayland_Surface structure so we can store the | Chris Michael | 2013-03-21 | 1 | -7/+14 |
|
|
| * | Be sure to intialize compositor signals before we add it to globals. | Chris Michael | 2013-03-21 | 1 | -16/+76 |
|
|
| * | Add the keymap fd and size to structure. | Chris Michael | 2013-03-21 | 1 | -0/+4 |
|
|
| * | Get the modifiers for shift, ctrl, etc when we setup the keymap. | Chris Michael | 2013-03-21 | 1 | -2/+22 |
|
|
| * | Add start of keymap init code. | Chris Michael | 2013-03-21 | 1 | -0/+84 |
|
|
| * | Add include header for xkbcommon. | Chris Michael | 2013-03-21 | 1 | -0/+21 |
|
|
| * | We do not Yet require egl for the wayland-clients inside E compositor, | Chris Michael | 2013-03-21 | 1 | -1/+1 |
|
|
| * | Add a shell surface activate function that sends focus to a client and | Chris Michael | 2013-03-21 | 1 | -1/+22 |
|
|
| * | Add code to initialize input for wayland clients. | Chris Michael | 2013-03-21 | 1 | -22/+263 |
|
|
| * | Add start of Input code for wayland clients. | Chris Michael | 2013-03-21 | 1 | -2/+27 |
|
|
| * | Add shell_surface interface. | Chris Michael | 2013-03-21 | 1 | -5/+485 |
|
|
| * | Add structure for Ping_Timer. | Chris Michael | 2013-03-21 | 1 | -0/+7 |
|
|
| * | Fix surface attach callback to use x/y now. | Chris Michael | 2013-03-21 | 1 | -29/+190 |
|
|
| * | Fix FULLSCREEN typo in Surface_Type enum. | Chris Michael | 2013-03-21 | 1 | -3/+26 |
|
|
| * | Add missing UNUSED. | Chris Michael | 2013-03-21 | 1 | -2/+2 |
|
|
| * | Add "configure" function placeholder to surface structure. | Chris Michael | 2013-03-21 | 1 | -0/+2 |
|
|
| * | Disable wl_shell module on shutdown. | Chris Michael | 2013-03-21 | 1 | -0/+11 |
|
|
| * | Add a link to the shell surface. | Chris Michael | 2013-03-21 | 1 | -0/+1 |
|
|
| * | Add an enum for shell surface type. | Chris Michael | 2013-03-21 | 1 | -0/+12 |
|
|
| * | Add the E_Wayland_Surface reference to the shell surface. | Chris Michael | 2013-03-21 | 1 | -0/+3 |
|
|
| * | Do not need to declare these structures here as we do not use them | Chris Michael | 2013-03-21 | 1 | -2/+2 |
|
|
| * | Add more missing EINA_UNUSED. | Chris Michael | 2013-03-21 | 1 | -4/+2 |
|
|
| * | There are no current plans to allow wayland clients to set E's desktop | Chris Michael | 2013-03-21 | 1 | -10/+10 |
|
|
| * | Add a job to load the wl_shell module after init is done. | Chris Michael | 2013-03-21 | 1 | -0/+24 |
|
|
| * | Fix makefile to include the desktop_shell protocol code. | Chris Michael | 2013-03-21 | 1 | -2/+3 |
|
|
| * | Add missing return values. | Chris Michael | 2013-03-21 | 1 | -0/+2 |
|
|
| * | Remove module save routine (not required anymore, and we have nothing | Chris Michael | 2013-03-21 | 1 | -8/+0 |
|
|
| * | Add e_module api prototypes. | Chris Michael | 2013-03-21 | 1 | -0/+5 |
|
|
| * | Add a TODO message for myself. | Chris Michael | 2013-03-21 | 1 | -0/+3 |
|
|
| * | Add start of the Wayland Desktop Shell code. | Chris Michael | 2013-03-21 | 2 | -1/+209 |
|
|
| * | Add new desktop_shell protocol header and code with proper naming. | Chris Michael | 2013-03-21 | 2 | -34/+34 |
|
|