summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove flipping of y-axis from methods that get curves from selection in the ↵Felipe Corr??a da Silva Sanches2011-05-201-13/+0
| | | | | svg fonts dialog. This flipping of y-axis seems to be a fontforge bug. (bzr r10216)
* Reinstating version bump.Jon A. Cruz2011-05-202-22/+0
| | | (bzr r10215)
* Revert version bump so win devlibs can catch up.Jon A. Cruz2011-05-192-0/+22
| | | (bzr r10210)
* Adding inkscape:label parameter to guidelines so that our guidelanes can ↵Felipe Corr??a da Silva Sanches2011-05-181-1/+1
| | | | | display labels (we still dont have a user interface, but files with that parameter will render correctly) (bzr r10209)
* Made dependencies explicit and bumped versions.Jon A. Cruz2011-05-182-22/+0
| | | (bzr r10208)
* Adding initial cut of resource manager.Jon A. Cruz2011-05-061-0/+4
| | | (bzr r10198)
* Font Editor. Fix for Bug #706506 (Crash when kerning an empty pair).Nicolas Dufour2011-04-211-1/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/706506 (bzr r10189)
* 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-1710-16/+103
| | | | | change Preferences > Steps to this new widget (bzr r10177)
* change spinbox to new one in many places.Johan B. C. Engelen2011-04-1614-40/+42
| | | (bzr r10176)
* remove superfluous includesJohan B. C. Engelen2011-04-161-2/+0
| | | (bzr r10175)
* 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)
* 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)
* add expression evaluator for spinbox input boxes. also knows a little about ↵Johan B. C. Engelen2011-04-136-28/+47
| | | | | | | | 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-111-3/+3
| | | | | | | with non-zero page in the guide editor dialog). Clonetiler. Code consistency fix. (bzr r10157)
* 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)
* 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)
* Filters: labels consistency fix.Nicolas Dufour2011-04-011-2/+3
| | | | | | Translations: inkscape.pot and French translation update. Constributors: authors and translators lists update. (bzr r10140)
* Added some mnemonics for filter path effects (Bug #170765)Kris De Gussem2011-03-201-1/+1
| | | (bzr r10119)
* 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)
* Last renamings of headers in Inkscape preferences (Bug #560751)Kris De Gussem2011-03-171-7/+7
| | | (bzr r10111)
* Preferences. Fix for Bug #686193 (Make linked offsets respect Relink ↵Nicolas Dufour2011-03-171-1/+1
| | | | | | | | duplicated clones settings). Fixed bugs: - https://launchpad.net/bugs/686193 (bzr r10110)
* automatically enter current filename in windows save as dialog.Johan B. C. Engelen2011-03-151-0/+11
| | | | | | Fixed bugs: - https://launchpad.net/bugs/530957 (bzr r10107)
* fixing duplicate author name in about box: "Aurélio Adnauer Heckert"Felipe Corr??a da Silva Sanches2011-03-091-2/+1
| | | (bzr r10087)
* About. Fix for Bug #216386 (Help-window build-date text is clipped).Nicolas Dufour2011-03-031-1/+2
| | | (bzr r10077)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-2717-0/+17
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-2213-76/+100
| | | (bzr r10067)
* Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz2011-02-223-51/+57
| | | (bzr r10066)
* Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-211-7/+7
| | | (bzr r10064)
* Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally ↵Nicolas Dufour2011-02-219-310/+538
| | | | | | | | doesn't work on Windows). Fixed bugs: - https://launchpad.net/bugs/262617 (bzr r10062)
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-213-16/+16
| | | (bzr r10060)
* update to latest 2geom. fixes bezier curve casts.Johan B. C. Engelen2011-02-131-1/+1
| | | (bzr r10050)
* Fixed uninitialized member variables.Jon A. Cruz2011-02-071-4/+11
| | | (bzr r10037)
* Fix node tool brokenness resulting from a switch to runtime orderKrzysztof Kosi??ski2011-02-051-6/+7
| | | | | in 2Geom's BezierCurve (bzr r10035)
* Translations. Context removed in filter-enums (context support too complex ↵Nicolas Dufour2011-02-031-1/+1
| | | | | to be added here) and replaced with context in input and toolbox where needed. inkscape.pot and fr.po updated accordingly. (bzr r10030)
* update to latest 2geom !Johan B. C. Engelen2011-02-0219-86/+66
| | | (bzr r10025)
* Translations. French translation minor update.Nicolas Dufour2011-02-021-273/+279
| | | | | Contributors. Authors and translators lists update. (bzr r10024)
* OCAL. Fix for Bug #638844 (Errors printed to console if openclipart search ↵Nicolas Dufour2011-01-311-1/+1
| | | | | fails). (bzr r10021)
* Mnemonics in "Input devices", and LPE dialogs (Bug 170765)Kris De Gussem2010-12-291-2/+2
| | | (bzr r9990)
* Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765)Kris De Gussem2010-12-291-7/+14
| | | (bzr r9989)
* Snapping: improve calculation of metrics for scaling, modify some comments, ↵Diederik van Lierop2010-12-271-1/+0
| | | | | and remove a line of obsolete debugging output (bzr r9986)