platform/upstream/enlightenment.git
18 years ago- raise change cb when we press backspace or delete
codewarrior [Mon, 7 Nov 2005 00:19:58 +0000 (00:19 +0000)]
- raise change cb when we press backspace or delete

SVN revision: 18354

18 years agooops
codewarrior [Mon, 7 Nov 2005 00:13:54 +0000 (00:13 +0000)]
oops

SVN revision: 18353

18 years ago- fix e_widget_entry's focus
codewarrior [Mon, 7 Nov 2005 00:09:20 +0000 (00:09 +0000)]
- fix e_widget_entry's focus
- add on_change callback to e_widget_entry
- tidy up some e_entry code

SVN revision: 18352

18 years ago- some first / last icon selection fixes
codewarrior [Sun, 6 Nov 2005 15:35:06 +0000 (15:35 +0000)]
- some first / last icon selection fixes

SVN revision: 18347

18 years ago- bind BackSpace to go back 1 dir
codewarrior [Sun, 6 Nov 2005 14:46:39 +0000 (14:46 +0000)]
- bind BackSpace to go back 1 dir

SVN revision: 18346

18 years ago-m pressing a key like "i" will take you to "images" and "C" takes you to "Code"...
codewarrior [Sun, 6 Nov 2005 14:40:58 +0000 (14:40 +0000)]
-m pressing a key like "i" will take you to "images" and "C" takes you to "Code". Wrapping is also supported."

SVN revision: 18345

18 years ago- aspect ratio
codewarrior [Sun, 6 Nov 2005 13:53:46 +0000 (13:53 +0000)]
- aspect ratio

SVN revision: 18343

18 years ago- fix dnd
codewarrior [Sun, 6 Nov 2005 13:38:46 +0000 (13:38 +0000)]
- fix dnd

SVN revision: 18340

18 years ago- optimize e_icon_layout (still need to do unpack)
codewarrior [Sun, 6 Nov 2005 13:09:54 +0000 (13:09 +0000)]
- optimize e_icon_layout (still need to do unpack)
- optimize loading of large folders (10,000+ files load well now)

Please test and report bugs. I have found a couple myself but havent traced them down yet.

SVN revision: 18339

18 years agoand now show the default and borderless ones. need to scan all available ones
Carsten Haitzler [Sun, 6 Nov 2005 10:13:43 +0000 (10:13 +0000)]
and now show the default and borderless ones. need to scan all available ones
though next and build the list in code.

SVN revision: 18338

18 years agomore ilist widget work... but more fix up livethumb to be cleaner
Carsten Haitzler [Sun, 6 Nov 2005 09:59:12 +0000 (09:59 +0000)]
more ilist widget work... but more fix up livethumb to be cleaner

SVN revision: 18337

18 years agoand working on maing a border selector
Carsten Haitzler [Sun, 6 Nov 2005 08:03:13 +0000 (08:03 +0000)]
and working on maing a border selector
does NOTHING YET! BEWARE! do NOT useit if u dont want some pain. i need to
make ecore evas canavses accepssible form an evas pointer etc. to make the
livethumb stuff cleaner so it can work

SVN revision: 18335

18 years agoading "livethumb" - it uses the ecore evas buffer engine stuff to make a
Carsten Haitzler [Sun, 6 Nov 2005 05:48:51 +0000 (05:48 +0000)]
ading "livethumb" - it uses the ecore evas buffer engine stuff to make a
canvas withni a canvas as a smart obj where ucan set 1 object as the base.
going to be handy for some stuff...

SVN revision: 18334

18 years agoading "livethumb" - it uses the ecore evas buffer engine stuff to make a
Carsten Haitzler [Sun, 6 Nov 2005 05:48:50 +0000 (05:48 +0000)]
ading "livethumb" - it uses the ecore evas buffer engine stuff to make a
canvas withni a canvas as a smart obj where ucan set 1 object as the base.
going to be handy for some stuff...

SVN revision: 18333

18 years agouse elipsis for fileman icons.
Carsten Haitzler [Sun, 6 Nov 2005 03:40:24 +0000 (03:40 +0000)]
use elipsis for fileman icons.
some ilist work. more to come.

SVN revision: 18327

18 years agoilist cd's have some extra params.
Carsten Haitzler [Sat, 5 Nov 2005 13:54:43 +0000 (13:54 +0000)]
ilist cd's have some extra params.

SVN revision: 18322

18 years agodisable the test code!
Carsten Haitzler [Sat, 5 Nov 2005 13:46:02 +0000 (13:46 +0000)]
disable the test code!

SVN revision: 18321

