summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-06-13Set html encoding.Bent Bisballe Nyeng
2020-06-13Add different background colors to better distinguish between group nodes and...Bent Bisballe Nyeng
2020-06-13Add collapse button and store collapse state of each node as cookies.Bent Bisballe Nyeng
2020-06-11Add crude add-child button to each node.Bent Bisballe Nyeng
2020-06-11Add intermistic title edit functionality using double-click.Bent Bisballe Nyeng
2020-06-11Add escaping/de-escaping to attribute names and values.Bent Bisballe Nyeng
2020-06-11Add missing Makefile.Bent Bisballe Nyeng
2020-06-10JS: Add support for re-ordering using the mouse.Bent Bisballe Nyeng
2020-06-09Make sure to send update messages for all create messages that was originally...Bent Bisballe Nyeng
2020-06-09Make --with-debug work again, and fix deprecated libwebsockets call.Bent Bisballe Nyeng
2020-06-08Force parent id to -1 if root node of subscription.Bent Bisballe Nyeng
2020-06-08Add 'insert before id' to create and move commands.Bent Bisballe Nyeng
2020-06-07Do not persist or restore 'dragged' attribute.Bent Bisballe Nyeng
2020-06-07Prevent others for dragging a node while it is being dragged.Bent Bisballe Nyeng
2020-06-07JS: Dim nodes while they are being dragged.Bent Bisballe Nyeng
2020-06-07Fix indentation of stylesheet.Bent Bisballe Nyeng
2020-06-07Fix white-space in all javascript files. Use js2 emacs mode.Bent Bisballe Nyeng
2020-06-07Relocate all webservice files to src/ws and make sure they can be found by th...Bent Bisballe Nyeng
2020-06-06Port existing (in-file embedded) unit-tests to new framework.Bent Bisballe Nyeng
2020-06-06Rename task to node everywhere.Bent Bisballe Nyeng
2020-06-06Change 'observe' to 'subscribe' (and incidentally 'publish') which is more co...Bent Bisballe Nyeng
2019-02-09Make code compile again (fix bitrot dating back from 2013).Bent Bisballe Nyeng
2013-12-20Re-add CONTEXT_PORT_NO_LISTEN to client context. Set timeout to 10ms for fast...Bent Bisballe Nyeng
2013-12-06Fixed debug errorsJonas Suhr Christensen
2013-12-06Disable old test framework.Bent Bisballe Nyeng
2013-12-06Readded muniacliJonas Suhr Christensen
2013-12-06Merge branch 'master' of https://git.oftal.dk/muniaJonas Suhr Christensen
2013-12-06Updated according to new libwebsocket and muniw lws-protocol.Jonas Suhr Christensen
2013-12-06Reenable ssl.Bent Bisballe Nyeng
2013-12-05Fix 64bit size_t in format string.Bent Bisballe Nyeng
2013-12-05Fix 64bit size_t in format string.Bent Bisballe Nyeng
2013-12-05Fix 64bit size_t in format string.Bent Bisballe Nyeng
2013-12-05Fix 64bit size_t in format string.Bent Bisballe Nyeng
2013-12-05Fix 64bit size_t in format string.Bent Bisballe Nyeng
2013-12-05Update for libwebsockets-1.23.Bent Bisballe Nyeng
2013-12-05Add login/logout.Bent Bisballe Nyeng
2013-01-18Make sure we don't create cycle in the tree while moving...Bent Bisballe Nyeng
2013-01-18Update libwebsocket to v.1.0Bent Bisballe Nyeng
2013-01-17First part move/remove,create problem.Bent Bisballe Nyeng
2013-01-17Split protocol and handler code apart.Bent Bisballe Nyeng
2013-01-11Fix move on node to self and node to non-existing.Bent Bisballe Nyeng
2013-01-11Fix unobserve bug. Change more printf's into hugin syntax.Bent Bisballe Nyeng
2013-01-10Missing attributes are now transmitted properly to the client.Bent Bisballe Nyeng
2013-01-10Added attributes to nodes as well as messages for manipulating and transporti...Bent Bisballe Nyeng
2013-01-04Create node with symoblic id and reuse this id in other commands in same comm...Bent Bisballe Nyeng
2012-06-15Perhaps fix of tokenizer and whitespaces.Jonas Suhr Christensen
2012-06-15Merge branch 'master' of https://git.oftal.dk/muniaBent Bisballe Nyeng
2012-06-15Fix observe/unobserve return message placement.Bent Bisballe Nyeng
2012-06-15Fixed remove.Jonas Suhr Christensen
2012-06-14Fixed quoting.Jonas Suhr Christensen