summaryrefslogtreecommitdiffstats
path: root/src/util (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-15/+1
| | | (bzr r6046)
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-18/+18
| | | (bzr r5379)
* delete remaining .cvsignore filesAdib Taraben2008-04-011-5/+0
| | | (bzr r5299)
* add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. ↵Johan B. C. Engelen2008-03-301-0/+19
| | | | | minimal checking was done with existing Makefile_insert (bzr r5241)
* add extra note of importance to EnumDataConverter and add is_valid_id methodJohan B. C. Engelen2008-02-061-1/+8
| | | (bzr r4671)
* When snapping, consider all four grid lines around the current point instead ↵Diederik van Lierop2007-12-041-0/+37
| | | | | of only the nearest two (bzr r4168)
* Fix compile. Don't #include .cpp files!Johan B. C. Engelen2007-12-022-0/+44
| | | (bzr r4157)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-121-3/+3
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* Add commentary to warn about how to initialize translatable enumsJohan B. C. Engelen2007-08-301-0/+6
| | | (bzr r3625)
* Filter effects dialog:Nicholas Bishop2007-07-161-0/+10
| | | | | | * Made a lot of strings translatable * Fixed the filter primitive input settings to work more like other ComboBoxEnums. (bzr r3253)
* Filter effects:Nicholas Bishop2007-07-142-0/+94
| | | | | | | * As coded by Johan Engelen, made the filter-effect-enums code more generic; the data and conversion classes are now in src/util, filter-specific data is in filter-enums.h * Improved filter_add_primitive so that default values are filled in appropriately to prevent errors or possible crashes (bzr r3241)
* format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook2007-03-201-1/+3
| | | (bzr r2720)
* Cleaned up DOS line ends that had snuck in.Jon A. Cruz2007-02-191-333/+333
| | | (bzr r2399)
* jasper's patch for fast iir blurbulia byak2007-02-112-0/+334
| | | (bzr r2356)
* Included stdexcept to fix compile errorJohan B. C. Engelen2006-11-021-0/+1
| | | (bzr r1884)
* util/ucompose.hpp: catch exception thrown when user has an unsupportedgustav_b2006-11-011-1/+6
| | | | | locale setting -- fallback to classic. (bzr r1878)
* r11667@tres: ted | 2006-05-01 22:48:49 -0700Ted Gould2006-05-021-1/+1
| | | | | | Backing out version 11530. SVK is so liberating and so frustrating all at the same time. (bzr r697)
* (bzr r690)Ted Gould2006-05-021-1/+1
|
* update copyrightMenTaLguY2006-04-291-1/+1
| | | (bzr r631)
* added refcount logging to GC::Anchored and shared string printf in utilMenTaLguY2006-04-292-0/+55
| | | (bzr r614)
* shared_ptr -> ptr_sharedMenTaLguY2006-03-152-31/+31
| | | (bzr r240)
* share_static -> share_static_stringMenTaLguY2006-02-081-3/+2
| | | (bzr r104)
* replace Util::SharedCStringPtr with the more general Util::shared_ptr<>MenTaLguY2006-02-065-129/+194
| | | (bzr r87)
* moving trunk for module inkscapeMenTaLguY2006-01-1618-0/+3141
(bzr r1)