1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-07 04:56:53 +00:00
Commit Graph

17 Commits

Author SHA1 Message Date
Jeremy Ruston
f89ca3c338 Fixed problem with obtaining stringified version of field content 2012-04-10 14:38:09 +01:00
Jeremy Ruston
3743bcc562 My old buddy JSHint 2012-04-10 14:07:43 +01:00
Jeremy Ruston
b456c0a01c Switched back to using textareas and inputs for editors
The contenteditable stuff was complicated and performing badly. More to
the point, I've now got a pretty solid way to resize the textarea to
fit it's content
2012-04-10 13:53:02 +01:00
Jeremy Ruston
995de58d47 Limited bitmap editing canvas width to 100% 2012-04-02 13:09:24 +01:00
Jeremy Ruston
13d61056ad Added reasonably decent quadratic smoothing to pencil strokes 2012-04-02 09:32:13 +01:00
Jeremy Ruston
c5c0c88eb2 Whoops JSHint 2012-04-01 20:37:21 +01:00
Jeremy Ruston
7ef554ba5e Smoother pencil for the image editor 2012-04-01 20:33:18 +01:00
Jeremy Ruston
cab5c88d3a Slight improvements to bitmap editor 2012-04-01 11:49:32 +01:00
Jeremy Ruston
d985f9b09e Added touch support to bitmap editor 2012-04-01 09:59:49 +01:00
Jeremy Ruston
ff823ff302 Keeping JSHint happy 2012-03-31 18:12:09 +01:00
Jeremy Ruston
4eef87ec36 Ridiculously primitive support for editing bitmap images
Just a simple black brush at present
2012-03-31 18:10:48 +01:00
Jeremy Ruston
2faa668717 Fixed problem with firing our own DOM mutation events 2012-03-30 19:51:11 +01:00
Jeremy Ruston
a7b905cf88 Refactored renderer logic to call refreshInDom on macros unconditionally
This allows the macro itself to decide whether it wants to perform an
update or not
2012-03-30 16:45:24 +01:00
Jeremy Ruston
d8d20a3bc8 Got the edit macro working
A bit rough and ready, but OK for editting `text` and other full text
fields.
2012-03-30 13:50:01 +01:00
Jeremy Ruston
70941b07a6 Added initial support for the command macro
Just the EditTiddler command at the moment
2012-03-29 17:02:05 +01:00
Jeremy Ruston
b81ffdcb58 Added missing semicolon 2012-03-29 15:33:47 +01:00
Jeremy Ruston
1dd6e43a6f First version of the edit macro 2012-03-29 15:32:36 +01:00