Commit Graph

2856 Commits

Author SHA1 Message Date
Carsten Haitzler 3a0f6adfe1 dont add to win resize objs if alread one
SVN revision: 59605
2011-05-23 01:24:43 +00:00
Carsten Haitzler 6180b94884 start on light src shading
SVN revision: 59574
2011-05-22 05:28:33 +00:00
Carsten Haitzler 4b708d9155 improve flip some more.
SVN revision: 59573
2011-05-22 04:02:17 +00:00
Carsten Haitzler cf6d98a064 much better flip
SVN revision: 59572
2011-05-22 02:24:54 +00:00
Daniel Juyung Seo 1822602e24 Elementary test_flip_page.c: Removed trailing whitespaces. Spank raster!
SVN revision: 59571
2011-05-22 02:16:01 +00:00
Sangho Park aefa4bc2b7 Elementary Map: remove ZOOM_MAX macro because it is not constant.
it'll be decided after all map source are loaded.


SVN revision: 59565
2011-05-21 13:13:53 +00:00
Sangho Park 38c4a57de6 Elementary map: fix doxygen
SVN revision: 59564
2011-05-21 12:09:55 +00:00
Sangho Park 0203bfdb0e Elementary Map: --warns (-Wshadow)
SVN revision: 59562
2011-05-21 08:59:19 +00:00
Daniel Juyung Seo b388a21bfd Elementary elm_transit.c: Fixed warnings.
SVN revision: 59561
2011-05-21 06:28:25 +00:00
Carsten Haitzler 3c83656d70 move test code further down out of the way.
SVN revision: 59558
2011-05-21 01:38:51 +00:00
Carsten Haitzler 16ecf697ff clean up flip code a bit. working on an eventual clean bit of code +
algorithm.



SVN revision: 59557
2011-05-21 01:38:02 +00:00
ChunEon Park 69b27be5f7 elementary / transit - removed unused variables.
SVN revision: 59551
2011-05-20 06:56:31 +00:00
ChunEon Park 53058197aa elementary / transit - modifed to be available to add same object to multiple transits. (for chain transit)
SVN revision: 59550
2011-05-20 06:51:05 +00:00
Sangho Park 1a547f902f Elementary map: split route & track (watchwolf's suggestion)
SVN revision: 59548
2011-05-20 05:55:15 +00:00
Daniel Juyung Seo 694d5bff78 Elementary test_flip_page.c: Fixed warnings.
SVN revision: 59545
2011-05-20 00:46:09 +00:00
Daniel Juyung Seo c94f5ac6a6 Elementary: Removed trailing whitespaces.
/me spanks raster. Raster has begun to like whitespaces recently.


SVN revision: 59544
2011-05-20 00:43:05 +00:00
Michael BOUCHAUD 179252f378 elementary: add object_get to elm_image
SVN revision: 59543
2011-05-19 20:02:16 +00:00
Tom Hacohen 2d88066300 Elm entry: strndup is not portable, use memcpy.
Thanks to vtorri for the notice.

SVN revision: 59540
2011-05-19 13:27:46 +00:00
Carsten Haitzler 79470ac11f and make sure smooht is off!
SVN revision: 59538
2011-05-19 13:07:50 +00:00
Carsten Haitzler fed6752372 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
2011-05-19 13:03:48 +00:00
Daniel Juyung Seo 46ee160b3f 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
2011-05-19 10:58:16 +00:00
ChunEon Park 585cf56101 elementary/transit - modified to use eina_inlist instead of eina_list
SVN revision: 59525
2011-05-19 09:34:26 +00:00
Vincent Torri d35990ebbc elm_conform.c : MIN and MAX not always defined
SVN revision: 59514
2011-05-18 16:49:20 +00:00
Tom Hacohen 9cfb487605 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
2011-05-18 11:48:38 +00:00
Carsten Haitzler 3caf7e40e1 oops lost the elm widget sub ob add call. fixed.
SVN revision: 59484
2011-05-18 07:29:32 +00:00
Carsten Haitzler 72fca358dd elm grid obj++
SVN revision: 59483
2011-05-18 07:15:36 +00:00
Carsten Haitzler ace5df4a3f fix elm table clear to remove elm widget usb obj entries!
SVN revision: 59482
2011-05-18 07:04:51 +00:00
Tom Hacohen 992133a640 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
2011-05-16 14:09:56 +00:00
Carsten Haitzler d0c2e7f982 some docs on how to use the shot engine.. and other engines for elm
for testing.



SVN revision: 59435
2011-05-16 02:48:39 +00:00
Stephen Houston 86cc9ce501 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
2011-05-16 02:33:21 +00:00
Carsten Haitzler 4bf9689385 disable xrender engine and fix string type for 8bit x11 software
rendering



SVN revision: 59433
2011-05-16 02:26:16 +00:00
Daniel Juyung Seo c89634749a Elementary map: Removed Eina.h include. Eina.h is already included in Elementary.h.
SVN revision: 59410
2011-05-15 17:26:59 +00:00
Vincent Torri dfb8e2683c fix compilation on Windows
SVN revision: 59409
2011-05-15 16:14:17 +00:00
Tom Hacohen d288b45eca 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
2011-05-15 16:02:03 +00:00
Bruno Dilly 4b5bf38db6 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
2011-05-14 19:47:54 +00:00
Gustavo Lima Chaves 14a634d0a3 [elementary] We don't want a sentinel value in the set of real values.
SVN revision: 59388
2011-05-14 18:15:15 +00:00
Stephen Houston df8fc3a807 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
2011-05-14 17:57:39 +00:00
Daniel Juyung Seo d770d6f74d Elementary elm_layout.c: Removed unnecessary lines. Sorry I don't like
you :)


