Commit Graph

79 Commits

Author SHA1 Message Date
Christopher Michael 450a03485c E: Cleanup entry widget compiler warnings if ecore is built without IMF.
SVN revision: 71437
2012-05-26 09:00:41 +00:00
Jihoon Kim d33e0931ee e17/entry: fix formatting
SVN revision: 71136
2012-05-16 01:14:20 +00:00
Jihoon Kim f68b32f93d e17/entry: support left/right/up/down key on keypad
SVN revision: 69859
2012-04-02 10:39:32 +00:00
Mike Blumenkrantz dada7d44ee warning--
SVN revision: 67486
2012-01-24 09:36:48 +00:00
Jihoon Kim 39fa544056 From: Jihoon Kim <imfine98@gmail.com>
Long time ago, in
http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg32795.html
mail thread and IRC,

I talked with about problem of asynchronous event API such as
ecore_imf_context_commit_event_add,
ecore_imf_context_preedit_changed_event_add, so on.

In short, The problem is that key event and text_set APIs are processed
immediately, but commit event and preedit changed event is processed
asynchronously  because those APIs add each event to ecore event queue.

To fix these problems, I've decided to create synchronous event APIs such
as ecore_imf_context_event_callback_add, del and call.

For considering compatibility, sync and async event callback functions are
used in xim and scim immodule.



SVN revision: 67290
2012-01-18 04:38:04 +00:00
Carsten Haitzler 0078d30bdc segv's waiting to happen wrong api calls on wrong object types - check
to protect.



SVN revision: 66707
2011-12-31 14:35:05 +00:00
Jihoon Kim d1a0f6f8a0 From: Jihoon Kim <jihoon48.kim@samsung.com>
Subject: [E-devel] [PATCH] e17: notify immodule to know the cursor
location

In immodule, the cursor location is needed to move the candidate word window.
In this patch, calling ecore_imf_context_cursor_location_set in e_entry.c
lets immodule know the cursor location. This patch is similar to
http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg338
89.html, but it is for e17 entry.

oh definitely! that helps.. it works well too! thanks! in svn



SVN revision: 62676
2011-08-22 05:18:03 +00:00
Carsten Haitzler 69f6ba9c0b fix crash vector in e17 entry
SVN revision: 62617
2011-08-20 04:27:41 +00:00
Christopher Michael 17765fdae2 E: Entry: Add UNUSED where missing. Remove unused variables.
SVN revision: 61619
2011-07-23 19:21:23 +00:00
Jihoon Kim d4cb9148af e: Display preedit in entry of E17
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>

SVN revision: 61389
2011-07-15 02:04:58 +00:00
Sebastian Dransfeld 3c12d4daba __UNUSED__ last
SVN revision: 54193
2010-11-05 18:40:31 +00:00
Christopher Michael 02e57f12b5 Fixup calls to ecore_imf to return Eina_Bool.
SVN revision: 52835
2010-09-28 00:36:57 +00:00
Christopher Michael 0535084762 Add unused.
Remove whitespace.



SVN revision: 51325
2010-08-18 19:37:26 +00:00
Lucas De Marchi 6638a10e20 FORMATTING
* Remove vim modelines:
 find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \;
 find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \;

* Remove leading blank lines:
 find . -name '*.[cxh]' -exec sed -i '/./,$!d'

If you use vim, use this in your .vimrc:
set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0



SVN revision: 50816
2010-08-04 16:57:32 +00:00
Cedric BAIL c6a118d738 * e: remove warning due to Ecore API change.
SVN revision: 49833
2010-06-24 16:19:12 +00:00
Christopher Michael 8dbdeb73da Check event handlers are valid before trying to delete them.
Use PATH_MAX.
Fix formatting/whitespace.



SVN revision: 44990
2010-01-08 20:17:07 +00:00
Hannes Janetzek 28eac9678c fix warnings
SVN revision: 42476
2009-09-14 00:32:44 +00:00
Christopher Michael dd1031c82e More API Inconsistency fixes:
e_flowlayout_min_size/e_flowlayout_max_size_ changed to size_min/max
e_entry_min_size_* changed to e_entry_size_min_*
e_slider_min_size changed to e_slider_size_min_*




SVN revision: 42164
2009-09-01 16:47:09 +00:00
Davide Andreoli 3d41cbb20d More icon works, this commit include changes to the icons on the desktop.
You will probably loose desktop icons until you get a fresh profile. Or you can edit the
.desktop files in .e/e/fileman/favorites (new icons name are: user-desktop, user-home, computer and user-temp)

Sorry for bothering... the next commit should be the last ;)



SVN revision: 39419
2009-03-08 23:09:48 +00:00
Gustavo Sverzut Barbieri e5c4d62fd4 Set member_{add,del} to NULL.
SVN revision: 37091
2008-10-25 03:13:33 +00:00
Carsten Haitzler b370f8315f remove/comment out printfs and remove fixme (to be removed) fake mouse up funcs
SVN revision: 36229
2008-09-25 01:34:39 +00:00
Gustavo Sverzut Barbieri 69da6216c5 Delete the correct callback.
Actually none of these delete were required, but since we're doing
them, do it right.



SVN revision: 35934
2008-09-10 18:58:18 +00:00
Gustavo Sverzut Barbieri 18966c828b Add calculate callback to Evas_Smart_Class.
Some people is using it for some time now without problems, so I'm
adding it to SVN to get some broader use. Remember to recompile ALL
libraries that depend on Evas as it will change the
EVAS_SMART_CLASS_VERSION and old classes will fail to load.

