summaryrefslogtreecommitdiffstats
path: root/src/ui (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-13Replace deprecated GtkSignalAlex Valavanis2-23/+23
2011-06-13cmake: now builds without having most of the source listed in 1 file.Campbell Barton1-9/+2
2011-06-13cmake:Campbell Barton5-118/+98
2011-06-12cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...Campbell Barton1-2/+2
2011-06-12cmake: commented unused files/dirs, double checked all files compile this timeCampbell Barton1-4/+4
2011-06-12work in progress cmake commit:Campbell Barton5-114/+140
2011-06-08Save a copy dialog now opens in current directory if this option is set for s...Johan B. C. Engelen1-1/+1
2011-06-06Introducing our new nice measurement tool! :-DFelipe Corr??a da Silva Sanches2-0/+3
2011-06-04Possible Win32 compile fix.Jon A. Cruz1-17/+20
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz9-22/+26
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis20-34/+20
2011-05-30Queue swatch updates during periods of high UI usage, such as dragging gradie...Jon A. Cruz2-3/+89
2011-05-26add entry widget to guideline dialog to change guide's labelJohan B. C. Engelen2-2/+14
2011-05-26unitmenu: add method to add a unitJohan B. C. Engelen2-0/+9
2011-05-23Fixing bug 600267: "Languages are not sorted alphabetically in Inkscape prefe...Felipe Corr??a da Silva Sanches1-0/+25
2011-05-22actually fontforge flipping of y-axis for svgfont glyphs is compliant with th...Felipe Corr??a da Silva Sanches2-5/+25
2011-05-20Remove flipping of y-axis from methods that get curves from selection in the ...Felipe Corr??a da Silva Sanches1-13/+0
2011-05-20Reinstating version bump.Jon A. Cruz2-22/+0
2011-05-19Revert version bump so win devlibs can catch up.Jon A. Cruz2-0/+22
2011-05-18Adding inkscape:label parameter to guidelines so that our guidelanes can disp...Felipe Corr??a da Silva Sanches1-1/+1
2011-05-18Made dependencies explicit and bumped versions.Jon A. Cruz2-22/+0
2011-05-06Adding initial cut of resource manager.Jon A. Cruz1-0/+4
2011-04-21Font Editor. Fix for Bug #706506 (Crash when kerning an empty pair).Nicolas Dufour1-1/+4
2011-04-18Remove some GNOME_VFS checksAndrew rugby471@gmail.com2-9/+64
2011-04-17fix duplicate units in Preferences > StepsJohan B. C. Engelen1-1/+1
2011-04-17add new preference widget for a number with a unit.Johan B. C. Engelen10-16/+103
2011-04-16change spinbox to new one in many places.Johan B. C. Engelen14-40/+42
2011-04-16remove superfluous includesJohan B. C. Engelen1-2/+0
2011-04-16upgrade the spinboxes in tile dialog. (alignment is a bit awkward, have tried...Johan B. C. Engelen2-62/+32
2011-04-16ScalarUnit widget: fix initialization bug. add constructor which takes anothe...Johan B. C. Engelen2-0/+39
2011-04-15add undo to SpinButtonJohan B. C. Engelen2-6/+74
2011-04-14convert guideline dialog to ui/widget/... newer widgets.Johan B. C. Engelen2-77/+68
2011-04-14ScalarUnit: add functionality to grab focus and select the entry text. and ad...Johan B. C. Engelen2-0/+25
2011-04-13add expression evaluator for spinbox input boxes. also knows a little about u...Johan B. C. Engelen6-28/+47
2011-04-12fix buildJohan B. C. Engelen1-0/+2
2011-04-11Use the subclassed SpinButton class for numeric inputs, such that '.' and ','...Johan B. C. Engelen5-26/+27
2011-04-11revert silly error in r10147Johan B. C. Engelen1-1/+1
2011-04-11Guides and clonetiler. Fix for bug #477649 (GTK warning about an adjustment w...Nicolas Dufour1-3/+3
2011-04-08add a subclassed spinbutton class. this numeric entry box accepts both ',' an...Johan B. C. Engelen5-6/+126
2011-04-08allow other than numeric characters in guideline dialogJohan B. C. Engelen1-3/+3
2011-04-08automatically apply and close guideline dialog when pressing enter in X, Y an...Johan B. C. Engelen1-3/+8
2011-04-08remember status of relative checkbox for guideline dialogJohan B. C. Engelen2-1/+6
2011-04-08uint > unsigned int (so windows builds work)Andrew rugby471@gmail.com1-1/+1
2011-04-04remove debugging stuffAndrew rugby471@gmail.com1-2/+0
2011-04-04implement cancellingAndrew rugby471@gmail.com2-10/+42
2011-04-01use shape's curve before LPE as flash path in node tool. so now, you should s...Johan B. C. Engelen1-2/+3
2011-04-01Filters: labels consistency fix.Nicolas Dufour1-2/+3
2011-03-28Merge thumbnail and image downloading into one set of functions :)Andrew rugby471@gmail.com2-80/+52
2011-03-28Don't re-download resources downloaded previouslyAndrew rugby471@gmail.com2-11/+33
2011-03-27fix errorsAndrew rugby471@gmail.com2-6/+14