Vincent Torri
992597240a
allow compilation of battery module on mac os x
...
SVN revision: 39935
14 years ago
Vincent Torri
ee5f8d6668
[name]_CFLAGS and [name]_LIBS are already substituted by PKG_CHECK_MODULES
...
SVN revision: 39934
14 years ago
Vincent Torri
de2e6e5be1
ecore_x_window_del -> ecore_x_window_free
...
SVN revision: 39931
14 years ago
Andreas Volz
dc515d9973
set minimum size for cards list
...
SVN revision: 39928
14 years ago
Vincent Torri
7506655ca9
ecore_x_window_del -> ecore_x_window_free
...
SVN revision: 39924
14 years ago
Daniel Kolesa
1bb6431329
Updated E debian stuff for new repos
...
SVN revision: 39923
14 years ago
Massimo Maiurana
bdb602fd47
updating french and italian translations
...
SVN revision: 39908
14 years ago
Gustavo Sverzut Barbieri
619ed37fed
eina_stringshare_replace() gets in!
...
I was replicating this code in many places, it should go into eina itself.
It's the right way to change strings that you don't know are
stringshared before, since it will first add a reference and then
remove, making it impossible to have references to go 0 and string
being released before adding new references, fixing the following
possible problem:
x = eina_stringshare_add("x");
replace(x, x);
then:
incorrect_replace(const char **b, const char *a) {
eina_stringshare_del(*b); /* reference gets to 0 */
eina_stringshare_add(a); /* BUG!!! */
*b = a;
}
SVN revision: 39903
14 years ago
Christopher Michael
3836c7ba2b
Remove erroneous widget_data_get call
...
SVN revision: 39902
14 years ago
Carsten Haitzler
5560c29017
when hacking.... know what u are doing
...
SVN revision: 39892
14 years ago
Carsten Haitzler
9b244804e9
add a cmd-line opt to skip format test...
...
SVN revision: 39891
14 years ago
Daniel Kolesa
d2975ac947
Make profiles working again. Thanks to Sachiel for the fix :)
...
SVN revision: 39889
14 years ago
Massimo Maiurana
405fb5f822
updating french and italian translations
...
SVN revision: 39888
14 years ago
Viktor Kojouharov
9a303630ae
shorten some strings
...
SVN revision: 39886
14 years ago
Viktor Kojouharov
170993d5bd
convert the fm config dialog into a toolbook.
...
gui for 2 new options -> windows_modifiers (this should really be the default) and case insensitivity
SVN revision: 39883
14 years ago
Gustavo Sverzut Barbieri
d68e3158cf
minor speedups.
...
the e_main.c change might prove useful as it will minimize path
resolution a lot, something that is not that cheap, even more durin e
startup where disc is still spinning due other tasks
starting. HOWEVER, it might bring problems to those using pre
GLibC-2.4 (we're at 2.9 these days) and maybe people using Solaris or
BSD, let's see if they have any trouble.
SVN revision: 39880
14 years ago
Christopher Michael
9533dd4543
Formatting, Whitespace Removal, Remove useless return in one function,
...
Initialize variables to NULL.
SVN revision: 39872
14 years ago
Christopher Michael
794ef7748f
Formatting
...
SVN revision: 39870
14 years ago
Christopher Michael
5d1b71ff89
Include proper slider images for each group.
...
SVN revision: 39868
14 years ago
Carsten Haitzler
b443014888
default theme is now the grey wp at the start... should have a better frame
...
for it - need to improve the thum frames anyway. also the all desktops/this
desk/this screen now works. need to next add add pic/add exhcange/add
gradient buttons
SVN revision: 39867
14 years ago
Carsten Haitzler
cbe9342be3
for e_thumb.. use preload!
...
SVN revision: 39866
14 years ago
Davide Andreoli
ffd353ac39
* E_Fwin:
...
14 years ago
Davide Andreoli
431f044b2e
Fix 'Open' command of EFM. was broken since last commit...
...
14 years ago
Christopher Michael
6d1cdc0e47
Remove silly return at end of function.
...
SVN revision: 39861
14 years ago
Carsten Haitzler
4713e80ed2
click anywhere dismisses slideout.
...
SVN revision: 39859
14 years ago
Carsten Haitzler
48f797413b
nice shadow around/behind the slide-up.
...
SVN revision: 39858
14 years ago
Carsten Haitzler
f913e6a018
comments for todo...
...
SVN revision: 39856
14 years ago
Carsten Haitzler
debd837c0b
add a slide out panel/tab to put options and stuff in.
...
SVN revision: 39855
14 years ago
Carsten Haitzler
634485d2bc
and properly hide windows that ask to be iconified on start!
...
SVN revision: 39853
14 years ago
Davide Andreoli
7d4e6b8413
* Add a submenu to the efm open-with menu, to show suggested applications.
...
14 years ago
Eric Schuele
f9eb2b96c6
Icons compliments of Manowarror. (Hopefully I've put them in the correct location)
...
SVN revision: 39851
14 years ago
Eric Schuele
d6dab499bc
Icons compliments of Manowarror. (Hopefully I've put them in the correct location)
...
SVN revision: 39850
14 years ago
Davide Andreoli
9a4621d5f5
* Patch from Sergey to merge the 2 list in the open with dialog.
...
14 years ago
Davide Andreoli
101b2f7cf3
* Fix wallpaper import on language with floating point separator different that ','
...
14 years ago
Davide Andreoli
7beda31923
Patch by Sergey to apply efm window geometry if found in the custom file.
...
14 years ago
Davide Andreoli
3553055573
Scale dialogs icons with e_scale
...
SVN revision: 39846
14 years ago
Gustavo Sverzut Barbieri
1532f064cb
use scaled icon size.
...
SVN revision: 39843
14 years ago
Massimo Maiurana
543fe99420
updating french translation
...
SVN revision: 39832
14 years ago
Rafael Antognolli
b7234a0020
Changing e_conf_wallpaper_import dialog.
...
It has been split into two other dialogs, one for wallpaper file selection
and another one for import settings.
Also the "Set As Background" efm action just calls the latter because the file
was already selected.
SVN revision: 39831
14 years ago
Viktor Kojouharov
3805af7fcc
files can now be dragged over destination files (not just subdirs). In that case, the source file will be sent to the directory that houses the dest file. No more seggies
...
SVN revision: 39829
14 years ago
Cedric BAIL
782923ada6
* illumine: Cleanup handler destruction.
...
SVN revision: 39828
14 years ago
Viktor Kojouharov
e33ba2d5f0
ctrl+n duplicates the current fwin
...
SVN revision: 39826
14 years ago
Carsten Haitzler
315df37115
some more shadows to wp dialog
...
SVN revision: 39825
14 years ago
Cedric BAIL
c1363b97e3
* e_box: Prevent the reuse of a free memory adress.
...
SVN revision: 39821
14 years ago
Carsten Haitzler
21aec52b31
oops. timer works now always
...
SVN revision: 39817
14 years ago
Carsten Haitzler
d1869f6bdc
leak--
...
SVN revision: 39816
14 years ago
Carsten Haitzler
6ed65911db
matching theme changes too...
...
SVN revision: 39812
14 years ago
Carsten Haitzler
e2cf497e84
now dialog doesnt require globals.
...
SVN revision: 39811
14 years ago
Carsten Haitzler
3df9e955f5
and fix unsel...
...
SVN revision: 39810
14 years ago
Carsten Haitzler
5f9f0c17c5
stay open until click on bg to close.
...
SVN revision: 39809
14 years ago