Commit Graph

15873 Commits

Author SHA1 Message Date
Mike Blumenkrantz aa6a2d173d giant comp rejiggering commit because anything smaller would have broken 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 13:20:07 +00:00
Mike Blumenkrantz f49dd52cd3 added e_layout function for getting top object at coordinates
SVN revision: 83751
2013-02-07 13:20:02 +00:00
Mike Blumenkrantz 46277e5312 convert e_layout to use inlist
SVN revision: 83750
2013-02-07 13:19:59 +00:00
Mike Blumenkrantz db702e2685 add function for returning e_layout children
SVN revision: 83749
2013-02-07 13:19:57 +00:00
Mike Blumenkrantz b7cd7e5f18 remove disabled fps stuff from physics module
SVN revision: 83748
2013-02-07 13:19:55 +00:00
Mike Blumenkrantz e670bc2326 formatting, switch __UNUSED__ to EINA_UNUSED
SVN revision: 83747
2013-02-07 13:19:52 +00:00
Mike Blumenkrantz fc31710fff add some debugging functions for comp
SVN revision: 83746
2013-02-07 13:19:50 +00:00
Mike Blumenkrantz 321f2b4fa3 comp structs now public, remove comp struct accessor functions, add comp utility functions to simplify getting comp from an e_object
SVN revision: 83745
2013-02-07 13:19:47 +00:00
Mike Blumenkrantz 9fd79a5994 remove container comp check hack
SVN revision: 83744
2013-02-07 13:19:45 +00:00
Mike Blumenkrantz 7f35677bc0 e_manager_new now creates compositors for new managers instead of creating them all at once
SVN revision: 83743
2013-02-07 13:19:36 +00:00
Mike Blumenkrantz 13a3f968ec add "vmware" class to mapping disable keywords
ticket #1057


SVN revision: 83734
2013-02-07 11:43:36 +00:00
Mike Blumenkrantz bf0348f133 remove unused timer variable, reduce e_grabinput calls slightly with some reordering
SVN revision: 83733
2013-02-07 10:51:10 +00:00
Mike Blumenkrantz 053c841f52 unbreak winlist focus changing
SVN revision: 83731
2013-02-07 10:36:01 +00:00
Mike Blumenkrantz f047d606bc fix unused var warning
SVN revision: 83725
2013-02-07 09:25:50 +00:00
Mike Blumenkrantz 2a0ef6c396 add edit button to window remembers config dialog
ticket #789


SVN revision: 83724
2013-02-07 09:23:29 +00:00
Mike Blumenkrantz 3b94f5f39e formatting
SVN revision: 83722
2013-02-07 08:42:31 +00:00
Cedric BAIL a17844935b e: enable preload for edje in e_widget_preview.
SVN revision: 83720
2013-02-07 08:41:15 +00:00
Mike Blumenkrantz a4ef12329e add config option for remembering filemanager windows globally instead of per-directory
ticket #1982


SVN revision: 83718
2013-02-07 08:20:42 +00:00
Carsten Haitzler 5aaeebde0b fix/improve clock module date/time change detection. :)
SVN revision: 83717
2013-02-07 08:14:03 +00:00
Mike Blumenkrantz 3851bd2ba3 fix stringshare use in e_remember
SVN revision: 83716
2013-02-07 08:08:21 +00:00
Mike Blumenkrantz 25e3f657e3 cosmetically change some types in e_border
SVN revision: 83713
2013-02-07 08:02:52 +00:00
Mike Blumenkrantz 258e384ca9 clean up config for fileman window remembers, finishing a job that I started last month
SVN revision: 83711
2013-02-07 07:50:28 +00:00
Mike Blumenkrantz 16e1ac105e hmmm small update to previous commit which preserves functionality of related efm API call while still providing fix for icon cache update event
SVN revision: 83686
2013-02-06 15:02:27 +00:00
Mike Blumenkrantz 714611a0da fix efm cache listener to only activate (once) on icon update instead of 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 14:54:23 +00:00
Mike Blumenkrantz a072a15edd fix no-warp mode winlist usage
ticket #asdfuser


