Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix relative path opening in efm... if link is relative it was broken.HEADmaster | Carsten Haitzler (Rasterman) | 2013-02-24 | 1 | -1/+16 |
| | |||||
* | updating various translations | maxerba | 2013-02-23 | 3 | -107/+84 |
| | |||||
* | add .arcconfig for e17. | Carsten Haitzler (Rasterman) | 2013-02-23 | 1 | -0/+4 |
| | |||||
* | use activte for contact. | Carsten Haitzler (Rasterman) | 2013-02-23 | 1 | -6/+2 |
| | |||||
* | update po's with new line info. | Carsten Haitzler (Rasterman) | 2013-02-23 | 39 | -20186/+21277 |
| | |||||
* | systray now has a min size of 8x8 so it can be clicked | Mike Blumenkrantz | 2013-02-22 | 1 | -0/+1 |
| | |||||
* | e/comp/screen/base/* groups require a clip to ensure the bg images don't ↵ | Mike Blumenkrantz | 2013-02-22 | 1 | -0/+5 |
| | | | | overflow | ||||
* | e/music_control: Fix typo for playing | Stefan Schmidt | 2013-02-22 | 3 | -7/+7 |
| | |||||
* | shelf gadcon can no longer resize smaller than 16x16 | Mike Blumenkrantz | 2013-02-22 | 3 | -0/+4 |
| | |||||
* | giant comp rejiggering commit #4 | Mike Blumenkrantz | 2013-02-22 | 10 | -315/+248 |
| | | | | | | | | * dnd canvas removed, dnd objects now drawn directly on compositor canvas * dnd now correctly picks the top-most dnd-receiver location as its drop target instead of just using the first one in the list * various other small changes to go along with this | ||||
* | fix popup comp win initial visibility, also a potential crash on comp win delete | Mike Blumenkrantz | 2013-02-22 | 1 | -7/+9 |
| | |||||
* | e toolbars now have a gadcon location | Mike Blumenkrantz | 2013-02-22 | 3 | -2/+101 |
| | |||||
* | add e_gadcon_repopulate | Mike Blumenkrantz | 2013-02-22 | 4 | -0/+14 |
| | | | | this allows unpopulate+repopulate calls to occur while the layout is frozen, providing a substantial speedup | ||||
* | add e_toolbar init/shutdown to startup and shutdown | Mike Blumenkrantz | 2013-02-22 | 1 | -0/+11 |
| | |||||
* | start drag if gadget has been moved the size of the gadget | Mike Blumenkrantz | 2013-02-22 | 1 | -1/+1 |
| | | | | when a gadget is at the edge of its gadcon, it can't move more than this amount, so we have to start the drag immediately | ||||
* | use e_gadcon_zone_get for dnd-related functions to ensure we get the right ↵ | Mike Blumenkrantz | 2013-02-22 | 1 | -4/+6 |
| | | | | zone: fixes toolbar dnd | ||||
* | use new comp layer functions to correctly set layer for gadget mover ↵ | Mike Blumenkrantz | 2013-02-22 | 1 | -2/+5 |
| | | | | objects...this needs to be redone entirely along with the rest of gadcon | ||||
* | add comp util functions for returning the layer and effective layer of a ↵ | Mike Blumenkrantz | 2013-02-22 | 2 | -0/+62 |
| | | | | comp object | ||||
* | E_FN_DEL macro renamed to E_FREE_FUNC with param order swapped for consistency | Mike Blumenkrantz | 2013-02-22 | 1 | -1/+1 |
| | |||||
* | add e_object_ref_debug_set | Mike Blumenkrantz | 2013-02-22 | 4 | -0/+29 |
| | |||||
* | remove no-longer relevant vtorri entries | Mike Blumenkrantz | 2013-02-22 | 2 | -2/+0 |
| | |||||
* | E_FN_DEL macro renamed to E_FREE_FUNC with param order swapped for consistency | Mike Blumenkrantz | 2013-02-22 | 23 | -87/+89 |
| | |||||
* | add E_LIST_REVERSE_FREE | Mike Blumenkrantz | 2013-02-22 | 3 | -5/+13 |
| | |||||
* | e/music_control: Allow an action to toggle between play and pause. | Stefan Schmidt | 2013-02-22 | 1 | -1/+1 |
| | | | | | We offer the play pause action but did only do the pause. Now we allow toggling the state. | ||||
* | set border transparency more accurately when adopting windows in comp | Mike Blumenkrantz | 2013-02-22 | 2 | -1/+3 |
| | |||||
* | [access] check 'double down and long press' and 'then move' | Shinwoo Kim | 2013-02-22 | 1 | -9/+20 |
| | | | | SVN revision: 84307 | ||||
* | [access] check window rotation | Shinwoo Kim | 2013-02-22 | 1 | -8/+179 |
| | | | | SVN revision: 84306 | ||||
* | set initial window opacity to max | Mike Blumenkrantz | 2013-02-22 | 1 | -0/+1 |
| | | | | SVN revision: 84305 | ||||
* | [access] check previous block to save configuration value | Shinwoo Kim | 2013-02-22 | 1 | -2/+5 |
| | | | | SVN revision: 84304 | ||||
* | e's compositor now obeys _NET_WM_WINDOW_OPACITY as a normal atom in e_border | Mike Blumenkrantz | 2013-02-22 | 10 | -76/+193 |
| | | | | | | | | | | additionally: * actions are now available for setting/changing window opacity * window remembers can now remember window opacity SVN revision: 84303 | ||||
* | disable remember dialog -> advanced command entry when not remembering command | Mike Blumenkrantz | 2013-02-22 | 1 | -3/+4 |
| | | | | SVN revision: 84302 | ||||
* | s/e_comp_win_find_border_win/e_comp_win_find_client_win/ | Mike Blumenkrantz | 2013-02-22 | 2 | -2/+2 |
| | | | | | | the former could be bd->win, while the latter can only be bd->client.win SVN revision: 84301 | ||||
* | gadman top layer no longer deletes gadget configs when it can't find their ↵ | Mike Blumenkrantz | 2013-02-21 | 1 | -14/+6 |
| | | | | | | objects SVN revision: 84288 | ||||
* | minor cosmetic tweaks for gadman init | Mike Blumenkrantz | 2013-02-21 | 1 | -3/+2 |
| | | | | SVN revision: 84287 | ||||
* | self-deleting popups (like mixer) once again function as expected | Mike Blumenkrantz | 2013-02-21 | 1 | -66/+23 |
| | | | | SVN revision: 84285 | ||||
* | gadcon popups are now above most other objects | Mike Blumenkrantz | 2013-02-21 | 1 | -0/+1 |
| | | | | SVN revision: 84284 | ||||
* | always show popup content on content set | Mike Blumenkrantz | 2013-02-21 | 1 | -4/+2 |
| | | | | | | | this change prevents erroneous calls to the comp injected object show handler in some cases, which would cause unnecessary recalcs and strange object movements SVN revision: 84281 | ||||
* | set comp win e object ref to null during its delfn | Mike Blumenkrantz | 2013-02-21 | 1 | -0/+1 |
| | | | | | | | if this function is called, the object is in the process of being deleted and its refcount is already 0. trying to access it later will guarantee a crash, so ignore whever refs we may have on it SVN revision: 84278 | ||||
* | more valgrind stuff... null deref? | Carsten Haitzler | 2013-02-21 | 1 | -0/+2 |
| | | | | SVN revision: 84273 | ||||
* | valgrind unhapiness... silenced... mysterious as to why this happens | Carsten Haitzler | 2013-02-21 | 1 | -0/+4 |
| | | | | | | | | as there are no entires up? SVN revision: 84272 | ||||
* | eobj referenced in struct but only reffed intermittenytly - ref for as | Carsten Haitzler | 2013-02-21 | 1 | -4/+10 |
| | | | | | | | | long as there is a handle. avoid segvs! SVN revision: 84271 | ||||
* | fix valgrind null evas problem with preview. | Carsten Haitzler | 2013-02-21 | 2 | -39/+39 |
| | | | | | | | | | fix preview aspect ratio out-of-bounds packing with videos when not widescreen. :) SVN revision: 84267 | ||||
* | ummmm... focus out should just be 255 across the board... this 253 is | Carsten Haitzler | 2013-02-20 | 1 | -1/+1 |
| | | | | | | | | kinda useless. :) SVN revision: 84265 | ||||
* | fix syscon to use popups more effectively | Mike Blumenkrantz | 2013-02-20 | 1 | -99/+8 |
| | | | | SVN revision: 84264 | ||||
* | e_flowlayout is just not done correctly at all...some fixes here to make it ↵ | Mike Blumenkrantz | 2013-02-20 | 1 | -11/+6 |
| | | | | | | not crash on deletion at least :/ SVN revision: 84263 | ||||
* | use separate delay del function for popups to ensure comp win deletion | Mike Blumenkrantz | 2013-02-20 | 1 | -1/+9 |
| | | | | SVN revision: 84262 | ||||
* | e toolbar gadgets no longer crash when trying to display a popup | Mike Blumenkrantz | 2013-02-20 | 4 | -1/+9 |
| | | | | SVN revision: 84258 | ||||
* | Re-enable Restore button for RandR dialog. | Christopher Michael | 2013-02-20 | 1 | -8/+1 |
| | | | | | | Signed-off-by: Christopher Michael <cp.michael@samsung.com> SVN revision: 84256 | ||||
* | Remove commented fixme (no time to optimize this routine right now). | Christopher Michael | 2013-02-20 | 1 | -5/+0 |
| | | | | | | Signed-off-by: Christopher Michael <cp.michael@samsung.com> SVN revision: 84255 | ||||
* | add flag in comp match for disabling shadows, disable shadows for ↵ | Mike Blumenkrantz | 2013-02-20 | 3 | -2/+6 |
| | | | | | | notification popup matches SVN revision: 84254 |