Commit Graph

5768 Commits

Author SHA1 Message Date
Mike Blumenkrantz 59ad77e297 checking return value of alloca is like checking whether your app is still running
SVN revision: 64881
2011-11-07 22:19:50 +00:00
Mike Blumenkrantz cf3762ba28 not sure what the point of this is, so away with it!
SVN revision: 64880
2011-11-07 22:18:34 +00:00
Mike Blumenkrantz 35d0205db5 remove unused var here
SVN revision: 64879
2011-11-07 22:17:23 +00:00
Mike Blumenkrantz f50d13d49d remove dead store here
SVN revision: 64877
2011-11-07 22:14:27 +00:00
Mike Blumenkrantz 970335809a someone forgot to break this case statement. how embarrassing for this person and his family.
SVN revision: 64876
2011-11-07 22:13:01 +00:00
Mike Blumenkrantz 696204e49a and maybe use the right variable name here
SVN revision: 64875
2011-11-07 22:11:32 +00:00
Mike Blumenkrantz d082be3165 hey let's not crash here
SVN revision: 64874
2011-11-07 22:10:24 +00:00
Mike Blumenkrantz 54413de9b1 clean up some compiler warnings
SVN revision: 64873
2011-11-07 22:07:06 +00:00
Carsten Haitzler 20e8feca2c i'll put in leif's randr code - even though it's buggy, it's the best
way for it to be worked on by people for release.



SVN revision: 64801
2011-11-06 06:41:39 +00:00
Carsten Haitzler 47447fd382 fix warping of mouse on desk flip in multihead
SVN revision: 64799
2011-11-06 06:37:02 +00:00
Boris Faure ffe946c5fd e: send hide event for borders even if not visible
SVN revision: 64787
2011-11-05 18:29:30 +00:00
Cedric BAIL 0bb5631288 e: attach to the right desktop.
SVN revision: 64753
2011-11-05 08:41:51 +00:00
Hannes Janetzek 06f104ebec e17/xsettings: fix theme option
- started to provide dpi setting, not enabled yet


SVN revision: 64711
2011-11-03 21:22:23 +00:00
Doyoun Kang b516fb6bb1 From: Doyoun Kang <doyoun.kang@samsung.com>
Subject: [E-devel] [Patch] e_config config save patch

I found a problem in e_config. There is no code to check file size when the e makes the
configuration backup files. Even if the file size is 0, the e copies it to backup file.
So, I added code to check the size of the file. Please check the attached patch file.



SVN revision: 64684
2011-11-03 10:54:33 +00:00
Carsten Haitzler 52e23870a3 revert parts of patch that committed randr to e... don't want that
right now until rest of patch is in.



SVN revision: 64629
2011-11-02 01:36:10 +00:00
Carsten Haitzler 0b4f2529f9 overkill doing "Gadget nameofgadget in the menu. just nameofgadget
will do. also it wasnt translated anyway.



SVN revision: 64624
2011-11-01 22:33:38 +00:00
Hannes Janetzek 83d9f1a16f e17: use application 'font class' for changing font used by applications.
- need to add a page for this in look->applications later..
- allow choosing font size by pixels in basic font dialog, this is not too advanced   


SVN revision: 64612
2011-11-01 13:59:44 +00:00
Youness Alaoui 88f331c878 wtf, removing wrongly inserted tabs in previous commit
SVN revision: 64588
2011-10-31 23:26:24 +00:00
Youness Alaoui a98518a9de E: gadcon width adjustment was entering an infinite loop if no gadget had autoscroll enabled
the 'need' variable had to be initialized to 0, and a break condition for the loop
also needed to be added otherwise we'd end up in an infinite loop if no gadget
had autoscroll (in which case, the need var was never modified).

SVN revision: 64587
2011-10-31 23:22:07 +00:00
Carsten Haitzler d5247cd243 and refine new gadcon layout somemore - so much simpler now! yay!
SVN revision: 64556
2011-10-31 12:04:34 +00:00
Carsten Haitzler be4202e8a6 disable resizable gadcon gadgets because we now have autoscroll expand
stuff working.



SVN revision: 64551
2011-10-31 10:10:17 +00:00
Mike Blumenkrantz df86973d62 remove unused var
SVN revision: 64519
2011-10-30 08:24:41 +00:00
Carsten Haitzler 4a76470496 taskbar++!
one more todo item being knocked off. but there.
also no proper icon for it yet. mostly code from the old taskbar with
lots of little things fixed.



SVN revision: 64518
2011-10-30 07:36:54 +00:00
Mike Blumenkrantz db88f8f57d backlight internals now use eeze
this probably breaks some stuff, mail me some good debug info


SVN revision: 64512
2011-10-29 18:45:43 +00:00
Carsten Haitzler 8b15afb842 debug printf--
SVN revision: 64504
2011-10-29 06:58:50 +00:00
Carsten Haitzler 5ed77cf412 make backlight code a bit more generic with a list of sysfs files to
look at to get backlight working.



