| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | whitespace, and add virtual destructor to ModelColumns of LPE stack dialog | Johan B. C. Engelen | 2008-07-20 | 1 | -7/+8 | |
| | | | | (bzr r6374) | |||||
| * | purge LivePathEffect::PathType | Johan B. C. Engelen | 2008-07-20 | 7 | -31/+4 | |
| | | | | (bzr r6373) | |||||
| * | optimize nodepath editing of lpe pathparam's a bit. | Johan B. C. Engelen | 2008-07-20 | 1 | -7/+6 | |
| | | | | (bzr r6372) | |||||
| * | add comments about setting new LPE PathParam path data. refactor things a ↵ | Johan B. C. Engelen | 2008-07-20 | 7 | -32/+59 | |
| | | | | | | bit for easier comprehension and optimization possibility from within nodepath (bzr r6371) | |||||
| * | omit stitch segments from serialized paths | MenTaLguY | 2008-07-20 | 1 | -1/+4 | |
| | | | | (bzr r6370) | |||||
| * | fix stupid crash, make get_item const | bulia byak | 2008-07-20 | 2 | -7/+7 | |
| | | | | (bzr r6369) | |||||
| * | * [INTL: sk] (trunk) Updated Slovak translation | Ivan Mas??r | 2008-07-20 | 1 | -3195/+1954 | |
| | | | | (bzr r6368) | |||||
| * | Warning cleanup | Jon A. Cruz | 2008-07-20 | 8 | -44/+47 | |
| | | | | (bzr r6367) | |||||
| * | Added set_int_pref stub to svg/test-stubs.cpp, unit tests build again on | Jasper van de Gronde | 2008-07-19 | 1 | -1/+13 | |
| | | | | | | Linux. (bzr r6366) | |||||
| * | noop: Refactor massive copy&paste of PdfParser::doShowText, in exchange for ↵ | Peter Moulder | 2008-07-19 | 1 | -140/+13 | |
| | | | | | | using three one-line-each #ifdef/#else blocks instead of one big one covering the whole function. (bzr r6365) | |||||
| * | configure.ac: Add test for POPPLER_NEW_GFXFONT. | Peter Moulder | 2008-07-19 | 1 | -0/+6 | |
| | | | | (bzr r6364) | |||||
| * | Small change to cubic_bbox to skip A LOT of unnecessary computation when the ↵ | Jasper van de Gronde | 2008-07-19 | 1 | -67/+78 | |
| | | | | | | control points fall within the existing bounding box (checked separately for the x and y ranges). (bzr r6363) | |||||
| * | Consistently use (create/destroy)Suite in unit tests. | Jasper van de Gronde | 2008-07-19 | 11 | -2/+57 | |
| | | | | (bzr r6362) | |||||
| * | Exclude the right(!) files when building the library (forgot to remove the ↵ | Jasper van de Gronde | 2008-07-19 | 1 | -9/+9 | |
| | | | | | | obj/ prefix for the test files...) (bzr r6361) | |||||
| * | another place to make mouse cursor switching immediate | bulia byak | 2008-07-19 | 1 | -0/+1 | |
| | | | | (bzr r6360) | |||||
| * | remove usereference vestiges, change the signature of user_unlink (not used yet) | bulia byak | 2008-07-19 | 2 | -9/+2 | |
| | | | | (bzr r6359) | |||||
| * | fix crash when simplifying an lpe path: deleting the list didn't release the ↵ | bulia byak | 2008-07-19 | 1 | -4/+11 | |
| | | | | | | references, and it didn't work in _finalize anyway (bzr r6358) | |||||
| * | a better way to make cursor change immediate; of course this trick is not ↵ | bulia byak | 2008-07-19 | 1 | -7/+2 | |
| | | | | | | documented by gdk, I just found it serendipitously when googling for some other code (bzr r6357) | |||||
| * | rearrange to fix the first keypress event being lost with ↵ | bulia byak | 2008-07-19 | 1 | -4/+4 | |
| | | | | | | options.savewindowgeometry == 2 (bzr r6356) | |||||
| * | Fix for PathString to prevent it from getting into a very, very long copying ↵ | Jasper van de Gronde | 2008-07-18 | 10 | -156/+211 | |
| | | | | | | run and make it use minimumexponent. Plus some extra tests. (bzr r6355) | |||||
| * | make the resolution for create bitmap copy settable in ui | bulia byak | 2008-07-18 | 2 | -0/+5 | |
| | | | | (bzr r6354) | |||||
| * | patch for bug 249665 | bulia byak | 2008-07-18 | 1 | -0/+10 | |
| | | | | (bzr r6353) | |||||
| * | Removed the unused allowshorthands preference. | Jasper van de Gronde | 2008-07-18 | 3 | -7/+1 | |
| | | | | (bzr r6352) | |||||
| * | Add python for cxxtests | Bob Jamison | 2008-07-18 | 1 | -1/+1 | |
| | | | | (bzr r6351) | |||||
| * | added SVF Fonts dialog to the list of translatables | Alexandre Prokoudine | 2008-07-18 | 2 | -7/+8 | |
| | | | | | | marked its messages for translation (bzr r6350) | |||||
| * | eventually updating ru.po, every once in a while :) | Alexandre Prokoudine | 2008-07-18 | 1 | -1828/+2056 | |
| | | | | (bzr r6349) | |||||
| * | removing lots of g_warnings | Felipe Corr??a da Silva Sanches | 2008-07-18 | 5 | -101/+5 | |
| | | | | (bzr r6348) | |||||
| * | * added another spinbox to the svgfonts ui | Felipe Corr??a da Silva Sanches | 2008-07-18 | 2 | -1/+25 | |
| | | | | | | | * this one will set the horiz_adv_x parameter of fonts (i.e. the "set width") * but it is still not working well since I need to find out how to tell cairo that the glyph cache is invalid and that glyphs should be rerendered (bzr r6347) | |||||
| * | add pgup/pgdn in text | bulia byak | 2008-07-18 | 1 | -1/+3 | |
| | | | | (bzr r6346) | |||||
| * | add pgup/pgdn in text, fix auto scrolling | bulia byak | 2008-07-18 | 1 | -21/+61 | |
| | | | | (bzr r6345) | |||||
| * | add parameter for going n lines up/down | bulia byak | 2008-07-18 | 2 | -20/+26 | |
| | | | | (bzr r6344) | |||||
| * | add utility function for average linespacing | bulia byak | 2008-07-18 | 2 | -0/+15 | |
| | | | | (bzr r6343) | |||||
| * | fix artefacts left by text cursor and disappearing cursor on empty canvas | bulia byak | 2008-07-18 | 1 | -4/+6 | |
| | | | | (bzr r6342) | |||||
| * | Khmer translation updated | Khoem Sokhem | 2008-07-18 | 1 | -296/+213 | |
| | | | | (bzr r6341) | |||||
| * | fix initialization order of FilterEffectDialog fields, per bug #249514 | MenTaLguY | 2008-07-17 | 2 | -7/+8 | |
| | | | | (bzr r6340) | |||||
| * | convert all SPCurve's points and matrices arguments and return types to 2Geom | Johan B. C. Engelen | 2008-07-17 | 17 | -166/+100 | |
| | | | | (bzr r6339) | |||||
| * | NR::Point : add cast operator to Geom::Point | Johan B. C. Engelen | 2008-07-17 | 1 | -0/+2 | |
| | | | | (bzr r6338) | |||||
| * | added boolean ops LPE to the list of translatables | Alexandre Prokoudine | 2008-07-17 | 1 | -0/+1 | |
| | | | | (bzr r6337) | |||||
| * | Patch from codedread: add mnemonics for Title and Description fields in ↵ | Stephen Silver | 2008-07-17 | 1 | -2/+6 | |
| | | | | | | Object Properties dialog (fixes bug 246459). (bzr r6336) | |||||
| * | The new CxxTest unit tests now also work on Linux! (Note that test-all | Jasper van de Gronde | 2008-07-17 | 8 | -28/+102 | |
| | | | | | | | has become test-src and no longer includes ALL tests, just the tests in src/.) (bzr r6335) | |||||
| * | add lpe-Boolops | Johan B. C. Engelen | 2008-07-16 | 6 | -0/+142 | |
| | | | | (bzr r6334) | |||||
| * | fix combo enum, to handle enums of all types (not only the ones that range ↵ | Johan B. C. Engelen | 2008-07-16 | 3 | -26/+43 | |
| | | | | | | from 0..10) (bzr r6333) | |||||
| * | update to latest 2geom (rev1497) | Johan B. C. Engelen | 2008-07-16 | 40 | -466/+1057 | |
| | | | | (bzr r6332) | |||||
| * | improving SVG Fonts UI | Felipe Corr??a da Silva Sanches | 2008-07-16 | 1 | -6/+16 | |
| | | | | (bzr r6331) | |||||
| * | remove all old nartbpath code from SPCurve!!! (in other words, ↵ | Johan B. C. Engelen | 2008-07-16 | 5 | -885/+73 | |
| | | | | | | lib2geomification of SPCurve complete) (bzr r6330) | |||||
| * | warning cleanup | Jon A. Cruz | 2008-07-16 | 15 | -52/+54 | |
| | | | | (bzr r6329) | |||||
| * | remove debug messages from last commits | Johan B. C. Engelen | 2008-07-15 | 2 | -5/+0 | |
| | | | | (bzr r6328) | |||||
| * | fix lpe-spiro for smooth closing points | Johan B. C. Engelen | 2008-07-15 | 1 | -18/+35 | |
| | | | | (bzr r6327) | |||||
| * | try to make more robust geom-nodetype. still it can give wrong types. (best ↵ | Johan B. C. Engelen | 2008-07-15 | 1 | -7/+13 | |
| | | | | | | tested with lpe-spiro after next svncommit, change the smoothness/cusp at the closing endpoint) (bzr r6326) | |||||
| * | added Ruler LPE to the list of translatables | Alexandre Prokoudine | 2008-07-15 | 1 | -1/+2 | |
| | | | | (bzr r6325) | |||||