18 years agoilist: look less like arse :)
Carsten Haitzler [Sat, 5 Nov 2005 13:45:08 +0000 (13:45 +0000)]
ilist: look less like arse :)

SVN revision: 18320

18 years agoDown event in a down callback.
sebastid [Sat, 5 Nov 2005 12:42:59 +0000 (12:42 +0000)]
Down event in a down callback.

SVN revision: 18319

18 years agostarting work on ilist... gfx suck atm. need to eat. commit.
Carsten Haitzler [Sat, 5 Nov 2005 12:12:17 +0000 (12:12 +0000)]
starting work on ilist... gfx suck atm. need to eat. commit.

SVN revision: 18318

18 years ago- oops, forgot to save file.
codewarrior [Sat, 5 Nov 2005 11:33:00 +0000 (11:33 +0000)]
- oops, forgot to save file.

SVN revision: 18316

18 years ago- move keyboard code to evas callbacks, thanks raster
codewarrior [Sat, 5 Nov 2005 11:13:13 +0000 (11:13 +0000)]
- move keyboard code to evas callbacks, thanks raster

SVN revision: 18315

18 years agodude! serious wrongness there!
Carsten Haitzler [Sat, 5 Nov 2005 01:51:20 +0000 (01:51 +0000)]
dude! serious wrongness there!

SVN revision: 18310

18 years ago- fix first / last element nav via keyboard
codewarrior [Sat, 5 Nov 2005 01:31:05 +0000 (01:31 +0000)]
- fix first / last element nav via keyboard

SVN revision: 18309

18 years ago- more work on keyboard nav, now window scrolls when we move with keys. still have...
codewarrior [Sat, 5 Nov 2005 01:01:26 +0000 (01:01 +0000)]
- more work on keyboard nav, now window scrolls when we move with keys. still have bug in top topmost first item and lowermost right item.

SVN revision: 18307

18 years agoSo fix it the correct way :)
sebastid [Fri, 4 Nov 2005 23:59:53 +0000 (23:59 +0000)]
So fix it the correct way :)

SVN revision: 18306

18 years agoFullscreen policy. Not tested since my stupid laptop only has one res.
sebastid [Fri, 4 Nov 2005 23:30:18 +0000 (23:30 +0000)]
Fullscreen policy. Not tested since my stupid laptop only has one res.
Please test.

SVN revision: 18303

18 years agoCorrect contains definition.
sebastid [Fri, 4 Nov 2005 23:10:34 +0000 (23:10 +0000)]
Correct contains definition.

SVN revision: 18302

18 years ago- getting the event window doesnt work this way
codewarrior [Fri, 4 Nov 2005 22:53:08 +0000 (22:53 +0000)]
- getting the event window doesnt work this way

SVN revision: 18300

18 years agoSeems like most movie players assume that the window will be resized to
sebastid [Fri, 4 Nov 2005 22:16:22 +0000 (22:16 +0000)]
Seems like most movie players assume that the window will be resized to
actual full screen size. This fixes mplayer problems with fullscreen, and
doesn't seem to harm any other movie player.

SVN revision: 18299

18 years agoRemove unneccesary local allocations.
sebastid [Fri, 4 Nov 2005 21:09:38 +0000 (21:09 +0000)]
Remove unneccesary local allocations.
Remove unused variables and code.
Add missing return statement.
Fix missing return value.

SVN revision: 18298

18 years agoRemove unused prototypes and unused variables.
sebastid [Fri, 4 Nov 2005 21:06:31 +0000 (21:06 +0000)]
Remove unused prototypes and unused variables.

SVN revision: 18297

18 years agoRemove unused variables.
sebastid [Fri, 4 Nov 2005 21:05:57 +0000 (21:05 +0000)]
Remove unused variables.

SVN revision: 18296

18 years agoAdd missing return value.
sebastid [Fri, 4 Nov 2005 21:05:23 +0000 (21:05 +0000)]
Add missing return value.

SVN revision: 18295

18 years agoAdd missing declaration.
sebastid [Fri, 4 Nov 2005 21:04:52 +0000 (21:04 +0000)]
Add missing declaration.

SVN revision: 18294

18 years agoAdd missing header
sebastid [Fri, 4 Nov 2005 21:03:14 +0000 (21:03 +0000)]
Add missing header

SVN revision: 18293

18 years agoRemove unused variable.
sebastid [Fri, 4 Nov 2005 21:02:12 +0000 (21:02 +0000)]
Remove unused variable.

SVN revision: 18292

