summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* path lpe parameter should not know of it's edit button since it has no unique...Johan B. C. Engelen2008-01-262-8/+0
* bug 185761: crash when editing text with the text & font dialog due to readin...Richard Hughes2008-01-261-1/+1
* gray out widgets when grid is disabled.Johan B. C. Engelen2008-01-264-10/+16
* fix strange typoJohan B. C. Engelen2008-01-261-2/+2
* fix initialization of lpe paramsJohan B. C. Engelen2008-01-264-2/+6
* copyeditbulia byak2008-01-251-1/+1
* copyeditbulia byak2008-01-252-15/+14
* first set of updates to headers for clean gcc 4.3 buildsKees Cook2008-01-2521-3/+35
* * implemented feImage Settings UIFelipe Corr??a da Silva Sanches2008-01-241-4/+139
* Fixed crash with lighting effects and missing source imageNiko Kiirala2008-01-232-6/+6
* fix crash on feImage when trying to dragFelipe Corr??a da Silva Sanches2008-01-221-1/+0
* spellingbulia byak2008-01-221-2/+2
* fix clearing in Scale and unit conversion in Skewbulia byak2008-01-221-3/+12
* fixes feImage rendering, but does not add it to filters dialog yetFelipe Corr??a da Silva Sanches2008-01-221-5/+5
* rolling back parts of the "default metadata preferences" patch that buliabyak...Felipe Corr??a da Silva Sanches2008-01-212-20/+1
* sorry... forgot to quote a \"Felipe Corr??a da Silva Sanches2008-01-211-2/+2
* * modified strings on infobox (filter effect dialog) to fit better english styleFelipe Corr??a da Silva Sanches2008-01-211-11/+11
* Ctrl+click in pen/pencil tool: Created dots are now selected; Alt is used for...Maximilian Albert2008-01-205-8/+15
* don't update LPE dialog when selection is modified. try 2Johan B. C. Engelen2008-01-202-31/+14
* don't update LPE dialog when selection is modified.Johan B. C. Engelen2008-01-202-14/+21
* Make creation of dots via Ctrl+click also possible in pen context; fill dots ...Maximilian Albert2008-01-197-22/+88
* whitespaceBryce Harrington2008-01-191-1/+1
* Fix another small z-order issue for 3D boxesMaximilian Albert2008-01-191-2/+10
* add default functions for transforming lpe-pathalongpath.cpp and lpe-skeletal...Johan B. C. Engelen2008-01-184-0/+19
* Partially fix bug #167500 (rulers being off)Diederik van Lierop2008-01-182-30/+23
* info-box for filter effects dialogFelipe Corr??a da Silva Sanches2008-01-182-1/+87
* improved spelling ;-)Alexandre Prokoudine2008-01-181-1/+1
* added "Ask Us a Question" to the Help menu linking to http://answers.launchpa...Felipe Corr??a da Silva Sanches2008-01-181-0/+1
* Fixed crash in the filter effects dialog on loading files with the unimplemen...Nicholas Bishop2008-01-181-2/+4
* removing feTile and feComponentTransfer from UIFelipe Corr??a da Silva Sanches2008-01-171-2/+8
* fix transformation of LPECurveStitch when "Scale width relative" is setJohan B. C. Engelen2008-01-172-0/+18
* fix Matrix::isTranslationJohan B. C. Engelen2008-01-171-1/+1
* Geom: fix a crash on assertion in sbasis-to-bezier.cppJohan B. C. Engelen2008-01-172-1/+5
* remove SPDesktop from SPNamedView when it is destroyed. Fixing bug 183621, bu...Johan B. C. Engelen2008-01-172-12/+13
* sorry for this late feature change. this makes the curvestitching *that* much...Johan B. C. Engelen2008-01-172-20/+22
* Reverted earlier edit - export bitmap dialog is now sizeable once againJoel Holdsworth2008-01-171-1/+1
* Hide the Image filter effect primitive from the filter effects dialog. Files ...Nicholas Bishop2008-01-172-0/+26
* Fixed bug in filter effects dialog; incorrect desktop was being used with mul...Nicholas Bishop2008-01-171-2/+4
* Fixed a crash on removing a filter primitive in the filter effects dialog.Nicholas Bishop2008-01-172-15/+16
* RegisteredColorPicker is now subclassed from RegisteredWidget<ColorPicker> in...gustav_b2008-01-175-78/+73
* now act on settings in dialogueAdib Taraben2008-01-164-8/+53
* Stopped the export bitmap dialog from being sizeableJoel Holdsworth2008-01-161-1/+1
* Corrected the parenting of the browse dialog, so that it cannot fall undernea...Joel Holdsworth2008-01-161-1/+1
* Oops, set 'scislac' modus off by default ofcourse.Johan B. C. Engelen2008-01-161-1/+1
* fix bug in lpe-curvestitch.cpp and add 'scislac' modus, not exposed to normal...Johan B. C. Engelen2008-01-161-4/+11
* remove unnecessary cast + cosmetic changes.Johan B. C. Engelen2008-01-162-42/+63
* RegisteredEnum is now subclassed from RegisteredWidget<enum> instead of old R...Johan B. C. Engelen2008-01-166-99/+59
* fix initialization of grid document propertiesJohan B. C. Engelen2008-01-162-2/+51
* RegisteredScalar subclassed from RegisteredWidget<Scalar> instead of old Regi...Johan B. C. Engelen2008-01-165-91/+43
* No need to use pointers for the widgets of document-properties.cpp, so don't.Johan B. C. Engelen2008-01-163-105/+78