Gustavo Sverzut Barbieri
c5642870c3
do not abuse _init(), provide _update() method instead.
...
SVN revision: 54794
13 years ago
Gustavo Sverzut Barbieri
d374b7ccb8
utility to query for fullscreen in current/all zones.
...
keeping local count of borders is too error prone, instead query
it. Right now the count is being done for the current zone only, I
guess this is the best policy.
SVN revision: 54793
13 years ago
Gustavo Sverzut Barbieri
07f4fc0cd3
desklock_init() should be called only once, poller does the job.
...
SVN revision: 54792
13 years ago
Carsten Haitzler
d484062996
1. only make zone black win+canvas if/when needed (btw - can still do
...
better and only create what is needed to surround the fullscreen
window if it cant be fullscren and needs a black border).
2. set bg color of root to black - e has its own bg anyway.
SVN revision: 54748
13 years ago
Christopher Michael
b7f5014a18
Patch to fix keyboard layout size from Marco Trevisan.
...
SVN revision: 54709
13 years ago
Mike Blumenkrantz
1d574fbd20
shut up eina warning
...
SVN revision: 54707
13 years ago
Massimo Maiurana
18b52cad88
updating portuguese translations
...
SVN revision: 54576
13 years ago
Carsten Haitzler
e7d7304b0f
gah! 1 cpu too many. fix.
...
SVN revision: 54561
13 years ago
Gustavo Sverzut Barbieri
67651b2816
comp: allow transparency in still, make transparency a color class.
...
actually one can call it colorization, as you can make the unfocused
windows colored and semi-transparent.
Settings > Colors > Modules: Composite Focus-out Color.
SVN revision: 54560
13 years ago
Christopher Michael
4b7b3742c8
Remove 'declared' function that was never defined.
...
SVN revision: 54558
13 years ago
Carsten Haitzler
3e706de451
slight improvement - average out freqs on all cores. some newer cpus
...
can have separate core freqs. dont get me started with this new turbo
boost thing that the kernel doesnt even report corrently right now
either.
SVN revision: 54546
13 years ago
Massimo Maiurana
40c93a6dd1
updating french and italian translations
...
SVN revision: 54536
13 years ago
Hannes Janetzek
0d6ce60bc7
evry-files: use eina_file_stat_ls
...
SVN revision: 54534
13 years ago
Mike Blumenkrantz
f80e5cee0b
null pointer to fix resolution switching crash
...
SVN revision: 54526
13 years ago
Cedric BAIL
d7480da137
* e: increase relname for snapshot.
...
SVN revision: 54510
13 years ago
Cedric BAIL
91a8156a84
* ecore: break Ecore_Thread API once and for all to make it consistent.
...
SVN revision: 54502
13 years ago
Cedric BAIL
20a5924438
* e: add forgotten file.
...
SVN revision: 54477
13 years ago
Boris Faure
e9d8b9b3a7
pager: add config whether to show urgent popup on focused windows
...
SVN revision: 54464
13 years ago
Sebastian Dransfeld
6d1de4d853
remove weird unneeded hack
...
SVN revision: 54387
13 years ago
Sebastian Dransfeld
32a8f5160d
Fix dnd working with reference coords.
...
SVN revision: 54383
13 years ago
Sebastian Dransfeld
0bae6927e5
After drop, we are no longer entered
...
SVN revision: 54382
13 years ago
Sebastian Dransfeld
139507ef51
event coords shoudl be reference coords
...
The receivers work in reference coords, so normalizing on the drop
handler is meaningless.
SVN revision: 54381
13 years ago
Sebastian Dransfeld
3d1a299e06
Let efreet icon return const
...
We return a pointer to an internal cache, so no need to do strdup. I we
implement a cache, the pointer will be a return from a mmap'ed file, so
no need to do strdup.
A bit late to do an API break, but must be done.
SVN revision: 54372
13 years ago
Sebastian Dransfeld
2a048b5005
gadcon helper functions
...
SVN revision: 54348
13 years ago
Sebastian Dransfeld
7ec3dd0f41
Right drop target size
...
If we are in an autoscroll container, use it's size as drop target
SVN revision: 54328
13 years ago
Sebastian Dransfeld
af68b736a2
Don't override the drop handlers area
...
SVN revision: 54327
13 years ago
Sebastian Dransfeld
8f1e82d9f9
TODO++
...
SVN revision: 54326
13 years ago
Sebastian Dransfeld
0e4e3b9e22
o_frame is the complete area for gadcon
...
SVN revision: 54324
13 years ago
Sebastian Dransfeld
8c6c2d7270
Don't fake an existing box
...
o_box should be an e_box
SVN revision: 54323
13 years ago
Sebastian Dransfeld
c5e189ecbd
Remove pointless cache
...
SVN revision: 54321
13 years ago
Carsten Haitzler
387cbbd1a3
no more debian dir in our svn - debian now handles this tehmselves.
...
SVN revision: 54295
13 years ago
Sebastian Dransfeld
ed139972cc
stop move/resize on winlits show
...
Fixes bug #220
SVN revision: 54276
13 years ago
Sebastian Dransfeld
f0afd63652
We might loose move/resize ref
...
Keep a local ref and be sure that we keep our object
SVN revision: 54275
13 years ago
Sebastian Dransfeld
3678c820b9
Really cancel move/resize
...
SVN revision: 54274
13 years ago
Sebastian Dransfeld
48e98291bd
Only focus parent if on current desk
...
SVN revision: 54273
13 years ago
Sebastian Dransfeld
b4f9160c09
Remove duplicate code
...
We always hide border before border del, so we shouldn't be focused here
SVN revision: 54272
13 years ago
Sebastian Dransfeld
c12fafe377
Cleanup revert focus
...
SVN revision: 54271
13 years ago
Sebastian Dransfeld
4430b667c9
These positions are vertical
...
SVN revision: 54246
13 years ago
Sebastian Dransfeld
02910b4579
Right orientation for left and right side
...
SVN revision: 54245
13 years ago
Sebastian Dransfeld
b047d83d7a
Set focus when we delete the border
...
_e_border_cb_window_hide is not necessary called in the right order for
internal windows
Fixes #485 part 1
SVN revision: 54244
13 years ago
Sebastian Dransfeld
7867b41c98
Don't allow NULL id
...
This fixes #567
SVN revision: 54243
13 years ago
Sebastian Dransfeld
8948d6ddf3
And don't show applications with NoDisplay
...
SVN revision: 54235
13 years ago
Sebastian Dransfeld
9de16beb3c
Prefer apps without OnlyShowIn
...
This fixes bug #357
SVN revision: 54232
13 years ago
Sebastian Dransfeld
ea2d3ab0eb
Cleanup icon up handling
...
It seems that originally the "selected" event wasn't to be fired on dirs
during single click. This makes it impossible for fwin to open a new
window when single clicking a dir, so some ugly hacks has been added.
"The right fix (tm)" is to always emit "selected", even on dirs, and let
the listener decide what to do with the file.
SVN revision: 54229
13 years ago
Sebastian Dransfeld
889876d851
Only call "selected" on dirs
...
This fixes bug #593
SVN revision: 54228
13 years ago
Massimo Maiurana
780e87c4e9
updating french translations
...
SVN revision: 54198
13 years ago
Sebastian Dransfeld
552a0ad0f2
use new fdo e_icon
...
SVN revision: 54195
13 years ago
Sebastian Dransfeld
70059bc37e
Make sure we have a _xdnd object
...
If someone sends us a drop even though we didn't accept it, this will
segv.
SVN revision: 54194
13 years ago
Sebastian Dransfeld
3c12d4daba
__UNUSED__ last
...
SVN revision: 54193
13 years ago
Sebastian Dransfeld
b02fbd8dd1
__UNUSED__ last!
...
SVN revision: 54192
13 years ago