10
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Sep 15, 2024 — Sep 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add test for the new MetaGraph proxy mechanism Add test for SelectionPRoxy
David Auber
as auber
More... over 20 years ago
Code cleaning
David Auber
as auber
More... over 20 years ago
Add the possibility to add long edges Add support for plugin-progression
David Auber
as auber
More... over 20 years ago
add the creation of a default drawing.
David Auber
as auber
More... over 20 years ago
Add a very simple incremental tree layout algorithm in order to enable previews during loading.
David Auber
as auber
More... over 20 years ago
Take into account new bounding boxes computation (z-axis rotation)
David Auber
as auber
More... over 20 years ago
Add a new way for computing MQ values, linear in the number of edges.
David Auber
as auber
More... over 20 years ago
Add a closed signal in GlGraphWidget, Change MouseNavigate key shortcuts.
David Auber
as auber
More... over 20 years ago
Add several improvmenent to the 3D rendering engine. It now uses Stencil Buffer and do edge clipping and arrow only when it is necessary. Add Management of z-axis rotation on nodes (rendering, clipping)
David Auber
as auber
More... over 20 years ago
dd new Mechanism in MetaGraphProxy in order to prevent unvalid pointer. When a graph is deleted the MetaGraph proxies that point to this graph are updated automatically.
David Auber
as auber
More... over 20 years ago
Add management of node z-axis rotation in the ungroupin process
David Auber
as auber
More... over 20 years ago
Add managmenent of node z-axis rotation in the computation of bounding boxes
David Auber
as auber
More... over 20 years ago
Fix bug in the normalization of the Strength metric.
David Auber
as auber
More... over 20 years ago
Add possibility to scroll the view when one click on the Overview
David Auber
as auber
More... over 20 years ago
small code cleaning
David Auber
as auber
More... over 20 years ago
Improve rendering speedup by removing glFinish and glFlush when it was unnecessary
David Auber
as auber
More... over 20 years ago
Fix slow down due previs commit Add some unitary test for graph Iterators in order to check correctly mangement of loops
David Auber
as auber
More... over 20 years ago
Fix in debug mode when deleting nodes, the fix can slow down a little bit Tulip during delete operations, should be improved a little bit. Fix in debug mode in induced subgraph function. The two problems were not bugs, but in order too check correctly the assertions the change must be done. Add more test in add/del operations in the tulip unit test.
David Auber
as auber
More... over 20 years ago
Add new function worldTo2Dscreen
David Auber
as auber
More... over 20 years ago
Code cleaning, add a new function in glGraph : worldTo2DScreen
David Auber
as auber
More... over 20 years ago
Fix bug(#1202988), the slow down was due to a function that search an item in the QListView, replace the search by an MutableContainer to obtain information in constant time.
David Auber
as auber
More... over 20 years ago
Fix bug of compilation when using --enable-debug flag Fix semicolor inserted after } when using extern "C" Change isElement functions of superGraph into const functions Change isFree funstion of IdManager to be a const function
David Auber
as auber
More... over 20 years ago
Optimize Coord because using of constructor to tranform Coord too vector was taking a lot of time.
David Auber
as auber
More... over 20 years ago
Add test for the template sqaure Matrix library available in Tulip
David Auber
as auber
More... over 20 years ago
Install new version of gle fix some compilation problem due to the config.h files
David Auber
as auber
More... over 20 years ago
Add this config.h to enable compilation.
David Auber
as auber
More... over 20 years ago
Remove unused files
David Auber
as auber
More... over 20 years ago
remove unnecessary file
David Auber
as auber
More... over 20 years ago
Fix problem due to changing executable name from Tulip to tulip
David Auber
as auber
More... over 20 years ago
fix bug in makefile due to rename of directory Tulip in tulip
David Auber
as auber
More... over 20 years ago