summaryrefslogtreecommitdiffstats
path: root/src/ui/cache (follow)
Commit message (Expand)AuthorAgeFilesLines
* modernize loopsMarc Jeanmougin2019-01-021-4/+3
* Clarify licensesMax Gaukler2018-11-082-2/+4
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-221-1/+0
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-2/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+4
* Remove all unused makefile.inStefano Facchini2017-10-191-17/+0
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-6/+0
* Correct comment.Tavmjong Bah2016-05-031-1/+1
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-2/+2
* Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-131-8/+11
* Header cleanupAlex Valavanis2013-03-291-1/+0
* Fix for 165865 : markers must take object's stroke colorJohn Smith2012-08-202-0/+9
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-2/+8
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-072-6/+6
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-062-21/+21
* Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-24/+26
* Merge from trunk to pull in fix for LP #806105Krzysztof Kosi??ski2011-07-131-2/+1
|\
| * Fix crashes in print previewKrzysztof Kosi??ski2011-07-131-2/+1
* | Remove more of libnrKrzysztof Kosi??ski2011-06-231-0/+1
|/
* Merge from trunkKrzysztof Kosi??ski2011-06-191-3/+0
|\
| * cmake:Campbell Barton2011-06-131-3/+0
| * work in progress cmake commit:Campbell Barton2011-06-121-2/+2
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-1/+1
|\|
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\|
| * Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski2010-08-151-0/+1
* | Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-141-27/+16
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-0/+1
|/
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-6/+1
* Make all icons themable (except the filter icons).Krzysztof Kosi??ski2009-02-191-1/+0
* Merging from trunkTed Gould2008-10-111-1/+1
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-042-8/+8
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-2/+1
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-3/+3
* add CMakeLists.txt file for src/ui and subdirsJohan B. C. Engelen2008-03-301-0/+4
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-4/+3
* warning cleanupJon A. Cruz2007-11-081-3/+3
* **/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...Peter Moulder2007-09-121-3/+3
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-1/+1
* Fixes issue where a modified stock marker's preview image appears in theBryce Harrington2007-02-212-6/+10
* Moving cache management code from .h to .cpp.Bryce Harrington2007-02-202-34/+53
* Moving functions from svg_preview_cache.h to a new .cppBryce Harrington2007-02-204-68/+198
* Partial fix for bug 980157.Bryce Harrington2007-02-201-0/+78