18 years agoCorrect define for this file.
sebastid [Fri, 4 Nov 2005 21:01:37 +0000 (21:01 +0000)]
Correct define for this file.
Fix function declarations.

SVN revision: 18291

18 years agoFix warnings.
sebastid [Fri, 4 Nov 2005 20:36:05 +0000 (20:36 +0000)]
Fix warnings.

SVN revision: 18290

18 years agowell 80 piels wide for now... i think we need to go over this icon view thing
Carsten Haitzler [Fri, 4 Nov 2005 17:11:02 +0000 (17:11 +0000)]
well 80 piels wide for now... i think we need to go over this icon view thing
in detail...

SVN revision: 18286

18 years agokind of bring fileman icons into some semblance of working
Carsten Haitzler [Fri, 4 Nov 2005 17:02:43 +0000 (17:02 +0000)]
kind of bring fileman icons into some semblance of working

SVN revision: 18285

18 years agokind of bring fileman icons into some semblance of working
Carsten Haitzler [Fri, 4 Nov 2005 17:02:42 +0000 (17:02 +0000)]
kind of bring fileman icons into some semblance of working

SVN revision: 18284

18 years ago- temp fix until icons are properly done
codewarrior [Fri, 4 Nov 2005 14:58:03 +0000 (14:58 +0000)]
- temp fix until icons are properly done

SVN revision: 18282

18 years ago-add \n
codewarrior [Fri, 4 Nov 2005 09:43:55 +0000 (09:43 +0000)]
-add \n

SVN revision: 18277

18 years agoDon't use strlen to check emtpy string.
sebastid [Fri, 4 Nov 2005 09:20:00 +0000 (09:20 +0000)]
Don't use strlen to check emtpy string.

SVN revision: 18274

18 years agoThe app may change the netwm icon.
sebastid [Fri, 4 Nov 2005 09:08:29 +0000 (09:08 +0000)]
The app may change the netwm icon.

SVN revision: 18273

18 years agoDon't use strlen when we are just interested in the first element.
sebastid [Fri, 4 Nov 2005 07:49:12 +0000 (07:49 +0000)]
Don't use strlen when we are just interested in the first element.

SVN revision: 18267

18 years ago- being icon overhaul
codewarrior [Fri, 4 Nov 2005 03:33:23 +0000 (03:33 +0000)]
- being icon overhaul
- icons look bad for now, until everthing is fixed.

SVN revision: 18262

18 years agozh_CN translation update
Emfox Zhou [Fri, 4 Nov 2005 03:20:43 +0000 (03:20 +0000)]
zh_CN translation update

SVN revision: 18259

18 years agofix ibox
Carsten Haitzler [Fri, 4 Nov 2005 00:21:34 +0000 (00:21 +0000)]
fix ibox

SVN revision: 18256

18 years ago- work on icon thumbs, give them their own theme part.
codewarrior [Thu, 3 Nov 2005 15:26:46 +0000 (15:26 +0000)]
- work on icon thumbs, give them their own theme part.

SVN revision: 18254

18 years agomodules back to normal
Carsten Haitzler [Thu, 3 Nov 2005 15:16:12 +0000 (15:16 +0000)]
modules back to normal

SVN revision: 18253

18 years agocacheburst used all the time now :) any time we are just doign a lot of
Carsten Haitzler [Thu, 3 Nov 2005 15:09:17 +0000 (15:09 +0000)]
cacheburst used all the time now :) any time we are just doign a lot of
stuff... cacheburst :)

SVN revision: 18252

18 years agodisable
Carsten Haitzler [Thu, 3 Nov 2005 13:18:00 +0000 (13:18 +0000)]
disable

SVN revision: 18250

18 years agotake advantage of cacheburst
Carsten Haitzler [Thu, 3 Nov 2005 13:07:29 +0000 (13:07 +0000)]
take advantage of cacheburst

SVN revision: 18249

18 years agouse managed calls
Carsten Haitzler [Thu, 3 Nov 2005 11:34:55 +0000 (11:34 +0000)]
use managed calls

SVN revision: 18243

18 years agofile selector is resizable now - cleaned up some unfinisehd code to make it
Carsten Haitzler [Thu, 3 Nov 2005 06:17:08 +0000 (06:17 +0000)]
file selector is resizable now - cleaned up some unfinisehd code to make it
work :)

SVN revision: 18240

18 years ago- enter changes dirs or launches file
codewarrior [Wed, 2 Nov 2005 16:31:18 +0000 (16:31 +0000)]
- enter changes dirs or launches file

SVN revision: 18222

