summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introducing our new nice measurement tool! :-DFelipe Corr??a da Silva Sanches2011-06-062-0/+3
| | | (bzr r10259)
* Possible Win32 compile fix.Jon A. Cruz2011-06-041-17/+20
| | | (bzr r10256)
* Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵Jon A. Cruz2011-06-0424-38/+24
|\ | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255)
| * Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-0320-34/+20
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-049-22/+26
|/ | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* Queue swatch updates during periods of high UI usage, such as dragging ↵Jon A. Cruz2011-05-302-3/+89
| | | | | | | | gradient handles. Fixes bug #734981. Fixed bugs: - https://launchpad.net/bugs/734981 (bzr r10244)
* add entry widget to guideline dialog to change guide's labelJohan B. C. Engelen2011-05-262-2/+14
| | | | | (and fix some label xml writing and rendering bugs) (bzr r10234)
* unitmenu: add method to add a unitJohan B. C. Engelen2011-05-262-0/+9
| | | (bzr r10232)
* Fixing bug 600267: "Languages are not sorted alphabetically in Inkscape ↵Felipe Corr??a da Silva Sanches2011-05-231-0/+25
| | | | | | | | | | | preferences" https://bugs.launchpad.net/inkscape/+bug/600267 Patch submitted by Fernando Lucchesi Bastos Jurema Applied with minor changes to use Glib::ustring instead of Glib::ustring* (bzr r10219)
* actually fontforge flipping of y-axis for svgfont glyphs is compliant with ↵Felipe Corr??a da Silva Sanches2011-05-222-5/+25
| | | | | the svg spec. So we need to do it also. (bzr r10218)
* 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)