Commit Graph

4205 Commits

Author SHA1 Message Date
Tom Hacohen 04207db6b7 Evas textblock: Fixed charwrap for very small textblocks.
SVN revision: 60185
2011-06-10 10:12:51 +00:00
Christopher Michael 01c5c9f340 Evas: GL_X11 engine: Do not set UNUSED on variables that we actually
use and remove some extra whitespace between functions.



SVN revision: 60153
2011-06-09 19:25:21 +00:00
Gustavo Lima Chaves ecd51ab3c3 [evas] No cscope files tracked by git.
SVN revision: 60146
2011-06-09 17:01:34 +00:00
Gustavo Lima Chaves 07ff60a884 [evas] Fixing placement of key input funcions' doc
group.
Documentation comes later.



SVN revision: 60145
2011-06-09 17:01:27 +00:00
Gustavo Lima Chaves 9d7d17f188 [evas] Reorganizing evas events documenting blocks.
SVN revision: 60144
2011-06-09 17:01:21 +00:00
Gustavo Lima Chaves 8d38f7ad7f [evas] Documentation bumps on
evas{_init,_shutdown,_load_error_str}.



SVN revision: 60143
2011-06-09 17:01:14 +00:00
Gustavo Lima Chaves ef41d78fce [evas] Example code for evas{_init,_shutdown,_load_error_str}.
SVN revision: 60142
2011-06-09 17:00:24 +00:00
Gustavo Lima Chaves e79cc153ea [evas] Lots of documentation groups didn't have end
delimiters set.



SVN revision: 60141
2011-06-09 16:48:31 +00:00
Gustavo Lima Chaves 92d15b99c9 [evas] Tell doxygen how our example files are.
SVN revision: 60140
2011-06-09 16:48:24 +00:00
Gustavo Lima Chaves a3c50952d2 [evas] Cleaning whitespaces at doxyfile.
SVN revision: 60139
2011-06-09 16:48:16 +00:00
ChunEon Park 9442a38b81 evas/canvas - removed white trailing
SVN revision: 60112
2011-06-09 03:08:50 +00:00
ChunEon Park c982843cb3 evas/canvas - removed white spaces / fixed indentation
SVN revision: 60109
2011-06-09 02:45:59 +00:00
Carsten Haitzler 54afc1bba6 neon rendering bug - fix by disabling
SVN revision: 60068
2011-06-08 03:04:12 +00:00
Christopher Michael a96a4c12a0 Evas: Make sure we return a value from image_load_orientation_get.
SVN revision: 60052
2011-06-07 22:09:18 +00:00
Cedric BAIL 260718c700 evas: add evas_object_image_load_orientation_set, evas_object_image_load_orientation_get.
SVN revision: 60040
2011-06-07 13:39:13 +00:00
Cedric BAIL 1e62ad24a3 evas: use Eina_File for JPEG loader.
SVN revision: 60039
2011-06-07 13:34:18 +00:00
Tom Hacohen 59a22ad090 Evas textblock: Fixed two ellipsis issues.
1. If there's no wrapping enabled, do ellipsis even if we still have vertical
room left.
2. Fixed updating of o->have_ellipsis.

SVN revision: 60038
2011-06-07 11:38:07 +00:00
Mike McCormack 2b58267396 Add ignore and update files
SVN revision: 60034
2011-06-07 10:26:13 +00:00
ChunEon Park 431b652da9 evas/evas_gl - removed white spaces / fixed identation
SVN revision: 60019
2011-06-07 04:30:25 +00:00
Rafael Antognolli 22cfc5e480 evas: "make doc" now works when srcdir != builddir.
SVN revision: 60005
2011-06-06 20:27:01 +00:00
Cedric BAIL 8b4793d575 evas: and some doc for the 60000 commits :-)
SVN revision: 60000
2011-06-06 17:49:58 +00:00
Tom Hacohen 2e28418051 Evas textblock: make charwrap not force wrap in an illegal position.
SVN revision: 59965
2011-06-05 10:51:39 +00:00
Vincent Torri 5886a2ed27 fix static link of the generic loader and psd loader
SVN revision: 59951
2011-06-04 05:33:37 +00:00
Carsten Haitzler 7a262be257 add new extens to evas known shortcut list
SVN revision: 59950
2011-06-04 05:26:56 +00:00
Carsten Haitzler 22e4f86c96 protext against <0 table lookups. yes eina_unicode can define
Eina_Unicode as wchart_t.. which is SIGNED.. this is the problem of
not having a fixed typedef that is known to always be the same type
with same underlying properties!



