summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Adding initial cut of resource manager.Jon A. Cruz2011-05-0622-320/+840
* | | | | | | | symbol rendering fix for bug:705345Adib Taraben2011-05-051-3/+3
* | | | | | | | more 63734242, missing fraction of patch for gcc 4.6 compatibilityAdib Taraben2011-05-041-0/+1
* | | | | | | | Fix crashes on empty marker definitions.Johan B. C. Engelen2011-05-013-11/+20
* | | | | | | | emf import. support for clip rectangle (Bug 383180)Alvin Penner2011-04-271-14/+53
* | | | | | | | Fixed warning to use GUI when appropriate.Jon A. Cruz2011-04-231-8/+10
* | | | | | | | Font Editor. Fix for Bug #706506 (Crash when kerning an empty pair).Nicolas Dufour2011-04-211-1/+4
* | | | | | | | UI. New mnemonics (see Bug #768277 , Add mnemonics for menu items without ver...Nicolas Dufour2011-04-213-9/+9
* | | | | | | | Restore modularity to adjustment action.Jon A. Cruz2011-04-194-21/+76
* | | | | | | | Added mnemonics for font dialog (Bug #170765)Kris De Gussem2011-04-182-10/+17
* | | | | | | | Restore comment needed in *shared* code file.Jon A. Cruz2011-04-171-0/+2
* | | | | | | | fix duplicate units in Preferences > StepsJohan B. C. Engelen2011-04-171-1/+1
* | | | | | | | add new preference widget for a number with a unit.Johan B. C. Engelen2011-04-1718-41/+212
* | | | | | | | change spinbox to new one in many places.Johan B. C. Engelen2011-04-1622-55/+75
* | | | | | | | remove superfluous includesJohan B. C. Engelen2011-04-161-2/+0
* | | | | | | | remove unnecessary includes.Johan B. C. Engelen2011-04-161-4/+0
* | | | | | | | extensions: use improved spinbutton with math expression evaluationJohan B. C. Engelen2011-04-162-4/+4
* | | | | | | | upgrade the spinboxes in tile dialog. (alignment is a bit awkward, have tried...Johan B. C. Engelen2011-04-162-62/+32
* | | | | | | | ScalarUnit widget: fix initialization bug. add constructor which takes anothe...Johan B. C. Engelen2011-04-162-0/+39
* | | | | | | | hack C++ spinbuttons into toolbars. unit conversion does not work, and will p...Johan B. C. Engelen2011-04-151-1/+5
* | | | | | | | remove ridiculous commentJohan B. C. Engelen2011-04-151-2/+0
* | | | | | | | add undo to SpinButtonJohan B. C. Engelen2011-04-152-6/+74
* | | | | | | | convert guideline dialog to ui/widget/... newer widgets.Johan B. C. Engelen2011-04-142-77/+68
* | | | | | | | ScalarUnit: add functionality to grab focus and select the entry text. and ad...Johan B. C. Engelen2011-04-142-0/+25
* | | | | | | | small tweaksJohan B. C. Engelen2011-04-141-3/+1
* | | | | | | | Tracing. Potrace 1.9 update (see http://potrace.sourceforge.net/ChangeLog).Nicolas Dufour2011-04-1416-128/+166
* | | | | | | | add expression evaluator for spinbox input boxes. also knows a little about u...Johan B. C. Engelen2011-04-139-28/+700
* | | | | | | | fix buildJohan B. C. Engelen2011-04-121-0/+2
* | | | | | | | Use the subclassed SpinButton class for numeric inputs, such that '.' and ','...Johan B. C. Engelen2011-04-115-26/+27
* | | | | | | | revert silly error in r10147Johan B. C. Engelen2011-04-111-1/+1
* | | | | | | | Guides and clonetiler. Fix for bug #477649 (GTK warning about an adjustment w...Nicolas Dufour2011-04-112-104/+81
* | | | | | | | pdf+latex:Johan B. C. Engelen2011-04-101-6/+18
* | | | | | | | pdf+latex: fix newline bug due to changes in r10089Johan B. C. Engelen2011-04-101-16/+29
* | | | | | | | go wild adding % at the end of each latex line (pdf+latex output)Johan B. C. Engelen2011-04-101-22/+22
* | | | | | | | add a subclassed spinbutton class. this numeric entry box accepts both ',' an...Johan B. C. Engelen2011-04-085-6/+126
* | | | | | | | allow other than numeric characters in guideline dialogJohan B. C. Engelen2011-04-081-3/+3
* | | | | | | | automatically apply and close guideline dialog when pressing enter in X, Y an...Johan B. C. Engelen2011-04-081-3/+8
* | | | | | | | remember status of relative checkbox for guideline dialogJohan B. C. Engelen2011-04-082-1/+6
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Fix setting canvas margins when using "Resize page to drawing or selection"Martin Sucha2011-04-021-3/+3
* | | | | | | Faster rounding for Gaussian blurJasper van de Gronde2011-04-021-6/+37
* | | | | | | use shape's curve before LPE as flash path in node tool. so now, you should s...Johan B. C. Engelen2011-04-011-2/+3
* | | | | | | add curve before LPE to SPShape. this is useful for helperpath display. It wa...Johan B. C. Engelen2011-04-0111-22/+115
* | | | | | | Filters: labels consistency fix.Nicolas Dufour2011-04-012-4/+5
* | | | | | | Tweak and spray:Nicolas Dufour2011-04-014-413/+428
* | | | | | | emf import. limited support for EMR_BITBLT (Bug 382421)Alvin Penner2011-03-311-0/+29
* | | | | | | Extensions:Nicolas Dufour2011-03-301-1/+3
* | | | | | | Spray:Nicolas Dufour2011-03-294-459/+332
* | | | | | | Extensions. Replacing the groupheader element with an appearance mode in the ...Nicolas Dufour2011-03-257-140/+44
* | | | | | | emf import. create dummy object CREATEDIBPATTERNBRUSHPT (Bug 382420)Alvin Penner2011-03-241-0/+9
* | | | | | | Filters. Posterize basic tweaks. Extensions. Int and Float adjustment widgets...Nicolas Dufour2011-03-233-4/+4