| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | Improve keyboard navigation in LPE dialog. | Liam P. White | 2014-04-25 | 2 | -0/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1310688 (bzr r13305) | |||||
| * | | | | | | | | | | | | Clean up of style code, removal of SPFontStyle. Step 2. | Tavmjong Bah | 2014-04-24 | 1 | -9/+9 | |
| | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | (bzr r13300) | |||||
| * | | | | | | | | | | | Fix remaining issue with prefs updating | Martin Owens | 2014-04-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13291.1.2) | |||||
| * | | | | | | | | | | | Add image rendering option for outlines. Setup desktop preferences observer. | Martin Owens | 2014-04-18 | 2 | -0/+6 | |
| | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | (bzr r13291.1.1) | |||||
| * | | | | | | | | | | Revert the xml editor to it's dockable behaviour and add a comment for the ↵ | Martin Owens | 2014-04-05 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | preferences. (bzr r13269) | |||||
| * | | | | | | | | | | fix crash. Iterating through a list to find an object is not necessary, ↵ | Johan B. C. Engelen | 2014-04-04 | 1 | -16/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SPDoc provides method for obtaining SPObj from idstring. The crash probably happened because deleting the object invalidated the list iterated (partly). Fixed bugs: - https://launchpad.net/bugs/1302079 (bzr r13265) | |||||
| * | | | | | | | | | | XMLTree and InkscapePreferences are not dockable windows, don't treat them ↵ | Martin Owens | 2014-04-04 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | like one. (bzr r13262) | |||||
| * | | | | | | | | | | Try and explain what selection means when aligning. Changed Selection to ↵ | Martin Owens | 2014-04-03 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Selection Area (bzr r13257) | |||||
| * | | | | | | | | | fix windows build | Johan B. C. Engelen | 2014-03-31 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13245) | |||||
| * | | | | | | | | | Fix Gtkmm 3.8 build issues on systems with Gtk+ 3.10 | Alex Valavanis | 2014-03-31 | 3 | -12/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13242) | |||||
| * | | | | | | | | | better code format filedialogimpl-gtkmm.cpp. Also cleanup some minor code issues | Johan B. C. Engelen | 2014-03-30 | 1 | -614/+549 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13241) | |||||
| * | | | | | | | | | imageicon: clean up unnecessary file existance check introduced in rev ↵ | Johan B. C. Engelen | 2014-03-30 | 1 | -16/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 12263. Could theoretically lead to uninitialized value use (of "info" struct) same for filedialogimpl-gtkmm (bzr r13240) | |||||
| * | | | | | | | | | Added "Gtk::" scope to "manage" function calls. | Markus Engel | 2014-03-30 | 13 | -66/+66 | |
| | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | (bzr r13236) | |||||
| * | | | | | | | | Removed obsolete header file. | Markus Engel | 2014-03-29 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13229) | |||||
| * | | | | | | | | Guides: Clean up memory a bit better and move color changed to OK so we ↵ | Martin Owens | 2014-03-28 | 2 | -20/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | don't set the colour before OK (bzr r13228) | |||||
| * | | | | | | | | Remove _onApply and strdup the char from the label before it gets corrupted. ↵ | Martin Owens | 2014-03-28 | 2 | -12/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug #1299185 Fixed bugs: - https://launchpad.net/bugs/1299185 (bzr r13227) | |||||
| * | | | | | | | | Merge in pixelArt threading mechanism to stop blocking the UI when ↵ | Martin Owens | 2014-03-28 | 1 | -35/+117 | |
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | performing the action. (bzr r13225) | |||||
| | * | | | | | | | Removing useless comment | Vinícius dos Santos Oliveira | 2013-10-07 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12667.1.2) | |||||
| | * | | | | | | | Running libdepixelize expensive process in a background thread | Vinícius dos Santos Oliveira | 2013-10-07 | 1 | -47/+117 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r12667.1.1) | |||||
| * | | | | | | | | Get pollar tiling working agains with trunk | Martin Owens | 2014-03-27 | 5 | -15/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11073.1.37) | |||||
| * | | | | | | | | Commit a merge to trunk, with probabal errors | Martin Owens | 2014-03-27 | 93 | -3004/+9929 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | (bzr r11073.1.36) | |||||
| | * | | | | | | | fix crash when spelling error is in hidden part of a text on path | buliabyak | 2014-03-26 | 1 | -43/+45 | |
| | | |_|_|_|_|/ | |/| | | | | | | | | | | | | (bzr r13212) | |||||
| | * | | | | | | "fix" GTK3 build. | Johan B. C. Engelen | 2014-03-23 | 1 | -39/+43 | |
| | | |_|_|_|/ | |/| | | | | | | | | | | (bzr r13192) | |||||
| | * | | | | | Warning cleanups. | Jon A. Cruz | 2014-03-18 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | (bzr r13162) | |||||
| | * | | | | | Fix for Bug #1158506 (Batch export DPI always at 90). | Nicolas Dufour | 2014-03-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1158506 (bzr r13160) | |||||
| | * | | | | | Fix build failure with GTK 3.0 | Krzysztof Kosi??ski | 2014-03-15 | 1 | -5/+2 | |
| | | | | | | | | | | | | | | | | | | | (bzr r13156) | |||||
| | * | | | | | UI. Fix for Bug #1016889 (GTK3: status bar of XML Editor triggers resize of ↵ | Nicolas Dufour | 2014-03-15 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dialog window. Fixed bugs: - https://launchpad.net/bugs/1016889 (bzr r13155) | |||||
| | * | | | | | Make the Object Properties dialog code adhere to the coding style. | Krzysztof Kosi??ski | 2014-03-15 | 2 | -350/+320 | |
| | | | | | | | | | | | | | | | | | | | (bzr r13153) | |||||
| | * | | | | | Reimplement global aliasing toggle as a 'shape-rendering' property | Krzysztof Kosi??ski | 2014-03-13 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on the root element. (bzr r13146) | |||||
| | * | | | | | Provide a toggle in the document properties to optionally turn off | Krzysztof Kosi??ski | 2014-03-13 | 2 | -8/+12 | |
| | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | antialiasing for display and export. Fixes a nearly 10 year old bug #170356 Fixed bugs: - https://launchpad.net/bugs/170356 (bzr r13144) | |||||
| | * | | | | Reconnect correctly as documents are replaced. | Jon A. Cruz | 2014-03-08 | 2 | -38/+103 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Removed hardcoding to only a single panel. (bzr r13127) | |||||
| | * | | | | Symbols. Adding missing include. | Nicolas Dufour | 2014-03-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | (bzr r13126) | |||||
| | * | | | | Fix for Bug #1288401 (Hovering in symbols dialog over symbols with ampersand ↵ | Nicolas Dufour | 2014-03-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in description result in console warning). Fixed bugs: - https://launchpad.net/bugs/1288401 (bzr r13122) | |||||
| | * | | | | static code analysis: references for string classes that are function input ↵ | Kris De Gussem | 2014-03-04 | 2 | -268/+282 | |
| | | |_|/ | |/| | | | | | | | | | | | | | | parameters (bzr r13114) | |||||
| | * | | | Stop tracking SPDocuments as they are deleted. | Jon A. Cruz | 2014-03-02 | 2 | -30/+75 | |
| | | | | | | | | | | | | | (bzr r13095) | |||||
| | * | | | Avoid crashing when the document is set to NULL (upon cleanup, window ↵ | Jon A. Cruz | 2014-03-02 | 1 | -1/+4 | |
| | | |/ | |/| | | | | | | | | | | closing, etc.) (bzr r13092) | |||||
| | * | | swatches dialog: remove unused code part. cleanup some code | Johan B. C. Engelen | 2014-02-27 | 1 | -7/+3 | |
| | | | | | | | | | | (bzr r13069) | |||||
| | * | | swatches dialog: properly reference count the reference to SPDocument in ↵ | Johan B. C. Engelen | 2014-02-27 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | timer object. Fixes crash reported in comment #6 of bug 1284391! Fixed bugs: - https://launchpad.net/bugs/1284391 (bzr r13068) | |||||
| | * | | Move filter reordering closer to the layers.cpp patern of reordering xml | Martin Owens | 2014-02-25 | 2 | -6/+7 | |
| | | | | | | | | | | (bzr r13056) | |||||
| | * | | Fix infinite loop (?) by disabling saving the order of filters when they are ↵ | Johan B. C. Engelen | 2014-02-24 | 1 | -1/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | reordered by drag&drop in the filter editor dialog. (bug 1239296) Fixed bugs: - https://launchpad.net/bugs/1239296 (bzr r13055) | |||||
| | * | | offset of viewBox on document unit change (Bug 1280684) | Alvin Penner | 2014-02-22 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1280684 (bzr r13050) | |||||
| | * | | Symbols dialog: update currentDesktop and currentDocument when document ↵ | Tavmjong Bah | 2014-02-21 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | replaced. (bzr r13048) | |||||
| | * | | Fix for Bug #1281104 (Open Clipart import dialog crashes with concurrent ↵ | Nicolas Dufour | 2014-02-19 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | searches). Fixed bugs: - https://launchpad.net/bugs/1281104 (bzr r13042) | |||||
| | * | | scaling of viewBox on document unit change (Bug 1236257) | Alvin Penner | 2014-02-17 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1236257 (bzr r13034) | |||||
| | * | | DrawingContext: change variable names ct to dc (bug #1272073) | David Mathog | 2014-02-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009) | |||||
| | * | | Fix some formatting problems and add formatting info at end of file. | Tavmjong Bah | 2014-02-01 | 1 | -60/+74 | |
| | | | | | | | | | | (bzr r12992) | |||||
| | * | | Fix spacing/remove tabs and eliminate extra conditional. | Martin Owens | 2014-01-31 | 1 | -10/+8 | |
| | | | | | | | | | | (bzr r12989) | |||||
| | * | | Prevent crash if a symbols file does not have a title. | Tavmjong Bah | 2014-01-30 | 1 | -1/+9 | |
| | | | | | | | | | | (bzr r12985) | |||||
| | * | | cppcheck stuff | Kris De Gussem | 2014-01-20 | 1 | -5/+2 | |
| | | | | | | | | | | (bzr r12963) | |||||
| | * | | i18n. No need to translate strings with one single space. | Nicolas Dufour | 2014-01-19 | 1 | -1/+1 | |
| | | | | | | | | | | (bzr r12958) | |||||
