summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-01-03Add dggui namespace to libdggui components.Bent Bisballe Nyeng
2020-12-29Split UI code into application/plugin UI and UI library.Bent Bisballe Nyeng
2020-12-23Fix unit-test compilation on windows.Bent Bisballe Nyeng
2020-11-14Add x_offset to drawable::line to be able to have drawImage render images out...Bent Bisballe Nyeng
2020-10-26Update to latest uUnit version.Bent Bisballe Nyeng
2020-09-19Add uunit to dist files.Bent Bisballe Nyeng
2020-09-19Remove old un-used test files.Bent Bisballe Nyeng
2020-09-19Make use of uUnit as a submodule (dgunit renamed).Bent Bisballe Nyeng
2020-08-30Add _(...) to most strings of the UI.Olivier Humbert
2020-07-29Add embedded gettext support from resource.Bent Bisballe Nyeng
2020-07-25Make rcgen use getoptpp and add strip-path argument.Bent Bisballe Nyeng
2020-05-14Beautify silent build output and make silent build the default - ie. set V=1 ...Bent Bisballe Nyeng
2020-05-02Add new PowerWidget for setting and showing control points of the powermap.Bent Bisballe Nyeng
2020-05-02Add powermap functionality to the engine for mapping input velocities through...André Nusser
2020-04-26Fix out-of-tree building.Bent Bisballe Nyeng
2020-04-12Make sure that drumkit::clear clear all metadata.Bent Bisballe Nyeng
2020-04-10Changes after discussion about review on IRC.configfile_refactorAndré Nusser
2020-04-08Refactoring configfile.André Nusser
2020-03-15Add missing dist-files.Bent Bisballe Nyeng
2020-03-07Use vector for PixelBuffer memory allocation. Use optimized render routines i...Bent Bisballe Nyeng
2020-03-07Move pixel buffer render code from Window to PixelBuffer for easier testing/b...Bent Bisballe Nyeng
2020-03-07Benchmark test alpha vs. no-alpha with both partial inner and edge alpha and ...Bent Bisballe Nyeng
2020-03-07Add UI benchmark test.Bent Bisballe Nyeng
2020-02-23Style fixes and copyright assignment for unit-test.Bent Bisballe Nyeng
2020-02-23Scratch the pointer returning get and instead add getType.André Nusser
2020-02-23Add part to unit test for EventsDS::get.André Nusser
2020-02-23Add unit test for EventsDS.André Nusser
2020-02-23Fix style, minor code fixes, and add review comments.Bent Bisballe Nyeng
2019-11-15Create DEBUG_FLAGS and use that in the Makefiles whenever appropriate, instea...Bent Bisballe Nyeng
2019-10-26Add default midimap functionality.André Nusser
2019-09-28Add generic logger interface for propagating messages while loading drumkits ...Bent Bisballe Nyeng
2019-07-22Do not install dgreftest - used for internal testing only.Bent Bisballe Nyeng
2019-06-28Fix inclusion of semaphore.h is hardcoded to glibc non-multiarch - aka rename...Bent Bisballe Nyeng
2019-06-16Make max channnel count controllable through the configure script to make it ...Bent Bisballe Nyeng
2019-03-06Fix crash if opening Resource with a directory instead of a file.Bent Bisballe Nyeng
2019-02-03Add metadata support to xml parser and dom model. RE-add unit-tests for versi...Bent Bisballe Nyeng
2019-02-01Fix configfile parsing of empty value lines and creation of missing configura...Bent Bisballe Nyeng
2018-10-08Move event.h and audiotypes.h into src and get rid of the obsolete include fo...Bent Bisballe Nyeng
2018-08-12Remove obsolete SAXParser class and eXpat dependency.Bent Bisballe Nyeng
2018-08-12Rewrite MidiMapParser to use pugixml.Bent Bisballe Nyeng
2018-08-12Add unit-test for midimapparser.Bent Bisballe Nyeng
2018-08-12Rewrite ConfigParser to use pugixml.Bent Bisballe Nyeng
2018-08-12Add unit-test for configparser.Bent Bisballe Nyeng
2018-08-12Remove the old instrument and drumkit parser code as well as version 1.0 kit ...Bent Bisballe Nyeng
2018-08-12Add power and version attributes to test instruments.Bent Bisballe Nyeng
2018-08-12Reactive automatic removal of drumkit created drumkit files.Bent Bisballe Nyeng
2018-08-12Convert the test kits to version 2.0Bent Bisballe Nyeng
2018-08-12Fix missing finalization of instruments on load. Fix relative instrument file...Bent Bisballe Nyeng
2018-08-12Finished DOMLoader and fixed the broken unit-tests.Bent Bisballe Nyeng
2018-08-12Port tests to DGUnit.Bent Bisballe Nyeng