Commit Graph

10370 Commits

Author SHA1 Message Date
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
Massimo Maiurana b30868f31d updating french and italian translations
SVN revision: 50172
2010-07-10 09:42:29 +00:00
Chidambar Zinnoury bcf9ec9154 Pager: typo.
SVN revision: 50155
2010-07-09 11:03:26 +00:00
Chidambar Zinnoury 029a558a98 WinList: add a new functionality so that we can switch between windows of the same class.
This is a major (and interesting) killer-feature of Gnome3, so let's shamelessly steal it.


SVN revision: 50154
2010-07-09 10:34:20 +00:00
Massimo Maiurana b03dbd8535 updating french translation
SVN revision: 50153
2010-07-09 10:27:56 +00:00
Andreas Volz c0a5d4e794 fix to prevent lost windows if resizing a window to offscreen coordinates
SVN revision: 50133
2010-07-08 21:05:34 +00:00
Tiago Rezende Campos Falcao 6e18235fb2 Everything selection event, and theme to back button
SVN revision: 50132
2010-07-08 21:04:57 +00:00
Tiago Rezende Campos Falcao dddf703520 Illume config icon
SVN revision: 50131
2010-07-08 21:04:52 +00:00
Massimo Maiurana 7ec024c09e updating french and italian translations
SVN revision: 50128
2010-07-08 15:40:18 +00:00