summaryrefslogtreecommitdiff
path: root/src/bin/e_editable.c
Commit message (Expand)AuthorAgeFilesLines
* E entry: Move to edje_entry and remove e_editable.Tom Hacohen2012-10-301-1392/+0
* E17: some alloc checks, and fix a case where we lost a pointer if realloc() f...Vincent Torri2012-08-301-4/+10
* formattingMike Blumenkrantz2012-07-031-86/+88
* e17: whitespaces--Vincent Torri2012-06-211-1/+1
* e17: remove some shadow variablesVincent Torri2012-04-151-17/+17
* segv's waiting to happen wrong api calls on wrong object types - checkCarsten Haitzler2011-12-311-1/+33
* E: remove extraneous parenthesesVincent Torri2011-12-071-1/+1
* From: Jihoon Kim <jihoon48.kim@samsung.com>Jihoon Kim2011-08-221-0/+20
* FORMATTINGLucas De Marchi2010-08-041-3/+0
* * e: remove warning due to Ecore API change.Cedric BAIL2010-06-241-0/+3
* make clang happySebastian Dransfeld2010-01-141-6/+2
* Remove redundancyChristopher Michael2009-04-221-2/+0
* Formatting & whitespace removal.Christopher Michael2009-04-221-268/+197
* don't segfault, by lmunchGustavo Sverzut Barbieri2009-04-201-3/+6
* Set member_{add,del} to NULL.Gustavo Sverzut Barbieri2008-10-251-0/+2
* Fix height with scaling enabled.Chidambar Zinnoury2008-10-111-0/+1
* Fix compiler warnings.Chidambar Zinnoury2008-10-111-12/+13
* New version of _e_editable_text_insert, fixed.Gustavo Sverzut Barbieri2008-09-101-15/+29
* removed editable change - breaks entering text!Carsten Haitzler2008-09-101-29/+15
* Fix various invalid memory access problems with _e_editable_text_insertGustavo Sverzut Barbieri2008-09-101-15/+29
* Add calculate callback to Evas_Smart_Class.Gustavo Sverzut Barbieri2008-09-071-0/+1
* formattingSebastian Dransfeld2008-01-191-2/+2
* entry disabled changes in.Carsten Haitzler2008-01-191-0/+21
* move a chunk of stuff to use evas_smart_class_new() - evas_smart_new() willCarsten Haitzler2007-08-041-12/+16
* nuke memory that stored passwords in a few more casesrephorm2007-04-221-3/+59
* nuke password contents on delrephorm2007-04-221-0/+3
* Less memory allocation.Sebastian Dransfeld2007-04-051-6/+1
* 1. jose's premul patches for evasCarsten Haitzler2006-09-301-1/+1
* Cleanup.sebastid2006-09-211-2/+2
* * [Entry] Actually, this should fix it..moom2006-08-301-2/+1
* * [Entry] It should fix e_widget_entry_clear()moom2006-08-301-0/+2
* * [Entry] X selection supportmoom2006-08-231-2/+1
* * [Entry] The entry now works with UTF-8 charmoom2006-08-231-63/+85
* ****** MAJOR THEME REWORKING -- BREAKAGE *********rephorm2006-08-221-9/+9
* * [E_Editable] Fix valgrind warnings and mem leakmoom2006-08-201-5/+22
* * [Entry] Fix the blinking of the cursormoom2006-08-201-4/+17
* * [Editable] Improve e_editable_char_size_get()moom2006-08-191-5/+18
* [Entry] Make the cursor blink in the theme, not in the codemoom2006-08-191-64/+4
* * Make the text of the entry themablemoom2006-08-191-40/+43
* * [Editable] remove e_entry_selectable_get/set() because it's uselessmoom2006-08-191-66/+13
* * [Entry] The selection and the cursor are now themable. The textmoom2006-08-121-134/+126
* * Add password mode to the entrymoom2006-08-121-15/+80
* * Rewrite the entry widgetmoom2006-08-111-0/+1296