18 years ago- dont fiddle with the keyboard if we dont have a win assigned
codewarrior [Wed, 2 Nov 2005 16:18:18 +0000 (16:18 +0000)]
- dont fiddle with the keyboard if we dont have a win assigned

SVN revision: 18221

18 years ago- being keyboard navigation for efm
codewarrior [Wed, 2 Nov 2005 16:08:21 +0000 (16:08 +0000)]
- being keyboard navigation for efm

SVN revision: 18219

18 years ago- show selections
codewarrior [Wed, 2 Nov 2005 11:10:37 +0000 (11:10 +0000)]
- show selections

SVN revision: 18214

18 years ago- fix shadows
codewarrior [Wed, 2 Nov 2005 09:17:44 +0000 (09:17 +0000)]
- fix shadows

SVN revision: 18212

18 years agosome correctness stuff
Carsten Haitzler [Wed, 2 Nov 2005 06:28:52 +0000 (06:28 +0000)]
some correctness stuff

SVN revision: 18204

18 years agoactually clip files.
Carsten Haitzler [Wed, 2 Nov 2005 06:07:33 +0000 (06:07 +0000)]
actually clip files.

SVN revision: 18203

18 years ago- esmart isn't part of e17, its bugs don't belong here
Dan Sinclair [Wed, 2 Nov 2005 04:38:46 +0000 (04:38 +0000)]
- esmart isn't part of e17, its bugs don't belong here

SVN revision: 18202

18 years agomake them different sizes for debugging help fun and an extra clip show
Carsten Haitzler [Wed, 2 Nov 2005 04:05:13 +0000 (04:05 +0000)]
make them different sizes for debugging help fun and an extra clip show
check for correctness

SVN revision: 18201

18 years agoremove missing files from data/themes/images/Makefile.am
quan74 [Wed, 2 Nov 2005 02:12:00 +0000 (02:12 +0000)]
remove missing files from data/themes/images/Makefile.am

SVN revision: 18198

18 years ago- fix icon file names
codewarrior [Wed, 2 Nov 2005 01:37:11 +0000 (01:37 +0000)]
- fix icon file names
- fix spacing

SVN revision: 18197

18 years ago-add more spacing to icons
codewarrior [Tue, 1 Nov 2005 22:08:07 +0000 (22:08 +0000)]
-add more spacing to icons

SVN revision: 18194

18 years agosupport REDRAW_DEBUG env var
Carsten Haitzler [Tue, 1 Nov 2005 09:49:03 +0000 (09:49 +0000)]
support REDRAW_DEBUG env var

SVN revision: 18187

18 years agoalso use util strcmp
Carsten Haitzler [Tue, 1 Nov 2005 02:44:08 +0000 (02:44 +0000)]
also use util strcmp

SVN revision: 18182

18 years agoif module doesnt init - give up.
Carsten Haitzler [Tue, 1 Nov 2005 02:41:58 +0000 (02:41 +0000)]
if module doesnt init - give up.

SVN revision: 18181

18 years agoDisable esmart_textarea for now, mention that it needs to be fixed and re enabled.
David Walter Seikel [Mon, 31 Oct 2005 15:49:31 +0000 (15:49 +0000)]
Disable esmart_textarea for now, mention that it needs to be fixed and re enabled.

SVN revision: 18170

18 years agoMinor update.
troback [Mon, 31 Oct 2005 14:42:03 +0000 (14:42 +0000)]
Minor update.

SVN revision: 18168

18 years agoremove double separator
handyande [Mon, 31 Oct 2005 10:27:06 +0000 (10:27 +0000)]
remove double separator

SVN revision: 18167

18 years ago- change font when something is selected
codewarrior [Mon, 31 Oct 2005 10:08:41 +0000 (10:08 +0000)]
- change font when something is selected

SVN revision: 18166

18 years ago-bug fixes
codewarrior [Mon, 31 Oct 2005 09:46:27 +0000 (09:46 +0000)]
-bug fixes

SVN revision: 18165

18 years ago- fix warnings
codewarrior [Mon, 31 Oct 2005 09:31:05 +0000 (09:31 +0000)]
- fix warnings

SVN revision: 18164

18 years ago- remove strdup, not needed.
codewarrior [Mon, 31 Oct 2005 00:08:45 +0000 (00:08 +0000)]
- remove strdup, not needed.

SVN revision: 18159

18 years ago- file selector work (files can be selected using double click)
codewarrior [Mon, 31 Oct 2005 00:01:54 +0000 (00:01 +0000)]
- file selector work (files can be selected using double click)
- eap editor bugs
- lets start using the built in eap editor and iron out bugs

SVN revision: 18158

