[E-devel] ecore_desktop parameter string trim

2007-02-16 Thread Stark, Thomas
Hi, attached you will find a patch which trims the parameter list. This helps if there are only one or more white-spaces behind the command and nothing else. The old behavior will add a parameter string with only the white-spaces and prevents therefore adding the default "%F", because the paramete

[E-devel] Etk_Text_View scrolling ability

2007-02-16 Thread ptomaine
Hello. I made a patch for Etk to add scrolling ability to Etk_Text_View. It isn't very good, but it works. I made modifications in etk_test program also to demonstrate it. See Tag Presentation. The annoying thing is that it sometimes does not calculate the size right (it gets mistaken by 1 pixel

[E-devel] e_slider key_down to respond only to keys along chosen axis....

2007-02-16 Thread Ravenlock
Hello, Seemed odd to me that the horizontal e_slider will respond to up/down keys and a vertical one will respond to left/right keys. Don't know if that was intentional or not. Right or wrong Here is a patch that changes it so that a horizontal one only responds to left/right keys and a