summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove ec->changes.internal_propsdevs/discomfitor/elmMike Blumenkrantz2014-11-124-28/+1
* fix fileman crash when restarting with window openMike Blumenkrantz2014-11-121-0/+2
* minor tweaks to prevent harmless invalid reads during restarts with windows openMike Blumenkrantz2014-11-124-8/+8
* rename elm win trap functions for easier namespace debuggingMike Blumenkrantz2014-11-121-30/+30
* add macro wrapper to force elm win accel disabling on internal windowsMike Blumenkrantz2014-11-122-8/+17
* remove E_Win+e_canvas, convert all internal wins to use elm_winMike Blumenkrantz2014-11-12214-2351/+1384
* remove dead conf_display fileMike Blumenkrantz2014-11-122-654/+0
* e-comp-wl: Implement client idler for sending configure during resize.Chris Michael2014-11-101-27/+53
* Implement caching of pixmap resources for wayland clients.Chris Michael2014-11-101-19/+94
* e-comp: Return proper post value for wayland clients duringChris Michael2014-11-101-1/+1
* Fix incorrect return value when creating native surface for waylandChris Michael2014-11-071-0/+1
* e_startup: Added dialog to notify user to fix his dbus setupkabeer khan2014-11-071-2/+22
* modules/music-control: Add Tomahawk as compatible player.Stefan Schmidt2014-11-071-0/+1
* add alignment client menuMike Blumenkrantz2014-11-051-0/+236
* e-comp-wl: Fix keyboard input with wayland clients when running in X11.Chris Michael2014-11-051-5/+123
* e-comp-wl: Clip shape rectangles to client sizeChris Michael2014-11-051-0/+8
* e-comp-wl: Hook into post_new_client event so we can setup hints andChris Michael2014-11-051-0/+41
* e-comp-wl: Set e_client properties on subsurface E_ClientChris Michael2014-11-051-0/+9
* src/modules/clock/module.desktop.in korean addJake Jaeseok Yoon2014-11-052-0/+2
* fix signal emission on selected ilist item iconsMike Blumenkrantz2014-11-031-2/+4
* e-comp-wl: Implement callback for surface resource destroyChris Michael2014-11-031-4/+23
* e-comp-wl: Remove unnecessary todo itemChris Michael2014-11-031-2/+0
* e-comp-wl: Implement subsurface parent commit functionChris Michael2014-11-031-0/+26
* e-comp-wl: Implement subsurface commit_to_cache and commit_from_cacheChris Michael2014-11-031-0/+210
* fix internal window border changingMike Blumenkrantz2014-11-032-6/+7
* update wayland readmeChris Michael2014-11-031-4/+2
* e-comp-wl: Fix various compile errorsChris Michael2014-11-031-4/+8
* e-comp-wl: Start on implementing subsurface commit functionsChris Michael2014-11-031-1/+75
* e-comp-wl: Add internal function prototype for subsurface commitChris Michael2014-11-031-0/+1
* e-comp-wl: Implement subsurface place_below functionChris Michael2014-11-031-0/+23
* wl-desktop-shell: Always set netwm.ping on the clientChris Michael2014-11-031-3/+2
* e-comp-wl: Implement subsurface place_above functionChris Michael2014-11-031-0/+23
* e-comp-wl: Implement subsurface desynchronized_set functionChris Michael2014-11-031-0/+10
* e-comp-wl: Implement subsurface synchronized_set functionChris Michael2014-11-031-0/+10
* e-comp-wl: Implement subsurface position set functionChris Michael2014-11-031-0/+12
* e-comp-wl: Implement subsurface destroy callbacksChris Michael2014-11-031-2/+43
* e-comp-wl: Destroy subsurface resource in destroy callbackChris Michael2014-11-031-1/+1
* e-comp-wl: Start to reimplement subcompositor and subsurface supportChris Michael2014-11-031-0/+252
* e-comp-wl: Cleanup wayland compositor headerChris Michael2014-11-031-6/+8
* Tiling: Fix up previous tiling commit (make it safer).Tom Hacohen2014-11-031-1/+4
* tiling: Fix issue with window-moving and windows not breaking out.Marcel Hollerbach2014-11-031-15/+27
* e_auth - null out compilert memset opts like lokkerCarsten Haitzler (Rasterman)2014-11-031-0/+3
* e_comp_wl: Remove unused variablesChris Michael2014-10-311-2/+0
* e_comp_wl: add support for priority raise/normalize during focus eventsChris Michael2014-10-311-2/+73
* Merge branch 'devs/devilhorns/e_comp_wl'Chris Michael2014-10-315-2512/+992
|\
| * e-comp-wl: Make new compositor functional.Chris Michael2014-10-311-201/+84
| * change comp_wl_data structure to store the wl_resource of the clientChris Michael2014-10-311-2/+1
| * send wl_buffer release after we have drawn this pixmapChris Michael2014-10-311-0/+6
| * e_comp_wl: Implement surface frame callback supportChris Michael2014-10-301-0/+51
| * e_comp_wl: Add hooks for focus in/out events so we can set wayland focusChris Michael2014-10-301-0/+84