summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Convert to boolean truth/falsehood.Shlomi Fish2016-09-031-5/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove == true.Shlomi Fish2016-09-031-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove == true.Shlomi Fish2016-09-031-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactoring: #if 0, == true, and const.Shlomi Fish2016-09-021-2/+5
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove extraneous checks for truth/false.Shlomi Fish2016-09-021-4/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove a superflous == TRUE.Shlomi Fish2016-09-021-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inline two "style" variables.Shlomi Fish2016-09-021-4/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove a pointless == for boolShlomi Fish2016-09-021-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed some duplicate code.Shlomi Fish2016-09-021-25/+10
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fixes to stroke to path pointed by CRJabier Arraiza Cenoz2016-09-021-11/+18
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make GTK3 width of Text and Font dialog more reasonable.Tavmjong Bah2016-09-011-3/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Comment out line-height setting code in Text and Font dialog as it does not y...Tavmjong Bah2016-09-011-3/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix font style handling for non-system fonts.Tavmjong Bah2016-09-012-4/+16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop unused cxxtest fork in favour of GoogletestAlex Valavanis2016-08-3017-2595/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use HarfBuzz instead of deprecated Pango OTAlex Valavanis2016-08-301-67/+58
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug #1447971] User palettes not available if all shared system palettes are ...Nicolas Dufour2016-08-301-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add phantom bpath to helperJabier Arraiza Cenoz2016-08-291-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Decrease contrast of phantom bpathJabier Arraiza Cenoz2016-08-291-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partial fix for bug 172063 while we find a better solution for XOR in helper ...Jabier Arraiza Cenoz2016-08-2911-54/+56
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a bug in pattern along path at first edit node after applied. Backport it...Jabier Arraiza Cenoz2016-08-295-13/+34
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some comment typosJabier Arraiza Cenoz2016-08-291-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add comment and fix in helper pathsJabier Arraiza Cenoz2016-08-292-1/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes to helper paths. evaluate backport to 0.92.xJabier Arraiza Cenoz2016-08-294-6/+29
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't write out sodipodi:line-spacing. Don't read if 'line-height' already set.Tavmjong Bah2016-08-292-23/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code design. Replacing tabs with spaces, and fixng parentheses warning.Nicolas Dufour2016-08-291-4/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug #1425542] Filter applied on group does not auto redraw when edited.alvinhochun2016-08-291-0/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inkview: Make ctrlwin privateAlex Valavanis2016-08-251-20/+26
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inkview: C++ifyAlex Valavanis2016-08-251-49/+54
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inkview: Remove support for obsolete SVG JAR archivesAlex Valavanis2016-08-254-775/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug #1616730] Bump trunk version to 0.92+devel.Nicolas Dufour2016-08-254-20/+20
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inkview: C++ifyAlex Valavanis2016-08-231-64/+81
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Inkview: Use GOptionContextAlex Valavanis2016-08-231-54/+60
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix compilation errorEduard Braun2016-08-181-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use M_PI, M_PI_2. We use these constants everywhere so if they are not define...Tavmjong Bah2016-08-175-19/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add std::nothrow so tests of memory allocation work as expected.Tavmjong Bah2016-08-172-5/+5
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Shift+drag to arc start and end knots, holding shift will now move both k...Martin Owens2016-08-161-10/+25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjust label for resize in page sizer tabMartin Owens2016-08-161-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/Tavmjong Bah2016-08-1510-16/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug reported in http://www.viva64.com/en/b/0419/Tavmjong Bah2016-08-151-5/+6
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inkview: Convert to ApplicationWindowAlex Valavanis2016-08-141-49/+45
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inkview: C++ifyAlex Valavanis2016-08-131-158/+115
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CloneTiler: Replace all remaining g_signal usageAlex Valavanis2016-08-122-261/+251
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add snappy packagingTed Gould2016-08-121-21/+26
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge trunkTed Gould2016-08-12639-27352/+4969
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CloneTiler: Further C++ificationAlex Valavanis2016-08-112-10/+10
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CloneTiler: Further C++ificationAlex Valavanis2016-08-112-106/+88
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CloneTiler: Further C++ificationAlex Valavanis2016-08-102-284/+292
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CloneTiler: C++ifyAlex Valavanis2016-08-102-78/+56
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix build with Gtk+ 3.20Alex Valavanis2016-08-103-5/+39
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use Gdk::Seat instead of Gdk::DeviceManagerAlex Henrie2016-08-083-5/+39