Carsten Haitzler
8b464f5c4a
complete work for xim support in e - so e sets up env vars right.. and
...
scim, uim and iimf are set to use xim compat modules for ecore.
SVN revision: 61794
12 years ago
Mike McCormack
e32856d084
e: Fix macro so it can be used as a statement
...
Should fix devilhorn's compile error.
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 61783
12 years ago
Christopher Michael
015e05f81f
E: Composite module: Only allow OpenGL engine if "ECORE_X_NO_XLIB" is
...
not around (hence ecore_x was started to allow Opengl to run).
SVN revision: 61764
12 years ago
Christopher Michael
ccd6c5aa1d
E: e_fm: Fix unused label (fallback:). Add UNUSED where missing.
...
SVN revision: 61763
12 years ago
Christopher Michael
9e529fccdd
E: Grrr, fix previous commit to actually compile.
...
SVN revision: 61762
12 years ago
Christopher Michael
42d65203ca
E: Fix init of e_randr so that E does not fail if randr is not
...
available.
Thanks for the report cedric ;)
SVN revision: 61761
12 years ago
Carsten Haitzler
4f771c6826
1. fix up visible profile names - computer and touchscreen for less
...
confusion
2. fix up power btn handling to do the SAME thing - not halt AND halt now.
SVN revision: 61716
12 years ago
Christopher Michael
a80eff2e47
E: Make Desktop Environments window actually have the proper window
...
title and class ;)
SVN revision: 61712
12 years ago
Boris Faure
f4890b0345
e: remove useless var and update .gitignore
...
SVN revision: 61710
12 years ago
Hannes Janetzek
5412669200
e17/efm: revert, seems this was no fix
...
SVN revision: 61693
12 years ago
Mike Blumenkrantz
9e5d440eae
devilhorns! :)
...
SVN revision: 61692
12 years ago
Hannes Janetzek
e38757c90a
e17: remove workaround
...
SVN revision: 61690
12 years ago
Carsten Haitzler
9cbcff8ea0
quick hack to fix inf loop on del onf fsel.
...
SVN revision: 61686
12 years ago
Hannes Janetzek
016fde39dc
e17/efm: fix e_fm2_path_set: show contents of 'removable' mountpoints also when the device is already mounted
...
SVN revision: 61683
12 years ago
Hannes Janetzek
b5786321d1
e17: workaround for closing fsel widget causing to stuck in a loop. needs real fix ASAP
...
SVN revision: 61682
12 years ago
Christopher Michael
157080a18f
E: Unbreak eezemount (Sorry stu !) :)
...
SVN revision: 61681
12 years ago
Christopher Michael
1a13f8c26f
E: Make E work with the new XCB stuffs. This breaks out e_alert into
...
it's own utility (as per raster's request/idea). Remove explicit
x_clags in Makefile.am(s) as they are no longer needed.
NB: I added some additional libs to the precache stuffs (even tho it's
not used right now). Also a newer e_main (more optimized).
NB: IF you are brave and want to test this, build evas w/ xcb, build
ecore w/ xcb, then rebuild E. Also, disable building opengl in both
evas & ecore (it's not ready for public consumption when paired w/ xcb).
SVN revision: 61680
12 years ago
Hannes Janetzek
bc5f550546
e17/efm: show mime icons when thumbnail failed
...
SVN revision: 61654
12 years ago
Hannes Janetzek
61afc5a9a5
e17: tweak efm label to be readable at any iconsize
...
SVN revision: 61650
12 years ago
Carsten Haitzler
e923a8b481
fix limit fps - it doesnt totally limit fps as window moves and
...
resizes are still going to work at input event rate, but app rendering
will be limited etc. and this stops e missing updates. so it's a bugfix.
SVN revision: 61643
12 years ago
Carsten Haitzler
82d078956a
dont really need env var anymore - sync options work.
...
SVN revision: 61630
12 years ago
Carsten Haitzler
2ab11c2137
no need to del objects - canvas does that.
...
SVN revision: 61629
12 years ago
Carsten Haitzler
1d376c6207
get rid of crash vector with obj del tracking
...
SVN revision: 61628
12 years ago
Carsten Haitzler
63cd75a12f
tempget -> also do /sys.
...
SVN revision: 61626
12 years ago
Mike Blumenkrantz
8031da1778
prevent early stringshare death
...
SVN revision: 61620
12 years ago
Christopher Michael
17765fdae2
E: Entry: Add UNUSED where missing. Remove unused variables.
...
SVN revision: 61619
12 years ago
Mike Blumenkrantz
024ec09c48
ecrustified
...
SVN revision: 61618
12 years ago
Christopher Michael
a85cbce2cb
E: Use e_util_env_set (more portable). Fix formatting.
...
SVN revision: 61616
12 years ago
Christopher Michael
b623625aad
E: Use PATH_MAX.
...
SVN revision: 61615
12 years ago
Christopher Michael
50dd6a5697
E: Fix formatting. (Really ??? 3 lines for something that can fit on
...
one ?)
SVN revision: 61614
12 years ago
Christopher Michael
d872100a56
E_Randr: Fix more nasty formatting so that code fits in 80-wide
...
terminal.
SVN revision: 61613
12 years ago
Christopher Michael
c13c53af23
E: Fix nasty formatting in backlight code.
...
SVN revision: 61612
12 years ago
Massimo Maiurana
b86e5d282f
updating portuguese translations
...
SVN revision: 61609
12 years ago
Christopher Michael
165813d5de
E: Fix systray module to be engine independant by using just ecore_x
...
library calls.
SVN revision: 61556
12 years ago
Hannes Janetzek
53c33c11d8
e17/backlight: fix doublemenu showing
...
SVN revision: 61532
12 years ago
Massimo Maiurana
404786d60d
updating french translations
...
SVN revision: 61508
12 years ago
Cedric BAIL
2593a6885f
e: remove Space keybinding from e_dialog.
...
It was preventing typing space inside a text entry for connman. So if you
passphrase included a space you were screewed !
SVN revision: 61451
12 years ago
Mike Blumenkrantz
9a0714a1ac
RRRRRRRRRRRRRRRRRRRRRR SHUT UP E_BORDER!!!
...
SVN revision: 61450
12 years ago
Massimo Maiurana
08a8f1fd78
updating portuguese and italian translations
...
SVN revision: 61430
12 years ago
Christopher Michael
f6e699bbb5
E: Fix e_sys wrt Immortal windows. (for ppurka).
...
NB: Prior to this, if you had an Immortal window and selected
Restart/Exit/Etc the _e_sys_action_current variable was not getting
reset, thus if you tried another Restart/Exit you would always get the
'EEK' dialog and get stuck into an endless loop. Even if you removed
the lock on the window, this would still happen.
SVN revision: 61429
12 years ago
Christopher Michael
cfe2544d9f
E: Fix nasty formatting in e_sys.
...
SVN revision: 61427
12 years ago
Mike Blumenkrantz
2b8a975102
ecrustified because it was terrible
...
SVN revision: 61414
12 years ago
Cedric BAIL
313ef3a6d5
e: add new connman error message naming.
...
SVN revision: 61394
12 years ago
Jihoon Kim
d4cb9148af
e: Display preedit in entry of E17
...
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
SVN revision: 61389
12 years ago
Carsten Haitzler
52d8eedc93
add options to run/support other desktop env's as well as load std x
...
stuff.
SVN revision: 61364
12 years ago
Daniel Juyung Seo
52595240fd
e17 e_border.c: Fixed popup position issue. Closed ticket #627 . I
...
tested it and it works fine. Thanks Jim Duchek!
by Jim Duchek <jim.duchek@…>
After adding a fourth monitor (above my center one) this bug became
utterly unbearable, as it started putting every popup on the bottom of
screens 1-3 as well as to the right on screens 2-4. Anyway, attached
is a patch -- it's a fairly obvious logic error.
SVN revision: 61352
12 years ago
Michael BOUCHAUD
680c3eb7ac
e: make some config vars in illume-keyboard. I hope limits will be good for you.
...
SVN revision: 61290
12 years ago
Carsten Haitzler
ad7ad9a092
fix up wheel issue with bl module
...
12 years ago
Hannes Janetzek
a2ac69cd09
e17: raise desklock window above again when other windows try to raise. if someone has a better solution, go ahead!
...
SVN revision: 61194
12 years ago
Massimo Maiurana
69dbf8b015
updating portuguese translations
...
SVN revision: 61174
12 years ago