Carsten Haitzler
b2c3dc2350
lets trawl thru svn logs and add changelogs and NEWS
...
11 years ago
Carsten Haitzler
f8d957a1c1
and make it 1.2.0
...
SVN revision: 70209
11 years ago
Carsten Haitzler
98d5c4db07
update NEWS
...
SVN revision: 70208
11 years ago
Jihoon Kim
aee91d9851
ecore/scim-immodule: fix wrong upload in 70206
...
SVN revision: 70207
11 years ago
Jihoon Kim
2fb7be8fed
ecore/NEWS: fix typos
...
SVN revision: 70206
11 years ago
Carsten Haitzler
ad14b287bc
add version define to epp.
...
SVN revision: 70205
11 years ago
Carsten Haitzler
1cec0b6ee3
let's complete the math func support in embryo (trivial add) and
...
document it in changelog, and news to justify 1.2 :)
SVN revision: 70204
11 years ago
Carsten Haitzler
39f466dcfd
ecore -> news up to date
...
SVN revision: 70203
11 years ago
Carsten Haitzler
057a8a2394
add missing changelog and update news.
...
SVN revision: 70202
11 years ago
Carsten Haitzler
4e1873a5de
add NEWS item into eina.
...
SVN revision: 70201
11 years ago
Daniel Juyung Seo
fd6d5d2108
ecore ecore_evas_basics_example.c: Fixed formatting.
...
SVN revision: 70200
11 years ago
Daniel Juyung Seo
a5923d35e1
ecore examples: Fixed formatting.
...
SVN revision: 70199
11 years ago
Daniel Juyung Seo
90556f6e4b
eina eina_main.h: Fixed documentation.
...
SVN revision: 70198
11 years ago
Tom Hacohen
03a94f7cb1
Eobj: Evas example - fixed coding convetion.
...
Approved by Daniel Zaoui.
SVN revision: 70197
11 years ago
Tom Hacohen
ad5549c8aa
Eobj: Make construct error a bool.
...
Way faster, and doesn't waste any additional memory.
SVN revision: 70196
11 years ago
Tom Hacohen
41189e408e
Eobj: Minor changes in eina log registration.
...
SVN revision: 70195
11 years ago
Tom Hacohen
011fd3b1ce
Eina: Fixed usage of gnu extension.
...
(idx, ## __VA_ARGS__) is a gnu extension, fixed to be (__VA_ARGS__).
Should be fine this way. Less descriptive maybe, because now people will
may think it's ok to pass 0 arguments, but there's no avoiding this.
SVN revision: 70194
11 years ago
Tom Hacohen
36374f49a7
Eobj: Make eobj_event_callback_add a macro.
...
Thanks to raster for the tip.
SVN revision: 70193
11 years ago
Tom Hacohen
f4ad42ffda
Eobj: ref/unref inside internal functions.
...
Thanks to raster for the tip.
SVN revision: 70192
11 years ago
Tom Hacohen
1380c56c28
Eobj: Eobj_Op should be unsigned int, not uintptr_t.
...
I have no clue why it ever was a uintptr_t...
Thanks to raster for noticing.
SVN revision: 70191
11 years ago
Carsten Haitzler
cd5229f18d
clear color multiply when rendering mapped obj
...
SVN revision: 70187
11 years ago
cnook
40c5c91466
From: cnook <kimcinoo@gmail.com>
...
Subject: [E-devel] [Patch][Ecore][Win32] Checking control character
The control characters are generated by holding down the Control key while
you strike another letter or symbol key.
Because of this reason, The Evas_Event_Key_Down in the
EVAS_CALLBACK_KEY_DOWN callback does not have proper keyname.
So I have shifted the control character to printing character. Please
review the patch and give any feedbacks. Thanks.
SVN revision: 70186
11 years ago
Gustavo Sverzut Barbieri
59a7bda1d9
stop leaking every ecore system signal event.
...
People, when you go and change ecore_event_add() to
_ecore_event_add(), please NOTICE THAT THE FREE FUNCTION IS NOT
AUTOMATICALLY SPECIFIED!
So specify these functions to _ecore_event_add() to stop leaking every
signal we receive from system.
SVN revision: 70177
11 years ago
Gustavo Sverzut Barbieri
e107124555
remove EAPI from _ecore_event_signal_user_new().
...
It should never be exported outside of libecore.so
SVN revision: 70176
11 years ago
Carsten Haitzler
be24f7791e
make sure cinfo is nulled out in jpeg loader!
...
SVN revision: 70168
11 years ago
Christopher Michael
9081734c1d
Ecore_Evas (wayland_shm): Allocate the shm_pool according to output
...
size. Don't set the engine destination until we have created the pool
& buffer.
SVN revision: 70159
11 years ago
Jonas M. Gastal
6122b8a8de
Cleanup Doxygens Warnings - eina
...
Warnings resolved for:
eina_clist.h
eina_file.h
eina_hash.h
eina_inlist.h
eina_lalloc.h
eina_lock.h
SVN revision: 70156
11 years ago
Vincent Torri
2aeedca6c1
* NEWS:
...
* src/lib/evil_time.c:
* src/lib/evil_time.h:
Do not declare and define localtime_r() if it's already defined.
SVN revision: 70155
11 years ago
Tom Hacohen
8be32105cb
Eobj: Added more function override tests.
...
SVN revision: 70151
11 years ago
Tom Hacohen
d331ee0001
Eobj: Fixed (and made fast) _eobj_op_id_desc_get.
...
SVN revision: 70150
11 years ago
Tom Hacohen
d6affb56f7
Eobj: Improved constructors test.
...
SVN revision: 70149
11 years ago
Tom Hacohen
d5e74719dc
Eobj: Improved error reporting.
...
SVN revision: 70148
11 years ago
Tom Hacohen
739441afeb
Eobj: Added some more test scenarios.
...
SVN revision: 70147
11 years ago
Tom Hacohen
de70c853ea
Eobj: Fixed a possible inconsistency in constructor error detection.
...
SVN revision: 70146
11 years ago
Tom Hacohen
697c58026f
Eobj: Pass the private data to functions automatically.
...
This saves us from having to call the data_get function. This makes the
code nicer and potentially faster.
Thanks to raster for the tip.
SVN revision: 70145
11 years ago
Tom Hacohen
0395f7943c
Eobj: Improve signals test.
...
SVN revision: 70144
11 years ago
Tom Hacohen
17527c5307
Eobj: Fixed a bug in event_callback_del.
...
SVN revision: 70143
11 years ago
Carsten Haitzler
13a462fc13
typofix!
...
SVN revision: 70142
11 years ago
Tom Hacohen
b02811d7fd
Eobj: Cosmetic change + added a FIXME.
...
SVN revision: 70141
11 years ago
Tom Hacohen
5c53136210
Eobj: Improved output of signals test.
...
SVN revision: 70140
11 years ago
Tom Hacohen
cc4cd4f710
Eobj: Restrict class inheritance a bit.
...
Don't allow mixing regular with non regular types when inheriting.
SVN revision: 70139
11 years ago
Tom Hacohen
3d11446968
Eobj: Improved some tests a bit more.
...
SVN revision: 70138
11 years ago
Tom Hacohen
ef994b8163
Eobj: Improved tests a bit.
...
SVN revision: 70137
11 years ago
Tom Hacohen
d113debcd2
Eobj: Fixed a bug in composite_object_is
...
SVN revision: 70136
11 years ago
Tom Hacohen
230de30c3e
Eobj: Improved testing a bit.
...
SVN revision: 70135
11 years ago
Tom Hacohen
bef76f0407
Eobj: Added some composite objects tests.
...
SVN revision: 70134
11 years ago
Tom Hacohen
a0ee8a4aa7
Eobj: Revert "Eobj: Only try composite objects when really supposed to."
...
Was stupid and plain wrong.
This reverts commit 70132.
SVN revision: 70133
11 years ago
Tom Hacohen
c92e62b5eb
Eobj: Only try composite objects when really supposed to.
...
SVN revision: 70132
11 years ago
Tom Hacohen
f8c89e84a2
Eobj: Composite objects should be attempted last.
...
SVN revision: 70131
11 years ago
Tom Hacohen
cacdc89766
Evas textblock: Updated changelog about previous change.
...
SVN revision: 70130
11 years ago