Correction in the usage of va_list.
Plugins max_matching and shortest_path are mode...
Fixed the new_plugin_example Makefile
Started modernising solver plugins.
All generators and transformators are modernise...
New way of sending errors from plugin (through ...
Fixes for Windows
Attempt at more C++-ish way of generating plugi...
Continued improving the C-way of setting up and...
Started refactoring the way library specificati...
Renaming:
Fix for Windows
Part 1 of enaming so that .cpp/.hpp = C++ and ....
Part 2 (last) of renaming so that .cpp/.hpp = C...
Fix in Makefile for gtkbuilder_mydata.cpp
Adding forgotten two empty directories
Reorganization of source files.
Merge branch 'develop' of ssh://git.code.sf.net...
types.h (and now also types.c) is now pure C - ...
Improved special chars support on windows (name...
Windows fix: Better support for non-ASCII symbo...
Workaround for compiler error "(void *) truncat...
Small changes - to generator dialog
Changes in functions retrieving memory info in ...
Coloring lower bound by solving fractional colo...
New algorithm for upper bound on max. indep. se...
Memory information can be queried,
Added compilation + installation using autotool...
First two algorithms for vertex coloring - they...
New lower bound on chromatic number - from max....
vertex_coloring.dll renamed to coloring.dll
Works on linux - only projectunix-local
Tabu coloring algorithm from Joseph Culberson
Makefiles updated
4 new coloring algorithms - from Joseph Culbers...
Makefile for mingw updated
Renamed gen_complete_plugin -> gen_basic_graphs
Changes in error messages
Added algorithms for lower bound on the chromat...
Significant speedup of loading large graphs
Generator plugins support - not complete yet
Checking if the generator-settings string is co...
added trunk, tags and branches directories
Dimacs graph type can be read - both ascii and ...
In fractional lower bound on the chromatic numb...
Generator-plugin support complete (probably sti...
In compare mode, settings for each function can...
Breakpoints in function col_trick from vertex_c...
Save and Save_as show error if graph could not ...
Iterated greedy coloring algorithm from Culberson
New type of parameter - enumeration
Updated dependencies in mingw makefile
Purged remnants of old generators
Selection tab in the Function log
Added trans_weight to trans_basic.dll - sets we...
update makefilu
Added computing of properties radius and diameter
fixed hanging on linux introduced in previous r...
Added computing of property girth - has breakpo...
Autotools are working now
Fixes - spinbuttons in settings window were dis...
Output of (not yet all) functions is sent to lo...
Update of makefiles
Console removed from release version
Refactoring continues...
Minor bugfixes and fixes of memory leaks.
Changes in order to remove some warnings in rel...
Text edit for the graph string
New unit-distance graph generator - all_on_spheres
Statusbar in log window
Minor changes
First unit-distnce graph generator is done
New graph transformation - removing orientations
the def files are necessary
Update to projectunix-local
New icons
Some more icons.
Added Visual studio 2010 project files
callbacks_log.cpp renamed to log_window.cpp and...
Removed old command-line generators
renaming vertex_coloring -> coloring
Added generator of Kneser graphs
GUI now uses Gtk Builder. (some things do not w...
Coexistence of more than 1 generator window
improvements to time and memory in log window
Preparations to release version 0.91 sources.
Fixed Visual Studio 2010 files
ToggleButton for holding the properties expander
New class graph_editing_area with original cont...
Added generator for a special invisibility grap...
Mouse wheel zooms the graph
peklo.vcproj updated for GTK+ version 2.12
Regexps in log selection tabs.
Formatted all files in headers/gui and sources/...
Fixing previous commit (adding correct Makefile).
The graph-specific vertex and edge properties a...
Forgot to add graph_editing_area.h in the previ...
Adding file forgotten in the previous commit.