summaryrefslogtreecommitdiff
path: root/history.txt
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-04-21 20:40:24 +0200
committerjmoenig <jens@moenig.org>2013-04-21 20:40:24 +0200
commitf21416527fd7f53b7c7eff6027a5511c4bccfaa7 (patch)
treec31f3009af9d6798c0c943ef1c601a9e1f10c484 /history.txt
parent977da0314c01ce8d3cda160cb913e12d4a980f36 (diff)
downloadsnap-byow-f21416527fd7f53b7c7eff6027a5511c4bccfaa7.tar.gz
snap-byow-f21416527fd7f53b7c7eff6027a5511c4bccfaa7.zip
Double click support for project dialogs
double clicking a project in the project dialog now performs the specified action for the dialog (open / save) on it.
Diffstat (limited to 'history.txt')
-rwxr-xr-xhistory.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/history.txt b/history.txt
index f8cb536..8c39a80 100755
--- a/history.txt
+++ b/history.txt
@@ -1647,3 +1647,5 @@ ______
130421
------
* using the percent character in variable names is now safe (fixes Github issue #65)
+* Morphic: added Doubleclick support, example: inspectors
+* GUI: Double clicking a project in the project dialog performs the dialog's action on it (open / save)