SVN revision: 64503
2011-10-29 04:36:32 +00:00
Mike Blumenkrantz 71fcdc6428 typedefs: the greatest.
SVN revision: 64452
2011-10-27 23:48:52 +00:00
Carsten Haitzler baf1d40ccb implement some more correct icccm stacking support
SVN revision: 64402
2011-10-25 23:50:25 +00:00
Carsten Haitzler 5dddceedc5 indeed - alloc enough space for the message as a whole - alloc only
alloced 1 extra float in addition to the one already there. need an
extra 4.



SVN revision: 64401
2011-10-25 23:49:58 +00:00
Christopher Michael 9d92d60572 E: If we add new supported atoms, please be sure to increment the
array count too.



SVN revision: 64300
2011-10-22 17:01:33 +00:00
Cedric BAIL e9d12e2d03 e: quick fix when shading a window with a linked video.
SVN revision: 64260
2011-10-21 16:25:45 +00:00
Cedric BAIL 0a59d65e3f e: actually let E17 handle direct video rendering path.
NOTE: There is still the following list of issue :
	- stacking, with window that could get between the video
layer and the application layer.
	- border, if I turn them off the window get resized to
1x1 and I don't understand yet why.
	- comp-scale, as we don't understand that this window
are one, it display them separatly.

I think that the only possible answer is to enable this feature
only when composite is tunerd on and make window a smart object
so we could merge the video layer and the application in one
object.



SVN revision: 64257
2011-10-21 15:31:35 +00:00
Viktor Kojouharov 6e67afe9e3 allow settings the shelf layer to 'below windows', if it was 'below everything'
SVN revision: 64212
2011-10-20 22:05:16 +00:00
Viktor Kojouharov fd8e562507 give the correct count of args
SVN revision: 64156
2011-10-18 20:59:58 +00:00
Mike Blumenkrantz f480f2a3f6 warning--, someone double check this cast
SVN revision: 64113
2011-10-16 15:36:26 +00:00
Mike Blumenkrantz e4f9b1bd09 warning--
SVN revision: 64103
2011-10-16 15:12:45 +00:00
Viktor Kojouharov 96ff415a02 fully remove the BG panning.
add a float_set message directed towards the bg object on desk show


SVN revision: 64102
2011-10-16 14:53:27 +00:00
Carsten Haitzler 436918fe7a work on improving edge bindings. having a look at this i'm more
convinced that we need to dump edge bindings as they stand entirely
and turn it into an event registration system.

virtual desktops register for edge events on the zone they are on as
they flip around or are created or destroyed. shelf for audiohide
registers a region of an edge etc.



SVN revision: 64100
2011-10-16 04:24:27 +00:00
Carsten Haitzler bf16ac763d make sure livethumbs have alpha! never made sure of that before. just
assumed. :)



SVN revision: 64099
2011-10-16 02:12:28 +00:00
Carsten Haitzler c05527d86f begin to fix up edge bindings.
SVN revision: 64085
2011-10-15 07:11:11 +00:00
Hannes Janetzek ff7817d2be e17: find .desktops for libreoffice
SVN revision: 63989
2011-10-11 20:10:29 +00:00
Hannes Janetzek 3d1ecd29e5 e17/comp: ok, dont make Comp_Source public, add functions needed by comp-scale instead
SVN revision: 63965
2011-10-10 21:09:26 +00:00
Hannes Janetzek b59bdf6761 e17/comp: add function to get Comp_Source for window.
- make part of comp source struct public, better than having all modules using Comp_Source
  copying E_Comp_Win private struct. 


SVN revision: 63963
2011-10-10 20:30:33 +00:00
Vincent Torri b05cb80a2a E: include E_Hal.h if requested
SVN revision: 63884
2011-10-06 15:05:27 +00:00
Carsten Haitzler a0781f02c4 allow 1 of the syscon entries to be marked iwth is_main=2 as the
"default" one so if you press the binding that broung syscon up again
while syscon is up - and later than 0.5 seconds after syscon came up
and more than 2 times, then it execs that default action (eg power
down, suspend etc.)



SVN revision: 63831
2011-10-05 09:39:39 +00:00
Carsten Haitzler 9464f17dd1 warnings--
SVN revision: 63829
2011-10-05 09:37:59 +00:00
Christopher Michael b436516f94 E: Randr: No need to get output connection status twice in a row (was
already done previously with the call to output_info_set.



SVN revision: 63810
2011-10-04 17:49:33 +00:00
Carsten Haitzler de643868c5 all in comments.
SVN revision: 63805
2011-10-04 11:38:52 +00:00
Massimo Maiurana e82fbc1825 typo
SVN revision: 63749
2011-10-02 13:53:10 +00:00
Davide Andreoli 347bc21ddc tabs--
SVN revision: 63632
2011-09-27 21:35:39 +00:00