| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Clarify license. | Krzysztof Kosi??ski | 2016-05-08 | 1 | -1/+4 | |
| | | | | | | | | | | Most Inkscape source code does not specify GPL version, so it is essentially GPL v1+ under section 9. Authors of the few GPL v2 only files were contacted and all agreed to relicense under GPL v2 or later. We also have a few files copies from GIMP, which are GPL v3+, so the complete program is available under GPL v3 or later. (bzr r14873) | |||||
| * | Priority is so high it blocks blitting the canvas | Liam P. White | 2016-04-15 | 1 | -1/+1 | |
| | | | | (bzr r14849) | |||||
| * | Change idle priority back to high | Liam P. White | 2016-04-14 | 1 | -1/+1 | |
| | | | | (bzr r14848) | |||||
| * | Remove unused variable in sp-canvas.cpp | Krzysztof Kosi??ski | 2016-04-13 | 1 | -2/+0 | |
| | | | | (bzr r14833) | |||||
| * | Fix artifacts at the border when panning the canvas. #Hackfest2016 | Krzysztof Kosi??ski | 2016-04-13 | 1 | -16/+13 | |
| | | | | (bzr r14831) | |||||
| * | Fix canvas flicker while dragging objects. #Hackfest2016 | Krzysztof Kosi??ski | 2016-04-13 | 1 | -33/+11 | |
| | | | | (bzr r14829) | |||||
| * | Fix redraw problems when shrinking and then enlarging the SPCanvas widget. | Krzysztof Kosi??ski | 2016-04-13 | 1 | -4/+6 | |
| | | | | | | #Hackfest2016 (bzr r14824) | |||||
| * | Move background drawing to SPCanvas to avoid temporarily drawing an incorrect | Krzysztof Kosi??ski | 2016-04-13 | 1 | -22/+63 | |
| | | | | | | background. #Hackfest2016 (bzr r14821) | |||||
| * | Simplify SPCanvas by tracking the clean region instead of the dirty region. | Krzysztof Kosi??ski | 2016-04-13 | 1 | -73/+40 | |
| | | | | | | #Hackfest2016 (bzr r14816) | |||||
| * | sp-canvas: Disable deprecated double-buffering #Hackfest2016 | Alex Valavanis | 2016-04-12 | 1 | -6/+1 | |
| | | | | (bzr r14799) | |||||
| * | Update copyright notices on display/sp-canvas.(h|cpp) | Krzysztof Kosi??ski | 2016-04-12 | 1 | -0/+2 | |
| | | | | (bzr r14798) | |||||
| * | Hackfest 2016: Fix SPCanvas to comply with GTK3 rendering model. | Krzysztof Kosi??ski | 2016-04-12 | 1 | -143/+136 | |
| | | | | | | For now, causes redraw issues with SVG preview in the open dialog. (bzr r14795) | |||||
| * | Hackfest 2016: un-obfuscate the SPCanvas widget. | Krzysztof Kosi??ski | 2016-04-12 | 1 | -545/+353 | |
| | | | | (bzr r14790) | |||||
| * | Fix node size regression and add ctrlResize property for multiple use. | Martin Owens | 2016-04-02 | 1 | -0/+1 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1562197 (bzr r14761) | |||||
| * | type in commit r14664 | Kris De Gussem | 2016-02-29 | 1 | -1/+1 | |
| | | | | (bzr r14676) | |||||
| * | static code analysis | Kris De Gussem | 2016-02-22 | 1 | -2/+2 | |
| | | | | (bzr r14664) | |||||
| * | Remove artifacts when remove canvas items, for example in measure tool | Jabier Arraiza Cenoz | 2016-02-10 | 1 | -1/+1 | |
| | | | | (bzr r14645) | |||||
| * | Less derp, can't iterate past the end of the list | Liam P. White | 2016-01-17 | 1 | -2/+2 | |
| | | | | (bzr r14602) | |||||
| * | Follow-up commit to 14529. | Liam P. White | 2016-01-17 | 1 | -33/+40 | |
| | | | | | | | From std::list documentation: list::insert - The container is extended by inserting new elements before the element at the specified position. (bzr r14601) | |||||
| * | cppification and performance | Marc Jeanmougin | 2015-12-13 | 1 | -129/+66 | |
| | | | | (bzr r14529) | |||||
| * | Make the behavior of the snap indicator fully transparent, such that all ↵ | Diederik van Lierop | 2015-06-12 | 1 | -22/+8 | |
| | | | | | | | | | events are sent to the items or canvas as intended Fixed bugs: - https://launchpad.net/bugs/1420301 (bzr r14201) | |||||
| * | Update to experimental r13531 | Liam P. White | 2014-08-31 | 1 | -98/+14 | |
| |\ | | | | | (bzr r13090.1.106) | |||||
| | * | sp-canvas: GObject boilerplate reduction | Alex Valavanis | 2014-08-26 | 1 | -98/+14 | |
| | | | | | | | (bzr r13341.1.180) | |||||
| | * | Turn on double-buffering of the canvas | Liam P. White | 2014-08-23 | 1 | -1/+1 | |
| |/ | | | (bzr r13341.1.166) | |||||
| * | workaround build failure on Ubuntu 14.04 with dbus ext and clang | Alex Valavanis | 2014-04-16 | 1 | -0/+2 | |
| | | | | (bzr r13290) | |||||
| * | Provide a toggle in the document properties to optionally turn off | Krzysztof Kosi??ski | 2014-03-13 | 1 | -1/+0 | |
| | | | | | | | | | | antialiasing for display and export. Fixes a nearly 10 year old bug #170356 Fixed bugs: - https://launchpad.net/bugs/170356 (bzr r13144) | |||||
| * | Copy event with gdk_event_copy instead of assigning to structure by value. | Krzysztof Kosi??ski | 2014-02-28 | 1 | -8/+9 | |
| | | | | | | | | | | Fixes problems on GTK+/Quartz 2.24.19. For more information, see LP #1198597 and https://bugzilla.gnome.org/show_bug.cgi?id=694273#c33 Fixed bugs: - https://launchpad.net/bugs/1198597 (bzr r13072) | |||||
| * | Move extended input events stuff from desktop-widget.cpp to sp-canvas.cpp, | Krzysztof Kosi??ski | 2014-02-27 | 1 | -1/+6 | |
| | | | | | | where it belongs (bzr r13062) | |||||
| * | Make sure we're not interfering with right or middle click with undo ↵ | Martin Owens | 2014-01-23 | 1 | -1/+1 | |
| | | | | | | prevention bug #168695 (bzr r12974) | |||||
| * | Move dragging undo block from tools-base to canvas. Regarding bug #168695 | Martin Owens | 2014-01-21 | 1 | -0/+5 | |
| | | | | (bzr r12967) | |||||
| * | Replace deprecated thread protection macros | Alex Valavanis | 2013-10-15 | 1 | -5/+1 | |
| | | | | (bzr r12690) | |||||
| * | Fixed logic error confusing bitwise and with logical and. | Jon A. Cruz | 2013-04-29 | 1 | -2/+2 | |
| | | | | | | Whitespace cleanup to make the issue easier to spot. (bzr r12311) | |||||
| * | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 1 | -1/+1 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | |||||
| * | More GObject boilerplate reduction | Alex Valavanis | 2013-01-26 | 1 | -91/+42 | |
| | | | | (bzr r12065) | |||||
| * | Speed up canvas item drawing for GTK+ 3 | Alex Valavanis | 2012-12-30 | 1 | -27/+20 | |
| | | | | (bzr r11999) | |||||
| * | Implement GTK+ 3 drawing for zoom correction ruler in preferences dialog | Alex Valavanis | 2012-12-28 | 1 | -15/+3 | |
| | | | | (bzr r11995) | |||||
| * | cppcheck: get rid of more C-style pointer casts | Alex Valavanis | 2012-10-27 | 1 | -5/+5 | |
| | | | | (bzr r11840) | |||||
| * | Fix canvas scroll events in GTK+ 3 | Alex Valavanis | 2012-07-23 | 1 | -1/+5 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1016892 (bzr r11566) | |||||
| * | Migrate some widgets to GtkStyleContext | Alex Valavanis | 2012-06-24 | 1 | -5/+17 | |
| | | | | (bzr r11513) | |||||
| * | Migrate to new device pointer API for GTK+ 3 | Alex Valavanis | 2012-06-23 | 1 | -0/+48 | |
| | | | | (bzr r11511) | |||||
| * | Warning cleanup. | Jon A. Cruz | 2012-06-13 | 1 | -3/+3 | |
| | | | | (bzr r11496) | |||||
| * | Add missing Cairo header | Alex Valavanis | 2012-06-10 | 1 | -3/+1 | |
| | | | | (bzr r11485) | |||||
| * | Gtk+ 3 drawing in sp-canvas | Alex Valavanis | 2012-06-09 | 1 | -1/+25 | |
| | | | | (bzr r11482) | |||||
| * | Don't use GtkColormap in Gtk+ 3 | Alex Valavanis | 2012-06-09 | 1 | -2/+11 | |
| | | | | (bzr r11480) | |||||
| * | Use Cairo::Region in sp-canvas | Alex Valavanis | 2012-06-09 | 1 | -11/+13 | |
| | | | | (bzr r11477) | |||||
| * | Fix remaining size_request issues for Gtk+ build | Alex Valavanis | 2012-06-09 | 1 | -0/+30 | |
| | | | | (bzr r11475) | |||||
| * | Stop deriving SPCanvasItem from GtkObject | Alex Valavanis | 2012-06-09 | 1 | -64/+138 | |
| | | | | (bzr r11469.1.1) | |||||
| * | Extended control resizing to node editing. Fixes half of bug #172059. | Jon A. Cruz | 2012-05-21 | 1 | -0/+1 | |
| | | | | | | Additional prep for centralizing color setting. (bzr r11390) | |||||
| * | Fix drawing of eek-preview in GTK+3 | Alex Valavanis | 2012-05-08 | 1 | -4/+23 | |
| | | | | (bzr r11348) | |||||
| * | Adding base configurable sizing of controls/handles. | Jon A. Cruz | 2012-05-03 | 1 | -17/+16 | |
| | | | | (bzr r11316) | |||||
