| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Introducing our new nice measurement tool! :-D | Felipe Corr??a da Silva Sanches | 2011-06-06 | 2 | -0/+3 |
| | | | | (bzr r10259) | ||||
| * | Possible Win32 compile fix. | Jon A. Cruz | 2011-06-04 | 1 | -17/+20 |
| | | | | (bzr r10256) | ||||
| * | Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵ | Jon A. Cruz | 2011-06-04 | 24 | -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 transition | Alex Valavanis | 2011-06-03 | 20 | -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. Cruz | 2011-06-04 | 9 | -22/+26 |
| |/ | | | | | SP_ROOT() gtk type function/macro. (bzr r10254) | ||||
| * | Queue swatch updates during periods of high UI usage, such as dragging ↵ | Jon A. Cruz | 2011-05-30 | 2 | -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 label | Johan B. C. Engelen | 2011-05-26 | 2 | -2/+14 |
| | | | | | | (and fix some label xml writing and rendering bugs) (bzr r10234) | ||||
| * | unitmenu: add method to add a unit | Johan B. C. Engelen | 2011-05-26 | 2 | -0/+9 |
| | | | | (bzr r10232) | ||||
| * | Fixing bug 600267: "Languages are not sorted alphabetically in Inkscape ↵ | Felipe Corr??a da Silva Sanches | 2011-05-23 | 1 | -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 Sanches | 2011-05-22 | 2 | -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 Sanches | 2011-05-20 | 1 | -13/+0 |
| | | | | | | svg fonts dialog. This flipping of y-axis seems to be a fontforge bug. (bzr r10216) | ||||
| * | Reinstating version bump. | Jon A. Cruz | 2011-05-20 | 2 | -22/+0 |
| | | | | (bzr r10215) | ||||
| * | Revert version bump so win devlibs can catch up. | Jon A. Cruz | 2011-05-19 | 2 | -0/+22 |
| | | | | (bzr r10210) | ||||
| * | Adding inkscape:label parameter to guidelines so that our guidelanes can ↵ | Felipe Corr??a da Silva Sanches | 2011-05-18 | 1 | -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. Cruz | 2011-05-18 | 2 | -22/+0 |
| | | | | (bzr r10208) | ||||
| * | Adding initial cut of resource manager. | Jon A. Cruz | 2011-05-06 | 1 | -0/+4 |
| | | | | (bzr r10198) | ||||
| * | Font Editor. Fix for Bug #706506 (Crash when kerning an empty pair). | Nicolas Dufour | 2011-04-21 | 1 | -1/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/706506 (bzr r10189) | ||||
| * | fix duplicate units in Preferences > Steps | Johan B. C. Engelen | 2011-04-17 | 1 | -1/+1 |
| | | | | (bzr r10178) | ||||
| * | add new preference widget for a number with a unit. | Johan B. C. Engelen | 2011-04-17 | 10 | -16/+103 |
| | | | | | | change Preferences > Steps to this new widget (bzr r10177) | ||||
| * | change spinbox to new one in many places. | Johan B. C. Engelen | 2011-04-16 | 14 | -40/+42 |
| | | | | (bzr r10176) | ||||
| * | remove superfluous includes | Johan B. C. Engelen | 2011-04-16 | 1 | -2/+0 |
| | | | | (bzr r10175) | ||||
| * | upgrade the spinboxes in tile dialog. (alignment is a bit awkward, have ↵ | Johan B. C. Engelen | 2011-04-16 | 2 | -62/+32 |
| | | | | | | tried to fix it, but didnt work out) (bzr r10172) | ||||
| * | ScalarUnit widget: fix initialization bug. add constructor which takes ↵ | Johan B. C. Engelen | 2011-04-16 | 2 | -0/+39 |
| | | | | | | another scalarunit's unitmenu. (bzr r10171) | ||||
| * | add undo to SpinButton | Johan B. C. Engelen | 2011-04-15 | 2 | -6/+74 |
| | | | | (bzr r10167) | ||||
| * | convert guideline dialog to ui/widget/... newer widgets. | Johan B. C. Engelen | 2011-04-14 | 2 | -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. Engelen | 2011-04-14 | 2 | -0/+25 |
| | | | | | | add setValueKeepUnit (bzr r10165) | ||||
| * | add expression evaluator for spinbox input boxes. also knows a little about ↵ | Johan B. C. Engelen | 2011-04-13 | 6 | -28/+47 |
| | | | | | | | | | units. needs more work to fully integrate it in all of inkscape spinboxes also needs documentation rework (bzr r10162) | ||||
| * | fix build | Johan B. C. Engelen | 2011-04-12 | 1 | -0/+2 |
| | | | | (bzr r10160) | ||||
| * | Use the subclassed SpinButton class for numeric inputs, such that '.' and ↵ | Johan B. C. Engelen | 2011-04-11 | 5 | -26/+27 |
| | | | | | | | | ',' both can be used as decimal point. (related to bug 484187) (bzr r10159) | ||||
| * | revert silly error in r10147 | Johan B. C. Engelen | 2011-04-11 | 1 | -1/+1 |
| | | | | (bzr r10158) | ||||
| * | Guides and clonetiler. Fix for bug #477649 (GTK warning about an adjustment ↵ | Nicolas Dufour | 2011-04-11 | 1 | -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. Engelen | 2011-04-08 | 5 | -6/+126 |
| | | | | | | and '.' as the decimal point when in numeric mode. (bzr r10150) | ||||
| * | allow other than numeric characters in guideline dialog | Johan B. C. Engelen | 2011-04-08 | 1 | -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. Engelen | 2011-04-08 | 1 | -3/+8 |
| | | | | | | | | | and angle entry boxes Fixed bugs: - https://launchpad.net/bugs/484187 (bzr r10148) | ||||
| * | remember status of relative checkbox for guideline dialog | Johan B. C. Engelen | 2011-04-08 | 2 | -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. Engelen | 2011-04-01 | 1 | -2/+3 |
| | | | | | | see a flashing path for all shapes now (bzr r10143) | ||||
| * | Filters: labels consistency fix. | Nicolas Dufour | 2011-04-01 | 1 | -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 Gussem | 2011-03-20 | 1 | -1/+1 |
| | | | | (bzr r10119) | ||||
| * | Layers. Fix for Bug #249035: Undo crash when executing extensions. | Nicolas Dufour | 2011-03-18 | 1 | -0/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/249035 (bzr r10113) | ||||
| * | Last renamings of headers in Inkscape preferences (Bug #560751) | Kris De Gussem | 2011-03-17 | 1 | -7/+7 |
| | | | | (bzr r10111) | ||||
| * | Preferences. Fix for Bug #686193 (Make linked offsets respect Relink ↵ | Nicolas Dufour | 2011-03-17 | 1 | -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. Engelen | 2011-03-15 | 1 | -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 Sanches | 2011-03-09 | 1 | -2/+1 |
| | | | | (bzr r10087) | ||||
| * | About. Fix for Bug #216386 (Help-window build-date text is clipped). | Nicolas Dufour | 2011-03-03 | 1 | -1/+2 |
| | | | | (bzr r10077) | ||||
| * | compatibility patch to compile using gcc 4.6 | Adib Taraben | 2011-02-27 | 17 | -0/+17 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1) | ||||
| * | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 2011-02-22 | 13 | -76/+100 |
| | | | | (bzr r10067) | ||||
| * | Finished cleanup of outdated SP_OBJECT_STYLE C macro. | Jon A. Cruz | 2011-02-22 | 3 | -51/+57 |
| | | | | (bzr r10066) | ||||
| * | Finished cleanup of outdated SP_OBJECT_PARENT C macro. | Jon A. Cruz | 2011-02-21 | 1 | -7/+7 |
| | | | | (bzr r10064) | ||||
| * | Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally ↵ | Nicolas Dufour | 2011-02-21 | 9 | -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. Cruz | 2011-02-21 | 3 | -16/+16 |
| | | | | (bzr r10060) | ||||
