summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2007-03-27Adding the new/change label to the star toolbarJon A. Cruz5-5/+367
2007-03-27ensure correct order of inheriting style from ancestors (children override pa...bulia byak1-8/+19
2007-03-27comment on the order of parsing declarationsbulia byak1-0/+3
2007-03-27make horizontal scrollbar automaticbulia byak1-2/+2
2007-03-26Selector tool shouldn't snap to path nodes, see Bulia's comment in bug #1589436Diederik van Lierop4-8/+20
2007-03-26fix range, make integer, remove unnecessary document_done, fix 1635388bulia byak2-6/+8
2007-03-26Corrected extra "-2" thinning value to be positiveJon A. Cruz1-1/+1
2007-03-26purge unused stuff, copyeditbulia byak3-30/+15
2007-03-26purge unused and considered-harmful has_abs_tolerancebulia byak5-13/+0
2007-03-26interpret snapping distance in screen pixels independent of zoombulia byak1-2/+4
2007-03-26remove no longer relevant commentbulia byak1-1/+1
2007-03-25Fix compile warning about construction order.Johan B. C. Engelen1-2/+2
2007-03-25Gradient tool: fork gradients when adding a stopJohan B. C. Engelen1-1/+1
2007-03-25Gradient tool: fixed live updating of midstop dragging + [ 1667584 ] Crash wh...Johan B. C. Engelen2-30/+37
2007-03-25Purging old axonometric grid code: reworked it into the new grid class struct...Johan B. C. Engelen16-513/+603
2007-03-25Cleaning up toggle/redo interactionJon A. Cruz1-3/+6
2007-03-25move extension adding to the right place so it's added on export, not on browsebulia byak1-38/+41
2007-03-25patch from Gail to add justify button to text dialog (bug 1679367)bulia byak1-3/+32
2007-03-25comment out debugbulia byak1-1/+1
2007-03-25fix live dragging of gradient midstops, and fix crash when dragging writes to...bulia byak1-1/+2
2007-03-24updated creative commons licenses to 3.0 and fixed public domain uriJon Phillips1-7/+7
2007-03-24we have no document available yet at this pointMenTaLguY1-1/+1
2007-03-24Updating star toolbar with radio togglesJon A. Cruz3-218/+480
2007-03-23fix floating point comparrisons to not skip valuesJon A. Cruz1-6/+6
2007-03-23allow multiple (balanced) calls to add and remove documentMenTaLguY5-12/+32
2007-03-23purge old toolbar code, fill in values and labelsbulia byak1-323/+70
2007-03-23fix the combination of P4+ symmetries with exponentbulia byak1-14/+11
2007-03-22missing isnormal.h from Makefile_insertKees Cook1-0/+1
2007-03-22set busy cursor while loading; delete documents on loading new; many other fixesbulia byak1-44/+85
2007-03-22More progress with preview and opening of files with non-ascii filenames. St...Bob Jamison1-1/+5
2007-03-22remove useless and half-broken slideshow mode in favor of inkviewbulia byak4-168/+10
2007-03-22Adding non-labeled default entriesJon A. Cruz2-7/+5
2007-03-22drop more missing files from autoconfKees Cook2-4/+0
2007-03-22use <errno.h> instead of assuming extern intBob Jamison1-1/+1
2007-03-21Correction for tooltips additionJon A. Cruz1-3/+3
2007-03-21Make sure there is a decl for "errno"Bob Jamison1-5/+5
2007-03-21Added tootips for toolbar spinbuttonsJon A. Cruz1-0/+17
2007-03-21Adding all described values to menu of valuesJon A. Cruz1-47/+138
2007-03-21Do some cleanupBob Jamison1-35/+48
2007-03-21Fix for bug #1589436 - font baseline now correctly snaps in selector toolDiederik van Lierop1-1/+8
2007-03-21Adding labels to popup menu valuesJon A. Cruz3-12/+146
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY52-150/+175
2007-03-20Implementing feature request #1673807: snapping of gradient handlesDiederik van Lierop4-16/+29
2007-03-20Monster commit. New grid infrastructure. The old gridmanagement code is still...Johan B. C. Engelen10-146/+1253
2007-03-20format string protection/clean up (CVE-2007-1463, CVE-2007-1464)Kees Cook36-109/+118
2007-03-19patch by cilix42 for bug 1671665bulia byak2-14/+20
2007-03-19Fix for bug 1540195; solution: use correct origin for snappingDiederik van Lierop2-17/+39
2007-03-19no pick if transparent; fix sodipodi-era bug where delta had no effect for no...bulia byak1-9/+14
2007-03-19two picking optimizations: 1 use our canvas' viewbox so that invisible segmen...bulia byak1-10/+51
2007-03-19optimize picking by ignoring out-of-view segmentsbulia byak2-16/+46