summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* remove extra unref; now ref/unref is done by show/hide; this used to stop thi...bulia byak2008-09-161-1/+0
* Warning cleanupJon A. Cruz2008-09-141-1/+1
* More sensible behaviour of the treat-selection-as-group option in align & dis...Maximilian Albert2008-09-131-2/+5
* Add option to align & distribute dialog to treat the selection as a group (cl...Maximilian Albert2008-09-132-5/+32
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-111-2/+2
* First patch for Bug 209199: Update Win32 Save As dialog to include a Title ed...Jeff Schiller2008-09-116-59/+175
* Slightly smaller page size entriesMaximilian Albert2008-09-081-7/+7
* Fix LP #258124 and crash when copying LPEsMaximilian Albert2008-09-082-2/+2
* Select landscape by default for certain page formatsMaximilian Albert2008-09-051-4/+28
* Add page sizes for various business card formats as per request in LP #172225Maximilian Albert2008-09-051-0/+5
* The page size table in Document Properties should use the available vertical ...Maximilian Albert2008-09-052-4/+10
* Add a zoom correction option to preferences (used when zooming to 1:1 etc. to...Maximilian Albert2008-09-044-4/+259
* removed unnecessary pointer, changed to by reference. (the pointer was not al...Johan B. C. Engelen2008-09-011-1/+1
* Ulf Ericson's patch for implementing missing properties in the new pdf exporterbulia byak2008-08-291-1/+1
* Modify the parameters required for setting up the SnapManagerDiederik van Lierop2008-08-281-1/+1
* added missing semicolons in translatable messagesAlexandre Prokoudine2008-08-281-27/+27
* Fixed clipboard code to properly load needed extensions. Fixes bug #171662Jon A. Cruz2008-08-281-2/+21
* Cleanup of named icon background rendering and added pref for workaroundJon A. Cruz2008-08-252-1/+4
* whitespace cleanupMaximilian Albert2008-08-181-1/+1
* Groundwork for new LPETool tool (which consists of subtools that are construc...Maximilian Albert2008-08-182-1/+6
* family name field on svgfonts dialog now properly saves attribute. Should do ...Felipe Corr??a da Silva Sanches2008-08-152-14/+76
* gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialogMaximilian Albert2008-08-091-1/+3
* Snap to intersections of any kind of path (were we previously only could snap...Diederik van Lierop2008-08-081-3/+3
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-084-7/+7
* Fix regression in object snapper which caused self-snappingDiederik van Lierop2008-08-071-5/+5
* 1) When pasting, use an offset that is a multiple of the grid pitch (got lost...Diederik van Lierop2008-08-061-27/+53
* optionally (default off) relink duplicated clones to the duplicated originalbulia byak2008-08-052-0/+7
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-058-43/+43
* more mockup on svgfonts dialogFelipe Corr??a da Silva Sanches2008-08-052-1/+27
* added class AttrEntryFelipe Corr??a da Silva Sanches2008-08-052-0/+11
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-0417-187/+188
* Fixed const-correctness and member accessJon A. Cruz2008-08-032-30/+35
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-1/+0
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-012-4/+4
* adding tabs to SVGFonts dialogFelipe Corr??a da Silva Sanches2008-08-012-21/+50
* whitespaceMaximilian Albert2008-07-301-1/+1
* Make text widget for TextParams work and re-enable itMaximilian Albert2008-07-303-6/+4
* fix invisible selection in the list; remove stripes; fix undo commentbulia byak2008-07-302-2/+25
* New registered widget (text entry box).Maximilian Albert2008-07-295-0/+210
* fix tweak page idbulia byak2008-07-261-1/+1
* add style selector for tweak toolbulia byak2008-07-262-5/+7
* meaningful limitsbulia byak2008-07-261-2/+2
* Added compensation factor for time-skew with event latency.Jon A. Cruz2008-07-262-0/+6
* Fixed regression: changing blend mode in layers dialog didn't workNiko Kiirala2008-07-241-3/+9
* fix compileFelipe Corr??a da Silva Sanches2008-07-221-0/+1
* cleanup includesJohan B. C. Engelen2008-07-212-15/+1
* fix includes a bit for imagetogglerJohan B. C. Engelen2008-07-212-11/+1
* make visibility icon in LPE stack dialog clickableJohan B. C. Engelen2008-07-202-3/+21
* add visibility icon to LPE stack dialog. not clickable yetJohan B. C. Engelen2008-07-202-2/+16
* extract ImageToggler from layers dialogJohan B. C. Engelen2008-07-204-0/+226