summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SPColorSlider c++-sification: remove unnecessary reference to Gtk::AdjustmentTomasz Boczkowski2014-05-241-3/+0
| | | (bzr r13341.6.15)
* SPColorSlider c++-sification: remove gobject based codeTomasz Boczkowski2014-05-242-718/+0
| | | (bzr r13341.6.14)
* SPColorSlider c++-sification: use in sp-color-icc-selectorTomasz Boczkowski2014-05-241-37/+35
| | | (bzr r13341.6.13)
* SPColorSlider c++-sification: use in sp-color-scalesTomasz Boczkowski2014-05-242-106/+94
| | | (bzr r13341.6.12)
* SPColorSlider c++-sification: fixed crash at exitTomasz Boczkowski2014-05-241-1/+1
| | | (bzr r13341.6.11)
* SPColorSlider c++-sification: fixed size requestTomasz Boczkowski2014-05-242-1/+13
| | | (bzr r13341.6.10)
* SPColorSlider c++-sification: compilation with GTK3Tomasz Boczkowski2014-05-242-32/+100
| | | (bzr r13341.6.9)
* SPColorSlider c++-sification: fixed failed Gtk assertionTomasz Boczkowski2014-05-241-1/+3
| | | (bzr r13341.6.8)
* SPColorSlider c++-sification: fixed drawing borderTomasz Boczkowski2014-05-241-8/+10
| | | (bzr r13341.6.7)
* SPColorSlider c++-sification: ported mouse eventsTomasz Boczkowski2014-05-241-3/+50
| | | (bzr r13341.6.6)
* SPColorSlider c++-sification: ported drawingTomasz Boczkowski2014-05-232-7/+78
| | | (bzr r13341.6.5)
* ported draw methodTomasz Boczkowski2014-05-231-6/+167
| | | (bzr r13341.6.4)
* SPColorWheelSelector uses refactored ColorSlider classTomasz Boczkowski2014-05-232-57/+56
| | | (bzr r13341.6.3)
* moved widgets/sp-color-slider to ui/widget/color-sliderTomasz Boczkowski2014-05-2311-18/+27
| | | (bzr r13341.6.2)
* SPColorSlider c++-sification: added ColorSlider classTomasz Boczkowski2014-05-216-13/+294
| | | (bzr r13341.6.1)
* fix compliance test pservers-pattern-04-f - inheriting pattern viewBoxTomasz Boczkowski2014-05-171-2/+3
| | | (bzr r13341.1.36)
* Fix GTK+ 3 buildLiam P. White2014-05-161-0/+13
| | | (bzr r13341.1.35)
* fix compliance test pservers-pattern-03-f - using fallback when pattern is emptyTomasz Boczkowski2014-05-165-2/+34
| | | (bzr r13341.1.34)
* don't rely on operator precedence (rev. 13372)Johan B. C. Engelen2014-05-161-2/+2
| | | (bzr r13341.1.32)
* Fix crash in preview widget for files containing objectBoundingBox related ↵Tomasz Boczkowski2014-05-161-2/+2
| | | | | patterns (bzr r13341.1.31)
* fix C++11 compilationJohan B. C. Engelen2014-05-152-2/+4
| | | (bzr r13341.1.30)
* fix compile warningJohan B. C. Engelen2014-05-151-1/+1
| | | (bzr r13341.1.29)
* make windows filedialog's code more portable for different mingw versions ↵Johan B. C. Engelen2014-05-152-11/+7
| | | | | (failed on 64bit) (bzr r13341.1.26)
* Fix Pango markup in Text and Font dialog.Tavmjong Bah2014-05-151-4/+4
| | | (bzr r13341.1.25)
* Style rewrite: Unquote strings from libcroco. Fixes 1303422.Tavmjong Bah2014-05-151-2/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1303422 (bzr r13341.1.23)
* fix windows 64bit build. (changes already committed to trunk)Johan B. C. Engelen2014-05-136-5/+7
| | | (bzr r13341.1.19)
* add 64-bit resource manifests for Windows x64 buildsJohan B. C. Engelen2014-05-134-0/+79
| | | (bzr r13341.1.17)
* adding missing files from LPE simplifyJabier Arraiza Cenoz2014-05-134-0/+494
| | | (bzr r13341.1.16)
* Style rewrite: Prevent CSS2 'text-decoration' from overwriting CSS3 ↵Tavmjong Bah2014-05-132-19/+46
| | | | | | | 'text-decoration-xxx'. Suppress unused variable warnings. (bzr r13341.1.15)
* Added Latice2 deformation LPEJabier Arraiza Cenoz2014-05-139-1/+882
| | | (bzr r13341.1.14)
* Add Simplify LPEJabier Arraiza Cenoz2014-05-139-6/+145
| | | (bzr r13341.1.13)
* Fixed a bug in bspline with snaps and 1 sice segments. Pointed by LiamWJabier Arraiza Cenoz2014-05-133-7/+39
| | | (bzr r13341.1.12)
* Patch from Jabierxto to fix a bug I reported off-tracker.Josh Andler2014-05-121-2/+2
| | | (bzr r13341.3.1)
* small logic improvementJohan B. C. Engelen2014-05-121-3/+1
| | | (bzr r13341.1.8)
* CSS2 and CSS3 text decoration rendering, most code from David Mathog.Tavmjong Bah2014-05-114-199/+429
| | | (bzr r13341.1.7)
* Add closePath().Tavmjong Bah2014-05-111-0/+1
| | | (bzr r13341.1.6)
* Tentative fix for LPEs and undoLiam P. White2014-05-102-2/+21
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1299948 (bzr r13341.1.5)
* Style rewrite: 'text-decoration' requires access to style of ancestor ↵Tavmjong Bah2014-05-102-8/+24
| | | | | element which set property. (bzr r13341.1.4)
* Style rewrite: Correct 'text-decoration' CSS2 vs. CSS3 behavior.Tavmjong Bah2014-05-091-0/+10
| | | (bzr r13341.1.3)
* Update to tip.Tavmjong Bah2014-05-0924-83/+2234
|\ | | | | (bzr r13341.1.2)
| * Merging Jabier's spirolive+bspline branchVinícius dos Santos Oliveira2014-05-0824-83/+2234
| |\ | | | | | | (bzr r13341.2.1)
| | * adding const _pathmanipulatos staff to handles (handles also have tips)Jabier Arraiza Cenoz2014-05-051-0/+4
| | | | | | | | | (bzr r11950.1.341)
| | * update to trunkJabier Arraiza Cenoz2014-05-0528-293/+542
| | |\ | | | | | | | | (bzr r11950.1.340)
| | * \ adding Vinícius work whith node tipsJabier Arraiza Cenoz2014-05-057-15/+36
| | |\ \ | | | | | | | | | | (bzr r11950.1.339)
| | | * | Enabling path manipulator to comunicate if paths are bspline whenVinícius dos Santos Oliveira2014-05-057-12/+35
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | accessing const objects. This change was required to correctly show on the GUI whether or not a node was a bspline. (bzr r11950.8.1)
| | * | update to trunkJabier Arraiza Cenoz2014-04-278-209/+233
| | |\ \ | | | | | | | | | | (bzr r11950.1.338)
| | * \ \ update to trunkJabier Arraiza Cenoz2014-04-272-202/+217
| | |\ \ \ | | | | | | | | | | | | (bzr r11950.1.337)
| | * \ \ \ update to trunkJabier Arraiza Cenoz2014-04-2648-4585/+4994
| | |\ \ \ \ | | | | | | | | | | | | | | (bzr r11950.1.336)
| | * | | | | Redesign of the BSpline LPE widgetsJabier Arraiza Cenoz2014-04-222-19/+42
| | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.335)
| | * | | | | align two buttons in LPE widgetJabier Arraiza Cenoz2014-04-221-6/+4
| | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.334)