Carsten Haitzler [Tue, 24 May 2011 11:11:10 +0000 (11:11 +0000)]
fix page to properly show front and back objects.
SVN revision: 59649
Daniel Juyung Seo [Tue, 24 May 2011 10:51:26 +0000 (10:51 +0000)]
Elementary genlist: Removed unnecessary height_for_width codes.
SVN revision: 59647
Carsten Haitzler [Tue, 24 May 2011 07:49:50 +0000 (07:49 +0000)]
cube up/down already handled.
SVN revision: 59641
Carsten Haitzler [Tue, 24 May 2011 07:49:37 +0000 (07:49 +0000)]
fmting.
SVN revision: 59640
Carsten Haitzler [Tue, 24 May 2011 07:49:11 +0000 (07:49 +0000)]
fix odd # of slices in x and y axis
SVN revision: 59639
Carsten Haitzler [Tue, 24 May 2011 05:58:44 +0000 (05:58 +0000)]
and avoid the gl engine perspective stuff
SVN revision: 59636
Carsten Haitzler [Tue, 24 May 2011 05:27:11 +0000 (05:27 +0000)]
and reduce the amount of calculating we do. we did way too much.
SVN revision: 59635
ChunEon Park [Tue, 24 May 2011 05:20:17 +0000 (05:20 +0000)]
elementary/transit - removed white trailing.
SVN revision: 59634
ChunEon Park [Tue, 24 May 2011 04:50:29 +0000 (04:50 +0000)]
elementary / transit - fixed afterimage indirectly.
SVN revision: 59633
Carsten Haitzler [Mon, 23 May 2011 16:02:37 +0000 (16:02 +0000)]
dont re-create proxy objects for map if we can avoid it.
SVN revision: 59629
Carsten Haitzler [Mon, 23 May 2011 13:12:35 +0000 (13:12 +0000)]
fix out of bounds check.
SVN revision: 59628
Carsten Haitzler [Mon, 23 May 2011 12:22:59 +0000 (12:22 +0000)]
and now it animates the "snap to position" either continuing the turn,
or snaps back to its orig posn.
SVN revision: 59623
Daniel Juyung Seo [Mon, 23 May 2011 12:19:42 +0000 (12:19 +0000)]
Elementary genlist: Removed unnecessary/deprecated codes due to
internal changes.
SVN revision: 59622
Carsten Haitzler [Mon, 23 May 2011 11:22:41 +0000 (11:22 +0000)]
and allow flipping in 4 directions! woots!
SVN revision: 59621
Boris Faure [Mon, 23 May 2011 10:03:13 +0000 (10:03 +0000)]
elementary: make test flipselector more natural
SVN revision: 59617
Carsten Haitzler [Mon, 23 May 2011 04:28:33 +0000 (04:28 +0000)]
and flip now does shading nicely. rather hacky, but works well.
SVN revision: 59606
Carsten Haitzler [Mon, 23 May 2011 01:24:43 +0000 (01:24 +0000)]
dont add to win resize objs if alread one
SVN revision: 59605
Carsten Haitzler [Sun, 22 May 2011 05:28:33 +0000 (05:28 +0000)]
start on light src shading
SVN revision: 59574
Carsten Haitzler [Sun, 22 May 2011 04:02:17 +0000 (04:02 +0000)]
improve flip some more.
SVN revision: 59573
Carsten Haitzler [Sun, 22 May 2011 02:24:54 +0000 (02:24 +0000)]
much better flip
SVN revision: 59572
Daniel Juyung Seo [Sun, 22 May 2011 02:16:01 +0000 (02:16 +0000)]
Elementary test_flip_page.c: Removed trailing whitespaces. Spank raster!
SVN revision: 59571
Sangho Park [Sat, 21 May 2011 13:13:53 +0000 (13:13 +0000)]
Elementary Map: remove ZOOM_MAX macro because it is not constant.
it'll be decided after all map source are loaded.
SVN revision: 59565
Sangho Park [Sat, 21 May 2011 12:09:55 +0000 (12:09 +0000)]
Elementary map: fix doxygen
SVN revision: 59564
Sangho Park [Sat, 21 May 2011 08:59:19 +0000 (08:59 +0000)]
Elementary Map: --warns (-Wshadow)
SVN revision: 59562
Daniel Juyung Seo [Sat, 21 May 2011 06:28:25 +0000 (06:28 +0000)]
Elementary elm_transit.c: Fixed warnings.
SVN revision: 59561
Carsten Haitzler [Sat, 21 May 2011 01:38:51 +0000 (01:38 +0000)]
move test code further down out of the way.
SVN revision: 59558
Carsten Haitzler [Sat, 21 May 2011 01:38:02 +0000 (01:38 +0000)]
clean up flip code a bit. working on an eventual clean bit of code +
algorithm.
SVN revision: 59557
ChunEon Park [Fri, 20 May 2011 06:56:31 +0000 (06:56 +0000)]
elementary / transit - removed unused variables.
SVN revision: 59551
ChunEon Park [Fri, 20 May 2011 06:51:05 +0000 (06:51 +0000)]
elementary / transit - modifed to be available to add same object to multiple transits. (for chain transit)
SVN revision: 59550
Sangho Park [Fri, 20 May 2011 05:55:15 +0000 (05:55 +0000)]
Elementary map: split route & track (watchwolf's suggestion)
SVN revision: 59548
Daniel Juyung Seo [Fri, 20 May 2011 00:46:09 +0000 (00:46 +0000)]
Elementary test_flip_page.c: Fixed warnings.
SVN revision: 59545
Daniel Juyung Seo [Fri, 20 May 2011 00:43:05 +0000 (00:43 +0000)]
Elementary: Removed trailing whitespaces.
/me spanks raster. Raster has begun to like whitespaces recently.
SVN revision: 59544
Michael BOUCHAUD [Thu, 19 May 2011 20:02:16 +0000 (20:02 +0000)]
elementary: add object_get to elm_image
SVN revision: 59543
Tom Hacohen [Thu, 19 May 2011 13:27:46 +0000 (13:27 +0000)]
Elm entry: strndup is not portable, use memcpy.
Thanks to vtorri for the notice.
SVN revision: 59540
Carsten Haitzler [Thu, 19 May 2011 13:07:50 +0000 (13:07 +0000)]
and make sure smooht is off!
SVN revision: 59538
Carsten Haitzler [Thu, 19 May 2011 13:03:48 +0000 (13:03 +0000)]
add page curl test. right now its code in test. will eventually become
widget when refined. right nhow its a test that has been kikcing proxy
around so its in svn.
SVN revision: 59537
Daniel Juyung Seo [Thu, 19 May 2011 10:58:16 +0000 (10:58 +0000)]
Elementary conform: Patch by Prince for virtual keypad support and
adding a new API.
1. Virtual Keypad Support.
2. New API "elm_conformant_content_area_get" added.
- Reviewed by Rasterman and I just fixed warnings.
SVN revision: 59528
ChunEon Park [Thu, 19 May 2011 09:34:26 +0000 (09:34 +0000)]
elementary/transit - modified to use eina_inlist instead of eina_list
SVN revision: 59525
Vincent Torri [Wed, 18 May 2011 16:49:20 +0000 (16:49 +0000)]
elm_conform.c : MIN and MAX not always defined
SVN revision: 59514
Tom Hacohen [Wed, 18 May 2011 11:48:38 +0000 (11:48 +0000)]
Elm entry: Set show region only when cursor changes.
This lets us scroll away from our content and resize the entry without
any unwanted jumps.
SVN revision: 59501
Carsten Haitzler [Wed, 18 May 2011 07:29:32 +0000 (07:29 +0000)]
oops lost the elm widget sub ob add call. fixed.
SVN revision: 59484
Carsten Haitzler [Wed, 18 May 2011 07:15:36 +0000 (07:15 +0000)]
elm grid obj++
SVN revision: 59483
Carsten Haitzler [Wed, 18 May 2011 07:04:51 +0000 (07:04 +0000)]
fix elm table clear to remove elm widget usb obj entries!
SVN revision: 59482
Tom Hacohen [Mon, 16 May 2011 14:09:56 +0000 (14:09 +0000)]
Elm entry: Remove useless sizing evals.
We already change the entry which cause a sizing eval anyway, no need to
force more for no reason.
SVN revision: 59451
Carsten Haitzler [Mon, 16 May 2011 02:48:39 +0000 (02:48 +0000)]
some docs on how to use the shot engine.. and other engines for elm
for testing.
SVN revision: 59435
Stephen Houston [Mon, 16 May 2011 02:33:21 +0000 (02:33 +0000)]
Elm/Theme/Application/Content-Back: revert my commit that made elm.swallow.end rel2 vertically align with the back button and the title. According to k-s, this should be done using size hints on the object swallow in elm.swallow.end. Tested that out and it works just fine.
SVN revision: 59434
Carsten Haitzler [Mon, 16 May 2011 02:26:16 +0000 (02:26 +0000)]
disable xrender engine and fix string type for 8bit x11 software
rendering
SVN revision: 59433
Daniel Juyung Seo [Sun, 15 May 2011 17:26:59 +0000 (17:26 +0000)]
Elementary map: Removed Eina.h include. Eina.h is already included in Elementary.h.
SVN revision: 59410
Vincent Torri [Sun, 15 May 2011 16:14:17 +0000 (16:14 +0000)]
fix compilation on Windows
SVN revision: 59409
Tom Hacohen [Sun, 15 May 2011 16:02:03 +0000 (16:02 +0000)]
Elm entry: changed elm_entry_text_set to set the text with an idler.
The text is split to chunks and then appended from an idler. This makes
the entry very responsive and smooth even with very long texts.
SVN revision: 59408
Bruno Dilly [Sat, 14 May 2011 19:47:54 +0000 (19:47 +0000)]
Elementary calendar: fix min_max_year_set function
Properly support negative value for max year.
In this case, it shouldn't try to set the selected time
to year -1.
SVN revision: 59390
Gustavo Lima Chaves [Sat, 14 May 2011 18:15:15 +0000 (18:15 +0000)]
[elementary] We don't want a sentinel value in the set of real values.
SVN revision: 59388
Stephen Houston [Sat, 14 May 2011 17:57:39 +0000 (17:57 +0000)]
Elm/Theme/Application/Content-Back: elm.swallow.end rel2 needs to be vertical 0.0 so it lines up with the back button and the title.. (I am pretty sure this was the intent anyway).. otherwise the content you put there is very skinny and stretches the whole length of the window. I am pretty sure I am possibly the only one using this so it shouldn't mess anyone elses app up.. however if it does, feel free to revert it.
SVN revision: 59386
Daniel Juyung Seo [Sat, 14 May 2011 03:24:46 +0000 (03:24 +0000)]
Elementary elm_layout.c: Removed unnecessary lines. Sorry I don't like
you :)
SVN revision: 59373
Daniel Juyung Seo [Fri, 13 May 2011 16:55:24 +0000 (16:55 +0000)]
Elementary elm_config.c: Removed trailing whitespaces.
SVN revision: 59370
Daniel Juyung Seo [Fri, 13 May 2011 06:10:13 +0000 (06:10 +0000)]
Elementary genlist: Fixed elm_genlist_compress_mode_set().
If compress mode is false, homogeneous mode needs to be false too.
SVN revision: 59361
ChunEon Park [Fri, 13 May 2011 02:50:00 +0000 (02:50 +0000)]
elementary/win - just removed white space
SVN revision: 59357
Sangho Park [Thu, 12 May 2011 01:54:01 +0000 (01:54 +0000)]
Elementary map: fix pinch zoom resolution & zoom timing issue
SVN revision: 59335
Sangho Park [Wed, 11 May 2011 15:23:35 +0000 (15:23 +0000)]
Elementary map: remove redundancy of list traverse
SVN revision: 59333
Carsten Haitzler [Wed, 11 May 2011 09:06:59 +0000 (09:06 +0000)]
elm can now set vsync for gl windows/clients
SVN revision: 59321
Sangho Park [Wed, 11 May 2011 07:27:48 +0000 (07:27 +0000)]
Elementary map: warn-- & fix pinch zoom-out resolution
SVN revision: 59318
Sangho Park [Wed, 11 May 2011 05:30:27 +0000 (05:30 +0000)]
Elementary map: fix bugs of pinch zoom
SVN revision: 59315
Bruno Dilly [Wed, 11 May 2011 02:27:18 +0000 (02:27 +0000)]
Elementary: fix make distcheck
Some images were forgotten.
SVN revision: 59312
Daniel Juyung Seo [Tue, 10 May 2011 12:59:57 +0000 (12:59 +0000)]
Elementary slideshow: Fixed warnings. Removed unnecessary line.
SVN revision: 59309
Michael BOUCHAUD [Tue, 10 May 2011 09:06:51 +0000 (09:06 +0000)]
elementary: add 2 method to slideshow item_nth_get and count_get
SVN revision: 59308
Michael BOUCHAUD [Tue, 10 May 2011 08:38:02 +0000 (08:38 +0000)]
elementary: fix slideshow with loop attribute set to false
SVN revision: 59307
Sangho Park [Mon, 9 May 2011 14:30:29 +0000 (14:30 +0000)]
Elementary map: reduce grid num for speed
SVN revision: 59298
Tom Hacohen [Sun, 8 May 2011 12:50:16 +0000 (12:50 +0000)]
Elm toggle: wd->hidden is already toggled within _toggle_panel.
Patch by Jérémy Zurcher
SVN revision: 59278
Daniel Juyung Seo [Sun, 8 May 2011 07:54:24 +0000 (07:54 +0000)]
Elementary .gitignore: Added Elementary.h to .gitignore.
SVN revision: 59267
Daniel Juyung Seo [Sun, 8 May 2011 05:44:18 +0000 (05:44 +0000)]
Elementary: Moved doxy to header.
SVN revision: 59263
Sangho Park [Sat, 7 May 2011 13:55:30 +0000 (13:55 +0000)]
Elementary map: fix blink bug at zoom-in
SVN revision: 59262
Sangho Park [Sat, 7 May 2011 13:37:31 +0000 (13:37 +0000)]
Elementary map:
> fix zoom-out animation bug
> increase drawing grid number for rotate
SVN revision: 59261
Daniel Juyung Seo [Sat, 7 May 2011 08:37:47 +0000 (08:37 +0000)]
Elementary: Removed trailing whitespaces.
SVN revision: 59260
Sangho Park [Sat, 7 May 2011 06:32:34 +0000 (06:32 +0000)]
Elementary map:
> fix ZOOM_AUTO_FILL, FIT bug
> fix wheel bug when paused is set
SVN revision: 59257
Daniel Juyung Seo [Sat, 7 May 2011 00:31:17 +0000 (00:31 +0000)]
Elementary genlist: Added "swipe" signal to doxygen.
SVN revision: 59256
Daniel Juyung Seo [Sat, 7 May 2011 00:30:39 +0000 (00:30 +0000)]
Elementary genlist: Use signal callback table.
SVN revision: 59255
Daniel Juyung Seo [Fri, 6 May 2011 23:29:55 +0000 (23:29 +0000)]
Elementary slideshow: Fixed doxygen typo.
SVN revision: 59254
Cedric BAIL [Fri, 6 May 2011 16:14:04 +0000 (16:14 +0000)]
elementary: reduce error noise.
SVN revision: 59243
Sangho Park [Fri, 6 May 2011 10:52:20 +0000 (10:52 +0000)]
Elementary map: fix wheel zoom bug
SVN revision: 59240
Michael BOUCHAUD [Fri, 6 May 2011 10:22:32 +0000 (10:22 +0000)]
elementary: add item_sorted_insert in slideshow
SVN revision: 59239
Daniel Juyung Seo [Fri, 6 May 2011 02:59:49 +0000 (02:59 +0000)]
Elementary genlist: Fixed item disabled set bug more and fixed my
previous commit.
SVN revision: 59229
Daniel Juyung Seo [Fri, 6 May 2011 02:07:00 +0000 (02:07 +0000)]
Elementary genlist: Fixed item disabled set bug and disabled swallow
objects as well.
SVN revision: 59228
Sangho Park [Thu, 5 May 2011 15:15:43 +0000 (15:15 +0000)]
Elementary map:
> --bug of zoom
> API change (double elm_map_zoom_get() -> int elm_map_zoom_get())
SVN revision: 59216
Vincent Torri [Thu, 5 May 2011 08:28:16 +0000 (08:28 +0000)]
fix undef ref on Mac OS X. Patch by Dave Ray
SVN revision: 59199
Sangho Park [Thu, 5 May 2011 07:42:12 +0000 (07:42 +0000)]
Elementary map: remove warnings of test_map
SVN revision: 59198
Carsten Haitzler [Wed, 4 May 2011 21:27:34 +0000 (21:27 +0000)]
wrn--
SVN revision: 59197
Sangho Park [Wed, 4 May 2011 15:01:07 +0000 (15:01 +0000)]
Elementary map: add elm_menu to test_map
SVN revision: 59193
Cedric BAIL [Wed, 4 May 2011 14:11:12 +0000 (14:11 +0000)]
elementary: fix aspect ratio of thumbnail.
SVN revision: 59192
Carsten Haitzler [Wed, 4 May 2011 10:09:59 +0000 (10:09 +0000)]
allow elm to auto-screenshot and save windows all by itself just with
a special elm_engine var - great way to auto-generate screenies from
apps and change config/theme and everything automatically (via scripts
etc.)
SVN revision: 59185
Sangho Park [Wed, 4 May 2011 09:44:53 +0000 (09:44 +0000)]
Elementary map: elm_map source patch
i removed all custom enum & url callback of elm_map.
(ELM_MAP_SOURCE_CUSTOM_1, ELM_MAP_SOURCE_CUSTOM_2, ..., _custom1_url_cb, _custom2_url_cb, ... etc)
instead of those, i made sources list.
changed APIs are almost internal APIs...
but some APIs were changed for intuitive usage of map source.
user can make map module instead of setting custom APIs.
another change is "elm_module -> eina_module".
the reason of this change, is that elm_module uses environment value (i.e getenv, setenv.. ELM_MODULES)
i don't want to have a environment value dependency.
SVN revision: 59184
Tom Hacohen [Wed, 4 May 2011 07:11:21 +0000 (07:11 +0000)]
Elementary entry: Shouldn't set max width for single line.
SVN revision: 59174
Carsten Haitzler [Wed, 4 May 2011 06:30:05 +0000 (06:30 +0000)]
oops test resize there. remove.
SVN revision: 59170
Daniel Juyung Seo [Wed, 4 May 2011 04:53:39 +0000 (04:53 +0000)]
Elementary: Changed homogenous to homogeneous.
Deprecated existing APIs but not removed them. They will be removed
sometime later or when elm 1.0 is released. And added new APIs.
I fixed box, table and toolbar. I will modify other codes in trunk soon.
SVN revision: 59160
Carsten Haitzler [Wed, 4 May 2011 02:28:47 +0000 (02:28 +0000)]
homogeneous table test.
SVN revision: 59159
Daniel Juyung Seo [Tue, 3 May 2011 17:55:48 +0000 (17:55 +0000)]
Elementary: po update.
SVN revision: 59155
Daniel Juyung Seo [Tue, 3 May 2011 17:32:18 +0000 (17:32 +0000)]
Elementary genlist: Fixed warning. Spank raster.
SVN revision: 59154
Carsten Haitzler [Tue, 3 May 2011 11:25:33 +0000 (11:25 +0000)]
we don't need norender anymore since i changed the processing to use
an idle enterer.
SVN revision: 59147
Tom Hacohen [Mon, 2 May 2011 11:08:35 +0000 (11:08 +0000)]
Elementary entry: Added mixedwrap theme groups and use them.
SVN revision: 59116
Tom Hacohen [Mon, 2 May 2011 10:56:16 +0000 (10:56 +0000)]
Elementary: Use an enum for selecting line-wrap method.
BREAKS API - discussed in ML before.
SVN revision: 59115
Cedric BAIL [Mon, 2 May 2011 10:20:25 +0000 (10:20 +0000)]
elementary: make elm_thumb never lock your app.
SVN revision: 59113