SVN revision: 59373
2011-05-14 03:24:46 +00:00
Daniel Juyung Seo fa6b6ca83b Elementary elm_config.c: Removed trailing whitespaces.
SVN revision: 59370
2011-05-13 16:55:24 +00:00
Daniel Juyung Seo f1313a5458 Elementary genlist: Fixed elm_genlist_compress_mode_set().
If compress mode is false, homogeneous mode needs to be false too.


SVN revision: 59361
2011-05-13 06:10:13 +00:00
ChunEon Park 0c8d182135 elementary/win - just removed white space
SVN revision: 59357
2011-05-13 02:50:00 +00:00
Sangho Park f28e056f58 Elementary map: fix pinch zoom resolution & zoom timing issue
SVN revision: 59335
2011-05-12 01:54:01 +00:00
Sangho Park c1be6dd566 Elementary map: remove redundancy of list traverse
SVN revision: 59333
2011-05-11 15:23:35 +00:00
Carsten Haitzler 4d8465f5f1 elm can now set vsync for gl windows/clients
SVN revision: 59321
2011-05-11 09:06:59 +00:00
Sangho Park 1f0bddcbae Elementary map: warn-- & fix pinch zoom-out resolution
SVN revision: 59318
2011-05-11 07:27:48 +00:00
Sangho Park 299fb99c62 Elementary map: fix bugs of pinch zoom
SVN revision: 59315
2011-05-11 05:30:27 +00:00
Bruno Dilly 340d2e1803 Elementary: fix make distcheck
Some images were forgotten.


SVN revision: 59312
2011-05-11 02:27:18 +00:00
Daniel Juyung Seo 5aaefc4e46 Elementary slideshow: Fixed warnings. Removed unnecessary line.
SVN revision: 59309
2011-05-10 12:59:57 +00:00
Michael BOUCHAUD 874f8d098e elementary: add 2 method to slideshow item_nth_get and count_get
SVN revision: 59308
2011-05-10 09:06:51 +00:00
Michael BOUCHAUD c3ce0db67a elementary: fix slideshow with loop attribute set to false
SVN revision: 59307
2011-05-10 08:38:02 +00:00