aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/edje/ChangeLog
blob: 87de11eea5d7c548a57a8f31ccaa0e8a0c4b4cc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
2011-01-29  Carsten Haitzler (The Rasterman)

        1.0.0 release

2011-01-30  Tom Hacohen (TAsn)

        * Added "UNDER" cursor mode.
        * Added auto-alignment to text parts, just set text.alignment to -1 to
          activate it. It's only relevant to TEXT parts, textblock objects
          already have that by default.

2011-02-01  Tom Hacohen (TAsn)

        * Added Mirroring support to edje objects.

2011-02-08  Cedric BAIL

	* Fix invalid memory access by edje alias code.

2011-02-10  Cedric BAIL

	* Fix use of recursive alias.

2011-02-21  WooHyun Jung

        * Fix missing cursor changed signale on backspace

2011-02-21  Mike Blumenkrantz

        * Add built-in cpp (epp) to provide consistent output on all archs/OSes

2011-02-10  Cedric BAIL

	* Fix propagation of recursive events on existing part.

2011-02-24  Cedric BAIL

	* fix signal comming from box/table item to include their
	index or name correctly.

2011-02-25  Jihoon Kim

	* Add edje_object_part_text_cursor_pos_{set,get} API

2011-02-27  Tom Hacohen (TAsn)

        * Added size_range property to TEXT parts in edje files.
	This lets you limit the size of the font that will be used.
	Especially useful when using fit.

2011-03-10  WooHyun Jung

        * Fix: Emit clicked signal on entry if still in - missing.

2011-03-10  Cedric BAIL

	* Correctly propagate recursive event with existing and non existing
	part.

2011-03-11  Cedric BAIL

	* Add PROXY part.

2011-03-19  Carsten Haitzler (The Rasterman)

	* Change edje_decc to only use edje_cc as the compiler for security
        and correctness reasons.

2011-03-23  Brett Nash (nash)

	* Move some of edje over to use smart clipper in evas.  This _should_
	be transparent to users.

2011-03-30  Carsten Haitzler (The Rasterman)

	* text.align (only the vertical part) now works for textblock.

2011-04-1  Carsten Haitzler (The Rasterman)

	* Add Feature: Support explicit shadow direction with extra effect
        param (optional). Default as before.

2011-04-28  Tom Hacohen (TAsn)

        * size_min_restricted_calc: Fixed textblock handling.

2011-05-15  Tom Hacohen (TAsn)

	 * Entry - New API: added edje_object_part_text_append which appends
	   text to the end of the textblock part. This lets us do cool thing
	   like population of textblock using idler.

2011-05-16  Carsten Haitzler (The Rasterman)

	* Add new interpolation modes for programs to make animation
        much easier. Added: ACCEL_FAC, DECEL_FAC, SIN_FAC, DIVIS,
        BOUNCE, SPRING (also made short name versions of the long ones
        possible too).

2011-05-19  Tom Hacohen (TAsn)

	 * Entry: Don't emit "cursor,changed" when setting the text, because
	   the cursor really didn't change, it's more like a new cursor.
	   Also, when setting position, don't do anything if position is as it
	   was.

2011-05-27  Carsten Haitzler (The Rasterman)

	* Improve performance on create/delete of edje objects by using
        evas freeze and thaw calls. May help in certain pathological
        situations.

2011-05-27  Cedric Bail

	* Improve performance by avoiding walking eina_list for nothing
	when deleting member_class.

2011-06-09  Cedric Bail

	* Fix external usage in sub group to have the proper parents.

2011-06-11  Tom Hacohen (TAsn)

	* Fix an issue with ellipsis not working properly with small
	  text parts.

2011-06-21  Cedric Bail

	* Make it possible to define part.description.max only on one axis.

2011-07-24  Mike Blumenkrantz

        * Add signals entry,paste,request,1 (PRIMARY) and entry,paste,request,3 (CLIPBOARD)
          to differentiate between paste types
        * Add entry,selection,all,request for signalling ctrl+a in an entry
        * Add entry,selection,none,request for signalling ctrl+shift+a in an entry
        * Fix entry,paste,request* to be emitted after cursor,changed (fixes middle mouse paste location)