18 years agochanged a few translation so it will fit better in the box and fixed a few typo's
nielsabspoel [Sun, 30 Oct 2005 22:13:53 +0000 (22:13 +0000)]
changed a few translation so it will fit better in the box and fixed a few typo's

SVN revision: 18155

18 years agorectified small problems with spaces between words and improved word choice for some...
nielsabspoel [Sun, 30 Oct 2005 18:59:34 +0000 (18:59 +0000)]
rectified small problems with spaces between words and improved word choice for some screens and windows

SVN revision: 18152

18 years agoclean up sb removal. move menu border to its own file
Carsten Haitzler [Sun, 30 Oct 2005 11:05:57 +0000 (11:05 +0000)]
clean up sb removal. move menu border to its own file

SVN revision: 18149

18 years ago- remove old scrollbar stuff
codewarrior [Sun, 30 Oct 2005 09:51:26 +0000 (09:51 +0000)]
- remove old scrollbar stuff

SVN revision: 18145

18 years ago- remove old scrollbar stuff
codewarrior [Sun, 30 Oct 2005 09:40:34 +0000 (09:40 +0000)]
- remove old scrollbar stuff

SVN revision: 18143

18 years agooops, testing value
codewarrior [Sun, 30 Oct 2005 09:00:01 +0000 (09:00 +0000)]
oops, testing value

SVN revision: 18141

18 years ago- redo scrollbar
codewarrior [Sun, 30 Oct 2005 08:48:07 +0000 (08:48 +0000)]
- redo scrollbar

SVN revision: 18140

18 years ago- fix scrolling
codewarrior [Sun, 30 Oct 2005 08:40:37 +0000 (08:40 +0000)]
- fix scrolling

SVN revision: 18139

18 years agothe default edje is well - just too heavy. less heavy now :)
Carsten Haitzler [Sun, 30 Oct 2005 05:36:50 +0000 (05:36 +0000)]
the default edje is well - just too heavy. less heavy now :)

SVN revision: 18126

18 years agoscrollframe now accepts key press events to control it too - use in
Carsten Haitzler [Sun, 30 Oct 2005 05:20:14 +0000 (05:20 +0000)]
scrollframe now accepts key press events to control it too - use in
conjunction with propagate for child widgets/objects as to if u want events
to go back to the parent scrollframe or not

SVN revision: 18124

18 years agoallow custom pan object instead of e_pan and custom frame theme (see e_test.c
Carsten Haitzler [Sat, 29 Oct 2005 15:56:51 +0000 (15:56 +0000)]
allow custom pan object instead of e_pan and custom frame theme (see e_test.c
for examples of use - commented/#if 0'd out)

SVN revision: 18111

18 years ago- remove printf
codewarrior [Sat, 29 Oct 2005 14:19:23 +0000 (14:19 +0000)]
- remove printf

SVN revision: 18108

18 years ago-real fix
codewarrior [Sat, 29 Oct 2005 14:16:21 +0000 (14:16 +0000)]
-real fix

SVN revision: 18107

18 years ago- 64 bit fix (ilLogict)
codewarrior [Sat, 29 Oct 2005 13:53:23 +0000 (13:53 +0000)]
- 64 bit fix (ilLogict)

SVN revision: 18106

18 years ago- menu entry candy (ilLogict)
codewarrior [Sat, 29 Oct 2005 13:52:37 +0000 (13:52 +0000)]
- menu entry candy (ilLogict)

SVN revision: 18105

18 years agoa scrollview smart plus gfx for it.
Carsten Haitzler [Sat, 29 Oct 2005 11:51:19 +0000 (11:51 +0000)]
a scrollview smart plus gfx for it.

SVN revision: 18103

18 years ago- add support for list view (not selectable yet)
codewarrior [Sat, 29 Oct 2005 11:48:18 +0000 (11:48 +0000)]
- add support for list view (not selectable yet)

SVN revision: 18102

18 years ago- add list view for icon
codewarrior [Sat, 29 Oct 2005 11:44:17 +0000 (11:44 +0000)]
- add list view for icon

SVN revision: 18101

18 years ago- temp fix for background / right click menu
codewarrior [Sat, 29 Oct 2005 09:53:19 +0000 (09:53 +0000)]
- temp fix for background / right click menu

SVN revision: 18096

18 years agoupdate dutch translation of enlightenment for new feautures date 28-10-2005
nielsabspoel [Sat, 29 Oct 2005 08:05:24 +0000 (08:05 +0000)]
update dutch translation of enlightenment for new feautures date 28-10-2005

SVN revision: 18090