| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Check order (fixing bug 1219264 ?) | Kris De Gussem | 2013-12-15 | 1 | -2/+2 | |
| | | | | (bzr r12851) | |||||
| * | add null pointer check | Kris De Gussem | 2013-12-05 | 1 | -1/+1 | |
| | | | | (bzr r12838) | |||||
| * | Merged from trunk (r12419). | Markus Engel | 2013-07-14 | 1 | -1/+2 | |
| |\ | | | | | (bzr r11608.1.107) | |||||
| | * | Factored layer model out into new Inkscape::LayerModel class. This allows | Eric Greveson | 2013-07-01 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | |||||
| * | | Merged PaintServer and subclasses; moved Gradient classes to own files. | Markus Engel | 2013-04-05 | 1 | -1/+0 | |
| |/ | | | (bzr r11608.1.82) | |||||
| * | Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPicker | Alex Valavanis | 2013-03-09 | 1 | -3/+0 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1094504 (bzr r12185) | |||||
| * | Fix missing headers for Gtk+ 3 build | Alex Valavanis | 2013-02-23 | 1 | -0/+1 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122816 (bzr r12145) | |||||
| * | Fix for 1071421 : Setting swatch as fill/stroke creates new swatches which ↵ | John Smith | 2012-11-28 | 1 | -16/+18 | |
| | | | | | | never go away (bzr r11911) | |||||
| * | Fix for 1060563 : Swatches : Sort the list of swatch names | John Smith | 2012-10-08 | 1 | -16/+31 | |
| | | | | (bzr r11757) | |||||
| * | code cleanup: make more functions static, add includes. | Campbell Barton | 2012-10-04 | 1 | -2/+5 | |
| | | | | (bzr r11737) | |||||
| * | Fix for 908392 : Swatches dialog minimum size | John Smith | 2012-07-21 | 1 | -0/+13 | |
| | | | | (bzr r11559) | |||||
| * | Adopt obsolete GtkAnchorType enum as SPAnchorType | Alex Valavanis | 2012-04-10 | 1 | -2/+2 | |
| | | | | (bzr r11207) | |||||
| * | cppcheck | Kris De Gussem | 2012-04-04 | 1 | -3/+3 | |
| | | | | (bzr r11149) | |||||
| * | Fix false gtk deprecation warnings from gtkmm headers | Alex Valavanis | 2012-03-12 | 1 | -1/+1 | |
| | | | | (bzr r11070) | |||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -0/+3 | |
| | | | | (bzr r11030) | |||||
| * | Clean up all remaining false warnings from Gtkmm | Alex Valavanis | 2012-02-26 | 1 | -2/+1 | |
| | | | | (bzr r11018) | |||||
| * | Header cleaning | Alex Valavanis | 2012-02-25 | 1 | -0/+1 | |
| | | | | (bzr r11015) | |||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+2 | |
| | | | | (bzr r10963) | |||||
| * | cppcheck | Kris De Gussem | 2011-10-18 | 1 | -2/+2 | |
| | | | | (bzr r10681) | |||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 1 | -3/+3 | |
| | | | | (bzr r10660) | |||||
| * | Fix large memory leaks in the swatches panel | Krzysztof Kosi??ski | 2011-08-16 | 1 | -15/+9 | |
| | | | | (bzr r10347.1.35) | |||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 1 | -10/+89 | |
| |\ | | | | | (bzr r9508.1.89) | |||||
| | * | Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵ | Jon A. Cruz | 2011-06-04 | 1 | -5/+1 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255) | |||||
| | | * | Use generic headers in preparation for GTK+ 3 transition | Alex Valavanis | 2011-06-03 | 1 | -5/+1 | |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1) | |||||
| | * | | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 2011-06-04 | 1 | -2/+2 | |
| | |/ | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | |||||
| | * | Queue swatch updates during periods of high UI usage, such as dragging ↵ | Jon A. Cruz | 2011-05-30 | 1 | -3/+86 | |
| | | | | | | | | | | | | | | | | | gradient handles. Fixes bug #734981. Fixed bugs: - https://launchpad.net/bugs/734981 (bzr r10244) | |||||
| * | | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 1 | -12/+15 | |
| |\| | | | | | (bzr r9508.1.72) | |||||
| | * | Merge and cleanup of GSoC C++-ification project. | Jon A. Cruz | 2010-12-12 | 1 | -12/+15 | |
| | |\ | | | | | | | (bzr r9945.1.1) | |||||
| | | * | C++ification of SPObject continued along with the onset of XML ↵ | Abhishek Sharma Public | 2010-07-06 | 1 | -3/+7 | |
| | | | | | | | | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5) | |||||
| | | * | New Class SPDocumentUndo created which takes care of c++fying some non ↵ | Abhishek Sharma Public | 2010-07-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | SPDocument based methods (bzr r9546.1.3) | |||||
| | | * | C++fied SPDocument added | Abhishek Sharma Public | 2010-07-01 | 1 | -5/+5 | |
| | | | | | | | | | | (bzr r9546.1.2) | |||||
| * | | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1 | -2/+2 | |
| |\| | | | | | | | | (bzr r9508.1.70) | |||||
| | * | | 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. Palettes translation with context (see Bug #667402, Colour palettes ↵ | Nicolas Dufour | 2010-11-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | not translatable). (bzr r9871) | |||||
| | * | | i18n. Color palette items are now translatable (see Bug #667402, Color ↵ | Nicolas Dufour | 2010-11-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | palette not translatable). Fixed bugs: - https://launchpad.net/bugs/667402 (bzr r9870) | |||||
| * | | | merge from trunk | Krzysztof Kosi??ski | 2010-08-08 | 1 | -50/+149 | |
| |\| | | | | | | | | (bzr r9508.1.52) | |||||
| | * | | If 'Edit' on a swatch matches the current selection, invoke Fill-and-Stroke ↵ | Jon A. Cruz | 2010-07-06 | 1 | -5/+31 | |
| | | | | | | | | | | | | | | | | instead of gradient dialog. (bzr r9584) | |||||
| | * | | Minor cruft cleanup. | Jon A. Cruz | 2010-07-06 | 1 | -1/+0 | |
| | | | | | | | | | | (bzr r9583) | |||||
| | * | | Removed "Add" and enabled "Delete" for swatch context menu. Updated swatch ↵ | Jon A. Cruz | 2010-07-06 | 1 | -33/+22 | |
| | | | | | | | | | | | | | | | | marker string. (bzr r9582) | |||||
| | * | | Make order of 'auto' swatches match order in document. | Jon A. Cruz | 2010-07-03 | 1 | -0/+2 | |
| | | | | | | | | | | (bzr r9563) | |||||
| | * | | Rough pass of Fill-n-Stroke swatch conversion. | Jon A. Cruz | 2010-07-02 | 1 | -34/+37 | |
| | |/ | | | | | (bzr r9553) | |||||
| | * | Partial C++-ification of SPGradient | Jon A. Cruz | 2010-06-28 | 1 | -8/+9 | |
| | | | | | | | (bzr r9542) | |||||
| | * | Implementing the "Convert" popup menu item for gradients/swatches. Part of ↵ | Jon A. Cruz | 2010-06-26 | 1 | -2/+80 | |
| | | | | | | | | | | | | | | | | | bug #59441. Fixed bugs: - https://launchpad.net/bugs/594441 (bzr r9541) | |||||
| * | | Wholesale cruft removal part 1 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -27/+32 | |
| |/ | | | (bzr r9508.1.44) | |||||
| * | Fixed missing palette when using file open on a new document. | Jon A. Cruz | 2010-03-19 | 1 | -1/+1 | |
| | | | | (bzr r9210) | |||||
| * | Fixing "Auto" palette to be tracked per document, independent of containing ↵ | Jon A. Cruz | 2010-03-16 | 1 | -123/+216 | |
| | | | | | | panel. (bzr r9195) | |||||
| * | Splitting the color swatch class to be separate for easier work. | Jon A. Cruz | 2010-03-13 | 1 | -860/+34 | |
| | | | | (bzr r9184) | |||||
| * | Finished live updating of swatch previews. Fixes bugs #397872, #421548. | Jon A. Cruz | 2010-03-12 | 1 | -129/+161 | |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/397872 - https://launchpad.net/bugs/421548 (bzr r9179) | |||||
| * | Fix flicker during palette update. | Jon A. Cruz | 2010-03-11 | 1 | -3/+37 | |
| | | | | (bzr r9174) | |||||
| * | Auto swatches now update as they are edited in the document. Some flickering ↵ | Jon A. Cruz | 2010-03-10 | 1 | -54/+86 | |
| | | | | | | issues still to be resolved. (bzr r9172) | |||||