2011-05-27  Carsten Haitzler (The Rasterman)

	* Fix edje_shutdown() being called before all evas objects created
        by edje (edje objects) are gone. Delay internal core shutdown
        until all references gone.

2011-08-03  Tom Hacohen (TAsn)

	* Entry: Added changed,user signal. This signal indicates the entry
	has changed because of user interaction, i.e not by code.

2011-08-22  Cedric Bail

	* Add collection.group.limits {
	          vertical: "name" value;
	          horizontal: "name" value;
	      }.

2011-08-25  Jihoon Kim

	* Add entry input panel layout setting api's

2011-08-10  Tom Hacohen (TAsn)

	* Signals: Added the ability to pass extra data with edje signals.
	Added edje_object_signal_callback_extra_data_get to support that.

2011-08-29  Jaehwan Kim

	* Add group's inheritance.
	* Add insert_before, insert_after to can change the part's order.

2011-10-02  Boris Faure (billiob)

	* Fix edje_cc to accept -1 in description.max

2011-10-03  Tom Hacohen (TAsn)

	* Entry: Added change information to entry,changed,user

2011-11-03  Jaehwan Kim

	* Transition: Add the "CURRENT" option which causes the edje object move
	      from its current position.

2011-10-04  Govindaraju SM, Prince Kumar Dubey

	* Add Edje multisense that allows playback of samples and
          vibrator control and ultimately beginsd to pave the way for
          more complex audio etc. support.

2011-11-06  David Seikel (onefang)

	* Lua: Added color_class and text_class functions.
	    Still need to write a function for setting the classes of an object.
	    This works for things in OTHER groups using those classes though.
	* Add image, text, textblock (commented out), and edje objects.
	    Very basic support.
	* Add functions for set/get text font, size, and text.
	* Add function for set/get image image.
	    Still needs to limit to only imagess in the current edje file.
	* Add functions for set/get image fill and filled.
	* Add function for set/get edje file.
	    Still needs to limit to only groups in the current edje file.
	* Add full support for evas line object.
	* Add full support for evas polygon object.
	* Beefed up the example lua script to show most of the above.
	  Including some handling of size changes.
	* White space fixes, one of the editors I use cleans those up automatically.  shrugs

2011-11-06  David Seikel (onefang)

	* Lua: Added half of the evas map API.

2011-11-07  David Seikel (onefang)

	* Lua: Added the other half of the evas map API.

2011-11-19  Carsten Haitzler (The Rasterman)

	* Fix message and signal propagation to be consistent in all situations
        as well as simpler.

2011-12-02 Carsten Haitzler (The Rasterman)

        1.1.0 release

2011-12-12 Mike Blumenkrantz (discomfitor/zmike)

        * Fix potential crash from buffer overflow on copying map data.

2011-12-15  Tom Hacohen (TAsn)

	* Entry: Added support for various new key bindings:
	Ctrl+Arrows, Ctrl+Del and Ctrl+Backspace.
	* Entry: Added cursor,changed,manual signal.
	This signal indicates the cursor has been manually changed, i.e by
	either mouse click or arrows.

2011-12-15  Cedric Bail

	* Fix detections of limits by edje_cc parser.

2011-12-16  Cedric Bail

	* Fix wrong call to free() in edje_load.
	* Reduce parts walk to the strict minimum.

2011-12-19  Cedric Bail

	* Check existence of group at compile time also.

2012-01-02 Carsten Haitzler (The Rasterman)

        * Fix prototype for edje_object_part_text_cursor_content_get()
          as it returned a strduped string and not an internal one, so
          this just formalizes its existing behavior correctly.

2012-01-03  Tom Hacohen (TAsn)

	* Entry: Fixed undo/redo with IMF.

2012-01-04  Carsten Haitzler (The Rasterman)

        * Add HEX, TERMINAL and PASSWORD layouts to edje
        * Add "recalc" smart callback for object size changes

