summaryrefslogtreecommitdiffstats
path: root/src/util (follow)
Commit message (Collapse)AuthorAgeFilesLines
* small tweaksJohan B. C. Engelen2011-04-141-3/+1
| | | (bzr r10164)
* add expression evaluator for spinbox input boxes. also knows a little about ↵Johan B. C. Engelen2011-04-133-0/+653
| | | | | | | | units. needs more work to fully integrate it in all of inkscape spinboxes also needs documentation rework (bzr r10162)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-273-0/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* Simple tracking of time to display dialogs and main window.Jon A. Cruz2010-12-183-0/+253
| | | (bzr r9966)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-1724-24/+24
| | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* - Constrained snap: proper implementation of the preference to snap the ↵Diederik van Lierop2010-10-291-2/+2
| | | | | | | mouse pointer or handle itself (instead of projecting it first onto the constraint) - Fix a crash in SnapManager::multipleConstrainedSnaps (bzr r9866)
* Adding in accumulators. We need them too.Ted Gould2010-03-261-0/+1
| | | (bzr r9235)
* Move around files to remove some vanity directories.Krzysztof Kosi??ski2010-03-1414-229/+494
| | | | | Also remove the obsolete IDL file stub. (bzr r9194)
* Clean up the unordered containers fix.Krzysztof Kosi??ski2010-03-043-57/+80
| | | (bzr r9142)
* Fixing build breakage with more proper autoconf usage.Jon A. Cruz2010-03-042-0/+56
| | | (bzr r9138)
* Use Boost unordeed containers instead of TR1 to minimize painKrzysztof Kosi??ski2010-03-021-41/+0
| | | | | when using Apple compilers. (bzr r9129)
* Go back to using TR1 unordered containers to fix warnings. Add configureKrzysztof Kosi??ski2010-01-201-2/+4
| | | | | code to detect the broken header and display Wiki page URL. (bzr r9006)
* Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),Krzysztof Kosi??ski2010-01-141-4/+2
| | | | | to work around broken headers in some GCC versions. (bzr r8980)
* * Merge from trunkKrzysztof Kosi??ski2010-01-143-0/+301
|\ | | | | | | | | | | * Update to new snapping API * Modify the join action slightly (bzr r8846.2.11)
| * Added UXManager. Cleaning up toolbox creation.Jon A. Cruz2010-01-073-0/+301
| | | | | | (bzr r8951)
* | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-292-0/+154
|/ | | (bzr r8846.1.1)
* Revert commit 20742 that opened a can of worms.Krzysztof Kosi??ski2009-02-251-27/+12
| | | (bzr r7371)
* Fix aliasing rules violation in glib-list-iterators.hKrzysztof Kosi??ski2009-02-211-12/+27
| | | (bzr r7338)
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-6/+2
| | | | | rather than for every subdirectory. (bzr r7336)
* Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher2009-01-121-1/+3
| | | | | sub-libs of inkscape. (bzr r7120)
* Cmake: restructure build files to be more like current build system. Should ↵Joshua L. Blocher2009-01-091-0/+1
| | | | | reduce linking stage command for windows. (bzr r7100)
* Cmake build fixes, minorJoshua L. Blocher2009-01-051-1/+0
| | | (bzr r7078)
* Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski2008-12-291-13/+1
| | | (bzr r7040)
* Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski2008-12-092-222/+11
| | | | | utest-based tests. (bzr r6976)
* "make check" now compiles and runs on Linux.Krzysztof Kosi??ski2008-12-081-3/+4
| | | (bzr r6973)
* Warning and 'using' cleanup.Jon A. Cruz2008-12-081-33/+31
| | | (bzr r6970)
* NR:: => Geom:: for util dirJohan B. C. Engelen2008-08-041-2/+5
| | | (bzr r6559)
* Enable exception handling for CxxTest in MakefilesJasper van de Gronde2008-08-021-1/+1
| | | (bzr r6524)
* Warning cleanupJon A. Cruz2008-08-011-1/+1
| | | (bzr r6495)
* Consistently use (create/destroy)Suite in unit tests.Jasper van de Gronde2008-07-191-0/+5
| | | (bzr r6362)
* The new CxxTest unit tests now also work on Linux! (Note that test-all Jasper van de Gronde2008-07-171-0/+22
| | | | | | has become test-src and no longer includes ALL tests, just the tests in src/.) (bzr r6335)
* fix combo enum, to handle enums of all types (not only the ones that range ↵Johan B. C. Engelen2008-07-161-17/+34
| | | | | from 0..10) (bzr r6333)
* EOL fixupsJon A. Cruz2008-07-051-245/+245
| | | (bzr r6164)
* Tests for svg-affine and svg-length (the latter is not much more than a ↵Jasper van de Gronde2008-07-031-0/+245
| | | | | stub) and a CxxTest version of the list-container tests. (bzr r6132)
* 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)