summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-01oupsBent Bisballe Nyeng
2012-03-01activeSessions rewrite to prevent deadlock.Bent Bisballe Nyeng
2012-03-01Only print *data_size bytes from data to debug output. Added connection time ↵Bent Bisballe Nyeng
to debug output.
2012-02-23Fix potential segfaultBent Bisballe Nyeng
2012-02-23Add thread id to debug output.Bent Bisballe Nyeng
2012-02-23Remove deadlock in session store.Bent Bisballe Nyeng
2012-02-16Re-enable threads, they were not the culprit.Bent Bisballe Nyeng
2012-02-16Fix uncaught Exception.Bent Bisballe Nyeng
2012-02-16Fix uncaught Exception.Bent Bisballe Nyeng
2012-02-16Fix uncaught Exception.Bent Bisballe Nyeng
2012-02-16Re-disable threaded connections.Bent Bisballe Nyeng
2012-02-09Bump server version to 2.2.2Bent Bisballe Nyeng
2012-02-09Add missing virtual destructors (oops, missed the 'virtual' keyword...).Bent Bisballe Nyeng
2012-02-09Add missing virtual destructor.Bent Bisballe Nyeng
2012-02-09Add missing virtual destructor.Bent Bisballe Nyeng
2012-02-09Fix missing log file descriptor reload in SIGHUP.Bent Bisballe Nyeng
2012-01-26New onCommit scripting system.Bent Bisballe Nyeng
2012-01-26New diagnose and behandling functions.Bent Bisballe Nyeng
2012-01-20Add missing prefix to cave search.Bent Bisballe Nyeng
2012-01-19Make client block on error response from server. Both on macro commits and ↵Bent Bisballe Nyeng
on template commit.
2012-01-10Happy new year.Bent Bisballe Nyeng
2012-01-10Bump version to 2.2.1Bent Bisballe Nyeng
2012-01-10Make microhttp use one thread per connection.Bent Bisballe Nyeng
2012-01-10Fixed compilation error.Bent Bisballe Nyeng
2011-12-06Rollback microhttpd using one thread pr. connection. This feature must be ↵Bent Bisballe Nyeng
introduced seperately after a stable period.
2011-12-06Clean up the way connections are handled.Bent Bisballe Nyeng
2011-12-06Force split values with dot ('.') in the names into groups.Bent Bisballe Nyeng
2011-12-05Prepare for template scripts.Bent Bisballe Nyeng
2011-12-05Change how script code is stored to the Script objects. The std::string code ↵Bent Bisballe Nyeng
member is there for a reason you know...
2011-12-02Bump version.Bent Bisballe Nyeng
2011-12-02Updated the language filesenator
2011-12-01Merge branch 'master' of http://git.aasimon.org/public/pracrosenator
2011-12-01Added missing strings.Bent Bisballe Nyeng
2011-12-01Make sure space is added in the bottom (stretch) if the window is taller ↵Bent Bisballe Nyeng
than the macros.
2011-12-01Restore sane animationtime value.Bent Bisballe Nyeng
2011-12-01Set window title and icon.Bent Bisballe Nyeng
2011-12-01Make combobox selection list popup on spacebar or mousedown.Bent Bisballe Nyeng
2011-12-01Force focus on combobox in altcombobox in order to avoid the inner widget ↵Bent Bisballe Nyeng
gaining focus even though it is hidden.
2011-12-01Fix setKeyboardFocus to work recursive on all widgets. Fixes bug where ↵Bent Bisballe Nyeng
MultiList did not receive keyboard focus when it is the first child in the macro window.
2011-12-01Reorganise TabOrder according to child nesting order.Bent Bisballe Nyeng
2011-12-01Missing include.Bent Bisballe Nyeng
2011-12-01Add test course.Bent Bisballe Nyeng
2011-11-30Make sure the drawer button is focused before the macro is deleted. ↵Bent Bisballe Nyeng
Otherwise something random will gain focus making the scroll area jump to this random position.
2011-11-30Since from to to heights are the same this is a noop, but it seems more ↵Bent Bisballe Nyeng
correct this way.
2011-11-30Make sure we don't 'bounce' around when animating to the same height.Bent Bisballe Nyeng
2011-11-29remove old debug code.Bent Bisballe Nyeng
2011-11-28Use one-thread-per-connection and fix up Session locking.Bent Bisballe Nyeng
2011-11-25Reuse environment (macrolist) instead of creating a new one. Add 'to' and ↵Bent Bisballe Nyeng
'from' times to export, both unixtimestamps.
2011-11-25Replace newline with symbol to avoid new row generation in office import.Bent Bisballe Nyeng
2011-11-23Merge branch 'master' of http://git.aasimon.org/public/pracrosenator