Mike Blumenkrantz
c7e373f26f
fix entry dialog text sizing
...
SVN revision: 76784
11 years ago
Mike Blumenkrantz
2d0c34fc28
another change I've been wanting to make for a long time: e_entry_dialog now has the data param first
...
SVN revision: 75983
11 years ago
Mike Blumenkrantz
74594f4c6d
also hook dialog delete in entry dialog
...
SVN revision: 75081
11 years ago
Mike Blumenkrantz
e0eaec35c8
ensure entry dialogs open with text selected
...
SVN revision: 74985
11 years ago
Mike Blumenkrantz
9c86078ab5
fix evas magic failure in entry dialog from unnecessary/broken smart cb del during free
...
SVN revision: 74317
11 years ago
Mike Blumenkrantz
0a2c8ea044
formatting
...
SVN revision: 74316
11 years ago
Vincent Torri
c3b0637802
e17: whitespaces--
...
SVN revision: 72561
11 years ago
Christopher Michael
1a0d9a7ccb
Add unused.
...
SVN revision: 51345
13 years ago
Christopher Michael
6ab63682dd
Fix API Inconsistency in regards to e_widget_min_size_* . Renamed to
...
e_widget_size_min_* . This Large commit should fix everything in svn that is
using those functions.
SVN revision: 42152
14 years ago
Sergey Semernin
5c62d98898
From: Sergey Semernin <sergey.semernin@gmail.com>
...
In E_Dialog space key grabbed before than keydown event reach to entry widget
in E_Entry_Dialog.
Thus, I forced ungrab space key in e_entry_dialog_show constructor.
Moreover, I added escape key handling in _e_entry_cb_key_down callback.
I do not delete space key grub in E_Dialog, because, I think, it may be
usefull here,
when we need selecting controls with space. Or not?
SVN revision: 39936
14 years ago
Christopher Michael
b3e92e4213
Give the entry widget focus when showing the entry dialog.
...
SVN revision: 33297
16 years ago
Christopher Michael
2cb74bebe9
Entry dialog now supports "Return" key which will call the "Ok" function.
...
SVN revision: 33243
16 years ago
Miculcy Brian
a7d1bfeaae
API breakage: e_widget_entry_add() allows now to set a cb function for text change events.
...
SVN revision: 32009
16 years ago
Massimo Maiurana
ce82cc6882
i18n hunter strikes again :)
...
SVN revision: 26398
17 years ago
Christopher Michael
bc5923cafd
Check that initial text is actually set befor trying to strdup it.
...
SVN revision: 25601
17 years ago
sebastid
19bbe60f7e
- const
...
- remove unused variables
- better parameter names
SVN revision: 24836
17 years ago
sebastid
d3c17b77bf
Add return value.
...
Free e objects with e_object_del
SVN revision: 24768
17 years ago
Carsten Haitzler
a9e7340190
you're all goign to kill me :) but here goes - i broke the dialog and config
...
17 years ago
Carsten Haitzler
0e47c981da
use E_FREE
...
17 years ago
sebastid
33ffd2cad8
- Ignore all move/resize events.
...
- Free text.
- Formatting.
SVN revision: 24591
17 years ago
Carsten Haitzler
d104992051
* border property patch - dont generate on moves
...
17 years ago
Christopher Michael
057af1edf4
Added an entry dialog ala confirm dialog for getting user input.
...
Currently used in ibar config dialog for adding/removing bar sources.
SVN revision: 23094
17 years ago