CVS log for modules/damieng/graphical_editor/loncapa_daxe/web/nodes/lcd_block.dart

[BACK] Up to [LON-CAPA] / modules / damieng / graphical_editor / loncapa_daxe / web / nodes

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Feb 28 20:40:59 2017 UTC (7 years, 3 months ago) by damieng
Branches: MAIN
CVS tags: HEAD
Diff to previous 1.23: preferred, colored
Changes since revision 1.23: +1 -1 lines
updates following changes in Daxe Config API

Revision 1.23: download - view: text, markup, annotated - select for diffs
Fri Feb 17 20:53:56 2017 UTC (7 years, 3 months ago) by damieng
Branches: MAIN
Diff to previous 1.22: preferred, colored
Changes since revision 1.22: +15 -385 lines
using the new DNBlock from Daxe for LCDBlock, LCDBlock is now deriving from DNBlock

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jan 31 18:02:44 2017 UTC (7 years, 4 months ago) by damieng
Branches: MAIN
Diff to previous 1.21: preferred, colored
Changes since revision 1.21: +1 -1 lines
fixes for dart strong mode

Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Nov 17 02:47:16 2016 UTC (7 years, 6 months ago) by damieng
Branches: MAIN
Diff to previous 1.20: preferred, colored
Changes since revision 1.20: +1 -0 lines
using Daxe's new builtin drag&drop for elements instead of the custom drag&drop for foils

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Oct 4 19:48:21 2016 UTC (7 years, 8 months ago) by damieng
Branches: MAIN
Diff to previous 1.19: preferred, colored
Changes since revision 1.19: +5 -3 lines
avoiding a simple/advanced switch when splitting a paragraph (the response node has to be cloned)

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Jan 8 20:31:41 2016 UTC (8 years, 5 months ago) by damieng
Branches: MAIN
Diff to previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
preserving spaces in pre element

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Dec 3 17:28:21 2015 UTC (8 years, 6 months ago) by damieng
Branches: MAIN
Diff to previous 1.17: preferred, colored
Changes since revision 1.17: +22 -0 lines
do not output an empty hintgroup in simple UI

Revision 1.17: download - view: text, markup, annotated - select for diffs
Thu Nov 19 20:20:11 2015 UTC (8 years, 6 months ago) by damieng
Branches: MAIN
Diff to previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
avoid bad cursor position with simpleUI

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Aug 18 21:29:30 2015 UTC (8 years, 9 months ago) by damieng
Branches: MAIN
Diff to previous 1.15: preferred, colored
Changes since revision 1.15: +2 -1 lines
starting to support pasting HTML

Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Aug 12 14:58:59 2015 UTC (8 years, 9 months ago) by damieng
Branches: MAIN
Diff to previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
misc improvements and bug fixes to use Daxe with other languages as a desktop application

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jul 2 17:53:02 2015 UTC (8 years, 11 months ago) by damieng
Branches: MAIN
Diff to previous 1.13: preferred, colored
Changes since revision 1.13: +8 -0 lines
bug fix: updating attribute value after undo/redo when attribute is not known

Revision 1.13: download - view: text, markup, annotated - select for diffs
Wed Jun 24 19:43:57 2015 UTC (8 years, 11 months ago) by damieng
Branches: MAIN
Diff to previous 1.12: preferred, colored
Changes since revision 1.12: +4 -2 lines
fixed several bugs with script blocks and sections

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue May 19 18:33:25 2015 UTC (9 years ago) by damieng
Branches: MAIN
Diff to previous 1.11: preferred, colored
Changes since revision 1.11: +20 -0 lines
added a color picker

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu May 7 20:59:30 2015 UTC (9 years, 1 month ago) by damieng
Branches: MAIN
Diff to previous 1.10: preferred, colored
Changes since revision 1.10: +2 -4 lines
added organicresponse and reactionresponse

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue May 5 15:46:32 2015 UTC (9 years, 1 month ago) by damieng
Branches: MAIN
Diff to previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
syntax fixes to avoid warnings

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri May 1 17:42:53 2015 UTC (9 years, 1 month ago) by damieng
Branches: MAIN
Diff to previous 1.8: preferred, colored
Changes since revision 1.8: +4 -2 lines
added mathresponse, improved hintgroup, some bug fixes

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Apr 29 20:43:46 2015 UTC (9 years, 1 month ago) by damieng
Branches: MAIN
Diff to previous 1.7: preferred, colored
Changes since revision 1.7: +1 -0 lines
fixed special attributes

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Apr 29 15:31:28 2015 UTC (9 years, 1 month ago) by damieng
Branches: MAIN
Diff to previous 1.6: preferred, colored
Changes since revision 1.6: +5 -0 lines
added support for checkboxes with optionresponse, improved options attribute parsing

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Apr 28 14:32:39 2015 UTC (9 years, 1 month ago) by damieng
Branches: MAIN
Diff to previous 1.5: preferred, colored
Changes since revision 1.5: +38 -22 lines
factorized LCDBlock subclasses code, added a fake attribute for stringresponse textfield size, fixed a bug in fake attribute undo

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Apr 24 15:44:09 2015 UTC (9 years, 1 month ago) by damieng
Branches: MAIN
Diff to previous 1.4: preferred, colored
Changes since revision 1.4: +0 -2 lines
removed useless code

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Apr 23 20:30:00 2015 UTC (9 years, 1 month ago) by damieng
Branches: MAIN
Diff to previous 1.3: preferred, colored
Changes since revision 1.3: +5 -24 lines
editor: added formula_response and string_response, improved little things

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Apr 22 20:42:33 2015 UTC (9 years, 1 month ago) by damieng
Branches: MAIN
Diff to previous 1.2: preferred, colored
Changes since revision 1.2: +66 -7 lines
graphical editor: added simple numericalresponse, and tried to avoid issues with undo/redo, simple/advanced UI and copy/paste

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Apr 17 21:42:29 2015 UTC (9 years, 1 month ago) by damieng
Branches: MAIN
Diff to previous 1.1: preferred, colored
Changes since revision 1.1: +16 -5 lines
changed rankresponse implementation to avoid problems with undo/redo, switch to/from simple UI, and cut/paste several foils

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Apr 17 15:35:06 2015 UTC (9 years, 1 month ago) by damieng
Branches: MAIN
added clean_xml and graphical_editor

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>