Leif Middelschulte
481b027763
Remove unused variable.
...
SVN revision: 70506
12 years ago
Leif Middelschulte
6d323b3f39
Fix position calculation of dummy.
...
SVN revision: 70505
12 years ago
Leif Middelschulte
c0752cccb5
Remove Evas_Object as reference from conf_randr. Use data structure instead.
...
SVN revision: 70504
12 years ago
Carsten Haitzler
8384f04ad4
improve default configs
...
SVN revision: 70500
12 years ago
Carsten Haitzler
c2288e4dcf
dont re-order screens magically on dynamic screen ad/del vs startup on
...
the same screen setup.
SVN revision: 70498
12 years ago
Doyoun Kang
02fc2b8a8c
From: Doyoun Kang <doyoun.kang@samsung.com>
...
Subject: [E-devel] [Patch] e_zone bug fix
I found a minor bug in e_zone.c. The bug is that the E_EVENT_ZONE_DEL
event doesn't occur when the zone is deleted.
SVN revision: 70453
12 years ago
Massimo Maiurana
9c614fcbb5
updating french and italian translations
...
SVN revision: 70449
12 years ago
Christopher Michael
6b2144911a
E (wl_shell): Update code to handle changes in wayland git. Comment
...
out unused functions (for now).
SVN revision: 70447
12 years ago
Christopher Michael
7ffbf6ef25
E (wl_drm): Update drm module for most recent wayland git. Use
...
wl_signal_add, remove timestamps where not used anymore, make use of
wayland 'serial'. Fix destroy_listeners for new wayland code.
SVN revision: 70446
12 years ago
Christopher Michael
681b48d0b8
E Comp Module: (Wayland Client Support): Add support for ping of
...
surfaces (from newest wayland git). Fix up wl_resource_destroy calls
to match newest wayland. Fix destroy_listeners for newest wayland. Use
wl_signal_add for destroy signals. Fix calls to wl_input_device_
functions that do not take a timestamp anymore.
SVN revision: 70445
12 years ago
Carsten Haitzler
8ff70e6e8f
fix issue where popusp when moved wouldnt move if te zone HAD moved -
...
so store zone x, y too to make sure we do move popup too.
SVN revision: 70442
12 years ago
Carsten Haitzler
627b604d26
if screens dynamically come and go ONLy free zones we no longer need
...
and ONLy new zones we now do need, dont free all and new existing set
+ new ones.
SVN revision: 70439
12 years ago
Viktor Kojouharov
6bf44ae797
Add a checkbox to enable the usage of the custom screenlock command
...
SVN revision: 70429
12 years ago
Carsten Haitzler
796065157e
just use zone's deskx/y current.
...
SVN revision: 70384
12 years ago
Cedric BAIL
ff6f93b8be
e: fix typos.
...
SVN revision: 70381
12 years ago
Carsten Haitzler
6ffbe230f2
only store screen/deskx,y if isnt != null
...
SVN revision: 70380
12 years ago
Carsten Haitzler
2599c973e3
lets force odules to rebuild regularly. start upping api version.
...
SVN revision: 70377
12 years ago
Carsten Haitzler
4b9f45a538
printf--
...
SVN revision: 70371
12 years ago
Carsten Haitzler
183472fb39
fix placement code to respect desktop given not current visible stuff,
...
and add latent disabled feature to keep everythng on same screen/desk
off for now until config added.
SVN revision: 70370
12 years ago
Carsten Haitzler
10ea31e5f6
and only make it match first time for that instance.
...
SVN revision: 70369
12 years ago
Carsten Haitzler
81bb978614
after years, finally fix an annoyance... application windows, IF e can
...
match them back to something IT started (ibar, menus, evrything
etc.)... it will keep those windows ON the zone/desktop u started them
on... hoobloodyray!
SVN revision: 70368
12 years ago
Carsten Haitzler
c13f47db22
fix infinite self-feeding loop with desklock... tnx yoz! :-P
...
:)
SVN revision: 70334
12 years ago
Christopher Michael
aafe309fa3
E: Fix e_mouse initializing.
...
NB: The logic looked wrong here. (was if ecore_x_pointer_mapping_set
succeeds, then return a fail of e_mouse_update). That makes no sense.
We should only return a fail of mouse_update if the
ecore_x_pointer_mapping_set function call Fails.
SVN revision: 70247
12 years ago
Michael BOUCHAUD
69624a7f82
e: react on the good event, and don't ignore it
...
SVN revision: 70237
12 years ago
Vincent Torri
c30aaf8dde
e17: remove some shadow variables
...
SVN revision: 70190
12 years ago
Vincent Torri
c4cdd54b33
e17: unused variables
...
SVN revision: 70189
12 years ago
Vincent Torri
c24b9f7aee
whitespaces--
...
SVN revision: 70188
12 years ago
Samuel F. Baggen
c109f6d8c0
Updated translations with pregenerated ones in fuzzy's and empty translations, those are not shipped with E because are marked as fuzzy, it is mostly very useful for translations to have a correct base where to work, because the wording is sometimes not perfect but the grammar and the equivalent translations are picked in teh mostly-better way. In short they have around at least a 70 % of accuracy, the old fuzzy ones has around a 90% of totally broken (or not-equivalent type of message) sentences.
...
SVN revision: 70185
12 years ago
Samuel F. Baggen
c2062025d0
updated remaining copyright year from sources too
...
SVN revision: 70184
12 years ago
Chidambar Zinnoury
bc0ae06616
e pager: check zone when adding a border.
...
When a window is sticky and a pager is created (when restarting the window manager for instance), not checking zones makes the window being shown everywhere - on every screen
SVN revision: 70183
12 years ago
Daniel Juyung Seo
6dd40a16dd
e po: Updated copyright year.
...
SVN revision: 70182
12 years ago
Samuel F. Baggen
b987bfd929
added pregenerated translations for empty and fuzzy (broken) ones in spanish
...
SVN revision: 70181
12 years ago
Samuel F. Baggen
37fcfe7e97
reverting the translations due to a strange report by buildbot
...
SVN revision: 70175
12 years ago
Samuel F. Baggen
694ef28350
ES translations: updated with pregenerated translations for the fuzzy (95% wrong) and empty ones
...
SVN revision: 70174
12 years ago
Carsten Haitzler
6c2e868b3a
1. abstract "sub borders" into a function to return a list of them so
...
when operating on them we can determine the logic of inclusion of
sub-borders in 1 place.
2. fix transients when they are FOR a fullscreen window - if
fullscreen window loses focus, dont minimize it as transients are on
top and should stay there along with fullscreen window.
3. formatting. :)
SVN revision: 70165
12 years ago
Leif Middelschulte
11c41d6912
reflect rotation in the dialog
...
SVN revision: 70158
12 years ago
Leif Middelschulte
aa1c81ad03
Reflect changed resolution in dialog.
...
SVN revision: 70157
12 years ago
Christopher Michael
1cf089ed8d
E Comp (wayland): Make E's composite module compile again against
...
recent wayland changes.
SVN revision: 70017
12 years ago
Leif Middelschulte
be22edaa3f
Add (not yet working) sec. check;Fix res. list.
...
SVN revision: 70016
12 years ago
Leif Middelschulte
752cf8040b
Fix missing CRTC index in e_config;Don't add mode 'disabled' to runtime.
...
SVN revision: 70015
12 years ago
Leif Middelschulte
2ac207aead
fix overseen mistake
...
SVN revision: 69996
12 years ago
Leif Middelschulte
0daf53273c
Selecting resolutions for mulitple monitors before applying should work now.
...
SVN revision: 69994
12 years ago
Leif Middelschulte
f7259f1064
Use ilist smart callbacks, which don't seem to work either
...
SVN revision: 69981
12 years ago
Leif Middelschulte
0f59be779c
Fix possible segv
...
SVN revision: 69980
12 years ago
Massimo Maiurana
70a61dccf0
updating french and italian translations
...
SVN revision: 69971
12 years ago
Leif Middelschulte
83932df5ad
make placement work with e_layout and fix other issues.
...
SVN revision: 69937
12 years ago
Leif Middelschulte
d69f6c6e6c
Stringshare mode- and output names
...
SVN revision: 69936
12 years ago
Leif Middelschulte
0803d0fe29
Fix return type
...
SVN revision: 69914
12 years ago
Carsten Haitzler
027bb73b5d
fix case for fullscreen window focus handling
...
SVN revision: 69905
12 years ago
Carsten Haitzler
2790f80ab6
fix alt+tab + fullscreen windows (and some formtting)
...
SVN revision: 69871
12 years ago