summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | Stop using private GdlDockObject->master (broken in GDL 3.6)Alex Valavanis2012-10-141-3/+9
* | | | | | | | | | | | | | | Fix "shift disables snapping" for LPEs and for editing objectsDiederik van Lierop2012-10-1414-60/+68
* | | | | | | | | | | | | | | Remove invalid return statementsDiederik van Lierop2012-10-141-2/+2
* | | | | | | | | | | | | | | Fix for 657463 : Mousewheel zooming by two steps, not oneJohn Smith2012-10-141-0/+8
* | | | | | | | | | | | | | | Use filter primitive region in flood filter primitive, fixes regression.Tavmjong Bah2012-10-141-5/+28
* | | | | | | | | | | | | | | Fix build with new color palette featuresAlex Valavanis2012-10-141-0/+5
* | | | | | | | | | | | | | | keys: merge duplicate entriessu_v2012-10-142-8/+6
* | | | | | | | | | | | | | | Don't try to set infinite bounds on SpinButtons in LPE ScalarAlex Valavanis2012-10-141-2/+2
* | | | | | | | | | | | | | | Fix for 171221 : color panel improvementsJohn Smith2012-10-144-0/+24
* | | | | | | | | | | | | | | GTK+ 3: Fix crash with live-preview checkbox in extensions dialogAlex Valavanis2012-10-132-7/+5
* | | | | | | | | | | | | | | Shift key should disable snapping when dragging a handle in the node toolDiederik van Lierop2012-10-131-1/+1
* | | | | | | | | | | | | | | Prevent crash if symbol is empty. Chnage default styling for symbol preview.Tavmjong Bah2012-10-131-19/+24
* | | | | | | | | | | | | | | Dutch translation updateKris De Gussem2012-10-121-4873/+2739
* | | | | | | | | | | | | | | German translation update 100%Uwe Sch??ler2012-10-121-107/+74
| | | * | | | | | | | | | | | Fix SVG formatting (EMF import):David Mathog2012-10-121-1/+1
| | | * | | | | | | | | | | | merge from trunk (r11787)su_v2012-10-1257-5905/+5299
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Fix for compiling with pre gtkmm 2.24 libraries.Tavmjong Bah2012-10-121-0/+17
* | | | | | | | | | | | | | | Translations. French translation update.Nicolas Dufour2012-10-121-4534/+2434
* | | | | | | | | | | | | | | Fix for 1019974 : Default layer names are inconsistentJohn Smith2012-10-123-36/+53
* | | | | | | | | | | | | | | Fix for 177931 : Shift click layer icons to trigger soloJohn Smith2012-10-121-14/+24
* | | | | | | | | | | | | | | Translation updateUwe Sch??ler2012-10-111-304/+244
* | | | | | | | | | | | | | | Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialogTavmjong Bah2012-10-1125-3/+1170
* | | | | | | | | | | | | | | Fix for 1058402 : Inconsistent opacity indicationJohn Smith2012-10-112-6/+3
* | | | | | | | | | | | | | | Update default keymap to include most of the new verbsadded in trunk, sync in...su_v2012-10-112-30/+88
* | | | | | | | | | | | | | | Fix for 191020 : Lock/Unlock all layers - Lock other layersJohn Smith2012-10-115-2/+49
* | | | | | | | | | | | | | | Fix for 171904 : toggleToolbox verbJohn Smith2012-10-116-22/+64
* | | | | | | | | | | | | | | Fix for 426763 : Cancelling import leads to error messageJohn Smith2012-10-117-4/+29
* | | | | | | | | | | | | | | Fix for 246153 : Broken style indicatorJohn Smith2012-10-112-2/+2
* | | | | | | | | | | | | | | emf import. re-implement filtering of isolated control characters (Bug 217231)Alvin Penner2012-10-101-0/+4
* | | | | | | | | | | | | | | powerstroke: fix stuff! (apparently commit didn't work yesterday)Johan B. C. Engelen2012-10-101-68/+61
* | | | | | | | | | | | | | | German translation update 96%Uwe Sch??ler2012-10-101-90/+74
* | | | | | | | | | | | | | | Fix translation issue of rev 11759.Kris De Gussem2012-10-091-4/+4
* | | | | | | | | | | | | | | fix memory leak and access error in sp_repr_css_merge_from_decl (Bug #1061157)Kris De Gussem2012-10-091-9/+13
* | | | | | | | | | | | | | | German translation update 95%Uwe Sch??ler2012-10-091-186/+208
* | | | | | | | | | | | | | | Fix for Bug #1063831 (--export-text-to-path with SVG is undocumented) by Phil...Nicolas Dufour2012-10-095-24/+25
* | | | | | | | | | | | | | | UI consistency fix (pointed Bug #955060, comment #24).Nicolas Dufour2012-10-092-545/+569
* | | | | | | | | | | | | | | Bug #425202 (Script messages not translated) fixed on OSX, patch from ~suv.Nicolas Dufour2012-10-091-0/+10
* | | | | | | | | | | | | | | add stubs for layer verbs to default keymap file, keep default.xml and inksca...su_v2012-10-092-1/+47
* | | | | | | | | | | | | | | packaging/macosx: detect system language in launcher scriptsu_v2012-10-091-3/+22
* | | | | | | | | | | | | | | Fix for 191020 : Lock/Unlock all layersJohn Smith2012-10-095-6/+49
* | | | | | | | | | | | | | | packaging/macosx: update default theme for newer Clearlooks enginesu_v2012-10-091-22/+46
* | | | | | | | | | | | | | | packaging/macosx: copy hicolor index.theme into app bundlesu_v2012-10-091-0/+4
| | | * | | | | | | | | | | | merge from trunk (r11761)su_v2012-10-0867-135734/+163065
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Translations. Massive po files update.Nicolas Dufour2012-10-0867-135734/+163065
| | | * | | | | | | | | | | | changes_2012_10_08a.patch:David Mathog2012-10-083-89/+209
| | | * | | | | | | | | | | | merge from trunk (r11760)su_v2012-10-0870-14889/+14522
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | German translation update 93%Uwe Sch??ler2012-10-081-1028/+972
* | | | | | | | | | | | | | | Fix for 490338 : Try to create the autosave directory if that does not existsJohn Smith2012-10-082-3/+19
* | | | | | | | | | | | | | | Fix for 303527 : GUI glitch on opacity boxJohn Smith2012-10-081-1/+1
* | | | | | | | | | | | | | | Fix for 1060563 : Swatches : Sort the list of swatch namesJohn Smith2012-10-082-16/+32