summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Restore modularity to adjustment action.Jon A. Cruz2011-04-194-21/+76
| | | (bzr r10184)
* Added mnemonics for font dialog (Bug #170765)Kris De Gussem2011-04-182-10/+17
| | | (bzr r10182)
* Restore comment needed in *shared* code file.Jon A. Cruz2011-04-171-0/+2
| | | (bzr r10179)
* fix duplicate units in Preferences > StepsJohan B. C. Engelen2011-04-171-1/+1
| | | (bzr r10178)
* add new preference widget for a number with a unit.Johan B. C. Engelen2011-04-1718-41/+212
| | | | | change Preferences > Steps to this new widget (bzr r10177)
* change spinbox to new one in many places.Johan B. C. Engelen2011-04-1622-55/+75
| | | (bzr r10176)
* remove superfluous includesJohan B. C. Engelen2011-04-161-2/+0
| | | (bzr r10175)
* remove unnecessary includes.Johan B. C. Engelen2011-04-161-4/+0
| | | (bzr r10174)
* extensions: use improved spinbutton with math expression evaluationJohan B. C. Engelen2011-04-162-4/+4
| | | (bzr r10173)
* upgrade the spinboxes in tile dialog. (alignment is a bit awkward, have ↵Johan B. C. Engelen2011-04-162-62/+32
| | | | | tried to fix it, but didnt work out) (bzr r10172)
* ScalarUnit widget: fix initialization bug. add constructor which takes ↵Johan B. C. Engelen2011-04-162-0/+39
| | | | | another scalarunit's unitmenu. (bzr r10171)
* hack C++ spinbuttons into toolbars. unit conversion does not work, and will ↵Johan B. C. Engelen2011-04-151-1/+5
| | | | | probably be a huge pain to add (bzr r10169)
* remove ridiculous commentJohan B. C. Engelen2011-04-151-2/+0
| | | (bzr r10168)
* add undo to SpinButtonJohan B. C. Engelen2011-04-152-6/+74
| | | (bzr r10167)
* convert guideline dialog to ui/widget/... newer widgets.Johan B. C. Engelen2011-04-142-77/+68
| | | | | add unit to guideline angle. save angle unit status when closing dialog (bzr r10166)
* ScalarUnit: add functionality to grab focus and select the entry text. and ↵Johan B. C. Engelen2011-04-142-0/+25
| | | | | add setValueKeepUnit (bzr r10165)
* small tweaksJohan B. C. Engelen2011-04-141-3/+1
| | | (bzr r10164)
* Tracing. Potrace 1.9 update (see http://potrace.sourceforge.net/ChangeLog).Nicolas Dufour2011-04-1416-128/+166
| | | (bzr r10163)
* add expression evaluator for spinbox input boxes. also knows a little about ↵Johan B. C. Engelen2011-04-139-28/+700
| | | | | | | | units. needs more work to fully integrate it in all of inkscape spinboxes also needs documentation rework (bzr r10162)
* fix buildJohan B. C. Engelen2011-04-121-0/+2
| | | (bzr r10160)
* Use the subclassed SpinButton class for numeric inputs, such that '.' and ↵Johan B. C. Engelen2011-04-115-26/+27
| | | | | | | ',' both can be used as decimal point. (related to bug 484187) (bzr r10159)
* revert silly error in r10147Johan B. C. Engelen2011-04-111-1/+1
| | | (bzr r10158)
* Guides and clonetiler. Fix for bug #477649 (GTK warning about an adjustment ↵Nicolas Dufour2011-04-112-104/+81
| | | | | | | with non-zero page in the guide editor dialog). Clonetiler. Code consistency fix. (bzr r10157)
* pdf+latex:Johan B. C. Engelen2011-04-101-6/+18
| | | | | | * use textit instead of itshape, use textbf instead of bfseries; this improves kerning * add textsl (slanted) for oblique font shapes (e.g. Arial) (bzr r10156)
* pdf+latex: fix newline bug due to changes in r10089Johan B. C. Engelen2011-04-101-16/+29
| | | (bzr r10155)
* go wild adding % at the end of each latex line (pdf+latex output)Johan B. C. Engelen2011-04-101-22/+22
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/643849 - https://launchpad.net/bugs/687344 (bzr r10154)
* add a subclassed spinbutton class. this numeric entry box accepts both ',' ↵Johan B. C. Engelen2011-04-085-6/+126
| | | | | and '.' as the decimal point when in numeric mode. (bzr r10150)
* allow other than numeric characters in guideline dialogJohan B. C. Engelen2011-04-081-3/+3
| | | | | | Fixed bugs: - https://launchpad.net/bugs/484187 (bzr r10149)
* automatically apply and close guideline dialog when pressing enter in X, Y ↵Johan B. C. Engelen2011-04-081-3/+8
| | | | | | | | and angle entry boxes Fixed bugs: - https://launchpad.net/bugs/484187 (bzr r10148)
* remember status of relative checkbox for guideline dialogJohan B. C. Engelen2011-04-082-1/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/484187 (bzr r10147)
* Fix setting canvas margins when using "Resize page to drawing or selection"Martin Sucha2011-04-021-3/+3
| | | (bzr r10145)
* Faster rounding for Gaussian blurJasper van de Gronde2011-04-021-6/+37
| | | (bzr r10144)
* use shape's curve before LPE as flash path in node tool. so now, you should ↵Johan B. C. Engelen2011-04-011-2/+3
| | | | | see a flashing path for all shapes now (bzr r10143)
* add curve before LPE to SPShape. this is useful for helperpath display. It ↵Johan B. C. Engelen2011-04-0111-22/+115
| | | | | | | | was inspired from fixing bug 407008 Fixed bugs: - https://launchpad.net/bugs/407008 (bzr r10142)
* Filters: labels consistency fix.Nicolas Dufour2011-04-012-4/+5
| | | | | | Translations: inkscape.pot and French translation update. Constributors: authors and translators lists update. (bzr r10140)
* Tweak and spray:Nicolas Dufour2011-04-014-413/+428
| | | | | | | | * Fix for Bug #745652 (Gradient handles persistence with Tweak and Spray). * Fix for Bug #490225 (Tweak Tool : Opacity doesn't change in Paint/Jitter modes). * Tweak tool code consistency fix. * Spray tool default status message modified. (bzr r10139)
* emf import. limited support for EMR_BITBLT (Bug 382421)Alvin Penner2011-03-311-0/+29
| | | | | | Fixed bugs: - https://launchpad.net/bugs/382421 (bzr r10136)
* Extensions:Nicolas Dufour2011-03-301-1/+3
| | | | | | | | * New isometric grid. * All grids are now grouped in Render>Grids. Translations: * inkscape.pot update. (bzr r10135)
* Spray:Nicolas Dufour2011-03-294-459/+332
| | | | | | | | | | | | | | | | | * Spray context code clean-up (coding style and unused code removal). * Shift+k and Shift+l shortcuts inverted to reflect the mode order on azerty and qwerty keyboards. * Up and down keys now modify the population parameter. * Tooltips and status messages consistency fixes. * Old Q_() context replaced with C_() context macro. * Fix default values error in the parameters sliders. * Initial fix for duplicate window parameters update (the pressure button now updates as expected). * Fix a bug when spraying with GDK_SCROLL_DOWN (population value was reset to 100). * Default selcue set to 1, default gradient drag set to 0. Eraser: * Reodering the eraser tool parameters for UI consistency. * Default mode set to Cut out a path, default width set to 10. (bzr r10132)
* Extensions. Replacing the groupheader element with an appearance mode in the ↵Nicolas Dufour2011-03-257-140/+44
| | | | | description element. (bzr r10129)
* emf import. create dummy object CREATEDIBPATTERNBRUSHPT (Bug 382420)Alvin Penner2011-03-241-0/+9
| | | | | | Fixed bugs: - https://launchpad.net/bugs/382420 (bzr r10128)
* Filters. Posterize basic tweaks. Extensions. Int and Float adjustment ↵Nicolas Dufour2011-03-233-4/+4
| | | | | widgets adjustment. (bzr r10125)
* Path. Fix for Bug #170225 (relative image paths instead of absolute).Nicolas Dufour2011-03-221-3/+43
| | | | | | Fixed bugs: - https://launchpad.net/bugs/170225 (bzr r10124)
* powerstroke: apply interpolator combobox to closed paths tooJohan B. C. Engelen2011-03-211-3/+3
| | | (bzr r10123)
* Doc comment cleanup of '@brief'.Jon A. Cruz2011-03-212-100/+119
| | | (bzr r10120)
* Added some mnemonics for filter path effects (Bug #170765)Kris De Gussem2011-03-204-18/+18
| | | (bzr r10119)
* Cleaned up memory patch. Fixes bug #737298.Jon A. Cruz2011-03-2010-46/+87
| | | | | | Fixed bugs: - https://launchpad.net/bugs/737298 (bzr r10118)
* add spiro interpolator to powerstrokeJohan B. C. Engelen2011-03-182-6/+161
| | | (bzr r10115)
* D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, ↵Nicolas Dufour2011-03-188-19/+87
| | | | | Bug #707054 and Bug #707364). (bzr r10114)
* Layers. Fix for Bug #249035: Undo crash when executing extensions.Nicolas Dufour2011-03-181-0/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/249035 (bzr r10113)