summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reduce header bloatAlex Valavanis2014-08-301-2/+5
| | | (bzr r13341.1.184)
* Fix modelinesAlex Valavanis2014-08-3031-76/+76
| | | (bzr r13341.1.183)
* Standardise InkscapeApplication GObject implementation (namespace not ↵Alex Valavanis2014-08-264-13/+13
| | | | | supported properly) (bzr r13341.1.179)
* Migrate more widgets to Gtk::GridAlex Valavanis2014-08-232-3/+33
| | | (bzr r13341.1.169)
* Update to trunk r13525Liam P. White2014-08-171-4/+14
|\ | | | | (bzr r13341.1.142)
| * Fix buildLiam P. White2014-08-131-0/+2
| | | | | | (bzr r13510)
| * Printing. Fix for Bug #264831 (Print settings not persistent).Nicolas Dufour2014-08-131-4/+12
| | | | | | | | | | | | | | | | | | Printing. Fix for Bug #508529 (Printing rastered image offsets the page). Fixed bugs: - https://launchpad.net/bugs/264831 - https://launchpad.net/bugs/508529 (bzr r13509)
* | Add meshes to selected style widgetLiam P. White2014-08-102-0/+32
| | | | | | (bzr r13341.1.129)
* | Merge from trunk 13472Liam P. White2014-07-271-1/+1
|\| | | | | (bzr r13341.1.102)
| * Fixed some logic errors; clang warnings.Markus Engel2014-07-221-1/+1
| | | | | | (bzr r13460)
| * Enable rendering of new filter blend modes (but don't add them to GUI).Tavmjong Bah2014-06-291-8/+5
| | | | | | (bzr r13443)
* | Update togglebutton parameter to handle if you want:Jabier Arraiza Cenoz2014-07-131-1/+1
| | | | | | | | | | Active text, Active icon, Inactive text, Inactive Icon (bzr r13341.1.88)
* | Enable rendering of new filter blend modes (but don't add them to GUI).Tavmjong Bah2014-06-291-8/+5
| | | | | | (bzr r13341.1.70)
* | fix windows build (gtk3) partly. broken because of windows.h poluting ↵Johan B. C. Engelen2014-06-251-4/+4
| | | | | | | | | | namespace with "interface" struct name. (bzr r13341.1.68)
* | Add Simplify LPEJabier Arraiza Cenoz2014-05-132-0/+78
|/ | | (bzr r13341.1.13)
* Clean up of style code: Patch from suv: SPStyle: struct -> classTavmjong Bah2014-04-262-2/+2
| | | (bzr r13309)
* imageicon: clean up unnecessary file existance check introduced in rev ↵Johan B. C. Engelen2014-03-301-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 Engel2014-03-304-30/+30
| | | (bzr r13236)
* Commit a merge to trunk, with probabal errorsMartin Owens2014-03-2782-2189/+5356
|\ | | | | (bzr r11073.1.36)
| * Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski2014-03-132-3/+11
| | | | | | | | | | on the root element. (bzr r13146)
| * Remove unused includes to tidy up the code.Martin Owens2014-03-092-2/+0
| | | | | | (bzr r13132)
| * Fix for Bug #1281859 (color gesture problems, alpha values below 0 and above 1).Nicolas Dufour2014-02-281-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. Engelen2014-02-241-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 Penner2014-02-241-2/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1240308 (bzr r13052)
| * small code clarification, doesn't change anything, but makes intent more clearJohan B. C. Engelen2014-01-081-1/+1
| | | | | | (bzr r12895)
| * gimpspinscale (upstream gtk3-port#28c62): Convert to GtkStyleContextAlex Valavanis2014-01-031-35/+49
| | | | | | (bzr r12877)
| * gimpspinscale (upstream #6940c): Add get/set_labelAlex Valavanis2014-01-032-36/+68
| | | | | | (bzr r12876)
| * gimpspinscale (upstream #fb623): Reorder functionsAlex Valavanis2014-01-031-23/+23
| | | | | | (bzr r12875)
| * gimpspinscale (upstream #ce8ae): Fix text rendering on dark bgAlex Valavanis2014-01-031-56/+141
| | | | | | (bzr r12874)
| * gimpspinscale (upstream #85a09): Fix drag issueAlex Valavanis2014-01-031-2/+10
| | | | | | (bzr r12873)
| * Moved and renamed some tool-related files.Markus Engel2013-11-093-3/+3
| | | | | | (bzr r12785)
| * First step of moving tools into appropriate namespaces.Markus Engel2013-11-072-2/+2
| | | | | | (bzr r12782)
| * remove unused private membersJohan B. C. Engelen2013-11-052-6/+1
| | | | | | (bzr r12779)
| * Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-1214-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 performanceKrzysztof Kosi??ski2013-10-053-10/+8
| | | | | | (bzr r12661)
| * cppcheck: performanceKris De Gussem2013-09-261-1/+1
| | | | | | (bzr r12598)
| * fix crash on uninitialized unittracker for spinbuttons. fixes crash on ↵Johan B. C. Engelen2013-09-232-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 Petroff2013-09-231-0/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1228852 (bzr r12577)
| * Merge from trunk.Matthew Petroff2013-09-202-11/+11
| |\ | | | | | | (bzr r12475.1.29)
| | * Merged from trunk (r12517).Markus Engel2013-09-141-8/+3
| | |\ | | | | | | | | (bzr r11608.1.121)
| | * \ Merged from trunk (r12488).Markus Engel2013-08-3015-136/+476
| | |\ \ | | | | | | | | | | (bzr r11608.1.120)
| | * \ \ Merged from trunk (r12465).Markus Engel2013-08-041-0/+1
| | |\ \ \ | | | | | | | | | | | | (bzr r11608.1.119)
| | * | | | Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel2013-07-311-7/+7
| | | | | | | | | | | | | | | | | | (bzr r11608.1.110)
| | * | | | Merged from trunk (r12419).Markus Engel2013-07-1430-12/+197
| | |\ \ \ \ | | | | | | | | | | | | | | (bzr r11608.1.107)
| | * | | | | Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2013-04-052-4/+4
| | | | | | | | | | | | | | | | | | | | | (bzr r11608.1.82)
| * | | | | | C++ify expression evaluator.Matthew Petroff2013-09-161-3/+5
| | | | | | | | | | | | | | | | | | | | | (bzr r12475.1.23)
| * | | | | | Enable unit evaluation in toolbars.Matthew Petroff2013-09-152-2/+13
| | | | | | | | | | | | | | | | | | | | | (bzr r12475.1.22)
| * | | | | | Merge from trunk.Matthew Petroff2013-09-151-8/+3
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | (bzr r12475.1.20)
| | * | | | | Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-131-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 Petroff2013-08-281-5/+5
| | | | | | | | | | | | | | | | | | (bzr r12475.1.8)