Carsten Haitzler
f00427bdf1
eina req.
...
SVN revision: 51159
13 years ago
Carsten Haitzler
35447ef1d4
evas -> 1.0.0 alpha readied.
...
SVN revision: 51158
13 years ago
Carsten Haitzler
6bfc6527c2
module arch fix.
...
SVN revision: 51157
13 years ago
Carsten Haitzler
f4b68549cb
formatting. ok - maybe we can have a debate on it, but its better than
...
it was before. debate up for grabs for now. wont touch other lib
headers until resolved for eina. it's the worst anyway.
SVN revision: 51156
13 years ago
Carsten Haitzler
f6b902d4be
eet - clean out old data from doc dir, set up for 1.4.0 release,
...
bring install in line with eina and move content to readme. readied
for 1.4.0 alpha release.
SVN revision: 51155
13 years ago
Carsten Haitzler
c747bfaadb
well got to start somewhere. eina 1.0.0 alpha readied. need to go over
...
code formatting still (headers specifically). bring doc building
in-line with other efl libs. README is useful now. Changelog waiting
to be filled in for 1.0.0
SVN revision: 51154
13 years ago
Mike Blumenkrantz
bba476aa91
char* -> const char*
...
Patch by Fabiano "I'm smoking crack" Fidêncio
SVN revision: 51152
13 years ago
Carsten Haitzler
a7dd054fe4
remove cruft.
...
SVN revision: 51151
13 years ago
Carsten Haitzler
5187bf3585
fix up copyings likewise. nicely standardised templateish.
...
SVN revision: 51150
13 years ago
Carsten Haitzler
777261851c
fix up license - does the same as before as license now has name of
...
lib it in.
SVN revision: 51149
13 years ago
Carsten Haitzler
f0c2285096
fix copying - it didnt actually even claim copyright. fix.
...
SVN revision: 51147
13 years ago
Carsten Haitzler
c657fd3904
and add to header too.
...
SVN revision: 51146
13 years ago
Carsten Haitzler
9b2549ecac
again - using internal symbols and NOT exporting them! bad!
...
SVN revision: 51145
13 years ago
Carsten Haitzler
fadfd000e9
fix up copying here too. other license info has always been
...
there - just not shuffled into standard copying. fix.
SVN revision: 51143
13 years ago
Carsten Haitzler
acdbabcfc5
sync copying with other efl.
...
SVN revision: 51142
13 years ago
Carsten Haitzler
9f121bf63e
copyright notice vanished - add back in.
...
SVN revision: 51141
13 years ago
Carsten Haitzler
c354668e7b
copyight notice vanished - add back in.
...
SVN revision: 51140
13 years ago
Carsten Haitzler
7cd2be96f3
add back in copyright notice - how did that ever go away?
...
SVN revision: 51139
13 years ago
Sebastian Dransfeld
2dc15f4d89
formatting
...
SVN revision: 51137
13 years ago
Sebastian Dransfeld
b001a8968e
Fix theme passed to efreet_icon_cache_add
...
Just pass NULL, no need for NULL theme
SVN revision: 51136
13 years ago
Cedric BAIL
1d1a36047b
* edje: remove edje_convert use in edje_cc.
...
SVN revision: 51134
13 years ago
Tom Hacohen
25d7564726
Evas textblock: Fixed the bug with going up/down lines when the cursor points to an <item>.
...
With this fix I also fixed a couple of potential bugs with cursor geometry in places with mixed visible+invisible formatting.
SVN revision: 51133
13 years ago
Tom Hacohen
660a7b8ee4
Evas bidi: Added defines for bidi paragraph types (instead of using the fribidi defines).
...
SVN revision: 51131
13 years ago
Tom Hacohen
b2b95df2be
Evas: Removed deprecated 'lines' from Evas_Object_Textblock.
...
SVN revision: 51129
13 years ago
Tom Hacohen
063d8ffd64
Eina: Fixed usage of EINA_CONST, the lack of EINA_PURE and EINA_WARN_UNUSED_RESULT and formatting in the following headers:
...
1. eina_unicode.h
2. eina_strbuf.h eina_ustrbuf.h
3. eina_stringshare.h eina_ustringshare.h eina_binshare.h
SVN revision: 51128
13 years ago
Tom Hacohen
3686e9d295
Evas textblock: Remove an unused function.
...
SVN revision: 51127
13 years ago
Tom Hacohen
2c2a0cb928
Evas textblock: Free paragraphs as well as lines.
...
Fixes a small memory leak.
SVN revision: 51126
13 years ago
Joerg Sonnenberger
607e5d4b9b
From: Joerg Sonnenberger <joerg@britannica.bec.de>
...
Subject: [E-devel] [PATCH] efreet and icon loading
Hi all,
attached patch fixes two issues:
(1) If using a non-default prefix, share/pixmaps should be checked
before the hard-coded /usr/share/pixmaps fallback. This basically
restores symmetry with the other cases like share/icons.
(2) Do a fallback lookup if the theme is not valid or faked. This can
happen if only hicolor is installed and e17 decides to use Tango.
Before, e.g. gimp's icon wasn't picked up because the short cut was too
early.
SVN revision: 51124
13 years ago
Joerg Sonnenberger
df0903779c
From: Joerg Sonnenberger <joerg@britannica.bec.de>
...
Subject: [E-devel] ecore's poll file manager
Hi all,
attached is a small bugfix for ecore. If the to-be-monitored path
doesn't exist, the poll monitor currently tries to remove an item from a
list which was never hooked up.
SVN revision: 51123
13 years ago
Cedric BAIL
2531cd8114
* ecore: fix cancel from another thread.
...
SVN revision: 51119
13 years ago
Mike Blumenkrantz
ad00478247
fix threadsafe api
...
SVN revision: 51118
13 years ago
Cedric BAIL
3b269d6f04
* eina: don't direct people in the wrong direction.
...
SVN revision: 51117
13 years ago
Mike Blumenkrantz
77130795a9
fix compile
...
raster SPANK SPANK SPANK!!!
SVN revision: 51115
13 years ago
Mike McCormack
3bdbb34d64
From: Mike McCormack <mj.mccormack@samsung.com>
...
This patch implements the ecore main loop in terms of the GTK main loop, so
ecore is a layer on top of glib.
Compared the the current glib integration in ecore, this has the added
advantage of allowing use of EFL libraries in GTK.
SVN revision: 51113
13 years ago
Alexander Kerner
f265715c32
From: Alexander Kerner <alexander.kerner@googlemail.com>
...
Attached is a small patch to fix eng_font_draw in software_8.
SVN revision: 51112
13 years ago
Carsten Haitzler
480666910a
re-enable. valgrind happy now. hrrrm.
...
/ /
(o) (o)
..
~-~\.
SVN revision: 51110
13 years ago
Leif Middelschulte
e7e09623ef
From: Leif Middelschulte <leif.middelschulte@gmail.com>
...
patch for ecore-x xrandr 1.3 support - breaks previous api. final api
change (i know about) before we go alpha. in to svn we go.
SVN revision: 51109
13 years ago
Carsten Haitzler
966810eedb
ceeeeeeeeeeeeeeeeedric! :)
...
SVN revision: 51108
13 years ago
Carsten Haitzler
1325b20a81
sloppy ecore_job handle! fix!
...
SVN revision: 51107
13 years ago
Mike Blumenkrantz
689a24559c
add threadsafety for hashes
...
SVN revision: 51106
13 years ago
Mike Blumenkrantz
f973f8c72a
add #ifdefs for some threadsafety stuff
...
cedric SPANK SPANK SPANK!!!
SVN revision: 51105
13 years ago
Sebastian Dransfeld
91df89c40c
Fix typo
...
SVN revision: 51103
13 years ago
Iván Briano
f05fdb6085
Shuting up GCC warnings!
...
SVN revision: 51098
13 years ago
Iván Briano
9c3dabedc9
constifying (Edje_String)->str
...
SVN revision: 51097
13 years ago
Iván Briano
4d5915e787
Using edje_string_get in group's gen code
...
SVN revision: 51096
13 years ago
Iván Briano
8b2e29dc75
Use right key to find stuff in the eet file. By Fidencio
...
Store filename for the fonts when adding eith Edje_Edit. By Fidencio
Use the hash in edje_file to dump fonts with edje_decc, avoiding the
need for the fontmap, which should probably be taken out entirely later.
SVN revision: 51095
13 years ago
Cedric BAIL
ccc497b492
* eet: fix version and trigger the right alloc path.
...
SVN revision: 51093
13 years ago
Cedric BAIL
6ccc46d500
* edje: finally fix all this eet mess.
...
SVN revision: 51087
13 years ago
Cedric BAIL
f5e69dcc73
* edje: last fix due to edje eet breakage.
...
SVN revision: 51086
13 years ago
Cedric BAIL
9d4ff894f1
* edje: fix eet change.
...
SVN revision: 51085
13 years ago