| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged trunk | Adrian Boguszewski | 2016-08-03 | 1 | -10/+1 |
| |\ | | | | | (bzr r14954.1.29) | ||||
| | * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -10/+1 |
| | | | | | | | (bzr r15034) | ||||
| | * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -1/+10 |
| | | | | | | | (bzr r15027) | ||||
| | * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -10/+1 |
| | | | | | | | (bzr r15025) | ||||
| * | | Added items as a range function | Adrian Boguszewski | 2016-07-03 | 1 | -1/+1 |
| |\| | | | | | (bzr r14954.1.13) | ||||
| * | | Moved next functions, added namespace, renamed range functions | Adrian Boguszewski | 2016-06-25 | 1 | -1/+1 |
| |/ | | | (bzr r14954.1.10) | ||||
| * | static code analysis | Kris De Gussem | 2015-10-29 | 1 | -3/+3 |
| | | | | (bzr r14436) | ||||
| * | merging | Marc Jeanmougin | 2015-04-26 | 1 | -2/+2 |
| |\ | | | | | (bzr r13922.1.13) | ||||
| | * | Fix for Bug #1428967 (Inkscape0.91 crashes under interface using ↵ | Nicolas Dufour | 2015-03-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | Chinese/Taiwan(zh-tw)). Fixed bugs: - https://launchpad.net/bugs/1428967 (bzr r13968) | ||||
| * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -4/+4 |
| | | | | | | | (bzr r13922.1.10) | ||||
| * | | Put a few std::vector<SPitem*> | Marc Jeanmougin | 2015-02-19 | 1 | -7/+7 |
| | | | | | | | (bzr r13922.1.5) | ||||
| * | | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -17/+17 |
| |/ | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | ||||
| * | Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files. | Jon A. Cruz | 2014-11-10 | 1 | -28/+49 |
| | | | | (bzr r13700) | ||||
| * | i18n. Fix for Bug #1318929 (untranslatable string in trunk-r13370). | Nicolas Dufour | 2014-05-14 | 1 | -3/+21 |
| | | | | | | | Translations. PO template update. Translations. French translation update. (bzr r13374) | ||||
| * | Partially fix crashes when entering a group with deleted id | Krzysztof Kosi??ski | 2013-10-31 | 1 | -4/+9 |
| | | | | (bzr r12754) | ||||
| * | Added some consts. | Markus Engel | 2013-10-26 | 1 | -1/+1 |
| | | | | (bzr r12729) | ||||
| * | change names for displayName and detailedDescription, improve char code and ↵ | Martin Owens | 2013-09-24 | 1 | -13/+14 |
| | | | | | | remove const. (bzr r12584) | ||||
| * | Fix format security errors | Alex Valavanis | 2013-09-21 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1193025 (bzr r12563) | ||||
| * | Refactor status-bar text for multiple items, was very broken | Martin Owens | 2013-09-20 | 1 | -88/+20 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1199192 (bzr r12550) | ||||
| * | Merged from trunk (r12465). | Markus Engel | 2013-08-04 | 1 | -2/+1 |
| |\ | | | | | (bzr r11608.1.119) | ||||
| | * | reduce variable scope | Johan B. C. Engelen | 2013-08-03 | 1 | -2/+1 |
| | | | | | | | (bzr r12464) | ||||
| * | | Merged from trunk (r12419). | Markus Engel | 2013-07-14 | 1 | -52/+22 |
| |\| | | | | | (bzr r11608.1.107) | ||||
| | * | Code readability improvements and licence changes for action-context.* | Eric Greveson | 2013-07-04 | 1 | -2/+2 |
| | | | | | | | | | | | based on merge request code review and feedback (bzr r12387.1.7) | ||||
| | * | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 2013-07-01 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Inkscape::Selection to use a LayerModel that is not associated with a UI. Changed the interface of verbs (SPAction) to use a new ActionContext rather than UI::View::View, again so that verbs may be used in a console mode. Modified boolean operation verbs to work in console-only mode. Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops. Modified main.cpp to process selections and verbs in no-GUI mode. Other changes are all consequences of the SPDesktop, Selection and LayerModel interface changes. (bzr r12387.1.1) | ||||
| | * | Fix my own mis-credit and some symbols labels | Martin Owens | 2013-06-17 | 1 | -1/+1 |
| | | | | | | | (bzr r12380) | ||||
| | * | Fix layer selection so defs don't change layers, updated symbol text. | Martin Owens | 2013-06-16 | 1 | -0/+8 |
| | | | | | | | (bzr r12379) | ||||
| | * | Fix bug where symbols weren't identified as such | Martin Owens | 2013-06-11 | 1 | -2/+5 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1179224 (bzr r12366) | ||||
| | * | Fixed logic error confusing bitwise and with logical and. | Jon A. Cruz | 2013-04-29 | 1 | -1/+1 |
| | | | | | | | | | | | Whitespace cleanup to make the issue easier to spot. (bzr r12311) | ||||
| * | | Merged Item. | Markus Engel | 2013-04-05 | 1 | -1/+1 |
| | | | | | | | (bzr r11608.1.81) | ||||
| * | | Cleaned up a bit. Uses some C++11 features. | Markus Engel | 2013-04-02 | 1 | -22/+66 |
| |/ | | | (bzr r11608.1.72) | ||||
| * | Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog | Tavmjong Bah | 2012-10-11 | 1 | -1/+6 |
| | | | | (bzr r11782) | ||||
| * | code cleanup: add own includes to cpp files or make the functions static if ↵ | Campbell Barton | 2012-10-04 | 1 | -3/+3 |
| | | | | | | they are not used elsewhere. (bzr r11735) | ||||
| * | i18n. Fix for Bug #1034663 (Split msgid "Text" for menu Effects). | Nicolas Dufour | 2012-08-15 | 1 | -1/+1 |
| | | | | | | Translations. inkscape.pot and French translation update. (bzr r11606) | ||||
| * | Fixed warning with printf format. Also corrected inproper type that resulted ↵ | Jon A. Cruz | 2012-05-17 | 1 | -12/+15 |
| | | | | | | in the use of C-style const casts. (bzr r11372) | ||||
| * | minor fix for translations | Kris De Gussem | 2012-05-15 | 1 | -1/+1 |
| | | | | (bzr r11366) | ||||
| * | UI. Filtered objects count (patch by David Mathog). | Nicolas Dufour | 2012-05-11 | 1 | -1/+26 |
| | | | | | | Translations. Inkscape.pot and French translation update. (bzr r11355) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-18 | 1 | -1/+1 |
| | | | | (bzr r10683) | ||||
| * | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -2/+2 |
| | | | | (bzr r10064) | ||||
| * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -1/+2 |
| |\ | | | | | (bzr r9945.1.1) | ||||
| | * | This is the first c++ification commit from me. It handles sp-line, ↵ | Abhishek Sharma Public | 2010-06-29 | 1 | -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 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) | ||||
| * | | i18n. Context cleanup (context|string replaced with C_). | Nicolas Dufour | 2010-08-22 | 1 | -8/+4 |
| |/ | | | (bzr r9722) | ||||
| * | Cleanup on id access. | Jon A. Cruz | 2010-03-02 | 1 | -1/+1 |
| | | | | (bzr r9127) | ||||
| * | make when_selected and when_nothing customizable strings, settable via ↵ | buliabyak | 2010-02-05 | 1 | -9/+10 |
| | | | | | | selection describer constructor (bzr r9055) | ||||
| * | * [INTL:*] translator comments for all context strings added | Ivan Mas??r | 2009-06-03 | 1 | -3/+6 |
| | | | | (bzr r7985) | ||||
| * | now that selection description includes style (filtered, clipped), we need ↵ | bulia byak | 2009-02-10 | 1 | -0/+10 |
| | | | | | | to update it on modified signal as well (bzr r7263) | ||||
| * | fix leak and potential crash by disconnecting on delete | bulia byak | 2008-09-20 | 1 | -1/+9 |
| | | | | (bzr r6854) | ||||
| * | Several different i18n issues fixed following report from a_b (adresses bug ↵ | Marcin Floryan | 2008-04-12 | 1 | -1/+2 |
| | | | | | | #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412) | ||||
| * | Fundamentally reworked version of the 3D box tool (among many other things, ↵ | Maximilian Albert | 2007-12-13 | 1 | -1/+1 |
| | | | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224) | ||||
| * | Write distinguished corners of 3D boxes to the svg representation from which ↵ | Maximilian Albert | 2007-07-14 | 1 | -0/+3 |
| | | | | | | | | the box can be recomputed. This is used to fix several bugs related to the editing of boxes resulting from cloning, undo operations or newly opened documents (we had stray pointers to SPPaths before that made Inkscape crash). (bzr r3239) | ||||
