| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove dead code. | Tavmjong Bah | 2019-03-27 | 1 | -5/+0 |
| | | |||||
| * | clang-tidy recent changes | Alexander Valavanis | 2019-02-01 | 1 | -4/+4 |
| | | |||||
| * | std::unique_ptr<_ObserverData> | Thomas Holder | 2019-01-14 | 1 | -2/+2 |
| | | |||||
| * | std::unique_ptr<PrefNodeObserver> | Thomas Holder | 2019-01-14 | 1 | -1/+2 |
| | | |||||
| * | Add button to delete prefs | Marc Jeanmougin | 2019-01-11 | 1 | -0/+4 |
| | | |||||
| * | Fix bug 1804946: Measurement tool is very slow when using grids | Jabier Arraiza | 2018-11-25 | 1 | -3/+37 |
| | | | | | This move from Namedview to a new prefernecr point to not reload full namedview on meassure | ||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | More caching in prefs | Marc Jeanmougin | 2018-09-12 | 1 | -3/+19 |
| | | |||||
| * | Fix preferences crash | Thomas Holder | 2018-09-12 | 1 | -1/+1 |
| | | | | | a81d0009 regression | ||||
| * | Cache preference raw values | Marc Jeanmougin | 2018-09-11 | 1 | -0/+1 |
| | | |||||
| * | Run clang-tidy’s modernize-pass-by-value pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+3 |
| | | | | | | This avoids having to pass variables by reference before copying them when calling a constructor. | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -3/+3 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Run clang-tidy’s modernize-use-equals-delete pass. | Emmanuel Gil Peyrot | 2018-06-12 | 1 | -2/+2 |
| | | | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will. | ||||
| * | Refactor profile directory use and promote IO::Resource get_path and ↵ | Martin Owens | 2017-06-28 | 1 | -2/+0 |
| | | | | | get_filename methods | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+2 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -2/+0 |
| | | | | (bzr r15025) | ||||
| * | Header cleanup: stop using Glib types where they aren't truly needed. Eases ↵ | Liam P. White | 2014-08-31 | 1 | -2/+4 |
| | | | | | | GThread deprecation errors. (bzr r13341.1.190) | ||||
| * | string class usage | Kris De Gussem | 2014-03-16 | 1 | -1/+1 |
| | | | | (bzr r13157) | ||||
| * | Fix for 255792 : Calligraphy tool presets management | John Smith | 2012-11-30 | 1 | -0/+7 |
| | | | | (bzr r11916) | ||||
| * | More header cleanup/fwd declarations | Alex Valavanis | 2012-02-15 | 1 | -1/+0 |
| | | | | (bzr r10986) | ||||
| * | Fix for 910463 : Improve System preferences | John Smith | 2012-02-14 | 1 | -0/+5 |
| | | | | (bzr r10973) | ||||
| * | Removed use of 'void *' as attemtp to limit access to internals. | Jon A. Cruz | 2011-10-23 | 1 | -2/+5 |
| | | | | (bzr r10689) | ||||
| * | Purging some forward.h files. | Jon A. Cruz | 2011-10-04 | 1 | -1/+0 |
| | | | | (bzr r10664) | ||||
| * | add new preference widget for a number with a unit. | Johan B. C. Engelen | 2011-04-17 | 1 | -11/+51 |
| | | | | | | change Preferences > Steps to this new widget (bzr r10177) | ||||
| * | Doc comment cleanup of '@brief'. | Jon A. Cruz | 2011-03-21 | 1 | -70/+82 |
| | | | | (bzr r10120) | ||||
| * | First GSoC node tool commit to Bazaar | Krzysztof Kosi??ski | 2009-11-29 | 1 | -0/+24 |
| | | | | (bzr r8846.1.1) | ||||
| * | Migrate file MRU prefs | Jon A. Cruz | 2009-11-09 | 1 | -0/+6 |
| | | | | (bzr r8827) | ||||
| * | Fixed non-ASCII characters in source file. Added missing virtual dtor. | Jon A. Cruz | 2009-05-27 | 1 | -1/+2 |
| | | | | (bzr r7951) | ||||
| * | Fixed collapsed if/cond/body lines that blocked debugging. | Jon A. Cruz | 2009-05-05 | 1 | -41/+67 |
| | | | | (bzr r7823) | ||||
| * | Implement warning of prior errors. | Jon A. Cruz | 2009-05-04 | 1 | -0/+17 |
| | | | | (bzr r7817) | ||||
| * | Fixed broken preferences singleton and removed GUI encapsulation leakage. ↵ | Jon A. Cruz | 2009-05-04 | 1 | -30/+16 |
| | | | | | | Fixes bug #367752. (bzr r7816) | ||||
| * | Clean up formatting so that methods are not all run together. Helps with diffs. | Jon A. Cruz | 2009-05-04 | 1 | -1/+31 |
| | | | | (bzr r7815) | ||||
| * | Tentative fix for LP bug #168922: don't save prefs n crash handler | Krzysztof Kosi??ski | 2009-02-26 | 1 | -10/+7 |
| | | | | (bzr r7376) | ||||
| * | Add missing xml/repr.h header. | Krzysztof Kosi??ski | 2009-02-13 | 1 | -0/+1 |
| | | | | (bzr r7288) | ||||
| * | Fix crashes when tool styles are not set in prefs. | Krzysztof Kosi??ski | 2009-02-13 | 1 | -4/+4 |
| | | | | (bzr r7287) | ||||
| * | "make check" now compiles and runs on Linux. | Krzysztof Kosi??ski | 2008-12-08 | 1 | -0/+1 |
| | | | | (bzr r6973) | ||||
| * | Change the way preferences are loaded to simplify unit testing | Krzysztof Kosi??ski | 2008-12-07 | 1 | -20/+20 |
| | | | | (bzr r6964) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -36/+453 |
| | | | | (bzr r6885) | ||||
| * | Fix some bugs introduced by the preferences rewrite. | Krzysztof Kosi??ski | 2008-09-16 | 1 | -7/+3 |
| | | | | (bzr r6826) | ||||
| * | Refactored preferences handling into a new version of | Krzysztof Kosi??ski | 2008-09-16 | 1 | -20/+106 |
| | | | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+44 |
| (bzr r1) | |||||
