Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't treat the whole word as an URLManuel Kaufmann2012-04-121-1/+1
| | | | | | | | | | | Changed re.search to re.match because .search scan through the whole string looking for the regex. So, for example "asodijfosidwww.google.comaosdfoisad" with .search will be treated as a whole URL. With .match the complete word will be treated as an URL if the whole word matches with the regular expression. Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Update AUTHORS fileAleksey Lim2012-04-121-0/+2
|
* Suppliment 1d91e6b46b with processing Ctrl modifiers in addition to othersAleksey Lim2012-04-121-2/+2
|
* Scroll the chat log #2782Manuel Kaufmann2012-04-121-0/+24
| | | | | | | | | | | | Check if the user pressed (Control +) Page Up, (Control +) Page Down, Control + Home or Control + End and scroll the window according the pressed key. Auto scroll again if the user entry a new message in the ChatBox. This commit solves http://bugs.sugarlabs.org/ticket/2782 Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Bump v74v74Aleksey Lim2012-03-074-2/+9
|
* Nicer smile positioningAleksey Lim2012-03-071-7/+13
|
* Revert icons parser and cache removed in TextVew patchAleksey Lim2012-03-072-24/+39
|
* PackageAleksey Lim2012-03-061-0/+3
|
*