SVN revision: 59947
2011-06-04 03:31:29 +00:00
Vincent Torri 74ead7c758 Evas: add video loaders
SVN revision: 59926
2011-06-03 22:39:03 +00:00
Tom Hacohen 0daae8a59a Evas font-engine: If still after all we can't find a font, use the first.
SVN revision: 59924
2011-06-03 20:48:56 +00:00
Christopher Michael 9257cdc055 Evas: Fix 'reset_time_interval' may be used uninitialized warning.
SVN revision: 59908
2011-06-03 00:26:19 +00:00
Vincent Torri 1fc436ceb7 Evas : evas_image_scalecache.c : usleep() might not be defined on Windows. Use Sleep() instead.
SVN revision: 59906
2011-06-02 19:20:39 +00:00
Tom Hacohen 85cf792f24 Evas font-engine: Use binary search for finding index in text props.
I finally got around to verifying it and the list is assured to be monotonic
(direction depends on bidi direction).

SVN revision: 59903
2011-06-02 15:36:50 +00:00
Tom Hacohen 9bd8ccae80 Evas textblock: Fixed an issue with min size calculation introduced in 59899
SVN revision: 59901
2011-06-02 14:52:43 +00:00
Tom Hacohen 3da52c35cd Evas textblock: Fix skipping of ascii control chars.
SVN revision: 59900
2011-06-02 14:31:15 +00:00
Tom Hacohen 5311e3de70 Evas textblock: Fixed min size calculation with right aligned paragraphs.
SVN revision: 59899
2011-06-02 14:02:31 +00:00
Carsten Haitzler 5d2bd283c3 disable evas filter code. buggy. doesn't work right.
SVN revision: 59898
2011-06-02 10:40:43 +00:00
Carsten Haitzler 2ffa0f4075 disable masking support. back to clip rects.
SVN revision: 59896
2011-06-02 10:00:05 +00:00
Carsten Haitzler 7d08af1ed0 disable map mesh support - engine code still doesnt handle != 4 points
so pointless exposing it as its broken inthe engine.



SVN revision: 59895
2011-06-02 09:49:17 +00:00
Tom Hacohen 4b5440650e Evas text: Fix ellipsis bidi, broke it a couple of days ago.
SVN revision: 59877
2011-06-01 15:08:47 +00:00
Cedric BAIL ad81c809cd evas: make Vincent happy.
SVN revision: 59875
2011-06-01 15:00:55 +00:00
Cedric BAIL 0e0dca586f evas: add evas_object_image_extension_can_load_get.
This functions let you check if a file could be opened by
Evas_Object_Image. It is threadsafe, and you should use it
from another thread as often as possible :-)



SVN revision: 59872
2011-06-01 14:32:08 +00:00
Tom Hacohen 1dfe691a36 Evas textblock: Start splitting layouting and layouting with rendering.
The difference is that we can now avoid doing some things when layouting but
not actually drawing, for example: bidi stuff.

SVN revision: 59871
2011-06-01 14:25:15 +00:00
Tom Hacohen 3e1727f7b1 Evas textblock: Use advance when calculating line breaks and widths.
SVN revision: 59870
2011-06-01 14:25:11 +00:00
Tom Hacohen 0a5b27c1bd Evas textblock: Added a paragraph property to indicate if bidi.
SVN revision: 59869
2011-06-01 14:25:08 +00:00
Tom Hacohen bebbe2253a Evas textblock: Only use paragraph bidi props in the layout code.
Next commits will clear them outside of it. I.e paragraph bidi props are only
valid in the layout code.

SVN revision: 59861
2011-06-01 08:35:25 +00:00
Tom Hacohen 2b23129955 Evas textblock: Paragraphs don't need a x coordinate - remove.
SVN revision: 59860
2011-06-01 08:35:21 +00:00
Tom Hacohen 87d196e4bb Evas textblock: Split _layout to _layout and _layout_pre.
This cleans the code a bit and will soon let us do smarter native size
calculation.

SVN revision: 59845
2011-05-31 12:55:57 +00:00
Tom Hacohen 7cdf099d5c Evas textblock: Remove calc_only from layout, not needed anymore.
SVN revision: 59844
2011-05-31 12:55:54 +00:00
Tom Hacohen 71fe0782d9 Evas textblock: Move native size calculation out of the regular layout.
SVN revision: 59843
2011-05-31 12:55:51 +00:00
Tom Hacohen 8d816d4b43 Evas bidi: Fixed warning when compiling with Wshadow.
SVN revision: 59842
2011-05-31 12:55:46 +00:00
Carsten Haitzler 3fa85660f8 fix gl engine make current impl (for ne evas gl stuff so no chlog
needed)  to handle make current return value right



SVN revision: 59834
2011-05-31 07:10:37 +00:00
Lucas De Marchi 10237c5b56 evas: fix misspellings
Misspellings found by codespell



SVN revision: 59822
2011-05-30 16:45:08 +00:00