Commit Graph

14 Commits

Author SHA1 Message Date
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
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
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 4376d882e1 fsel (file selector) widget... WOOT
SVN revision: 24138
2006-07-23 10:24:30 +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
Christopher Michael 152d3e6c02 Export e_entry_unfocus, not e_entry_focus twice :)
SVN revision: 19373
2005-12-29 15:03:04 +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 5103d613fc - add ability to save eap info to disk
- add ability to create and populate empty eaps


SVN revision: 17896
2005-10-24 21:52:31 +00:00
codewarrior 19436ee45d * Add function to get text from e_entry
* Fix typo in e_scrollbar


SVN revision: 17171
2005-10-04 21:32:19 +00:00
sebastid 26fd747f3b Code style cleanup
SVN revision: 17159
2005-10-04 12:15:54 +00:00
codewarrior 4a48feb35b Fix and expose more of the e_entry api. it works now.
SVN revision: 17093
2005-10-01 01:25:07 +00:00
codewarrior de28ccb8ed Added e_entry smart. Not done yet, look at todo in e_entry.c
SVN revision: 16925
2005-09-25 03:28:18 +00:00