Davide Andreoli [Sat, 15 Aug 2009 10:46:57 +0000 (10:46 +0000)]
* Progressbar: Use correct doxygen start symbol
SVN revision: 41787
Gustavo Sverzut Barbieri [Fri, 14 Aug 2009 21:03:09 +0000 (21:03 +0000)]
optimization: remove list using it's node pointer.
this makes removal order-1 instead of order-N
SVN revision: 41778
Jonathan Atton [Fri, 14 Aug 2009 19:08:54 +0000 (19:08 +0000)]
Add a test on hold on in the callback events
SVN revision: 41775
Davide Andreoli [Fri, 14 Aug 2009 12:05:40 +0000 (12:05 +0000)]
* Doxy: don't need to generate the index, is on the topbar yet
SVN revision: 41759
Davide Andreoli [Fri, 14 Aug 2009 11:17:06 +0000 (11:17 +0000)]
* Hoversel: add 2 new API calls:
EAPI void elm_hoversel_clear(Evas_Object *obj)
To remove all the items from the hoversel.
EAPI void elm_hoversel_item_icon_set(Elm_Hoversel_Item *it, const char *icon_file, const char *icon_group, Elm_Icon_Type icon_type)
To set the icon of the item, also from an edje file!!
SVN revision: 41757
Viktor Kojouharov [Fri, 14 Aug 2009 01:53:58 +0000 (01:53 +0000)]
From: Viktor Kojouharov <vkojouharov@gmail.com>
scroller patch for elm to not scroll while modifier down (ok) and to use
other axis for wheel too.
SVN revision: 41752
Davide Andreoli [Thu, 13 Aug 2009 22:59:12 +0000 (22:59 +0000)]
* Rename some cbs in tests
SVN revision: 41751
Davide Andreoli [Thu, 13 Aug 2009 22:41:43 +0000 (22:41 +0000)]
* Split up elementary test.c in several files, one per widget
SVN revision: 41749
Gustavo Sverzut Barbieri [Thu, 13 Aug 2009 17:56:07 +0000 (17:56 +0000)]
elm_list: setters for label, icon and end.
This way we can dynamically change the row contents.
SVN revision: 41746
Gustavo Sverzut Barbieri [Thu, 13 Aug 2009 15:15:18 +0000 (15:15 +0000)]
data_get returns void*, not const void*
It is the convention for generic user data to get as const and return
as not const to avoid useless casts all around.
SVN revision: 41741
Davide Andreoli [Wed, 12 Aug 2009 23:04:26 +0000 (23:04 +0000)]
File Selector: rename the source from elm_ to elc_
SVN revision: 41723
Davide Andreoli [Wed, 12 Aug 2009 22:43:50 +0000 (22:43 +0000)]
* File Selector: sort better the directory list (not case-sens & order-dir-first)
I used the strcoll function to order the list. You need to set the locale in your
application or the comparison will be made by strcmp (in a case sensitive manner)
SVN revision: 41722
Davide Andreoli [Wed, 12 Aug 2009 22:37:48 +0000 (22:37 +0000)]
* Add the *_icon_get() API calls for all the widgets that have the *_icon_set() corresponding func.
SVN revision: 41721
Davide Andreoli [Wed, 12 Aug 2009 20:08:41 +0000 (20:08 +0000)]
* Remove duplicated 'File selector' entry in the tests list
SVN revision: 41718
Carsten Haitzler [Wed, 12 Aug 2009 16:43:46 +0000 (16:43 +0000)]
note++
SVN revision: 41711
michael bouchaud [Wed, 12 Aug 2009 16:16:31 +0000 (16:16 +0000)]
From: michael bouchaud <michael.bouchaud@gmail.com>
progress bar patch - awesome. all there. excellent. a bit of formatting
fixes, but in. thanks!
SVN revision: 41710
Dave Andreoli [Wed, 12 Aug 2009 16:08:53 +0000 (16:08 +0000)]
From: Dave Andreoli <dave@gurumeditation.it>
file selector patch - awesome! in early. work needed.
SVN revision: 41709
Davide Andreoli [Wed, 12 Aug 2009 11:18:08 +0000 (11:18 +0000)]
* add another _label_get() function
This also fix ticket #294 on trac :)
SVN revision: 41700
Davide Andreoli [Tue, 11 Aug 2009 10:44:49 +0000 (10:44 +0000)]
Implement all the *_label_get() functions for widgets that have a *_label_set() function.
SVN revision: 41684
Gustavo Sverzut Barbieri [Sun, 9 Aug 2009 22:23:46 +0000 (22:23 +0000)]
proper check of elm_win object types.
This allows using elm stuff inside regular evas windows not created
with elm_win and possible mistakes using elm_win api, now it checks
for elm type before continuing.
By: Thiago 'bolaum' Borges Abdnur.
SVN revision: 41651
Carsten Haitzler [Thu, 30 Jul 2009 01:56:07 +0000 (01:56 +0000)]
missed - script fail.fix now to next soname
SVN revision: 41541
Carsten Haitzler [Wed, 29 Jul 2009 08:10:44 +0000 (08:10 +0000)]
SNAPSHOT: elementary 0.5.1.0
SVN revision: 41533
Carsten Haitzler [Wed, 29 Jul 2009 08:03:25 +0000 (08:03 +0000)]
SNAPSHOT: svn-03
SVN revision: 41532
Vincent Torri [Tue, 7 Jul 2009 06:46:51 +0000 (06:46 +0000)]
remove trailing spaces
SVN revision: 41261
Carsten Haitzler [Fri, 3 Jul 2009 11:16:16 +0000 (11:16 +0000)]
and add the top docs
SVN revision: 41240
Carsten Haitzler [Fri, 3 Jul 2009 11:04:25 +0000 (11:04 +0000)]
more docs!
SVN revision: 41239
Carsten Haitzler [Fri, 3 Jul 2009 02:24:43 +0000 (02:24 +0000)]
more docs!
SVN revision: 41238
Carsten Haitzler [Fri, 3 Jul 2009 01:09:54 +0000 (01:09 +0000)]
more docs
SVN revision: 41234
Cedric BAIL [Wed, 17 Jun 2009 15:35:19 +0000 (15:35 +0000)]
* elementary: Full switch to Eina data type.
SVN revision: 41081
Carsten Haitzler [Mon, 15 Jun 2009 06:29:43 +0000 (06:29 +0000)]
back to svn soname
SVN revision: 41042
Carsten Haitzler [Mon, 15 Jun 2009 05:32:49 +0000 (05:32 +0000)]
make distcheck and... SNAP!
SVN revision: 41039
Carsten Haitzler [Sun, 14 Jun 2009 22:20:15 +0000 (22:20 +0000)]
fix hoversel theme.
SVN revision: 41037
Gustavo Sverzut Barbieri [Fri, 12 Jun 2009 22:55:06 +0000 (22:55 +0000)]
report global scale if none is set.
If there is no parent or no scale set we should report the global
value, not try to get from the existent parent that would fail the
API_ENTRY and thus return 1.0.
SVN revision: 41022
Carsten Haitzler [Fri, 12 Jun 2009 05:34:00 +0000 (05:34 +0000)]
fix string for font path env var
SVN revision: 41011
Cedric BAIL [Tue, 9 Jun 2009 15:29:41 +0000 (15:29 +0000)]
* elementary: Remove use of deprecated evas_stringshare.
SVN revision: 40981
Vincent Torri [Mon, 8 Jun 2009 07:07:21 +0000 (07:07 +0000)]
use the gdi engine on Windows. It has better rotation support.
This means that i have to fix ddraw engine :)
SVN revision: 40961
Carsten Haitzler [Wed, 3 Jun 2009 14:30:32 +0000 (14:30 +0000)]
move getenvs to just before use
SVN revision: 40879
Carsten Haitzler [Sun, 31 May 2009 21:59:31 +0000 (21:59 +0000)]
more... DOCS!
SVN revision: 40868
Mike Frysinger [Sat, 23 May 2009 20:12:13 +0000 (20:12 +0000)]
add proper ACLOCAL_AMFLAGS
SVN revision: 40803
Daniel Kolesa [Sat, 23 May 2009 13:57:54 +0000 (13:57 +0000)]
Some fixes for debian.
SVN revision: 40796
Carsten Haitzler [Sat, 23 May 2009 08:45:57 +0000 (08:45 +0000)]
add release stuff to elementary!
SVN revision: 40788
Carsten Haitzler [Fri, 22 May 2009 21:01:46 +0000 (21:01 +0000)]
elementary doc
SVN revision: 40781
Carsten Haitzler [Tue, 19 May 2009 14:08:18 +0000 (14:08 +0000)]
some more docs
SVN revision: 40745
Carsten Haitzler [Tue, 19 May 2009 14:05:43 +0000 (14:05 +0000)]
multi-line the docs for main
SVN revision: 40744
Carsten Haitzler [Tue, 19 May 2009 13:53:03 +0000 (13:53 +0000)]
fix - missing call
SVN revision: 40742
Carsten Haitzler [Tue, 19 May 2009 13:50:06 +0000 (13:50 +0000)]
more docs!
SVN revision: 40741
Carsten Haitzler [Tue, 19 May 2009 09:48:21 +0000 (09:48 +0000)]
and new style doxy for elm
SVN revision: 40735
Carsten Haitzler [Tue, 19 May 2009 09:29:20 +0000 (09:29 +0000)]
documentation... more! build! look vaguely ok
SVN revision: 40734
Carsten Haitzler [Mon, 18 May 2009 14:14:33 +0000 (14:14 +0000)]
hmm more select issues - put in hilights
SVN revision: 40724
Carsten Haitzler [Mon, 18 May 2009 06:08:53 +0000 (06:08 +0000)]
begin docs inline...
SVN revision: 40716
Carsten Haitzler [Fri, 15 May 2009 11:45:14 +0000 (11:45 +0000)]
1. configure.ac finally
2. add docsbuilding infra
3. fix list/genlist on code-based select.
SVN revision: 40667
Christopher Michael [Thu, 14 May 2009 21:03:20 +0000 (21:03 +0000)]
Pass the event_info in the "clicked" callback so apps can determine what
button was clicked.
SVN revision: 40647
Carsten Haitzler [Wed, 13 May 2009 12:21:52 +0000 (12:21 +0000)]
actually give widgets type name strings and set parent by default
SVN revision: 40618
Carsten Haitzler [Tue, 12 May 2009 10:16:49 +0000 (10:16 +0000)]
make lists handle drag+select logic better
SVN revision: 40598
Carsten Haitzler [Mon, 11 May 2009 13:10:19 +0000 (13:10 +0000)]
genlis - create and del as items come into view.
SVN revision: 40588
Carsten Haitzler [Fri, 8 May 2009 11:27:32 +0000 (11:27 +0000)]
1. fix box as it didnt hide clipper when it gets empty
2. add bouncing at ends for scroller and config for it
3. fix quicklaunch to be cserver-freidnly thanks to its fork tricks
4. add signals to scroller when scrolling and hitting edges
5. pants.
SVN revision: 40549
Carsten Haitzler [Wed, 6 May 2009 12:41:23 +0000 (12:41 +0000)]
use more rediculously big double
SVN revision: 40525
Carsten Haitzler [Tue, 5 May 2009 05:10:13 +0000 (05:10 +0000)]
fix cursor pos change when enter on last line of multi-line text or last char
of sigle line
SVN revision: 40507
Carsten Haitzler [Tue, 5 May 2009 04:58:25 +0000 (04:58 +0000)]
fix horizontal scroll in auto-scroll select mode
SVN revision: 40506
Daniel Kolesa [Mon, 4 May 2009 17:36:48 +0000 (17:36 +0000)]
Fixed debian stuff everywhere.
SVN revision: 40505
Rodrigo Cesar Lopes Belem [Sun, 3 May 2009 14:32:23 +0000 (14:32 +0000)]
Added libtool as Build-Depends to everything that uses
DEB_CONFIGURE_SCRIPT := ./autogen.sh
SVN revision: 40500
Carsten Haitzler [Mon, 27 Apr 2009 01:29:02 +0000 (01:29 +0000)]
always_select added to normal list too.
SVN revision: 40406
Carsten Haitzler [Thu, 23 Apr 2009 17:29:07 +0000 (17:29 +0000)]
1.fix always_select mode
2. fix double_label style tohave selected text color for 2nd txt field
3. test always select and multi-select
SVN revision: 40332
Carsten Haitzler [Thu, 23 Apr 2009 15:59:08 +0000 (15:59 +0000)]
fix headers a bit. add docs for item styles
SVN revision: 40329
Carsten Haitzler [Thu, 23 Apr 2009 15:17:27 +0000 (15:17 +0000)]
double-label genlist item - demo.
SVN revision: 40328
Carsten Haitzler [Thu, 23 Apr 2009 12:58:34 +0000 (12:58 +0000)]
a whole bunch of entry+scroller fixes.
SVN revision: 40327
Carsten Haitzler [Thu, 23 Apr 2009 09:03:42 +0000 (09:03 +0000)]
dup--
SVN revision: 40324
Carsten Haitzler [Thu, 23 Apr 2009 08:51:07 +0000 (08:51 +0000)]
a bunch of adds and improvements around gnelist
SVN revision: 40323
Carsten Haitzler [Thu, 23 Apr 2009 04:10:43 +0000 (04:10 +0000)]
use style generic call in test and fix up freeing of style string.
SVN revision: 40320
Carsten Haitzler [Thu, 23 Apr 2009 04:03:27 +0000 (04:03 +0000)]
patch from victor to make styles generic - not all widgets support them
tho... but calls to set style are now. old calls are left in place, but
likely will be phased out.
SVN revision: 40317
Viktor Kojouharov [Thu, 23 Apr 2009 03:51:50 +0000 (03:51 +0000)]
From: Viktor Kojouharov <vkojouharov@gmail.com>
This patch tries to fix some warnings I noticed using valgrind.
SVN revision: 40315
Viktor Kojouharov [Thu, 23 Apr 2009 03:48:41 +0000 (03:48 +0000)]
From: Viktor Kojouharov <vkojouharov@gmail.com>
this is a patch for the elm_image so far.
After some valgrind work and with the help of Gustavo, the orient code
for the image is not leak free (according to valgrind). According to
k-s, this way of doing things would avoid any nasty caching errors I've
been getting though valgrind before.
SVN revision: 40314
Vincent Torri [Mon, 20 Apr 2009 04:48:58 +0000 (04:48 +0000)]
allow the build of elementary_run on opensolaris
SVN revision: 40245
Daniel Kolesa [Sun, 19 Apr 2009 16:28:48 +0000 (16:28 +0000)]
Updated Standards-Version
SVN revision: 40228
Carsten Haitzler [Fri, 17 Apr 2009 10:37:49 +0000 (10:37 +0000)]
restorer--
SVN revision: 40134
Carsten Haitzler [Fri, 17 Apr 2009 10:01:45 +0000 (10:01 +0000)]
lutin... release soname patch. verbose svn soname used right now
SVN revision: 40131
Rafael Antognolli [Wed, 15 Apr 2009 05:01:26 +0000 (05:01 +0000)]
Fixed elementary build when builddir != srcdir.
SVN revision: 40076
Gustavo Sverzut Barbieri [Wed, 15 Apr 2009 02:08:07 +0000 (02:08 +0000)]
actually enable netwm window type set, simplify code.
SVN revision: 40071
Daniel Kolesa [Tue, 14 Apr 2009 17:21:19 +0000 (17:21 +0000)]
Updated debian stuff(grew Standards-Version, updated python-ecore rules file)
SVN revision: 40043
Carsten Haitzler [Sat, 11 Apr 2009 12:34:14 +0000 (12:34 +0000)]
fix load alloc bug.
SVN revision: 39980
Gustavo Sverzut Barbieri [Sat, 11 Apr 2009 04:54:12 +0000 (04:54 +0000)]
add other Netwm window types, good for launcher ;-)
SVN revision: 39957
Gustavo Sverzut Barbieri [Sat, 4 Apr 2009 16:58:28 +0000 (16:58 +0000)]
focus in/out signals.
SVN revision: 39860
Gustavo Sverzut Barbieri [Sat, 4 Apr 2009 15:06:58 +0000 (15:06 +0000)]
list items no keep reference to their node, returns siblings.
SVN revision: 39857
Gustavo Sverzut Barbieri [Fri, 3 Apr 2009 21:52:01 +0000 (21:52 +0000)]
couple of changes and addition.
* list: export label and base object for items
* list: per-item delete function, cleanup associated data.
* list: clear.
* couple of functions return success or failure.
* win: sticky, lower and raise
SVN revision: 39845
Carsten Haitzler [Tue, 31 Mar 2009 11:58:56 +0000 (11:58 +0000)]
add data get call for convenience.
SVN revision: 39815
Carsten Haitzler [Mon, 30 Mar 2009 08:32:25 +0000 (08:32 +0000)]
fix scale for toolbar
SVN revision: 39797
Daniel Kolesa [Thu, 26 Mar 2009 19:30:39 +0000 (19:30 +0000)]
Updated elementary debian version
SVN revision: 39733
Carsten Haitzler [Tue, 24 Mar 2009 23:52:20 +0000 (23:52 +0000)]
version++
SVN revision: 39702
Daniel Kolesa [Tue, 24 Mar 2009 19:56:43 +0000 (19:56 +0000)]
i found it is useless and cdbs is setting up prefix automatically.
SVN revision: 39695
Daniel Kolesa [Tue, 24 Mar 2009 19:51:00 +0000 (19:51 +0000)]
forgot to add --prefix=/usr
SVN revision: 39694
Daniel Kolesa [Tue, 24 Mar 2009 19:44:57 +0000 (19:44 +0000)]
Updated debian stuff everywhere.
SVN revision: 39693
Carsten Haitzler [Mon, 23 Mar 2009 04:55:37 +0000 (04:55 +0000)]
add cancel action for copy & paste.
SVN revision: 39642
Carsten Haitzler [Fri, 20 Mar 2009 15:08:33 +0000 (15:08 +0000)]
and make entry work nicely by freezing/holding scrolling (hold == different
scroll mode).
SVN revision: 39601
Carsten Haitzler [Thu, 19 Mar 2009 13:36:46 +0000 (13:36 +0000)]
work on bettre touchscreen text selection support. not 100% done yet. been
playing with ideas. this one seems best.
SVN revision: 39579
Carsten Haitzler [Tue, 17 Mar 2009 00:37:02 +0000 (00:37 +0000)]
oopsie thanks to hendrik!
SVN revision: 39513
Michael Lauer [Tue, 17 Mar 2009 00:13:25 +0000 (00:13 +0000)]
fix typo (can't stand it any more :))
SVN revision: 39512
Carsten Haitzler [Mon, 16 Mar 2009 07:08:56 +0000 (07:08 +0000)]
fix tree theme to do odd/even right
SVN revision: 39501
Carsten Haitzler [Sun, 15 Mar 2009 09:32:35 +0000 (09:32 +0000)]
tree is working... i'm happy (for now). :)
SVN revision: 39488
Carsten Haitzler [Sun, 15 Mar 2009 04:13:08 +0000 (04:13 +0000)]
and fix the updates for vala
SVN revision: 39487
Carsten Haitzler [Sun, 15 Mar 2009 03:03:54 +0000 (03:03 +0000)]
make vala happy.
SVN revision: 39485