summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | when resizing page, move the origin of the grids too. This way all objects ↵Johan B. C. Engelen2011-12-205-1/+31
| | | | | | | | | | will stay aligned to the grids. (bzr r10787)
* | fix bug in emphasized line drawing for axonometric grid when origin is not zeroJohan B. C. Engelen2011-12-201-13/+10
| | | | | | (bzr r10786)
* | UI. Patch for wishlist Bug #169623 (Canvas color option) by William Swanson.Nicolas Dufour2011-12-201-9/+8
| | | | | | (bzr r10784)
* | Const correctness fixes that also correct bug #893146.Jon A. Cruz2011-12-1919-580/+684
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/893146 (bzr r10783)
* | Remove more deprecated GTK macrosAlex Valavanis2011-12-181-9/+9
| | | | | | (bzr r10782)
* | remove unused codeJohan B. C. Engelen2011-12-181-10/+0
| | | | | | (bzr r10781)
* | Refactor snap-preferences a bit moreDiederik van Lierop2011-12-189-122/+108
| | | | | | (bzr r10780)
* | some static code analysis stuff (cppcheck warnings)Kris De Gussem2011-12-176-18/+5
| | | | | | (bzr r10779)
* | Dropped unused SPAttributeWidgetKris De Gussem2011-12-172-181/+0
| | | | | | (bzr r10778)
* | fix compiler warningsKris De Gussem2011-12-171-4/+4
| | | | | | (bzr r10777)
* | fix compiler warningKris De Gussem2011-12-171-1/+1
| | | | | | (bzr r10776)
* | - SPAttributeWidget and SPAttributeTable C++ifiedKris De Gussem2011-12-1636-808/+425
|\ \ | | | | | | | | | | | | - fixed memory leak with item properties (old instances of item properties window were not destroyed) (bzr r10775)
| * | - Dropped deprecated sp_window_newKris De Gussem2011-12-153-74/+54
| | | | | | | | | | | | | | | - quick and dirty memory leak fix for item properties window (bzr r10766.1.5)
| * | SPAttributeTable C++ifiedKris De Gussem2011-12-114-403/+278
| | | | | | | | | (bzr r10766.1.3)
| * | SPAttributeWidget C++ifiedKris De Gussem2011-12-113-274/+109
| | | | | | | | | (bzr r10766.1.2)
| * | mixed usage of class and struct for same objectKris De Gussem2011-12-1131-58/+58
| | | | | | | | | (bzr r10766.1.1)
* | | Get rid of deprecated gtk_idle*Alex Valavanis2011-12-141-2/+3
| | | | | | | | | (bzr r10773)
* | | Get rid of deprecated gtk_type_is_aAlex Valavanis2011-12-141-1/+1
| | | | | | | | | (bzr r10772)
* | | Replace deprecated orientation symbolsAlex Valavanis2011-12-141-4/+4
| | | | | | | | | (bzr r10771)
* | | Replace deprecated gtk flagsAlex Valavanis2011-12-141-2/+2
| | | | | | | | | (bzr r10770)
* | | Migrate gradient selector to GtkComboBoxAlex Valavanis2011-12-141-28/+23
| | | | | | | | | (bzr r10769)
* | | Replace deprecated GtkToolbar APIAlex Valavanis2011-12-141-82/+168
| | | | | | | | | (bzr r10768)
* | | Replace deprecated gtk_widget_hide_allAlex Valavanis2011-12-142-22/+22
|/ / | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/903670 (bzr r10767)
* | Replace deprecated G_CONST_RETURN glib symbol with constAlex Valavanis2011-12-082-2/+2
| | | | | | (bzr r10763)
* | Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-08147-178/+137
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* | Colors. Patch for Bug #677081 (Default paste color opacity) by Romain.Nicolas Dufour2011-12-071-2/+7
| | | | | | (bzr r10761)
* | cppcheckKris De Gussem2011-12-043-57/+32
| | | | | | | | | | | | - dropped unused variable - changed use of obsolute function 'alloca' (see http://stackoverflow.com/questions/1018853/why-is-alloca-not-considered-good-practice and http://linux.die.net/man/3/alloca). (bzr r10760)
* | cppcheckKris De Gussem2011-12-0414-79/+111
| | | | | | (bzr r10759)
* | add missing files into cmake listCampbell Barton2011-12-021-0/+6
| | | | | | (bzr r10756)
* | fix typo to repair build on windowsJohan B. C. Engelen2011-11-291-1/+1
| | | | | | (bzr r10755)
* | Add feMergeNode to "in" list in svgprops. Fix bug in preferences for ↵Tavmjong Bah2011-11-291-2/+2
| | | | | | | | | | deleting invalid attributes. (bzr r10754)
* | Add possibility to check validity of attributes and usefulness of properties.Tavmjong Bah2011-11-2914-9/+1002
| | | | | | | | | | | | | | | | | | This code adds the ability to check for every elment in an SVG document if its attributes are valid and the styling properties are useful. Options under the SVG Output section of the Inkscape Preferences dialog control what should be checked when, and what actions should be taken if invalid attributes or non-useful properties are found. (bzr r10753)
* | preferences read out: when no unit is specified, assume it is in the ↵Johan B. C. Engelen2011-11-271-1/+6
| | | | | | | | | | | | | | | | requested units Fixed bugs: - https://launchpad.net/bugs/799848 (bzr r10752)
* | small clean up in axonometric grid codeJohan B. C. Engelen2011-11-261-44/+8
| | | | | | (bzr r10751)
* | initialisationKris De Gussem2011-11-222-9/+22
| | | | | | (bzr r10748)
* | variable initialisationKris De Gussem2011-11-1910-100/+71
| | | | | | (bzr r10746)
* | fix pointer usage after releasing memoryKris De Gussem2011-11-192-15/+14
| | | | | | (bzr r10745)
* | cppcheck: initialisation and warning cleanupKris De Gussem2011-11-187-27/+40
| | | | | | (bzr r10744)
* | dropped unused variablesKris De Gussem2011-11-181-6/+0
| | | | | | (bzr r10743)
* | load Win32 symbol fonts. disable USE_PANGO_WIN32 (Bug 165665)Alvin Penner2011-11-171-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/165665 (bzr r10742)
* | Fix crash when dropping Ctrl-dragged text when DBus interface is enabledKrzysztof Kosi??ski2011-11-171-0/+1
| | | | | | (bzr r10741)
* | Add a tolerance-based hack, so that radial gradients with focus outsideKrzysztof Kosi??ski2011-11-141-3/+24
| | | | | | | | | | | | | | | | the outer circle work reliably. Fixes #845153 Fixed bugs: - https://launchpad.net/bugs/845153 (bzr r10740)
* | Fix text redraw problems (LP #837291)Krzysztof Kosi??ski2011-11-141-0/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/837291 (bzr r10739)
* | various: warnings and initalizationKris De Gussem2011-11-137-97/+90
| | | | | | (bzr r10737)
* | cppcheck: initialization / warning cleanupKris De Gussem2011-11-104-23/+29
| | | | | | (bzr r10736)
* | lpe: add slider to scalar param optionally (does not work very well yet)Johan B. C. Engelen2011-11-095-3/+25
| | | | | | (bzr r10735)
* | add const just because it can :)Johan B. C. Engelen2011-11-092-2/+2
| | | | | | | | | | (was intended to start using it for RegisteredWidget<>) (bzr r10734)
* | Powerstroke: add smoothness parameter for CubicBezierJohanJohan B. C. Engelen2011-11-083-0/+10
| | | | | | (bzr r10733)
* | split interpolator code from main powerstroke codeJohan B. C. Engelen2011-11-084-243/+279
| | | | | | (bzr r10732)
* | Fixed initialization order.Jon A. Cruz2011-11-081-2/+11
| | | | | | (bzr r10730)