Yomi
0dc33a5aeb
Fix misspellings in E's files.
...
Summary: Fix misspellings and spaces in E's files.
Reviewers: zmike
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2676
8 years ago
Chris Michael
0a94e8ba71
enlightenment: Make E build again with EFL from git
...
sed -i 's/EAPI/E_API/g'
Signed-off-by: Chris Michael <cp.michael@samsung.com>
8 years ago
Mike Blumenkrantz
471dcb24cb
__UNUSED__ -> EINA_UNUSED
...
this has been bugging me forever. __UNUSED__ is no longer a valid macro here.
8 years ago
Mike Blumenkrantz
9e8e755cdf
formatting: all at once
...
SVN revision: 82625
10 years ago
Mike Blumenkrantz
9543eb5c37
fix bug where slider could be changed while disabled
...
ticket #2169
SVN revision: 82403
10 years ago
Mike Blumenkrantz
42ceb58540
merge a big e17 doc patch
...
ticket #91
SVN revision: 73408
11 years ago
Vincent Torri
c3b0637802
e17: whitespaces--
...
SVN revision: 72561
11 years ago
Carsten Haitzler
26a35cdf01
backlight config tab, module, slider and core in. somehow doesnt work
...
with hal atm even tho i think i sent the right dbus req. hmmm. get
response.. of 0 for getting bl. for xrandr it works.
SVN revision: 60242
12 years ago
Lucas De Marchi
6638a10e20
FORMATTING
...
* Remove vim modelines:
find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \;
find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \;
* Remove leading blank lines:
find . -name '*.[cxh]' -exec sed -i '/./,$!d'
If you use vim, use this in your .vimrc:
set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0
SVN revision: 50816
13 years ago
Christopher Michael
72a851477e
Fix modules dialog to work w/ smaller resolutions (ilist was too tall).
...
Add some missing wrapper functions for slider widget (used in new temp
config dialog).
SVN revision: 47797
13 years ago
Gustavo Sverzut Barbieri
2e246ac1be
slider cleanups and support for special values.
...
Special values enables showing different label for some values, for
example, 0 may mean "undefined", "never"...
cleanup -Wextra was done as well.
SVN revision: 47144
13 years ago
Christopher Michael
dd1031c82e
More API Inconsistency fixes:
...
e_flowlayout_min_size/e_flowlayout_max_size_ changed to size_min/max
e_entry_min_size_* changed to e_entry_size_min_*
e_slider_min_size changed to e_slider_size_min_*
SVN revision: 42164
14 years ago
Christopher Michael
6ab63682dd
Fix API Inconsistency in regards to e_widget_min_size_* . Renamed to
...
e_widget_size_min_* . This Large commit should fix everything in svn that is
using those functions.
SVN revision: 42152
14 years ago
Gustavo Sverzut Barbieri
6856f48592
Add const to e_widget_slider fmt.
...
SVN revision: 33693
15 years ago
moom
fce9abc827
[Widget_Slider] Fix the emission of the "e,state,enabled/disabled" signal
...
SVN revision: 25564
17 years ago
rephorm
a5c71890d4
****** MAJOR THEME REWORKING -- BREAKAGE *********
...
17 years ago
Carsten Haitzler
d104992051
* border property patch - dont generate on moves
...
17 years ago
Stafford Mitchell Horne
afdd5b0686
Add Font Configuration Dialog, and...
...
* Added some e_widget api for handy things (Toggling checks, Setting Entry Text...)
* Fixed some compiler warnings
* TODO : Font hinting and this new font dialog should be merged, Also, need
To add font fallbacks configuration to this dialog
SVN revision: 21655
17 years ago
sebastid
6a638a7806
Fix EAPI warnings.
...
SVN revision: 19597
17 years ago
Carsten Haitzler
57a8d8af40
fix desktop config dialog - prepare for doing a real desktop - preview (blank
...
17 years ago
Carsten Haitzler
f7027577cc
added 2 more config dialogs. examples of slider
...
17 years ago
Carsten Haitzler
b0a324b5ee
slider widget... workies (in theory). still nto that pretty.
...
17 years ago
Carsten Haitzler
4698fd4656
add slider widget wrapper - NOT COMPLETe YET. DO NOT USE. i have just put it
...
17 years ago