Age | Commit message (Expand) | Author |
2020-08-30 | Add more _(...) to strings of the UI. | Olivier Humbert |
2020-08-30 | Add _(...) to most strings of the UI. | Olivier Humbert |
2020-08-17 | Make dgvalidator 'missing image' errors slightly more verbose. | Bent Bisballe Nyeng |
2020-08-11 | Fix pot re-generation for in-tree builds. | Bent Bisballe Nyeng |
2020-08-10 | Make zita-resampler submodule use same protocol as the other submodules. | Bent Bisballe Nyeng |
2020-08-02 | Add pedantic option for reporting warnings as error. | Bent Bisballe Nyeng |
2020-07-29 | Add embedded gettext support from resource. | Bent Bisballe Nyeng |
2020-07-25 | Make rcgen use getoptpp and add strip-path argument. | Bent Bisballe Nyeng |
2020-07-25 | Prevent crash if png_error resource is not available when a png load error oc... | Bent Bisballe Nyeng |
2020-05-28 | Get rid of haunting assert in input/jackmidi module. | Bent Bisballe Nyeng |
2020-05-26 | Change LV2_Descriptor and LV2UI_Descriptor signatures in function calls. | Bent Bisballe Nyeng |
2020-05-14 | Add metadata field validation to dgvalidator. | Bent Bisballe Nyeng |
2020-05-14 | Beautify silent build output and make silent build the default - ie. set V=1 ... | Bent Bisballe Nyeng |
2020-05-05 | Updated French translation of dgvalidator and drumgizmo man pages. | Olivier Humbert |
2020-05-04 | Update man pages. | Bent Bisballe Nyeng |
2020-05-04 | DGValidator: Add clickmap validation. | Bent Bisballe Nyeng |
2020-05-03 | DGValidator: Use getoptpp for options parsing and introduce verbosity and no-... | Bent Bisballe Nyeng |
2020-05-03 | Integrate new getoptpp with drumgizmo cli. | Bent Bisballe Nyeng |
2020-05-02 | Add default kit/map functionality for config file. | André Nusser |
2020-05-02 | Add setting and knob for controlling resampling quality. | Bent Bisballe Nyeng |
2020-05-02 | Add new powermap widgget to the plugingui. | Bent Bisballe Nyeng |
2020-05-02 | Add new PowerWidget for setting and showing control points of the powermap. | Bent Bisballe Nyeng |
2020-05-02 | Add support for 90 dgr. rotated text rendering. | Bent Bisballe Nyeng |
2020-05-02 | Save powermap settings with session. | André Nusser |
2020-05-02 | Add powermap filter to the input processor and make sure that velocity visual... | André Nusser |
2020-05-02 | Add powermap functionality to the engine for mapping input velocities through... | André Nusser |
2020-04-26 | Fix out-of-tree building. | Bent Bisballe Nyeng |
2020-04-12 | Make sure that drumkit::clear clear all metadata. | Bent Bisballe Nyeng |
2020-04-12 | Check if config dir is a directory and not just if something with that name e... | Bent Bisballe Nyeng |
2020-04-11 | Change config file to write in the format: <key> = "<value>". | André Nusser |
2020-04-11 | Add missing include path to zita-resampler for windows builds. | Bent Bisballe Nyeng |
2020-04-11 | Add missing file to windows build. | Bent Bisballe Nyeng |
2020-04-10 | Fix bug of wrongly set filename in configfile.cc | André Nusser |
2020-04-10 | Changes after discussion about review on IRC.configfile_refactor | André Nusser |
2020-04-10 | Fix some of the issues raised in the review. | André Nusser |
2020-04-09 | Review comments. | Bent Bisballe Nyeng |
2020-04-08 | Refactoring configfile. | André Nusser |
2020-04-04 | Converting NoteOn with velocity 0 to Choke events. | André Nusser |
2020-03-15 | Add missing dist-files. | Bent Bisballe Nyeng |
2020-03-14 | Cocoa: Use window scale factor when rendering UI buffer. | Bent Bisballe Nyeng |
2020-03-08 | Remove unused private variables. | Bent Bisballe Nyeng |
2020-03-08 | Get rid of c-style M_PI. | Bent Bisballe Nyeng |
2020-03-07 | Re-enable drumkit image hover effect. | Bent Bisballe Nyeng |
2020-03-07 | Use vector for PixelBuffer memory allocation. Use optimized render routines i... | Bent Bisballe Nyeng |
2020-03-07 | Further optimize pixel blending. And re-introduce lineBlending in Painter::dr... | Bent Bisballe Nyeng |
2020-03-07 | Remove unused pixel functions. | Bent Bisballe Nyeng |
2020-03-07 | Move pixel buffer render code from Window to PixelBuffer for easier testing/b... | Bent Bisballe Nyeng |
2020-03-07 | Read images as uint8_t instead of float. Convert Colour and all colour relate... | Bent Bisballe Nyeng |
2020-03-07 | Benchmark test alpha vs. no-alpha with both partial inner and edge alpha and ... | Bent Bisballe Nyeng |
2020-03-07 | Add UI benchmark test. | Bent Bisballe Nyeng |