Commit Graph

10078 Commits

Author SHA1 Message Date
Massimo Maiurana d4cbe8bc7f updating french and italian translations
SVN revision: 50447
2010-07-23 12:21:08 +00:00
Massimo Maiurana 09b9f82f4f updating french and italian translations
SVN revision: 50428
2010-07-22 11:50:07 +00:00
Massimo Maiurana ef969ffedf restored english comment missing from the last commit
SVN revision: 50427
2010-07-22 11:40:28 +00:00
Massimo Maiurana 6c3945313c updating french translation
SVN revision: 50412
2010-07-21 11:33:59 +00:00
Christopher Michael 11182365d3 Formatting.
SVN revision: 50370
2010-07-19 19:06:09 +00:00
Christopher Michael 5a7b450c04 Patch from rubenbb to fix ticket #562 (dpms being turned off by
fullscreen windows).

I modified this patch slightly. Removed some unused handlers. limits.h
is already included in e.h, so no need to reinclude it. Fixed formatting.



SVN revision: 50356
2010-07-18 19:06:00 +00:00
Christopher Michael 3bc9491c92 Ok, apparently that one is needed as sha1 does not include e.h :(
SVN revision: 50345
2010-07-18 17:41:06 +00:00
Christopher Michael de6b1f93a4 This header already handled by e.h
SVN revision: 50344
2010-07-18 17:38:19 +00:00
Christopher Michael cddf54d137 This header already handled by e.h
SVN revision: 50343
2010-07-18 17:35:25 +00:00
Christopher Michael a0cca73f48 This header already handled by e.h
SVN revision: 50342
2010-07-18 17:35:09 +00:00
Christopher Michael 2a4e4a50fd This header already handled by e.h
SVN revision: 50341
2010-07-18 17:34:50 +00:00
Christopher Michael 0c2121331e This header already handled by e.h
SVN revision: 50340
2010-07-18 17:34:29 +00:00
Christopher Michael 74080419da This header already handled by e.h
SVN revision: 50339
2010-07-18 17:32:49 +00:00
Christopher Michael f9e3bb8f7e This header already handled by e.h
SVN revision: 50338
2010-07-18 17:32:20 +00:00
Christopher Michael 9468bd1812 This header already handled by e.h
SVN revision: 50337
2010-07-18 17:31:39 +00:00
Christopher Michael e771cc1484 This include already handled by e.h
SVN revision: 50336
2010-07-18 17:30:01 +00:00
Christopher Michael 39d70f104f These includes already handled by e.h
SVN revision: 50335
2010-07-18 17:28:37 +00:00
Christopher Michael 748267a25e This include Already handled by e.h.
SVN revision: 50334
2010-07-18 17:27:57 +00:00
Christopher Michael 8257209f9e Already handled by e.h.
SVN revision: 50333
2010-07-18 17:27:11 +00:00
Christopher Michael 9f88193508 Already handled by e.h.
SVN revision: 50332
2010-07-18 17:24:36 +00:00
Christopher Michael 832e25b3c8 This include already handled by e.h.
SVN revision: 50331
2010-07-18 17:21:03 +00:00
Christopher Michael 79156d3266 Math.h is already included by e.h.
SVN revision: 50330
2010-07-18 17:19:46 +00:00
Christopher Michael 2e200f95a5 Don't need these includes, handled by e.h already.
SVN revision: 50329
2010-07-18 17:18:40 +00:00
Christopher Michael 69cd086fc2 Don't need these includes here, handled by e.h already.
SVN revision: 50328
2010-07-18 17:18:03 +00:00
Christopher Michael 8a6ebe2463 Don't need these includes here...e.h already handles these.
SVN revision: 50327
2010-07-18 17:17:31 +00:00
Christopher Michael 684e07c72e Use PATH_MAX, add some safety checks, fix some formatting.
SVN revision: 50326
2010-07-18 17:07:33 +00:00
Christopher Michael e4d86e02d1 Fix segfault if Wallpaper dialog is closed while Import dialog is up
(for Toma) :)



