Commit Graph

12 Commits

Author SHA1 Message Date
Tom Hacohen e1491acc3f Elementary: Fixed selection and a possible segfault.
1. Selection now works with the buttons in elementary_test.
2. Selection with ctrl+v does not print ERR:elementary elm_widget.c:1373 _elm_widget_type_check() Passing Object: (nil), of type: '(unknown)' when expecting type: 'entry' anymore.

SVN revision: 51216
2010-08-16 14:52:36 +00:00
Lucas De Marchi 54531a69ed 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
Lucas De Marchi e87ed1007b Remove unneeded code with notnull.cocci script
This continues previous commit with more complex places, where it required
more than just removing some "ifs".



SVN revision: 50242
2010-07-14 02:20:30 +00:00
Brett Nash dee3f41698 TUrn off debug.
SVN revision: 49956
2010-07-01 01:18:32 +00:00
Brett Nash 64c8e4650d Improvements to cut and paste.
SVN revision: 49947
2010-06-30 13:20:58 +00:00
Vincent Torri c1d92416d8 next try to make it compile on Windows
SVN revision: 49865
2010-06-25 12:14:34 +00:00
Vincent Torri 7f0c910ebf elm_cnp_helper.c is for X11 stuff only
SVN revision: 49864
2010-06-25 11:56:02 +00:00
Cedric BAIL bdf6efa129 * elementary: fix Ecore API changes.
SVN revision: 49860
2010-06-25 09:58:14 +00:00
Brett Nash 4d4284614b Improve content negotiation on paste
SVN revision: 49812
2010-06-23 08:02:35 +00:00
Brett Nash eade64e9c2 Add me to authors, and make selection work a bit better.
SVN revision: 49792
2010-06-22 05:12:08 +00:00
Brett Nash 799bf08131 Clarify 'secondary' string.
SVN revision: 49791
2010-06-22 01:25:20 +00:00
Brett Nash 53e4e63b3c Add the Cut and Paste helper code.
SVN revision: 49725
2010-06-17 08:06:07 +00:00