summaryrefslogtreecommitdiffstats
path: root/src/ui/cache (unfollow)
Commit message (Expand)AuthorFilesLines
2019-01-02modernize loopsMarc Jeanmougin1-4/+3
2018-11-08Clarify licensesMax Gaukler2-2/+4
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-1/+0
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-2/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-2/+4
2017-10-19Remove all unused makefile.inStefano Facchini1-17/+0
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-6/+0
2016-05-03Correct comment.Tavmjong Bah1-1/+1
2014-02-08DrawingContext: change variable names ct to dc (bug #1272073)David Mathog1-2/+2
2013-09-13Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski1-8/+11
2013-03-29Header cleanupAlex Valavanis1-1/+0
2012-08-20Fix for 165865 : markers must take object's stroke colorJohn Smith2-0/+9
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-10-04Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz1-2/+8
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2-6/+6
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2-21/+21
2011-07-22Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski1-24/+26
2011-07-13Fix crashes in print previewKrzysztof Kosi??ski1-2/+1
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-0/+1
2011-06-13cmake:Campbell Barton1-3/+0
2011-06-12work in progress cmake commit:Campbell Barton1-2/+2
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-15Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski1-0/+1
2010-08-14Completely remove NRPixBlockKrzysztof Kosi??ski1-27/+16
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-0/+1
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-6/+1
2009-02-19Make all icons themable (except the filter icons).Krzysztof Kosi??ski1-1/+0
2008-10-11Merging from trunkTed Gould1-1/+1
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-1/+1
2008-08-04NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2-8/+8
2008-06-24Cmake: remove header files from source listsJoshua L. Blocher1-2/+1
2008-04-07cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen1-3/+3
2008-03-30add CMakeLists.txt file for src/ui and subdirsJohan B. C. Engelen1-0/+4
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-4/+3
2007-11-08warning cleanupJon A. Cruz1-3/+3
2007-09-12**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...Peter Moulder1-3/+3
2007-03-01API change: render methods now take a cairo_t (not yet used)bulia byak1-1/+1
2007-02-21Fixes issue where a modified stock marker's preview image appears in theBryce Harrington2-6/+10
2007-02-20Moving cache management code from .h to .cpp.Bryce Harrington2-34/+53
2007-02-20Moving functions from svg_preview_cache.h to a new .cppBryce Harrington4-68/+198
2007-02-20Partial fix for bug 980157.Bryce Harrington1-0/+78
2007-02-18New dir for UI cache management codeBryce Harrington1-0/+3