SVN revision: 50325
2010-07-18 17:02:12 +00:00
toma 4207eeea80 Slider change. Looks good in all the dialogs Ive seen so far. Any feedback would be appreciated. Its an ugly method of changing it, and ill fix it up today.
SVN revision: 50312
2010-07-18 02:54:05 +00:00
toma ecded09a13 Little tweak to entry disabled text color.
SVN revision: 50311
2010-07-18 02:28:21 +00:00
toma f14fc78856 Entry tweak. Dont bother with overlay when you cant type anything.
SVN revision: 50310
2010-07-18 02:03:15 +00:00
Massimo Maiurana bf6d13b6f8 updating french translation
SVN revision: 50266
2010-07-15 13:10:35 +00:00
Lucas De Marchi ea12d0dd6f Devilhorns, trust me. It was right.
SVN revision: 50244
2010-07-14 03:39:40 +00:00
Christopher Michael bcd63bdfad Fix goof from automated tools (Coccinelle) and make sure we have a KEY
before trying to stringshare it.



SVN revision: 50243
2010-07-14 02:22:10 +00:00
Lucas De Marchi d8dc2a9511 Remove unneeded code with notnull.cocci script
This continues previous commit with more complex places, where it required
more than just removing some "ifs".



SVN revision: 50242
2010-07-14 02:20:30 +00:00
Lucas De Marchi c426218dfe Remove unneeded code with notnull.cocci script
The notnull.cocci script from Coccinelle finds places where you check if a
variable is NULL, but it's known not to be NULL. The check can be safely
removed. For example, this code would be caught by notnull:

if (!var) return;
if (var && var->fld) { ... }

It's needless to check again if var is not NULL because if it's in fact NULL,
it would have returned on the previous "if". This commit removes all the
trivial places where this pattern happens. Another patch will be generated for
the more complex cases.


SVN revision: 50241
2010-07-14 02:05:47 +00:00
Carsten Haitzler 38c5103bae ---------------------------+------------------------------------------------
Reporter:  ruben          |       Owner:  raster            
 Type:  Bug                |      Status:  new               
 Priority:  Major          |   Milestone:  Enlightenment 0.17
 Component:  enlightenment |    Keywords:  dpms, fullscreen  
 Blocking:                 |   Blockedby:                    
---------------------------+------------------------------------------------
        
patch - Close Ticket #562



SVN revision: 50240
2010-07-13 23:56:47 +00:00
Carsten Haitzler 0b58ebf063 use new pixmap setter - handy. apps can trivially just find the pixmap
id being used for compositing at any time (and listen to changes too)



SVN revision: 50239
2010-07-13 23:36:32 +00:00
Christopher Michael 5cd823d6ee Rename declared definition OVERFLOW to OVER_FLOW.
(conflicted w/ OVERFLOW which is defined in math.h).



SVN revision: 50237
2010-07-13 22:46:17 +00:00
Cedric BAIL 4e6f3e0e7b * e: remove gradient from b&w theme.
SVN revision: 50224
2010-07-13 16:36:54 +00:00
Carsten Haitzler 15343b4790 should set stacking in db struct too after stacking req
SVN revision: 50217
2010-07-13 12:25:20 +00:00
Cedric BAIL 6e6d531a03 * e: killing e gradient background support.
SVN revision: 50215
2010-07-13 11:57:13 +00:00
Christopher Michael 163765a3cd Fix rare condition where mouse pointer would not reset from 'move'.
SVN revision: 50209
2010-07-13 00:05:39 +00:00
Christopher Michael 2deeb1dcfa Actually make conf icon show up.
SVN revision: 50208
2010-07-12 23:58:01 +00:00
Andreas Volz 31663d7051 temoporary limited maximize algorithm
SVN revision: 50207
2010-07-12 22:12:02 +00:00
Andreas Volz 0c558624cd better german translation for "overlap"
SVN revision: 50206
2010-07-12 20:57:18 +00:00
Tiago Rezende Campos Falcao bf47ddfd8c Change the evry-settings icon
SVN revision: 50205
2010-07-12 20:51:44 +00:00
Tiago Rezende Campos Falcao d7e1266159 Make conf toggle from e_button to edje
SVN revision: 50204
2010-07-12 20:51:40 +00:00
Cedric BAIL 59dd1bca1d * e_popup: Destroy idler when done.
SVN revision: 50198
2010-07-12 14:03:49 +00:00
Cedric BAIL 1e81ac0d3b * pager: Don't double del timer.
SVN revision: 50197
2010-07-12 14:02:15 +00:00
Carsten Haitzler f61b02821e some more of dso fix
SVN revision: 50188
2010-07-12 00:16:16 +00:00