Wykres commitów

6593 Commity (10e75738d4e35fba7f0b18d65af8f136b575834b)

Autor SHA1 Wiadomość Data
Jermolene 3b78ebb9c0 Typos 2015-04-30 11:30:32 +01:00
Jermolene 94817911c3 Typo 2015-04-30 09:06:21 +01:00
Jermolene 6f7d80a2ac Missed off last commit 2015-04-29 22:24:46 +01:00
Jermolene 3e166f5fe9 Palette tweaks
Making it easier to tweak the two colours in the monochrome palettes
2015-04-29 22:24:36 +01:00
Jermolene f270788f33 Typo 2015-04-29 22:15:52 +01:00
Jermolene 70a2019d85 Add new feature demos to prerelease 2015-04-29 22:13:06 +01:00
Jermolene ead208332b Improvement to Contrast palette
Also add a light variant
2015-04-29 22:11:39 +01:00
Bram Chen dab50c8470 Fix wording 2015-04-28 18:08:02 +08:00
Bram Chen ee4064fbd7 Add chinese transaltions of descriptions for new palette colours 2015-04-28 18:04:16 +08:00
Jermolene 28050fb488 Palette tweaks 2015-04-28 09:12:04 +01:00
Jermolene ea9f8a4ef1 Use vanilla theme to demo contrast palette
Because the Snow White theme includes gradients and shadows
2015-04-28 09:11:57 +01:00
Jermolene 0e7ae7ce20 Add descriptions for new palette colours 2015-04-28 09:11:26 +01:00
Jermolene 28421038e4 Tweak SVG example for dark palettes 2015-04-28 09:11:11 +01:00
Jermolene 3567e4c2c7 Palette editor: use colour name if description not available 2015-04-28 09:10:57 +01:00
Roma Hicks 5b7a7268d8 Changed structure to use less space. 2015-04-27 21:40:20 -05:00
Roma Hicks f9c50d9a6d Added text notifying users of issue #1434 2015-04-27 21:31:18 -05:00
nameanyone 29829bb68a Update Latest.tid 2015-04-27 15:24:38 -07:00
nameanyone 8d12028374 Update Latest.tid 2015-04-27 15:23:41 -07:00
Jermolene 1b25d4b51a Improve "Contrast" palette
Trying to make it more useful for visually impaired users - see #1682
2015-04-27 21:46:31 +01:00
Jermolene 16301532bf Add button palette colours
We leave them blank by default so that we get the browser default
button colours
2015-04-27 21:46:07 +01:00
Felix Hayashi 740627795f This widget allows the user to set multiple variables in one go.
It thereby reduces code complexity that would arise when setting
many variables using "<$set>".

```
\define helloworld() Hello world!
<$vars greeting="Hi" me={{!!title}} sentence=<<helloworld>>>
  <<greeting>>! I am <<me>> and I say: <<sentence>>
</$vars>
```

How this Widget differs from the set widget:

 * Variables may be created by using the "key=value" notation
   that you already know from widgets like action-setfield.
 * You cannot specify a fallback ("emptyValue")
 * You cannot use a filter to produce a conditional variable assignement

Original discussion that led to the creation of this widget:
https://github.com/Jermolene/TiddlyWiki5/issues/1610
2015-04-27 17:07:13 +02:00
Jermolene df84e93283 Add position: relative to scrollable widget
So that popups within the scrollable behave correctly.

Fixes #1679
2015-04-27 13:38:20 +01:00
Jermolene e518c0e88e Fix typo #1681
Thanks @Ishindri
2015-04-27 13:25:43 +01:00
Jermolene 9f92c086c3 Add TiddlyDesktop releases to tiddlywiki.com
Fixes #1680
2015-04-27 13:19:50 +01:00
Jermolene 07e3a50e66 Missed off previous commit 2015-04-27 13:18:57 +01:00
Jermolene b06b21222e Add TiddlyDesktop releases to tiddlywiki.com 2015-04-27 13:18:45 +01:00
Jeremy Ruston edf939f4f1 Merge pull request #1677 from gernert/patch-5
Update SystemTags.tid
2015-04-26 09:55:07 +01:00
gernert 1d4c387113 Update SystemTags.tid
Add missing tags
2015-04-25 20:52:56 +02:00
Jermolene 3c7082e181 Fix contrastcolour typo 2015-04-24 11:13:10 +01:00
Jermolene 2cb1c1d017 Update copyright year 2015-04-24 11:13:10 +01:00
Jeremy Ruston 69e1e5a2aa Merge pull request #1659 from heroboy/patch-2
fix Simplified Chinese
2015-04-21 22:19:02 +01:00
Jeremy Ruston cc0fc2b392 Merge pull request #1658 from heroboy/patch-1
fix Simplified Chinese
2015-04-21 22:18:47 +01:00
Jeremy Ruston dd9f3a6ae0 Merge pull request #1667 from heroboy/patch-3
Update cla-individual.md
2015-04-21 22:18:20 +01:00
Jeremy Ruston 734d815c9d Merge pull request #1668 from BramChen/master
Improve chinese editions
2015-04-21 22:18:00 +01:00
Jermolene 75a33f5dff Fix problem with "foreground"/"background" palette colours using `<<colour>>` macro
See discussion here:

https://groups.google.com/d/topic/tiddlywiki/XDlO0EydXtY/discussion
2015-04-21 22:07:16 +01:00
Jermolene a3ed82b703 Update dutch translation 2015-04-21 19:30:02 +01:00
Jermolene 139496209f Add support for custom elements to the button widget 2015-04-21 19:29:54 +01:00
Jermolene bc6713007f TiddlySpot docs update 2015-04-21 19:29:44 +01:00
Jermolene 8776c3c7e5 Preparing for 5.1.9 2015-04-21 19:29:36 +01:00
Bram Chen 485de75ffc Add download-empty for chinese editions 2015-04-20 11:39:08 +08:00
Bram Chen b798743b3e Improve metadata of chinese editions 2015-04-20 11:21:50 +08:00
heroboy c5f1f4101e Update cla-individual.md 2015-04-19 19:30:58 +08:00
Jermolene ac716755e8 Version number update for 5.1.8 2015-04-17 17:37:09 +01:00
Jermolene afb250cef3 Whoops too early to bump the version 2015-04-17 17:36:49 +01:00
Jermolene b9ec50ecff Updated readme 2015-04-17 17:35:53 +01:00
Jermolene ee81425968 Preparing for 5.1.8 release 2015-04-17 17:34:31 +01:00
Jermolene 4dbf46e3d7 Docs updates 2015-04-17 17:07:47 +01:00
Jermolene b08a2080ee Revert to a pale default theme for highlight plugin
Fixes #1656
2015-04-17 16:05:54 +01:00
Jermolene 98011b611a Release note updates 2015-04-17 15:58:13 +01:00
Jeremy Ruston 0d259a5d3f Merge pull request #1657 from BramChen/master
Update chinese translations
2015-04-17 15:08:39 +01:00