summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/style-subject.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged trunkAdrian Boguszewski2016-08-031-1/+0
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
| | | | | | (bzr r15025)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-1/+1
| | | | | | (bzr r14954.1.10)
* | Added first range to ObjectSetAdrian Boguszewski2016-06-191-3/+5
|\| | | | | (bzr r14954.1.8)
* | Moved most functions from Selection to ObjectSetAdrian Boguszewski2016-06-161-1/+1
|/ | | (bzr r14954.1.7)
* Fixed the layer blendsMarc Jeanmougin2015-05-081-12/+12
| | | (bzr r14124)
* more cast cleanupMarc Jeanmougin2015-02-271-2/+2
| | | (bzr r13922.1.11)
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-2/+2
| | | (bzr r13922.1.5)
* Just...mc2015-02-181-18/+16
| | | | | | | some... more... lines... (bzr r13922.1.2)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-1/+1
| | | (bzr r13820)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-2/+2
| | | (bzr r13809)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-3/+1
| | | (bzr r10697)
* Doxygen cleanup.Jon A. Cruz2011-10-031-1/+1
| | | (bzr r10660)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-1/+1
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-1/+2
|\ | | | | (bzr r9945.1.1)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-1/+1
| | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* Merge from fe-movedTed Gould2008-11-211-4/+4
| | | (bzr r6891)
* Merging from trunkTed Gould2008-10-111-4/+4
| | | (bzr r6884)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-4/+4
| | | (bzr r6569)
* fix update on layer switch and work around some blur-related glitchesMenTaLguY2008-01-011-0/+1
| | | (bzr r4356)
* abstraction for style widget subjectsMenTaLguY2008-01-011-0/+193
(bzr r4353)