| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Enable rendering of new filter blend modes (but don't add them to GUI). | Tavmjong Bah | 2014-06-29 | 1 | -8/+5 |
| | | | | (bzr r13341.1.70) | ||||
| * | fix windows build (gtk3) partly. broken because of windows.h poluting ↵ | Johan B. C. Engelen | 2014-06-25 | 1 | -4/+4 |
| | | | | | | namespace with "interface" struct name. (bzr r13341.1.68) | ||||
| * | Add Simplify LPE | Jabier Arraiza Cenoz | 2014-05-13 | 2 | -0/+78 |
| | | | | (bzr r13341.1.13) | ||||
| * | Clean up of style code: Patch from suv: SPStyle: struct -> class | Tavmjong Bah | 2014-04-26 | 2 | -2/+2 |
| | | | | (bzr r13309) | ||||
| * | imageicon: clean up unnecessary file existance check introduced in rev ↵ | Johan B. C. Engelen | 2014-03-30 | 1 | -34/+21 |
| | | | | | | | | 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 | 4 | -30/+30 |
| | | | | (bzr r13236) | ||||
| * | Commit a merge to trunk, with probabal errors | Martin Owens | 2014-03-27 | 82 | -2189/+5356 |
| |\ | | | | | (bzr r11073.1.36) | ||||
| | * | Reimplement global aliasing toggle as a 'shape-rendering' property | Krzysztof Kosi??ski | 2014-03-13 | 2 | -3/+11 |
| | | | | | | | | | | | on the root element. (bzr r13146) | ||||
| | * | Remove unused includes to tidy up the code. | Martin Owens | 2014-03-09 | 2 | -2/+0 |
| | | | | | | | (bzr r13132) | ||||
| | * | Fix for Bug #1281859 (color gesture problems, alpha values below 0 and above 1). | Nicolas Dufour | 2014-02-28 | 1 | -0/+5 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1281859 (bzr r13074) | ||||
| | * | inspired by r13052, fix up the code to hopefully work when someone has ↵ | Johan B. C. Engelen | 2014-02-24 | 1 | -14/+18 |
| | | | | | | | | | | | | | | | | | different units for height and width of the page. Fixed bugs: - https://launchpad.net/bugs/1240308 (bzr r13053) | ||||
| | * | fix typos in page-sizer (Bug 1240308) | Alvin Penner | 2014-02-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1240308 (bzr r13052) | ||||
| | * | small code clarification, doesn't change anything, but makes intent more clear | Johan B. C. Engelen | 2014-01-08 | 1 | -1/+1 |
| | | | | | | | (bzr r12895) | ||||
| | * | gimpspinscale (upstream gtk3-port#28c62): Convert to GtkStyleContext | Alex Valavanis | 2014-01-03 | 1 | -35/+49 |
| | | | | | | | (bzr r12877) | ||||
| | * | gimpspinscale (upstream #6940c): Add get/set_label | Alex Valavanis | 2014-01-03 | 2 | -36/+68 |
| | | | | | | | (bzr r12876) | ||||
| | * | gimpspinscale (upstream #fb623): Reorder functions | Alex Valavanis | 2014-01-03 | 1 | -23/+23 |
| | | | | | | | (bzr r12875) | ||||
| | * | gimpspinscale (upstream #ce8ae): Fix text rendering on dark bg | Alex Valavanis | 2014-01-03 | 1 | -56/+141 |
| | | | | | | | (bzr r12874) | ||||
| | * | gimpspinscale (upstream #85a09): Fix drag issue | Alex Valavanis | 2014-01-03 | 1 | -2/+10 |
| | | | | | | | (bzr r12873) | ||||
| | * | Moved and renamed some tool-related files. | Markus Engel | 2013-11-09 | 3 | -3/+3 |
| | | | | | | | (bzr r12785) | ||||
| | * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 2 | -2/+2 |
| | | | | | | | (bzr r12782) | ||||
| | * | remove unused private members | Johan B. C. Engelen | 2013-11-05 | 2 | -6/+1 |
| | | | | | | | (bzr r12779) | ||||
| | * | Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵ | Johan B. C. Engelen | 2013-10-12 | 14 | -58/+59 |
| | | | | | | | | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679) | ||||
| | * | Rewrite the internals of the unit code for somewhat better performance | Krzysztof Kosi??ski | 2013-10-05 | 3 | -10/+8 |
| | | | | | | | (bzr r12661) | ||||
| | * | cppcheck: performance | Kris De Gussem | 2013-09-26 | 1 | -1/+1 |
| | | | | | | | (bzr r12598) | ||||
| | * | fix crash on uninitialized unittracker for spinbuttons. fixes crash on ↵ | Johan B. C. Engelen | 2013-09-23 | 2 | -7/+9 |
| | | | | | | | | | | | | | | | | | changing major grid line number, possibly other random crashes Fixed bugs: - https://launchpad.net/bugs/1229183 (bzr r12581) | ||||
| | * | Fix percentage document size handling. | Matthew Petroff | 2013-09-23 | 1 | -0/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1228852 (bzr r12577) | ||||
| | * | Merge from trunk. | Matthew Petroff | 2013-09-20 | 2 | -11/+11 |
| | |\ | | | | | | | (bzr r12475.1.29) | ||||
| | | * | Merged from trunk (r12517). | Markus Engel | 2013-09-14 | 1 | -8/+3 |
| | | |\ | | | | | | | | | (bzr r11608.1.121) | ||||
| | | * \ | Merged from trunk (r12488). | Markus Engel | 2013-08-30 | 15 | -136/+476 |
| | | |\ \ | | | | | | | | | | | (bzr r11608.1.120) | ||||
| | | * \ \ | Merged from trunk (r12465). | Markus Engel | 2013-08-04 | 1 | -0/+1 |
| | | |\ \ \ | | | | | | | | | | | | | (bzr r11608.1.119) | ||||
| | | * | | | | Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes. | Markus Engel | 2013-07-31 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | (bzr r11608.1.110) | ||||
| | | * | | | | Merged from trunk (r12419). | Markus Engel | 2013-07-14 | 30 | -12/+197 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | (bzr r11608.1.107) | ||||
| | | * | | | | | Merged PaintServer and subclasses; moved Gradient classes to own files. | Markus Engel | 2013-04-05 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.82) | ||||
| | * | | | | | | C++ify expression evaluator. | Matthew Petroff | 2013-09-16 | 1 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | | (bzr r12475.1.23) | ||||
| | * | | | | | | Enable unit evaluation in toolbars. | Matthew Petroff | 2013-09-15 | 2 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | | | | (bzr r12475.1.22) | ||||
| | * | | | | | | Merge from trunk. | Matthew Petroff | 2013-09-15 | 1 | -8/+3 |
| | |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | (bzr r12475.1.20) | ||||
| | | * | | | | | Improve the functions which create GdkPixbuf from Cairo surface | Krzysztof Kosi??ski | 2013-09-13 | 1 | -8/+3 |
| | | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512) | ||||
| | * | | | | | Use Quantity comparisons in PageSizer. | Matthew Petroff | 2013-08-28 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | (bzr r12475.1.8) | ||||
| | * | | | | | Added viewBox implement document unit support. | Matthew Petroff | 2013-08-27 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | (bzr r12475.1.2) | ||||
| | * | | | | | Use real world units for page sizes. | Matthew Petroff | 2013-08-25 | 2 | -34/+43 |
| | |/ / / / | | | | | | | | | | | (bzr r12475.1.1) | ||||
| | * | | | | Merge Google Summer of Code unit refactor. | Matthew Petroff | 2013-08-06 | 15 | -136/+476 |
| | |\ \ \ \ | | |_|_|/ | |/| | | | (bzr r12471) | ||||
| | | * | | | Fixed bug in page sizer. | Matthew Petroff | 2013-08-06 | 1 | -69/+69 |
| | | | | | | | | | | | | | | | | (bzr r12380.1.63) | ||||
| | | * | | | Switched to global UnitTable. | Matthew Petroff | 2013-08-04 | 8 | -24/+23 |
| | | | | | | | | | | | | | | | | (bzr r12380.1.62) | ||||
| | | * | | | Fix UnitTracker percentage bug. | Matthew Petroff | 2013-08-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | (bzr r12380.1.59) | ||||
| | | * | | | Eliminate "unit-constants.h". | Matthew Petroff | 2013-07-31 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | (bzr r12380.1.54) | ||||
| | | * | | | Added percent support back to select toolbar. | Matthew Petroff | 2013-07-31 | 2 | -1/+9 |
| | | | | | | | | | | | | | | | | (bzr r12380.1.53) | ||||
| | | * | | | Cleanup. | Matthew Petroff | 2013-07-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | (bzr r12380.1.52) | ||||
| | | * | | | Removed last traces of "SPUnit" and removed "helper/unit*". | Matthew Petroff | 2013-07-20 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | (bzr r12380.1.45) | ||||
| | | * | | | Ported "ui/widget/style-swatch.*". | Matthew Petroff | 2013-07-19 | 2 | -5/+9 |
| | | | | | | | | | | | | | | | | (bzr r12380.1.40) | ||||
| | | * | | | Ported "ui/widget/selected-style.*". | Matthew Petroff | 2013-07-19 | 2 | -17/+23 |
| | | | | | | | | | | | | | | | | (bzr r12380.1.39) | ||||
