summaryrefslogtreecommitdiff
path: root/libs/surfaces
AgeCommit message (Expand)Author
2020-04-09websockets: shutdown UI event loop is server cannot startPaul Davis
2020-04-09change default port for websockets surfacePaul Davis
2020-04-09C++98 compatibilityRobin Gareus
2020-04-09Tweak websocket surface for use src-tree shared dirRobin Gareus
2020-04-09Fix some Wunused-resultRobin Gareus
2020-04-09Update waf scriptsLuciano Iam
2020-04-09Add classes for serving content over HTTPLuciano Iam
2020-04-09Clean up and prepare for HTTPLuciano Iam
2020-04-09NO-OP update comments for header guard #endifsLuciano Iam
2020-04-08Add/remove source(s) in our MSVC project (ardour_mackie)John Emmas
2020-04-07yet another attempted fix for older gcc/mingwPaul Davis
2020-04-07another attempted fix for older gcc/mingwPaul Davis
2020-04-07do not initialize shared_ptr<Subview> with 0Paul Davis
2020-04-07more code rearrangement ... old gcc/mingw does not allow Enum::ValuePaul Davis
2020-04-07try some rearrangement to fix old mingw buildsPaul Davis
2020-04-07NOOP: whitespacePaul Davis
2020-04-07fix missing #includePaul Davis
2020-04-07fix missing #includePaul Davis
2020-04-07fix missing #includePaul Davis
2020-04-07add plugin support for mackie unitsPhil
2020-04-05Add foldback busses to OSC GUILen Ovens
2020-04-05OSC: support foldback bussesLen Ovens
2020-03-26Fix websocket to glib IO condition mappingRobin Gareus
2020-03-21NO-OP: remove unused #includesRobin Gareus
2020-03-10Adhere to Ardour style guide - 810b2fb78dNikolaus Gullotta
2020-03-09Prevent double free of global observersNikolaus Gullotta
2020-03-07Remove Mixbus send special caseRobin Gareus
2020-03-07Fix OSC endless loop for tracks with hidden pluginsRobin Gareus
2020-02-27Fix libwebsockets compatRobin Gareus
2020-02-27Avoid occasional response delay when handling HTTP in the websockets surfaceLuciano Iam
2020-02-27Make previous commit 81ecc2b compatible with libwebsockets==2Luciano Iam
2020-02-27Gracefully reject HTTP requests reaching the websockets surfaceLuciano Iam
2020-02-25Fix deadlock, shared_ptr d'tor called from ScopedConnectionList d'torRobin Gareus
2020-02-24Websockets: error on unhandled callbacksRobin Gareus
2020-02-24Websockets: use established NDEBUG - see assert(3)Robin Gareus
2020-02-23Fix another websocket surface crash when no panner is availableRobin Gareus
2020-02-23Websockets: use unique header guardsRobin Gareus
2020-02-23NO-OP: Re-indent websockets codeRobin Gareus
2020-02-23Fix websockets surface crash when panner is not availableRobin Gareus
2020-02-23surfaces transport hotfix: surfaces should query the transport state via Basi...Ben Loftis
2020-02-23surfaces transport hotfix: BasicUI: prefer actual_speed() and transport_stopp...Ben Loftis
2020-02-23surfaces transport hotfix: actual_speed() is preferred over transport_speed()...Ben Loftis
2020-02-22Fix Unix compile with older libwebsocketsRobin Gareus
2020-02-22Prefix events with LWS_Luciano Iam
2020-02-22Properly initialize IOCondition in events_to_ioc()Luciano Iam
2020-02-22Properly initialize lws config structsLuciano Iam
2020-02-22Remove all initializer list usagesLuciano Iam
2020-02-22Remove locally defined classesLuciano Iam
2020-02-22Replace C++11 lambdas with functorsLuciano Iam
2020-02-22Make code adhere to C++98 (WIP)Luciano Iam