Use the user defined correct separator in help
aide crashes on guile .go files
Quick and dirt implementation of a new dynamic ...
Return the available controls in a tree structure.
Remove internal copy of libusbpp. Clone the ups...
Add missing file.
Move files around, HIDScreen::getControls() now...
Cleanup CMakelists.
Use anonymous namespace.
Fix whitespace.
Backed out changeset 738331f0335c.
Fix incorrect index resulting in Eizo-specific ...
constexpr functions must be inline.
Add -i,--info option to list available options.
Use better enums to describe controls.
Update the internal copy of libusbpp.
Simplify the computation of a bottleneck a bit.
Replace for with for each loop to beautify the ...
Do not allocate a new cavity if it's not going ...
Finish the renaming - rename the project names ...
Foundations for filtering. No radius filtering ...
Replace get() by x0(), x1()... when accessing c...
Do some renaming to reflect the fact this is no...
Use stack for traceInnerFaces().
Fix the commit 10.
Change the required version of awvoronoi.
ProteinCavity: initial commit.
Visualisation: initial commit.
Remove TODO, join two if's into one.
Use Stack<CellAdditionalInfo> instead of Stack<...
Use Collections.unmodifiableList to make sure n...
Implement filtering based on radius.
Some documentation work.
Use the radius of sphere which fits into the ce...
Remove support for VdsLib's RichXML format, bec...
Remove support for the VdsLib's format of voron...
Change the CavityFinder interface to include th...
Update Visualisation to use maven.
Use the unique identifiers of cavities to imple...
Add unique identifiers to each cavity based on ...
Update the visualisation for the removal of the...
Improve the DFS in traceConnection() to find _...
Add support for showing connections to the visu...
Move bottlenecks into a separate jar.
Separate cavity connection finding into a separ...
bottlenecks: I have seriously no idea how is it...
Add code for finding connections between cavities.
bottlenecks: separate the implementation from t...
Move the common from traceInnerFaces/traceOuter...
Split the CavityFinder class to CavityFinder an...
Update trunk/pom.xml for the new repository lay...
Make sure that the FindConnectionsFaceTracer ne...
Change some defaults: background color is now b...
Update the model to reflect the changes in Cavi...
Add a constructor that initializes all fields o...
Rewrite the Visualisation with MVC in mind to m...
Introduce JDSpinSlider, that connects JSlider a...
Update the Maven project to depend on awvoronoi...
remove unused files.
port some of the settings.
Initial rewrite using HID Report Descriptor and...
some work on laying foundations of AST creation.
fix errors reported by cppcheck.
create a branch for the next generation that pa...
Begin implementing the USB HID Report Descripto...
Move the Tile and TileIterator implementation t...
Fix the copyright year. Fix comment.
Move the ImageBuffer and ImageBuifferIterator o...
Add missing core/CMakeLists.txt file.
Move the contents of the src directory the the ...
Reorganize core sources to provide includes in ...
qeilin: CMakeLists cleanup.
qeiling: port to Qt5 to ensure correct systray ...
Add some notes about how the device descriptor ...
Added tag eilin-3.2 for changeset faa83d9d2bea
Update the NEWS file.
Replace the default model configuration in eili...
Fix an outdated doxygen comment.
Add a eilin_getDeviceDescriptor function.
Use the newly introduced eilin_getDeviceDescrip...
Connect the signals AFTER everything was set up...
Do not reattach the kernel driver after close.
Make the system tray icon optional.
Fix the device number in eilin -l
Update news (icons).
Replace icons with more readable ones (esp. on ...
Update NEWS and README
Remove the model autodetection completelly beca...
qeilin: make sure the QComboBoxes are cleared b...
Add a NOTES file containing various notes.
Add a function to load a list of all supported ...
Add support for S1931 (thanks to cjwegrzyn for ...
Rewrite large parts of the code for loading con...
Allow some settings to be unsupported
Reverse the bytes in the power_data{1,2}.
Get rid of intToThreeBytesData.
Add check for malloc return value.
Simplify null pointer checks, remove unnecessar...
Use strdup() where possible.
Add an extensive error checking.