summaryrefslogtreecommitdiffstats
path: root/src/widgets (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | desktop-widget: GObject boilerplate reductionAlex Valavanis2014-08-242-94/+84
| | * | | | | | Fix deprecated VBox useAlex Valavanis2014-08-232-0/+12
| | * | | | | | gtk_widget_set_margin_left/right deprecation fixAlex Valavanis2014-08-235-0/+58
| | * | | | | | spw-utilities: gtk_widget_modify_font deprecation fixAlex Valavanis2014-08-231-0/+4
| | * | | | | | icon: gtk_widget_get_state deprecation fixAlex Valavanis2014-08-231-0/+4
| | * | | | | | sp-color-selector: Clean up GObject boilerplate & fix deprecationAlex Valavanis2014-08-232-31/+19
| | * | | | | | paint-selector: Clean up GObject boilerplate & fix deprecationAlex Valavanis2014-08-232-31/+23
| | * | | | | | gradient-vector: Clean up GObject boilerplate & fix deprecationAlex Valavanis2014-08-232-33/+17
| | * | | | | | gradient-selector: Clean up GObject boilerplate & fix deprecationAlex Valavanis2014-08-231-32/+12
| | * | | | | | font-selector: Clean up GObject boilerplate & fix deprecationAlex Valavanis2014-08-231-27/+15
| | * | | | | | Fix gtk3 buildLiam P. White2014-08-181-0/+1
| | * | | | | | Fix build (not pretty).Liam P. White2014-08-183-11/+3
| | * | | | | | Code cleanup.Liam P. White2014-08-188-244/+236
| * | | | | | | Update to experimental r13483Liam P. White2014-08-172-8/+13
| |\| | | | | |
| | * | | | | | Update to trunk r13525Liam P. White2014-08-171-3/+4
| | |\| | | | |
| | | * | | | | Similar workaround to r13523 (text&font dialog not appearing quickly)Liam P. White2014-08-171-3/+4
| | | * | | | | Revert unintentional changesLiam P. White2014-08-131-26/+26
| | | * | | | | Fix buildLiam P. White2014-08-131-26/+26
| | * | | | | | Merge in font-speedup branch to improve launch timesLiam P. White2014-08-172-5/+9
| * | | | | | | Update to experimental r13479Liam P. White2014-08-1213-138/+262
| |\| | | | | |
| | * | | | | | OopsLiam P. White2014-08-101-1/+1
| | * | | | | | Add meshes to Fill&Stroke paint selectorLiam P. White2014-08-104-8/+65
| | * | | | | | Nuke connection-pool.hLiam P. White2014-08-102-2/+0
| | * | | | | | Further fixes related to bug #1327267, toolbars don't need to update when the...Liam P. White2014-08-108-98/+152
| | * | | | | | Update to trunk r13504Liam P. White2014-08-091-30/+45
| | |\| | | | | | | | |_|_|/ / | | |/| | | |
| | | * | | | Fix related to bug #1327267 -- don't bother to update gradient toolbar when n...Liam P. White2014-08-091-30/+45
| * | | | | | Update to experimental r13460Liam P. White2014-08-061-20/+25
| |\| | | | |
| | * | | | | Update to trunk r13497Liam P. White2014-08-061-20/+25
| | |\| | | |
| | | * | | | Fix for bug #1327267 (excessive calls to sp_style_read_from_prefs)Liam P. White2014-08-061-20/+25
| * | | | | | Update to experimental r13452Liam P. White2014-07-303-3/+4
| |\| | | | |
| | * | | | | add last applied branch - mode to strokes on pen/pencilJabier Arraiza Cenoz2014-07-301-0/+1
| | * | | | | Merge from trunk 13472Liam P. White2014-07-272-3/+3
| | |\| | | | | | | |_|/ / | | |/| | |
| | | * | | Replaced some abs/fabs with std::abs.Markus Engel2014-07-221-1/+1
| | | * | | Fix a crash where the canvas does not have a valid main elementLiam P. White2014-06-191-0/+3
| * | | | | Update to experimental r13428Liam P. White2014-07-095-0/+9
| |\| | | |
| | * | | | Allow basic editing capabilites if share directory is missingLiam P. White2014-07-075-0/+9
| | | |/ / | | |/| |
| * | | | Update to experimental r13407Liam P. White2014-06-221-0/+3
| |\| | |
| | * | | Fix a crash where the canvas does not have a valid mainLiam P. White2014-06-191-0/+3
| * | | | Update to experimental r13404Liam P. White2014-06-191-1/+1
| |\| | |
| | * | | Update to latest tip (trunk r13432)Liam P. White2014-06-191-1/+1
| | |\| |
| | | * | Spray. Fix for bug #1327577 (Tablet pressure button wrongly located in Spray ...Nicolas Dufour2014-06-111-1/+1
| | | * | Display name of face from font file in Text and Font dialog (as well as CSS/P...Tavmjong Bah2014-06-091-8/+22
| | | * | Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah2014-05-301-0/+1
| | | * | remove unnecessary include, that is causing troubles (it is doing a bad #defi...Johan B. C. Engelen2014-05-121-1/+0
| * | | | Update to experimental r13402Liam P. White2014-06-141-8/+22
| |\| | |
| | * | | Display name of face from font file in Text and Font dialog (as well as CSS/P...Tavmjong Bah2014-06-091-8/+22
| * | | | Update to experimental r13389Liam P. White2014-06-061-0/+1
| |\| | |
| | * | | Unquote names in 'font-family' lists. Partial fix for #1029080Tavmjong Bah2014-05-301-0/+1
| | | |/ | | |/|
| * | | Update to experimental (r13376)Liam P. White2014-05-171-1/+0
| |\| |
| | * | fix windows 64bit build. (changes already committed to trunk)Johan B. C. Engelen2014-05-131-1/+0