summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (unfollow)
Commit message (Expand)AuthorFilesLines
2014-06-29Enable rendering of new filter blend modes (but don't add them to GUI).Tavmjong Bah1-8/+5
2014-06-25fix windows build (gtk3) partly. broken because of windows.h poluting namespa...Johan B. C. Engelen1-4/+4
2014-05-13Add Simplify LPEJabier Arraiza Cenoz2-0/+78
2014-04-26Clean up of style code: Patch from suv: SPStyle: struct -> classTavmjong Bah2-2/+2
2014-03-30imageicon: clean up unnecessary file existance check introduced in rev 12263....Johan B. C. Engelen1-34/+21
2014-03-30Added "Gtk::" scope to "manage" function calls.Markus Engel4-30/+30
2014-03-13Reimplement global aliasing toggle as a 'shape-rendering' propertyKrzysztof Kosi??ski2-3/+11
2014-03-09Remove unused includes to tidy up the code.Martin Owens2-2/+0
2014-02-28Fix for Bug #1281859 (color gesture problems, alpha values below 0 and above 1).Nicolas Dufour1-0/+5
2014-02-24inspired by r13052, fix up the code to hopefully work when someone has differ...Johan B. C. Engelen1-14/+18
2014-02-24fix typos in page-sizer (Bug 1240308)Alvin Penner1-2/+2
2014-01-08small code clarification, doesn't change anything, but makes intent more clearJohan B. C. Engelen1-1/+1
2014-01-03gimpspinscale (upstream gtk3-port#28c62): Convert to GtkStyleContextAlex Valavanis1-35/+49
2014-01-03gimpspinscale (upstream #6940c): Add get/set_labelAlex Valavanis2-36/+68
2014-01-03gimpspinscale (upstream #fb623): Reorder functionsAlex Valavanis1-23/+23
2014-01-03gimpspinscale (upstream #ce8ae): Fix text rendering on dark bgAlex Valavanis1-56/+141
2014-01-03gimpspinscale (upstream #85a09): Fix drag issueAlex Valavanis1-2/+10
2013-11-09Moved and renamed some tool-related files.Markus Engel3-3/+3
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel2-2/+2
2013-11-05remove unused private membersJohan B. C. Engelen2-6/+1
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen14-58/+59
2013-10-05Rewrite the internals of the unit code for somewhat better performanceKrzysztof Kosi??ski3-10/+8
2013-09-26cppcheck: performanceKris De Gussem1-1/+1
2013-09-23fix crash on uninitialized unittracker for spinbuttons. fixes crash on changi...Johan B. C. Engelen2-7/+9
2013-09-23Fix percentage document size handling.Matthew Petroff1-0/+2
2013-09-16C++ify expression evaluator.Matthew Petroff1-3/+5
2013-09-15Enable unit evaluation in toolbars.Matthew Petroff2-2/+13
2013-09-13Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski1-8/+3
2013-08-28Use Quantity comparisons in PageSizer.Matthew Petroff1-5/+5
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-2/+3
2013-08-25Use real world units for page sizes.Matthew Petroff2-34/+43
2013-08-06Fixed bug in page sizer.Matthew Petroff1-69/+69
2013-08-04Switched to global UnitTable.Matthew Petroff8-24/+23
2013-08-03fix initializationJohan B. C. Engelen1-0/+1
2013-08-01Fix UnitTracker percentage bug.Matthew Petroff1-1/+1
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-3/+3
2013-07-31Added percent support back to select toolbar.Matthew Petroff2-1/+9
2013-07-31Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel1-7/+7
2013-07-30Cleanup.Matthew Petroff1-2/+2
2013-07-20Removed last traces of "SPUnit" and removed "helper/unit*".Matthew Petroff1-1/+0
2013-07-19Ported "ui/widget/style-swatch.*".Matthew Petroff2-5/+9
2013-07-19Ported "ui/widget/selected-style.*".Matthew Petroff2-17/+23
2013-07-18Switch unit functions from using pointer arguements to reference arguements.Matthew Petroff2-15/+9
2013-07-17Removed "helper/unit.*" dependency from "ui/widget/registered-widget.*".Matthew Petroff2-4/+3
2013-07-17Temporary fixes/kludges.Matthew Petroff1-0/+1
2013-07-17Fixed conversion factors and missed unit include removal.Matthew Petroff1-1/+1
2013-07-17Added new UnitTracker class.Matthew Petroff3-1/+333
2013-07-09Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff2-3/+3
2013-07-06Switch setWidth and setHeight to use Quantity and switch to forward declarati...Matthew Petroff1-2/+2
2013-07-06Fix build failure with GDL >= 3.6Alex Valavanis2-9/+21