| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change the data type of size/width/height of the controls to unsigned int | Diederik van Lierop | 2019-05-20 | 1 | -2/+2 |
| * | More pixel-level alignment fixes for various controls, by making all controls... | Diederik van Lierop | 2019-05-20 | 1 | -2/+2 |
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -8/+8 |
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| * | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -7/+7 |
| * | Minor cleanup of warnings. No functional change. | Felipe Corrêa da Silva Sanches | 2018-03-27 | 1 | -1/+1 |
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -6/+9 |
| * | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -3/+0 |
| |\ |
|
| | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -3/+0 |
| | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+3 |
| | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -3/+0 |
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -8/+8 |
| |\| |
|
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -4/+4 |
| |/ |
|
| * | static code analysis | Kris De Gussem | 2015-11-13 | 1 | -3/+3 |
| * | more cast cleanup | Marc Jeanmougin | 2015-02-27 | 1 | -1/+1 |
| * | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -5/+5 |
| * | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -7/+7 |
| * | At first, I was thinking "I just have to go to the selection file, and change... | Marc Jeanmougin | 2015-02-17 | 1 | -8/+11 |
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -1/+1 |
| * | Purge sp_desktop_controls | Liam P. White | 2014-12-21 | 1 | -3/+3 |
| * | Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection | Liam P. White | 2014-12-21 | 1 | -1/+2 |
| * | for rubberband outline, add shading instead of XOR (Bug 1266308) | Alvin Penner | 2014-01-15 | 1 | -0/+1 |
| * | Fix for Bug #448872 (Changing the bounding box type in preferences does not u... | Nicolas Dufour | 2013-05-12 | 1 | -5/+43 |
| * | Stop deriving SPCanvasItem from GtkObject | Alex Valavanis | 2012-06-09 | 1 | -4/+4 |
| * | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-05 | 1 | -3/+3 |
| * | cppcheck | Kris De Gussem | 2011-10-15 | 1 | -4/+4 |
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -6/+4 |
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des... | Johan B. C. Engelen | 2011-07-17 | 1 | -1/+1 |
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -5/+4 |
| |\ |
|
| | * | This is the first c++ification commit from me. It handles sp-line, sp-polylin... | Abhishek Sharma Public | 2010-06-29 | 1 | -3/+3 |
| |/ |
|
| * | Position of baseline anchor is now dependent of the text alignment | Diederik van Lierop | 2009-12-13 | 1 | -12/+14 |
| * | for selection modified signal, only update the coords of the selcue boxes, no... | bulia byak | 2009-03-09 | 1 | -9/+64 |
| * | More NR ==> Geom changes | Joshua L. Blocher | 2008-12-28 | 1 | -1/+1 |
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -1/+1 |
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -4/+5 |
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -1/+1 |
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -1/+1 |
| * | convert almost all libnrtype to Geom:: | Johan B. C. Engelen | 2008-09-11 | 1 | -1/+1 |
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -1/+1 |
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -1/+1 |
| * | replace text strings by ints for tools/bounding_box | bulia byak | 2008-04-17 | 1 | -2/+3 |
| * | first set of updates to headers for clean gcc 4.3 builds | Kees Cook | 2008-01-25 | 1 | -0/+2 |
| * | Move 'bounding box' option up one level (from Selector to Tools page in Prefe... | Maximilian Albert | 2008-01-16 | 1 | -1/+1 |
| * | Retrieve preferences outside the for-loop, not inside. | Diederik van Lierop | 2007-07-25 | 1 | -3/+3 |
| * | change the logic so that the value is correctly read at launch of seltrans, a... | bulia byak | 2007-04-14 | 1 | -1/+1 |
| * | make selcue sensitive to bbox type | bulia byak | 2007-04-13 | 1 | -1/+4 |
| * | Merge further bbox work | MenTaLguY | 2007-03-10 | 1 | -29/+29 |
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ... | MenTaLguY | 2006-04-17 | 1 | -4/+4 |
| * | bulk trailing spaces removal. consistency through MD5 of binary | Ralf Stephan | 2006-02-15 | 1 | -6/+6 |