Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-30 | e: add support for systemd user session. | Cedric Bail | |
2013-03-11 | giant comp rejiggering commit #3 | discomfitor | |
* e menus are now drawn directly onto the compositor canvas * menu theme now requires at least one part which allows mouse events in every menu group (YOUR MENUS WILL NOT WORK IF YOU ARE USING A THEME WHICH LACKS THIS!!!!!!!) * menus now also report dangling/zombie menus with slightly more accuracy now | |||
2013-03-11 | portability: don't rely on bash or zsh behavior. | Dieter Roelants | |
This force the command to be run with exec and prevent them for staying alive after startup or restart. Signed-off-by: Cedric BAIL <cedric.bail@free.fr> | |||
2013-03-06 | update ChangeLog and NEWS | Jérémy Zurcher | |
2013-03-01 | Fix hibernate | Sebastian Dransfeld | |
2013-02-22 | shelf gadcon can no longer resize smaller than 16x16 | Mike Blumenkrantz | |
2013-02-22 | giant comp rejiggering commit #4 | Mike Blumenkrantz | |
* 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 | |||
2013-02-22 | e toolbars now have a gadcon location | Mike Blumenkrantz | |
2013-02-22 | add e_gadcon_repopulate | Mike Blumenkrantz | |
this allows unpopulate+repopulate calls to occur while the layout is frozen, providing a substantial speedup | |||
2013-02-22 | E_FN_DEL macro renamed to E_FREE_FUNC with param order swapped for consistency | Mike Blumenkrantz | |
2013-02-22 | add e_object_ref_debug_set | Mike Blumenkrantz | |
2013-02-22 | remove no-longer relevant vtorri entries | Mike Blumenkrantz | |
2013-02-22 | E_FN_DEL macro renamed to E_FREE_FUNC with param order swapped for consistency | Mike Blumenkrantz | |
2013-02-22 | add E_LIST_REVERSE_FREE | Mike Blumenkrantz | |
2013-02-22 | e's compositor now obeys _NET_WM_WINDOW_OPACITY as a normal atom in e_border | Mike Blumenkrantz | |
additionally: * actions are now available for setting/changing window opacity * window remembers can now remember window opacity SVN revision: 84303 | |||
2013-02-20 | e toolbar gadgets no longer crash when trying to display a popup | Mike Blumenkrantz | |
SVN revision: 84258 | |||
2013-02-19 | add e_popup_object_remove | Mike Blumenkrantz | |
SVN revision: 84097 | |||
2013-02-19 | e_util_size_debug_set now displays delete events | Mike Blumenkrantz | |
SVN revision: 84088 | |||
2013-02-19 | revert previous few commits related to e_menu, not meant to go in yet | Mike Blumenkrantz | |
SVN revision: 84083 | |||
2013-02-19 | menus are now drawn directly onto the compositor canvas | Mike Blumenkrantz | |
SVN revision: 84078 | |||
2013-02-18 | nocomp mode now dynamically enables/disables based on the state and stacking ↵ | Mike Blumenkrantz | |
of fullscreen windows and comp objects SVN revision: 84062 | |||
2013-02-18 | add e_layout_top_child_get, e_layout_child_below_get and ↵ | Mike Blumenkrantz | |
e_layout_child_above_get SVN revision: 84061 | |||
2013-02-18 | giant comp rejiggering commit #2: popups are now objects drawn directly onto ↵ | Mike Blumenkrantz | |
the compositor canvas with no xwindows of their own * added a number of new e_comp functions and macros * options for disabling effects on objects: this option does not currently have any effect * all modules which used gadcon popups have been adjusted * all modules which used input windows to detect close events for gadcon popups have been adjusted to use new popup autoclose functionality * shelves are now always drawn on the compositor canvas, meaning objects will never get clipped by the shelf (ticket #1810) * shelves no longer have an event object SVN revision: 84060 | |||
2013-02-18 | gadcon now correctly freezes its container object when unpopulating | Mike Blumenkrantz | |
SVN revision: 84058 | |||
2013-02-18 | e_util_size_debug_set now prints on show/hide events | Mike Blumenkrantz | |
SVN revision: 84057 | |||
2013-02-18 | desklock now uses comp canvas | Mike Blumenkrantz | |
SVN revision: 84052 | |||
2013-02-18 | fix 2 pointer warp bugs: | Mike Blumenkrantz | |
* warping to a window which is covered by another window containing the current pointer coordinates * focus changes no longer break sometimes when winlist warping very quickly SVN revision: 84046 | |||
2013-02-18 | fix apply when disabling input methods in imc config dialog | Mike Blumenkrantz | |
SVN revision: 84040 | |||
2013-02-15 | patch by Deon Thomas which implements efreet menu caching for e_int_menus | Mike Blumenkrantz | |
SVN revision: 83939 | |||
2013-02-11 | fix e_layout to not ignore frozen state | Mike Blumenkrantz | |
SVN revision: 83827 | |||
2013-02-11 | fix crash when activating menu from start gadget after locking screen from ↵ | Mike Blumenkrantz | |
start gadget menu ticket #cedric SVN revision: 83811 | |||
2013-02-11 | fix pointer warping for new client windows to not start from a random location | Mike Blumenkrantz | |
SVN revision: 83809 | |||
2013-02-08 | e: efreet_menu_parse is not thread safe. | Cedric BAIL | |
SVN revision: 83762 | |||
2013-02-07 | giant comp rejiggering commit because anything smaller would have broken ↵ | Mike Blumenkrantz | |
something: * remove xwin for container canvas: now drawn directly on the compositor canvas * added SHAPE_DEBUG define for bored developers * bindings now use new e struct for mouse/wheel events * container+zone now get mouse events from smart callbacks instead of x events * rename comp api namespace * change comp underlay theme to have a swallow for the wallpaper * add names to all zone/container/comp objects to make debugging much easier * some minor related updates to go along with this SVN revision: 83752 | |||
2013-02-07 | add function for returning e_layout children | Mike Blumenkrantz | |
SVN revision: 83749 | |||
2013-02-07 | add "vmware" class to mapping disable keywords | Mike Blumenkrantz | |
ticket #1057 SVN revision: 83734 | |||
2013-02-07 | add edit button to window remembers config dialog | Mike Blumenkrantz | |
ticket #789 SVN revision: 83724 | |||
2013-02-07 | e: enable preload for edje in e_widget_preview. | Cedric BAIL | |
SVN revision: 83720 | |||
2013-02-07 | add config option for remembering filemanager windows globally instead of ↵ | Mike Blumenkrantz | |
per-directory ticket #1982 SVN revision: 83718 | |||
2013-02-07 | fix/improve clock module date/time change detection. :) | Carsten Haitzler | |
SVN revision: 83717 | |||
2013-02-06 | fix efm cache listener to only activate (once) on icon update instead of ↵ | Mike Blumenkrantz | |
desktop update since this is the only one which will matter, also only update the icon image instead of the entire thing SVN revision: 83684 | |||
2013-02-06 | move "allow windows above fullscreen" option to window display dialog | Mike Blumenkrantz | |
ticket #2216 SVN revision: 83676 | |||
2013-02-06 | add option for disabling all keyboard layout changes | Mike Blumenkrantz | |
SVN revision: 83674 | |||
2013-02-06 | added e_widget_on_disable_hook_set | Mike Blumenkrantz | |
SVN revision: 83670 | |||
2013-02-06 | add e_widget_check_widget_disable_on_* api for automatically ↵ | Mike Blumenkrantz | |
enabling/disabling widgets without needing to add more callbacks SVN revision: 83661 | |||
2013-02-05 | unify all pointer warping code to rely on e_border_pointer_warp_to_center ↵ | Mike Blumenkrantz | |
functions SVN revision: 83636 | |||
2013-02-05 | winlist_warp_speed->pointer_warp_speed | Mike Blumenkrantz | |
pointer warp options consolidated into their own tab in focus settings SVN revision: 83633 | |||
2013-02-05 | merge all bindings dialogs into single module: conf_bindings | Mike Blumenkrantz | |
configs have been updated to load correct module and modapi version has been bumped to invalidate old modules SVN revision: 83632 | |||
2013-02-05 | a much requested feature: drag-only edge bindings | Mike Blumenkrantz | |
ticket #281 SVN revision: 83628 | |||
2013-02-05 | fix edge flipping after dragging to an invalid flip edge containing a shelf | Mike Blumenkrantz | |
ticket #1701 SVN revision: 83618 |