| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -4/+3 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 2 | -2/+4 |
| | | | | | | | - 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 | ||||
| * | Remove 'document-private.h' where not needed plus some other header cleanup. | Tavmjong Bah | 2018-10-22 | 1 | -1/+0 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+1 |
| | | | | | | 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 | -4/+4 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -2/+2 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -2/+2 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -2/+4 |
| | | | | | A lot of header clean-up. | ||||
| * | Remove all unused makefile.in | Stefano Facchini | 2017-10-19 | 1 | -17/+0 |
| | | |||||
| * | Remove deprecated Autotools and btool files. Please use CMake instead | Alex Valavanis | 2016-08-08 | 1 | -6/+0 |
| | | | | (bzr r15046) | ||||
| * | Correct comment. | Tavmjong Bah | 2016-05-03 | 1 | -1/+1 |
| | | | | (bzr r14869) | ||||
| * | DrawingContext: change variable names ct to dc (bug #1272073) | David Mathog | 2014-02-08 | 1 | -2/+2 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009) | ||||
| * | Improve the functions which create GdkPixbuf from Cairo surface | Krzysztof Kosi??ski | 2013-09-13 | 1 | -8/+11 |
| | | | | | | | | | and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512) | ||||
| * | Header cleanup | Alex Valavanis | 2013-03-29 | 1 | -1/+0 |
| | | | | (bzr r12258) | ||||
| * | Fix for 165865 : markers must take object's stroke color | John Smith | 2012-08-20 | 2 | -0/+9 |
| | | | | (bzr r11614) | ||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | ||||
| * | Cleaned up display-forward.h, including many redundant usages. | Jon A. Cruz | 2011-10-04 | 1 | -2/+8 |
| | | | | (bzr r10666) | ||||
| * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 2 | -6/+6 |
| | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | ||||
| * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 2 | -21/+21 |
| | | | | (bzr r10347.1.21) | ||||
| * | Replace direct use of Cairo contexts and surfaces in the rendering tree | Krzysztof Kosi??ski | 2011-07-22 | 1 | -24/+26 |
| | | | | | | | | with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17) | ||||
| * | Merge from trunk to pull in fix for LP #806105 | Krzysztof Kosi??ski | 2011-07-13 | 1 | -2/+1 |
| |\ | | | | | (bzr r10347.1.13) | ||||
| | * | Fix crashes in print preview | Krzysztof Kosi??ski | 2011-07-13 | 1 | -2/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/806105 (bzr r10450) | ||||
| * | | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 1 | -0/+1 |
| |/ | | | (bzr r10347.1.2) | ||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -3/+0 |
| |\ | | | | | (bzr r9508.1.89) | ||||
| | * | cmake: | Campbell Barton | 2011-06-13 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276) | ||||
| | * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -1/+1 |
| |\| | | | | | (bzr r9508.1.73) | ||||
| | * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -1/+1 |
| | | | | | | | (bzr r10025) | ||||
| * | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -1/+1 |
| |\| | | | | | (bzr r9508.1.70) | ||||
| | * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| * | | Make nr_arena_invoke_render expect an already transformed context, | Krzysztof Kosi??ski | 2010-08-15 | 1 | -0/+1 |
| | | | | | | | | | | | to remove a limitation to integer translations imposed by NRRectL (bzr r9508.1.68) | ||||
| * | | Completely remove NRPixBlock | Krzysztof Kosi??ski | 2010-08-14 | 1 | -27/+16 |
| | | | | | | | (bzr r9508.1.67) | ||||
| * | | Wholesale cruft removal part 1 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -0/+1 |
| |/ | | | (bzr r9508.1.44) | ||||
| * | Only build static libraries for subdirs than actually contain libraries, | Krzysztof Kosi??ski | 2009-02-20 | 1 | -6/+1 |
| | | | | | | rather than for every subdirectory. (bzr r7336) | ||||
| * | Make all icons themable (except the filter icons). | Krzysztof Kosi??ski | 2009-02-19 | 1 | -1/+0 |
| | | | | (bzr r7332) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -1/+1 |
| | | | | (bzr r6884) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -1/+1 |
| | | | | (bzr r6593) | ||||
| * | NR:: => Geom:: for much of src/ui and src/widgets | Johan B. C. Engelen | 2008-08-04 | 2 | -8/+8 |
| | | | | (bzr r6561) | ||||
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 1 | -2/+1 |
| | | | | (bzr r6046) | ||||
| * | cmake: EOL of cmakelists.txt in subdirs | Johan B. C. Engelen | 2008-04-07 | 1 | -3/+3 |
| | | | | (bzr r5379) | ||||
| * | add CMakeLists.txt file for src/ui and subdirs | Johan B. C. Engelen | 2008-03-30 | 1 | -0/+4 |
| | | | | (bzr r5240) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -4/+3 |
| | | | | (bzr r5149) | ||||
| * | warning cleanup | Jon A. Cruz | 2007-11-08 | 1 | -3/+3 |
| | | | | (bzr r4043) | ||||
| * | **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵ | Peter Moulder | 2007-09-12 | 1 | -3/+3 |
| | | | | | | %.$(OBJEXT) instead of %.o. (bzr r3726) | ||||
| * | API change: render methods now take a cairo_t (not yet used) | bulia byak | 2007-03-01 | 1 | -1/+1 |
| | | | | (bzr r2472) | ||||
| * | Fixes issue where a modified stock marker's preview image appears in the | Bryce Harrington | 2007-02-21 | 2 | -6/+10 |
| | | | | | | | marker dropdown with the same preview image as the unmodified stock marker. This adds the source document's uri to the cache index. (bzr r2413) | ||||
| * | Moving cache management code from .h to .cpp. | Bryce Harrington | 2007-02-20 | 2 | -34/+53 |
| | | | | | | Making the marker dropdowns static so they can be updated. (bzr r2403) | ||||
| * | Moving functions from svg_preview_cache.h to a new .cpp | Bryce Harrington | 2007-02-20 | 4 | -68/+198 |
| | | | | (bzr r2402) | ||||
| * | Partial fix for bug 980157. | Bryce Harrington | 2007-02-20 | 1 | -0/+78 |
| | | | | | | | | | | | This commit disables the code that prevents stock markers from appearing at the top of the marker menu, as discussed in the bug report. Additionally, this patch factors out the pixmap rendering code, which is nearly identical to the rendering code in icon.cpp (and perhaps elsewhere). (bzr r2401) | ||||
