summaryrefslogtreecommitdiffstats
path: root/src/util (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* rv some issues with previous commitKris De Gussem2012-02-021-18/+7
* cppcheck tells us: scanf without field width limits can crash with huge input...Kris De Gussem2012-02-021-7/+18
* Fix missing header in units.cppAlex Valavanis2012-01-221-0/+1
* memleak / header stuff / unused variable.Kris De Gussem2012-01-221-1/+0
* ege-appear-time-tracker GSEALAlex Valavanis2012-01-151-4/+4
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-082-2/+2
* cppcheck: initialization / warning cleanupKris De Gussem2011-11-101-19/+18
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-272-43/+45
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-252-30/+35
* added missing headerCampbell Barton2011-07-021-0/+3
* Fix aliasing warnings in glib-list-iterators.h by adding G_GNUC_MAY_ALIASKrzysztof Kosi??ski2011-06-231-4/+4
* cmake:Campbell Barton2011-06-131-1/+31
* cmake: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-131-1/+2
* cmake:Campbell Barton2011-06-131-2/+1
* cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...Campbell Barton2011-06-121-2/+2
* work in progress cmake commit:Campbell Barton2011-06-121-6/+10
* small tweaksJohan B. C. Engelen2011-04-141-3/+1
* add expression evaluator for spinbox input boxes. also knows a little about u...Johan B. C. Engelen2011-04-133-0/+653
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-273-0/+4
* Simple tracking of time to display dialogs and main window.Jon A. Cruz2010-12-183-0/+253
* Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-1724-24/+24
* - Constrained snap: proper implementation of the preference to snap the mouse...Diederik van Lierop2010-10-291-2/+2
* Adding in accumulators. We need them too.Ted Gould2010-03-261-0/+1
* Move around files to remove some vanity directories.Krzysztof Kosi??ski2010-03-1414-229/+494
* Clean up the unordered containers fix.Krzysztof Kosi??ski2010-03-043-57/+80
* Fixing build breakage with more proper autoconf usage.Jon A. Cruz2010-03-042-0/+56
* Use Boost unordeed containers instead of TR1 to minimize painKrzysztof Kosi??ski2010-03-021-41/+0
* Go back to using TR1 unordered containers to fix warnings. Add configureKrzysztof Kosi??ski2010-01-201-2/+4
* Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),Krzysztof Kosi??ski2010-01-141-4/+2
* * Merge from trunkKrzysztof Kosi??ski2010-01-143-0/+301
|\
| * Added UXManager. Cleaning up toolbox creation.Jon A. Cruz2010-01-073-0/+301
* | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-292-0/+154
|/
* Revert commit 20742 that opened a can of worms.Krzysztof Kosi??ski2009-02-251-27/+12
* Fix aliasing rules violation in glib-list-iterators.hKrzysztof Kosi??ski2009-02-211-12/+27
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-6/+2
* Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher2009-01-121-1/+3
* Cmake: restructure build files to be more like current build system. Should r...Joshua L. Blocher2009-01-091-0/+1
* Cmake build fixes, minorJoshua L. Blocher2009-01-051-1/+0
* Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski2008-12-291-13/+1
* Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski2008-12-092-222/+11
* "make check" now compiles and runs on Linux.Krzysztof Kosi??ski2008-12-081-3/+4
* Warning and 'using' cleanup.Jon A. Cruz2008-12-081-33/+31
* NR:: => Geom:: for util dirJohan B. C. Engelen2008-08-041-2/+5
* Enable exception handling for CxxTest in MakefilesJasper van de Gronde2008-08-021-1/+1
* Warning cleanupJon A. Cruz2008-08-011-1/+1
* Consistently use (create/destroy)Suite in unit tests.Jasper van de Gronde2008-07-191-0/+5
* The new CxxTest unit tests now also work on Linux! (Note that test-all Jasper van de Gronde2008-07-171-0/+22
* fix combo enum, to handle enums of all types (not only the ones that range fr...Johan B. C. Engelen2008-07-161-17/+34
* EOL fixupsJon A. Cruz2008-07-051-245/+245
* Tests for svg-affine and svg-length (the latter is not much more than a stub)...Jasper van de Gronde2008-07-031-0/+245