2012-01-05  Cedric Bail

	* Reduce call to stat during edje_object_file_set.

2012-01-06  Cedric Bail

	* Unswallow object that are about to be swallowed if necessary.
	* Add EDJE_ASPECT_PREFER_SOURCE.

2012-01-07  David Seikel (onefang)

	* Lua: Calling non exstent functions no longer crashes scripts.
	   This is so that future scripts will still work with old libraries,
	   and lets us add the "host can provide Lua API" feature soon.

2012-01-09  David Seikel (onefang)

	* Lua: Added edje.version().

2012-01-14  Carsten Haitzler (The Rasterman)

        * Added minmul propery for edje to multiply minimum size during min size calc

2012-01-20  Carsten Haitzler (The Rasterman)

        * Fix the ability to change the edje file source of an edje object
        inside a callback - it worked but you couldn't swallow/set text etc.

2012-01-03  Tom Hacohen (TAsn)

	* Entry: Added edje_object_part_text_style_user_set/get that'll use
	the new corresponding textblock functions.

2012-01-23  Cedric Bail

	* Fix overridding group in edje_cc by fixing with the right index.

2012-01-24  Cedric Bail

	* Filter should only be valid once all program affecting there part are done.

2012-01-25  Cedric Bail

	* Only store the image used by active group.

2012-01-26  Cedric Bail

	* Add min: SOURCE, max: SOURCE.

2012-02-03  Jihoon Kim

	* Entry: Fix to work edje_object_part_text_input_panel_enabled_set/get well
             even though ecore_imf doesn't exist or immodule isn't used.

2012-02-07  WooHyun Jung

        * Added edje_object_markup_filter_callback_{add,del,del_full}.
        These let you append(delete) markup filter functions for filtering
        inserted text.

2012-02-08  Cedric Bail

	* Fix bug when using EDJE_CALC_CACHE and using relative to x and y
	on separate part.
	* Fix bug with filter preventing any action to be triggered.

2012-02-10  Cedric Bail

	* Prevent propagation of signal, when there is a matching target with edje GROUP.

2012-02-13  Jihoon Kim

	* add edje_object_part_text_input_panel_show/hide.
      These APIs can be used in input panel manual control mode.
	* add edje_object_part_text_imf_context_reset that will use
      for reseting the input method context.

2012-02-14  Jihoon Kim

	* add edje_object_part_text_prediction_allow_set/get.
      These APIs can be used to set whether prediction feature is allowed or not.

2012-02-14  Cedric Bail

	* add a way to disable signal broadcasting introduced in edje 1.1.

2012-02-15  Jihoon Kim

	* add edje_object_part_text_input_panel_language_set/get
          edje_object_part_text_input_panel_imdata_set/get
          edje_object_part_text_input_panel_return_key_type_set/get
          edje_object_part_text_input_panel_return_key_disabled_set/get

2012-02-20  WooHyun Jung

        * Change API names from edje_object_markup_filter_callback_{add,del,del_full}.
        to edje_object_text_markup_filter_callback_{add,del,del_full}.

2012-02-24  Jihoon Kim

	* add edje_object_part_text_imf_context_get for getting Ecore_IMF_Context handle in edje text object

2012-02-29  Tom Hacohen (TAsn)

	* Entry: Added edje_object_part_text_user_insert.
	This function inserts text as if the user has inserted it.
	This means it actually registers as a change and etc.

2012-03-06  Mikael Sans (XHeLL)

	* Entry: Added double click and triple click.
	Double click selects a word.
	Triple click selects a line.

2012-03-07  Tom Hacohen (TAsn)

	* Entry: Replaced edje_object_part_text_style_user_set/get 
	with edje_object_part_text_style_user_set/get to correspond to
	textblock's recent changes.

2012-03-07  Cedric Bail

	* Correctly count and propagate preload signal with GROUP.
	* Fix rotation with fixed point.

2012-03-11  Cedric Bail

	* Propagate scale factor to GROUP's part.

2012-03-12  Cedric Bail

	* Make it possible for edje to update size hint automatically.
	* Add min: SOURCE to GROUP's part.