summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-06Warning and whitespace cleanup.Jon A. Cruz1-9/+8
2009-01-02Move filters into their own namespace Inkscape::Filters (from NR::)Johan B. C. Engelen2-2/+2
2008-12-30add possibility to change the UI language (gettext) in preferences dialoguetheAdib2-1/+37
2008-12-08Makes page-sizer be a little less eager to change the orientation of pages au...Jasper van de Gronde1-5/+12
2008-11-29fix setting blend mode to Normalbulia byak1-0/+2
2008-11-21Merge from fe-movedTed Gould5-9/+86
2008-10-31Merge from trunkTed Gould2-3/+15
2008-10-27From trunkTed Gould10-301/+233
2008-10-11Merging from trunkTed Gould3-11/+12
2008-09-23* Lots of documentation for the Inkscape::XML namespaceKrzysztof Kosi??ski1-7/+6
2008-09-21Fixes for missing icons and icon size issues.Jon A. Cruz1-13/+13
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-1/+1
2008-09-16Refactored preferences handling into a new version of Krzysztof Kosi??ski2-110/+136
2008-09-14Warning cleanupJon A. Cruz1-1/+1
2008-09-08Slightly smaller page size entriesMaximilian Albert1-7/+7
2008-09-05Select landscape by default for certain page formatsMaximilian Albert1-4/+28
2008-09-05Add page sizes for various business card formats as per request in LP #172225Maximilian Albert1-0/+5
2008-09-05The page size table in Document Properties should use the available vertical ...Maximilian Albert1-1/+1
2008-09-04Add a zoom correction option to preferences (used when zooming to 1:1 etc. to...Maximilian Albert2-0/+250
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen3-10/+10
2008-08-04NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen5-13/+14
2008-08-03Fixed const-correctness and member accessJon A. Cruz2-30/+35
2008-08-012geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen1-2/+2
2008-07-30whitespaceMaximilian Albert1-1/+1
2008-07-30Make text widget for TextParams work and re-enable itMaximilian Albert3-6/+4
2008-07-29New registered widget (text entry box).Maximilian Albert5-0/+210
2008-07-24Fixed regression: changing blend mode in layers dialog didn't workNiko Kiirala1-3/+9
2008-07-21cleanup includesJohan B. C. Engelen2-15/+1
2008-07-21fix includes a bit for imagetogglerJohan B. C. Engelen2-11/+1
2008-07-20extract ImageToggler from layers dialogJohan B. C. Engelen4-0/+226
2008-07-20Warning cleanupJon A. Cruz2-12/+12
2008-07-16fix combo enum, to handle enums of all types (not only the ones that range fr...Johan B. C. Engelen1-3/+3
2008-07-05ui/widget/tolerance-slider.h: Supply missing #includes/declarations so that w...Peter Moulder1-1/+4
2008-07-04Warning cleanupJon A. Cruz1-1/+1
2008-06-24Cmake: remove header files from source listsJoshua L. Blocher1-41/+1
2008-06-06Fixed uninitialized membersJon A. Cruz1-4/+9
2008-06-06Fixed uninitialized memberJon A. Cruz1-0/+2
2008-06-02Made possible to use blur on object that has a complex filter appliedNiko Kiirala2-29/+32
2008-04-30Use radiobutton for "always snap" in the document-properties dialogDiederik van Lierop2-11/+27
2008-04-24noop: Address a couple of warnings from g++-4.3.Peter Moulder2-4/+4
2008-04-12Several different i18n issues fixed following report from a_b (adresses bug #...Marcin Floryan1-1/+2
2008-04-07cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen1-78/+78
2008-04-05RegisteredTransformedPoint: fix methods to use const&.Johan B. C. Engelen2-4/+4
2008-04-01delete remaining .cvsignore filesAdib Taraben1-3/+0
2008-04-01make stroke width adjustable by rotation toobulia byak2-4/+121
2008-03-30add CMakeLists.txt file for src/ui and subdirsJohan B. C. Engelen1-0/+79
2008-03-28Fixed initialization orderJon A. Cruz1-3/+3
2008-03-23make sure we explicitly use geometric bbox for calculating blur marginsbulia byak1-2/+3
2008-03-22changes to use RegisteredTransformedPoint as widget for LPE point. not completeJohan B. C. Engelen4-7/+31
2008-03-22* add RegisteredTransformedPoint widget, that transforms the point before dis...Johan B. C. Engelen4-2/+74