1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-08 04:54:23 +00:00
Commit Graph

712 Commits

Author SHA1 Message Date
Jeremy Ruston
d03d461672 Fixed problem with exponents in CSS values
CSS doesn't like "translateY(1e-13px)"
2012-03-20 16:49:47 +00:00
Jeremy Ruston
b10727f556 Improvements to the zooming navigator 2012-03-20 13:30:59 +00:00
Jeremy Ruston
492ab00577 Added the experimental zooming navigator
It doesn't work properly yet. Swipe in from the right edge of the
screen to try it. iPad/iPhone only at the moment
2012-03-16 15:11:37 +00:00
Jeremy Ruston
3d4e92568f Slowed down the chooser's horizontal scale factor 2012-03-16 15:11:04 +00:00
Jeremy Ruston
c483551ea3 Updated docs 2012-03-16 15:10:20 +00:00
Jeremy Ruston
9c10f5eab7 Added shadow tiddlers to recipe 2012-03-16 15:09:59 +00:00
Jeremy Ruston
4310f91237 Added support for adding to the home screen on iOS 2012-03-16 15:09:41 +00:00
Jeremy Ruston
77f64d1c16 Moved StoryTiddlers to be a shadow tiddler 2012-03-16 15:09:24 +00:00
Jeremy Ruston
5138796ee1 Fixed typo
Thanks to cjhunt
2012-03-16 15:08:30 +00:00
Jeremy Ruston
00f9bdc43f Fixed problem with tiddlers opening twice 2012-03-15 09:32:53 +00:00
Jeremy Ruston
91bba13608 Started using shadow tiddlers
Now the JavaScript modules and templates are put into the shadow store
2012-03-14 18:57:53 +00:00
Jeremy Ruston
1cf54ce08c Improved usability of addTiddler() 2012-03-14 18:57:04 +00:00
Jeremy Ruston
7970745f58 Make the chooser work in Firefox
It doesn't work as well as Chrome, needs investigation
2012-03-14 18:26:44 +00:00
Jeremy Ruston
f98f3de5d4 Fixing the tests 2012-03-14 18:15:24 +00:00
Jeremy Ruston
e604900738 Further tiddler reorganisations 2012-03-14 18:12:41 +00:00
Jeremy Ruston
fce16a5140 Moving tiddlers around 2012-03-14 17:44:54 +00:00
Jeremy Ruston
8851557ba6 Style the chooser 2012-03-14 17:41:33 +00:00
Jeremy Ruston
399e8d710c Slide the chooser in as the touch/mouse moves right 2012-03-14 17:41:18 +00:00
Jeremy Ruston
46812fe438 Updated note about the zooming chooser 2012-03-14 13:53:59 +00:00
Jeremy Ruston
4354c7dbe2 Fixed chooser so that it works when the screen is scrolled
Or indeed zoomed.
2012-03-14 13:49:05 +00:00
Jeremy Ruston
06627cc587 Better styles for JavaScript code 2012-03-13 16:45:55 +00:00
Jeremy Ruston
c6956f488d Docs updates 2012-03-13 15:15:41 +00:00
Jeremy Ruston
1d11acf8ec Keeping JSHint happy 2012-03-13 15:15:33 +00:00
Jeremy Ruston
91b26de52a Added viewport meta tag for mobile devices 2012-03-13 15:13:30 +00:00
Jeremy Ruston
5d8397a52d Docs updates 2012-03-13 15:13:17 +00:00
Jeremy Ruston
bf6b4926fc Updated to latest version of bootstrap 2012-03-13 15:13:09 +00:00
Jeremy Ruston
98a681f904 Updated chooser
It sort of works now
2012-03-13 15:12:58 +00:00
Jeremy Ruston
4c01ae392e Added class manipulation utilities 2012-03-13 15:12:36 +00:00
Jeremy Ruston
581d165822 Catch navigation events that fall through to the document
And broadcast them back to the first story macro that accepts them
2012-03-13 15:12:23 +00:00
Jeremy Ruston
33420ac936 Touch events don't work well with position: fixed 2012-03-11 19:09:04 +00:00
Jeremy Ruston
f8f3b884a1 Fixed some confusing parameter names 2012-03-11 19:08:50 +00:00
Jeremy Ruston
34fb32b81c Fixed problem with wildcard references in recipes not working if no tiddler files are found 2012-03-11 16:11:17 +00:00
Jeremy Ruston
c2e99647d0 More documentation and diagrams 2012-03-11 16:08:23 +00:00
Jeremy Ruston
220a10480e Fixed issue with importing an empty TiddlyWiki document 2012-03-10 19:31:25 +00:00
Jeremy Ruston
b513daaff8 Added an experimental fisheye menu chooser
I'm starting to experiment with interactive features so that I can
finalise the macro architecture. I'm trying to design for touch first;
this menu swipes in from the left
2012-03-07 17:44:12 +00:00
Jeremy Ruston
a65713650e Fixed macro execution in renderTiddler and renderMacro 2012-03-07 17:42:41 +00:00
Jeremy Ruston
b64e44d1af Refactored macro implementation
Now setting event handlers to the macro object, the browser invokes the
handleEvent method. Gets rid of a closure, which is good
2012-03-07 17:42:10 +00:00
Jeremy Ruston
e17772c830 Added domContains()
Lots of event handlers need this
2012-03-07 17:40:59 +00:00
Jeremy Ruston
b1b893c692 Fix and a script for serving wikis over http
Makes it easier to test on the iPad
2012-03-07 17:40:37 +00:00
Jeremy Ruston
00822a43ec Made Jack smaller 2012-03-05 15:16:11 +00:00
Jeremy Ruston
313cac38ba Doc updates 2012-03-05 15:16:01 +00:00
Jeremy Ruston
a1e246026a Style revisions 2012-03-05 15:15:47 +00:00
Jeremy Ruston
7456ecbcbb Fixed test for table class 2012-03-05 15:15:31 +00:00
Jeremy Ruston
0f2883b75a Adjust the slider macro to the new Bootstrap styles
And fixed some indentation issues
2012-03-05 15:14:24 +00:00
Jeremy Ruston
bfc1f1aaa5 Fixed custom classes containing a dash 2012-03-05 15:13:52 +00:00
Jeremy Ruston
ed6cc0b7e3 Added Twitter Bootstrap styles
And started converting everything to using the new classes
2012-03-05 15:13:25 +00:00
Jeremy Ruston
cb97295fdb Further refactorings to simplify macro development 2012-03-05 13:36:53 +00:00
Jeremy Ruston
8abf0049cf Refactored slider macro 2012-03-05 12:23:27 +00:00
Jeremy Ruston
74de12f4d6 Updated docs 2012-03-05 12:22:51 +00:00
Jeremy Ruston
8847551bd9 Removed unnecessary type declaration from macros 2012-03-05 12:04:06 +00:00