Commit Graph

6 Commits

Author SHA1 Message Date
moom 1b34e1f692 * Add password mode to the entry
SVN revision: 24586
2006-08-12 12:21:32 +00:00
moom 4eddbf00ca * Rewrite the entry widget
It is now splitted in 3 files:
 - e_editable.c that implements a generic single-line editable object
that could be used later by other widgets such as the slider or a
spinner.
 - e_entry.c that implements an entry smart object using an editable
object.
 - e_widget_entry.c that embeds an entry smart object in a widget.

So far, text insertion and deletion have been implemented. It also
supports cursor movement and mouse selection. The text also no longer
gets out of the bounds of the entry.

Things to come:
- Password mode
- Copy/Paste
- Make it actually themable, for now, the colors/font/style are
hardcoded


SVN revision: 24575
2006-08-11 21:48:18 +00:00
Carsten Haitzler 59a12c9d5d remove really evil/bad code int he desklock config dialog. don't go digging
and recreating internal widget data - you need a feature - add it to the
widget, or use existing ones. password mode disabled because it's just a bad
buggy hack. see comments.


SVN revision: 23041
2006-06-01 04:09:33 +00:00
codewarrior f266f85762 - fix e_widget_entry's focus
- add on_change callback to e_widget_entry
- tidy up some e_entry code


SVN revision: 18352
2005-11-07 00:09:20 +00:00
codewarrior 66b3b98d70 - more work on internal eap editor
- temporary e_entry fix


SVN revision: 17960
2005-10-25 22:01:50 +00:00
codewarrior 0924b0a717 - add entry widget
- add image widget


SVN revision: 17892
2005-10-24 16:19:17 +00:00