summaryrefslogtreecommitdiffstats
path: root/src/ui/widget (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-19Handle case when an icon is not populatedJon A. Cruz1-2/+9
2009-03-09switch opacity and blur sliders to delayed update, which makes them much more...bulia byak2-4/+6
2009-02-26Several icon name fixesKrzysztof Kosi??ski1-2/+5
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski6-6/+724
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-6/+1
2009-02-19Make all icons themable (except the filter icons).Krzysztof Kosi??ski2-11/+6
2009-02-11Warning cleanupJon A. Cruz1-1/+1
2009-02-10do not return any non-normal blend mode if we do not show blend mode chooserbulia byak2-5/+11
2009-02-10it was a very stupid idea to sort all combos without asking - this broke the ...bulia byak1-6/+16
2009-02-09Fix some console warning spam (most cannot be fixed, unfortunately)Krzysztof Kosi??ski2-7/+9
2009-02-09adding comments/TODOs and/or reverting some of the things done in r20655Felipe Corr??a da Silva Sanches1-1/+7
2009-02-09gcc warning cleanupFelipe Corr??a da Silva Sanches1-1/+1
2009-01-24remove debug codeJohan B. C. Engelen1-1/+0
2009-01-24sort combo enumerationsJohan B. C. Engelen1-0/+17
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