summaryrefslogtreecommitdiffstats
path: root/src/util (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-20code cleanup: quiet warnings with gcc.Campbell Barton1-1/+1
2012-03-22UI. Patch for Bug #666370 (Not all units in the Object Transform dialog are t...Nicolas Dufour1-0/+2
2012-02-15Fix remaining glib deprecation and define compiler macrosAlex Valavanis1-2/+1
2012-02-04cppcheck tells us: scanf without field width limits can crash with huge input...Kris De Gussem1-13/+20
2012-02-02rv some issues with previous commitKris De Gussem1-18/+7
2012-02-02cppcheck tells us: scanf without field width limits can crash with huge input...Kris De Gussem1-7/+18
2012-01-22Fix missing header in units.cppAlex Valavanis1-0/+1
2012-01-22memleak / header stuff / unused variable.Kris De Gussem1-1/+0
2012-01-15ege-appear-time-tracker GSEALAlex Valavanis1-4/+4
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2-2/+2
2011-11-10cppcheck: initialization / warning cleanupKris De Gussem1-19/+18
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz2-43/+45
2011-10-25Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2-30/+35
2011-07-02added missing headerCampbell Barton1-0/+3
2011-06-23Fix aliasing warnings in glib-list-iterators.h by adding G_GNUC_MAY_ALIASKrzysztof Kosi??ski1-4/+4
2011-06-13cmake:Campbell Barton1-1/+31
2011-06-13cmake: now builds without having most of the source listed in 1 file.Campbell Barton1-1/+2
2011-06-13cmake:Campbell Barton1-2/+1
2011-06-12cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...Campbell Barton1-2/+2
2011-06-12work in progress cmake commit:Campbell Barton1-6/+10
2011-04-14small tweaksJohan B. C. Engelen1-3/+1
2011-04-13add expression evaluator for spinbox input boxes. also knows a little about u...Johan B. C. Engelen3-0/+653
2011-02-27compatibility patch to compile using gcc 4.6Adib Taraben3-0/+4
2010-12-18Simple tracking of time to display dialogs and main window.Jon A. Cruz3-0/+253
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan24-24/+24
2010-10-29- Constrained snap: proper implementation of the preference to snap the mouse...Diederik van Lierop1-2/+2
2010-03-26Adding in accumulators. We need them too.Ted Gould1-0/+1
2010-03-14Move around files to remove some vanity directories.Krzysztof Kosi??ski14-229/+494
2010-03-04Clean up the unordered containers fix.Krzysztof Kosi??ski3-57/+80
2010-03-04Fixing build breakage with more proper autoconf usage.Jon A. Cruz2-0/+56
2010-03-02Use Boost unordeed containers instead of TR1 to minimize painKrzysztof Kosi??ski1-41/+0
2010-01-20Go back to using TR1 unordered containers to fix warnings. Add configureKrzysztof Kosi??ski1-2/+4
2010-01-14Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),Krzysztof Kosi??ski1-4/+2
2010-01-07Added UXManager. Cleaning up toolbox creation.Jon A. Cruz3-0/+301
2009-11-29First GSoC node tool commit to BazaarKrzysztof Kosi??ski2-0/+154
2009-02-25Revert commit 20742 that opened a can of worms.Krzysztof Kosi??ski1-27/+12
2009-02-21Fix aliasing rules violation in glib-list-iterators.hKrzysztof Kosi??ski1-12/+27
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-6/+2
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher1-1/+3
2009-01-09Cmake: restructure build files to be more like current build system. Should r...Joshua L. Blocher1-0/+1
2009-01-05Cmake build fixes, minorJoshua L. Blocher1-1/+0
2008-12-29Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski1-13/+1
2008-12-09Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski2-222/+11
2008-12-08"make check" now compiles and runs on Linux.Krzysztof Kosi??ski1-3/+4
2008-12-08Warning and 'using' cleanup.Jon A. Cruz1-33/+31
2008-08-04NR:: => Geom:: for util dirJohan B. C. Engelen1-2/+5
2008-08-02Enable exception handling for CxxTest in MakefilesJasper van de Gronde1-1/+1
2008-08-01Warning cleanupJon A. Cruz1-1/+1
2008-07-19Consistently use (create/destroy)Suite in unit tests.Jasper van de Gronde1-0/+5
2008-07-17The new CxxTest unit tests now also work on Linux! (Note that test-all Jasper van de Gronde1-0/+22