This will also change Edje so it will postpone _edje_recalc() to
render time, calculate() callback, however some methods will force
early recalculation.



SVN revision: 35860
2008-09-07 01:25:49 +00:00
Sebastian Dransfeld 4ff8a43130 - embryo is not a needed pkg
- make ecore_imf optional
- add pkg-config requirements to enlightenment.pc
- remove battery check dependant on ecore-txt
- move Ecore_Txt.h from e.h to temperature module


SVN revision: 35470
2008-08-13 19:22:01 +00:00
andrunko 45425e9016 Proper handle Ecore_IMF commit event.
SVN revision: 34584
2008-05-15 21:08:30 +00:00
Carsten Haitzler 5e8fe37119 entry disabled changes in.
SVN revision: 33529
2008-01-19 01:00:37 +00:00
andrunko 9f42fdc4dd Deleting Ecore_IMF event handlers on _e_entry_smart_del.
SVN revision: 33112
2007-12-12 19:00:48 +00:00
andrunko 072417d856 Do not crash when no input method context module is installed.
SVN revision: 32823
2007-11-22 14:55:43 +00:00
andrunko e8d5699915 Added Ecore_IMF_Evas.
Removed Evas dependency from Ecore_IMF, that was requested by Ewl developers
in order to be able to integrate Ecore_IMF on it.

Added Ecore_IMF_Evas, a library with helper functions to use Ecore_IMF together
with Evas.

Now everybody should be happy.


SVN revision: 32812
2007-11-21 22:20:16 +00:00
andrunko cb892827f8 Changed ecore_imf_context_client_window_set to receive an Evas pointer.
This would allow applications to create input method plugins with more
fancy stuff (like transparency, ...).
See http://staff.get-e.org/?p=users/andrunko/ilike-imf-ecore.git;a=summary.


SVN revision: 32804
2007-11-21 01:33:50 +00:00
andrunko b845a105f5 Fixed include directive.
SVN revision: 32778
2007-11-19 19:44:45 +00:00
andrunko 9940c3c023 Added support for Ecore_IMF on E_Entry.
SVN revision: 32777
2007-11-19 18:42:40 +00:00
Christopher Michael b60e4ee532 Remove extra blank line.
SVN revision: 32699
2007-11-15 06:29:10 +00:00
Christopher Michael bd2cf1848b Delete event callbacks when e_entry is deleted.
Allow apps/modules to trap a "key_down" event for e_widget_entry.


SVN revision: 31311
2007-08-14 20:32:52 +00:00
Carsten Haitzler a960cd070b move a chunk of stuff to use evas_smart_class_new() - evas_smart_new() will
probably die as it's already got legacy funcion methods for layer etc. stuff.


SVN revision: 31161
2007-08-04 13:12:43 +00:00
Eric Schuele 894db60c71 Patch from tokyo to populate the entry widgets context menu with icons.
SVN revision: 30314
2007-06-12 11:59:47 +00:00
Sebastian Dransfeld 96fcf80c22 Add prototype for func.
Delete objects with e_object_del


SVN revision: 29788
2007-05-01 13:41:09 +00:00
kiwi 0149bf7c46 allow "copy" and "select all" menus in a disabled entry
like a disable object don't gets focused, key shortcuts doesnt work,
maybe need to change that ?


SVN revision: 29658
2007-04-22 17:12:04 +00:00
rephorm ef8e3d10bf don't allow copying from password entry
SVN revision: 29641
2007-04-22 05:51:35 +00:00
rephorm 186303e42c printf--
SVN revision: 29640
2007-04-22 05:33:35 +00:00
rephorm 0bc9bd4bcd nuke memory that stored passwords in a few more cases
double click to select a word in an entry. triple click to select the whole thing


SVN revision: 29639
2007-04-22 05:30:37 +00:00
rephorm 5093431635 update the selection on double click
SVN revision: 29637
2007-04-22 04:40:40 +00:00
Christopher Michael 6fad95e77e Fix e_entry popup menu so that Cut/Copy show again.
Add a "Delete" and "Select All" entry to the popup menu.


SVN revision: 29624
2007-04-21 12:46:58 +00:00
kiwi 7bc7956f55 show the e_entry menu entries only when they are needed
SVN revision: 29611
2007-04-20 07:23:37 +00:00
Christopher Michael 3fa775d6d3 Add right-click copy/paste popup menu to e_entry for Codewarrior :)
SVN revision: 29590
2007-04-19 00:45:34 +00:00
Christopher Michael b08918fb7e Format E style.
SVN revision: 29582
2007-04-17 11:57:55 +00:00
Carsten Haitzler 621a58de48 patches (see devel list) :)
SVN revision: 26725
2006-10-21 02:32:14 +00:00
sebastid 4e81527304 Cleanup.
- Remove unused variables.
- Add const where needed.
- Add return values.


SVN revision: 26002
2006-09-21 19:53:38 +00:00
moom 5a27507edf * [Entry] The entry now supports the keybindings of Emacs. It's disabled
by default.
Since I'm not an Emacs/Jed user, I may have forgotten or miscoded some
important keybindings. I'd be glad if some Emacs/Jed users could tell me
what is wrong. For this, you need to enable the keybindings by changing
the line 47 of e_entry.c:
"static int _e_entry_emacs_keybindings = 0;" --> "static int _e_entry_emacs_keybindings = 1;"


SVN revision: 25073
2006-08-23 13:39:46 +00:00
moom dcfb49efa5 * [Entry] X selection support
SVN revision: 25065
2006-08-23 10:14:17 +00:00