SVN revision: 83683
2013-02-06 13:55:38 +00:00
Mike Blumenkrantz 8516d933bf add conf2 options for recently added config options
SVN revision: 83682
2013-02-06 13:21:44 +00:00
Mike Blumenkrantz e3953ba1db fix startup error scenario where module dialog could be opened before module startup and result in empty contents
SVN revision: 83680
2013-02-06 13:11:52 +00:00
Mike Blumenkrantz fea54b3d31 ensure that E_EVENT_MODULE_INIT_END is always sent even if no modules are loaded
SVN revision: 83679
2013-02-06 13:11:08 +00:00
Mike Blumenkrantz 637f539c9d move "allow windows above fullscreen" option to window display dialog
ticket #2216


SVN revision: 83676
2013-02-06 11:19:59 +00:00
Mike Blumenkrantz d13c7cc1e4 don't show layouts in xkb gadget menu if option to disable xkb layout changing is enabled
SVN revision: 83675
2013-02-06 10:56:24 +00:00
Mike Blumenkrantz 893b867070 add option for disabling all keyboard layout changes
SVN revision: 83674
2013-02-06 10:51:54 +00:00
Mike Blumenkrantz 7846f013c9 reformat xkbswitch config dialog
dear q66,

using scopes randomly does not increase the happiness of readers

sincerely,
your pal,
mike


SVN revision: 83673
2013-02-06 10:30:28 +00:00
Mike Blumenkrantz 6bd4c8547d some cosmetic changes to backlight config code so it doesn't look as crazy
SVN revision: 83672
2013-02-06 10:00:26 +00:00
Mike Blumenkrantz 2b4451bab8 convert a bunch of modules to new check widget disable api
SVN revision: 83671
2013-02-06 09:58:41 +00:00
Mike Blumenkrantz 2f828589bb added e_widget_on_disable_hook_set
SVN revision: 83670
2013-02-06 09:34:53 +00:00
Mike Blumenkrantz 1231a2e453 formatting
SVN revision: 83667
2013-02-06 09:11:53 +00:00
Mike Blumenkrantz 7c4da3e843 convert more winlist and focus dialog widgets to use new check disable api
SVN revision: 83666
2013-02-06 09:11:33 +00:00
Mike Blumenkrantz 74bffcb02e check widget disable list functions now apply disabled state on adding new items
SVN revision: 83665
2013-02-06 09:09:07 +00:00
Mike Blumenkrantz ab4d534d88 disable winlist pointer warp options when disable_all_pointer_warps is enabled
SVN revision: 83664
2013-02-06 08:57:58 +00:00
Mike Blumenkrantz 4e2880280f remove unnecessary callbacks from winlist config dialog
SVN revision: 83663
2013-02-06 08:51:34 +00:00
Mike Blumenkrantz 4141291c4b set disables for pointer warp options in config dialog when disable_all_pointer_warps is enabled
SVN revision: 83662
2013-02-06 08:45:34 +00:00
Mike Blumenkrantz 72aa96c65b add e_widget_check_widget_disable_on_* api for automatically enabling/disabling widgets without needing to add more callbacks
SVN revision: 83661
2013-02-06 08:44:52 +00:00
Mike Blumenkrantz ea684db564 move e_bindings allocation to after we're sure we need it so we don't leak those precious 20 bytes of memory
SVN revision: 83660
2013-02-06 08:36:59 +00:00
Mike Blumenkrantz 9babd286e6 change pofile binding config location
SVN revision: 83659
2013-02-06 08:36:06 +00:00
Mike Blumenkrantz 1059b382e3 flip order of check widget functions to be less infuriating
SVN revision: 83658
2013-02-06 08:19:42 +00:00
Mike Blumenkrantz 223bfc600f correctly update all the stock configs to current version and fix up default profile signal bindings list
SVN revision: 83657
2013-02-06 08:07:21 +00:00
Mike Blumenkrantz f76af85149 fix another binding upgrade bug
SVN revision: 83656
2013-02-06 07:49:45 +00:00
Massimo Maiurana 6dd0e7eb67 updating catalan and esperanto translations
SVN revision: 83648
2013-02-05 21:31:22 +00:00
Mike Blumenkrantz 6773c911b6 unify all pointer warping code to rely on e_border_pointer_warp_to_center functions
SVN revision: 83636
2013-02-05 15:15:04 +00:00
Mike Blumenkrantz 700ba27f5f add frame for advanced->focus policy options for consistency
SVN revision: 83634
2013-02-05 14:24:34 +00:00