summaryrefslogtreecommitdiffstats
path: root/src/util (unfollow)
Commit message (Expand)AuthorFilesLines
2008-04-07cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen1-18/+18
2008-04-01delete remaining .cvsignore filesAdib Taraben1-5/+0
2008-03-30add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. min...Johan B. C. Engelen1-0/+19
2008-02-06add extra note of importance to EnumDataConverter and add is_valid_id methodJohan B. C. Engelen1-1/+8
2007-12-04When snapping, consider all four grid lines around the current point instead ...Diederik van Lierop1-0/+37
2007-12-02Fix compile. Don't #include .cpp files!Johan B. C. Engelen2-0/+44
2007-09-12**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...Peter Moulder1-3/+3
2007-08-30Add commentary to warn about how to initialize translatable enumsJohan B. C. Engelen1-0/+6
2007-07-16Filter effects dialog:Nicholas Bishop1-0/+10
2007-07-14Filter effects:Nicholas Bishop2-0/+94
2007-03-20format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook1-1/+3
2007-02-19Cleaned up DOS line ends that had snuck in.Jon A. Cruz1-333/+333
2007-02-11jasper's patch for fast iir blurbulia byak2-0/+334
2006-11-02Included stdexcept to fix compile errorJohan B. C. Engelen1-0/+1
2006-11-01util/ucompose.hpp: catch exception thrown when user has an unsupportedgustav_b1-1/+6
2006-05-02r11667@tres: ted | 2006-05-01 22:48:49 -0700Ted Gould1-1/+1
2006-05-02(bzr r690)Ted Gould1-1/+1
2006-04-29update copyrightMenTaLguY1-1/+1
2006-04-29added refcount logging to GC::Anchored and shared string printf in utilMenTaLguY2-0/+55
2006-03-15shared_ptr -> ptr_sharedMenTaLguY2-31/+31
2006-02-08share_static -> share_static_stringMenTaLguY1-3/+2
2006-02-06replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY5-129/+194