Commit Graph

34 Commits

Author SHA1 Message Date
Carsten Haitzler 16a328cba1 and make entry work nicely by freezing/holding scrolling (hold == different
scroll mode).



SVN revision: 39601
2009-03-20 15:08:33 +00:00
Carsten Haitzler e5298074e7 work on bettre touchscreen text selection support. not 100% done yet. been
playing with ideas. this one seems best.



SVN revision: 39579
2009-03-19 13:36:46 +00:00
Carsten Haitzler 6e0c99e69f fixes for some bugs i found, tree ability in genlist (basic not fully done
visually yet), and some win util calls added.



SVN revision: 39456
2009-03-13 05:50:38 +00:00
Carsten Haitzler 4954c694d7 no - need to add. the strings are not necessarily stringshare strings!
SVN revision: 39233
2009-02-26 06:09:15 +00:00
Carsten Haitzler 4e998eac34 1. setsid to children detech from parent
2. entry segv fix possibly
3. some formatting for list frees



SVN revision: 39225
2009-02-26 02:13:34 +00:00
Gustavo Sverzut Barbieri d1d91b99df Move eina list iterations to EINA_LIST_FOREACH variants.
By using these macros we can avoid errors and if we need to change
things, we do just in the macro definitions.



SVN revision: 39216
2009-02-25 19:50:45 +00:00
Gustavo Sverzut Barbieri 2e62b41b1b major warning + cast cleanup.
* casts: remove internal "Item" and use "Elm_XXXX_Item" for carousel,
   list, genlist and toolbar.

 * warning: fix const on lots of getter apis, the object should be
   const, and not the return! Of course lists that are returned and
   are not supposed to be modified are still returned as const, but
   maybe we should return iterators!

 * list/genlist: fix selected_set() to be a bit (marginally)
   faster. Do not operate if state has not changed and if it did
   changed we're sure we're not in the object->selected list.




SVN revision: 39208
2009-02-25 15:54:26 +00:00
Carsten Haitzler 986fcca059 allow for all widgets.objects to have different scaling factors.
add tests for these
add tests for inheriting scaling factor from parent
fix test app to use list now instead of box+buttons (cleaner)



SVN revision: 38909
2009-02-03 05:09:03 +00:00
Carsten Haitzler 478023f683 export markup<->plain utf8 conversion calls and use them too.
SVN revision: 38803
2009-01-27 00:44:29 +00:00
Carsten Haitzler c67ff552a6 printf--
SVN revision: 38369
2008-12-31 01:03:36 +00:00
Carsten Haitzler f05d05fc0e better kbd focus handling and inwin is there.
SVN revision: 38357
2008-12-30 16:19:46 +00:00
Carsten Haitzler 2decf1c941 and now it actually buidls and runs without x support.
SVN revision: 38078
2008-12-10 06:43:21 +00:00
Carsten Haitzler 2a41db988e be able to build without x - so it should work on the fb.. and it does... at
leats my mouse and keyboard do - and windows are fullscreen of course... and
really you have a technical limit of 1 window... but hey! that's the fb!



SVN revision: 38077
2008-12-10 06:33:24 +00:00
Carsten Haitzler 9b701fc3f8 patch from olof to fix paste :)
SVN revision: 38033
2008-12-08 23:46:46 +00:00
Carsten Haitzler 0fceb721f6 call clicked on delete of the hover so things can be shut down.
also a fixme - bad me. i used internal calls.



SVN revision: 37837
2008-11-27 23:36:21 +00:00
Carsten Haitzler 793b34f2f9 fix some dynamic object deletion for sub-objects. fix some theme stuff too
for popout hover.



SVN revision: 37818
2008-11-27 05:41:13 +00:00
Carsten Haitzler e461806172 x copy and paste... integrated
SVN revision: 37706
2008-11-19 06:23:08 +00:00
Carsten Haitzler 8e9f6b8fbc more todo items done/added
SVN revision: 37702
2008-11-18 10:11:57 +00:00
Carsten Haitzler 034f736160 used new edje calls and fix bugs.
SVN revision: 37701
2008-11-18 08:45:38 +00:00
Carsten Haitzler 1917ae7240 make use of the signal propagatin to child objects for cursors etc. and so
indicate focus with a cursor.



SVN revision: 37689
2008-11-17 05:58:21 +00:00
Carsten Haitzler 6099cd001a fix some bugs :)
SVN revision: 37671
2008-11-16 12:17:42 +00:00
Carsten Haitzler ee7131de29 and make elm auto-scale much better on the fly - not perfect... but not to
shabby. also in theory should cover theme changes on the fly... haven't tested.



SVN revision: 37662
2008-11-15 13:58:50 +00:00
Carsten Haitzler 6f493e0ee1 so much more - valgrind complaints fixed in many places, leaks
and anchorblock/view are working...



SVN revision: 37081
2008-10-25 02:11:06 +00:00
Cedric BAIL 2d9ac9118b Remove Evas list from elementary.
SVN revision: 36979
2008-10-22 14:11:59 +00:00
Carsten Haitzler fc392751dc use hold flags
SVN revision: 36965
2008-10-22 12:00:16 +00:00
Carsten Haitzler a3ad00322f and support password mode and proper focus on click
SVN revision: 36958
2008-10-22 08:58:56 +00:00
Carsten Haitzler 3a2be900c9 defer recalc for faster init and changes.
SVN revision: 36766
2008-10-18 03:55:44 +00:00
Carsten Haitzler 6efd817f14 and signal right.
SVN revision: 36756
2008-10-17 14:53:07 +00:00
Carsten Haitzler 11bc6d908d and some final touches on signals from entry widget
SVN revision: 36755
2008-10-17 14:51:17 +00:00
Carsten Haitzler ab493a0d00 and now entry is pretty much done (no hooks to x copy/paste selections etc.
but for now that's ok)



SVN revision: 36754
2008-10-17 14:40:54 +00:00
Carsten Haitzler 4c94e5067a and support/test the new edje entry stuff. pretyt solid i think.
SVN revision: 36742
2008-10-17 06:41:07 +00:00
Carsten Haitzler c0fd5ab12f use edje entry stuff more
SVN revision: 36710
2008-10-16 09:17:57 +00:00
Carsten Haitzler 1d74aa8f21 more entry testing and support.
SVN revision: 36666
2008-10-15 09:58:44 +00:00
Carsten Haitzler cd8a1192b0 warnings-- and beginning of entry widget.
SVN revision: 36653
2008-10-14 08:05:30 +00:00