index
:
munia.git
cli
master
Unnamed repository; edit this file to name it for gitweb.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-06-21
Enable use of mouse selection inside the title and description editor input f...
Bent Bisballe Nyeng
2020-06-19
Split message strings to clients into (multiple) max ~128 byte transfers.
Bent Bisballe Nyeng
2020-06-19
Use localStorage instead of cookies to prevent libwebsockets from choking on ...
Bent Bisballe Nyeng
2020-06-19
Recursively create a nodes subtree when being created as consequence of a mov...
Bent Bisballe Nyeng
2020-06-18
Disable hugin when not compling with debug enabled.
Bent Bisballe Nyeng
2020-06-18
Compile with with C++11 instead of C++17, until the code is actually C++17 co...
Bent Bisballe Nyeng
2020-06-18
Relax libwesockets version requirement to 2.0.
Bent Bisballe Nyeng
2020-06-18
Add a-tag support in descriptions.
Bent Bisballe Nyeng
2020-06-16
Improve title and description editing.
Bent Bisballe Nyeng
2020-06-16
Make html content of descriptions click-through to be able to edit them with ...
Bent Bisballe Nyeng
2020-06-16
Use className instead of setAttribute. Hide addChild button when node is coll...
Bent Bisballe Nyeng
2020-06-16
Fix missing title resulting in 'undefined' text in editor.
Bent Bisballe Nyeng
2020-06-15
Major overhaul of visuals.
Bent Bisballe Nyeng
2020-06-15
Fix titles not being clickable when empty.
Bent Bisballe Nyeng
2020-06-14
Edit description with double-click. Improve collapse/expand and add-child but...
Bent Bisballe Nyeng
2020-06-14
Make state toggle when clicked.
Bent Bisballe Nyeng
2020-06-14
Rework layout and add description field.
Bent Bisballe Nyeng
2020-06-14
Fix missing declaration (regression error after strict was introduced).
Bent Bisballe Nyeng
2020-06-14
Rename Node.children to Node.childNodes to avoid confusion with element child...
Bent Bisballe Nyeng
2020-06-14
Fix addChild
Bent Bisballe Nyeng
2020-06-14
Make all javascript files strict.
Bent Bisballe Nyeng
2020-06-13
Refactor the way node hierarchies are being represented. Add state attribute.
Bent Bisballe Nyeng
2020-06-13
Set html encoding.
Bent Bisballe Nyeng
2020-06-13
Add different background colors to better distinguish between group nodes and...
Bent Bisballe Nyeng
2020-06-13
Add collapse button and store collapse state of each node as cookies.
Bent Bisballe Nyeng
2020-06-11
Add crude add-child button to each node.
Bent Bisballe Nyeng
2020-06-11
Add intermistic title edit functionality using double-click.
Bent Bisballe Nyeng
2020-06-11
Add escaping/de-escaping to attribute names and values.
Bent Bisballe Nyeng
2020-06-11
Add missing Makefile.
Bent Bisballe Nyeng
2020-06-10
JS: Add support for re-ordering using the mouse.
Bent Bisballe Nyeng
2020-06-09
Make sure to send update messages for all create messages that was originally...
Bent Bisballe Nyeng
2020-06-09
Make --with-debug work again, and fix deprecated libwebsockets call.
Bent Bisballe Nyeng
2020-06-08
Force parent id to -1 if root node of subscription.
Bent Bisballe Nyeng
2020-06-08
Add 'insert before id' to create and move commands.
Bent Bisballe Nyeng
2020-06-07
Do not persist or restore 'dragged' attribute.
Bent Bisballe Nyeng
2020-06-07
Prevent others for dragging a node while it is being dragged.
Bent Bisballe Nyeng
2020-06-07
JS: Dim nodes while they are being dragged.
Bent Bisballe Nyeng
2020-06-07
Fix indentation of stylesheet.
Bent Bisballe Nyeng
2020-06-07
Fix white-space in all javascript files. Use js2 emacs mode.
Bent Bisballe Nyeng
2020-06-07
Relocate all webservice files to src/ws and make sure they can be found by th...
Bent Bisballe Nyeng
2020-06-06
Port existing (in-file embedded) unit-tests to new framework.
Bent Bisballe Nyeng
2020-06-06
Add unit-test framework.
Bent Bisballe Nyeng
2020-06-06
Rename task to node everywhere.
Bent Bisballe Nyeng
2020-06-06
Change 'observe' to 'subscribe' (and incidentally 'publish') which is more co...
Bent Bisballe Nyeng
2019-02-09
Make code compile again (fix bitrot dating back from 2013).
Bent Bisballe Nyeng
2019-02-04
Move upstream path to hugin.
Bent Bisballe Nyeng
2013-12-20
Re-add CONTEXT_PORT_NO_LISTEN to client context. Set timeout to 10ms for fast...
Bent Bisballe Nyeng
2013-12-06
CppUnit introduced.
Bent Bisballe Nyeng
2013-12-06
Fixed debug errors
Jonas Suhr Christensen
2013-12-06
Undefine _FORTIFY_SOURCE before defining (fix for gcc 4.7).
Bent Bisballe Nyeng
[next]