summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed duplication of menu items.Jon A. Cruz2008-12-061-32/+35
| | | | | Fixed assert from unref'ing defs. (bzr r6963)
* Changed it use common code for profile locations.Jon A. Cruz2008-12-051-16/+7
| | | (bzr r6957)
* Layout code cleanup.Jon A. Cruz2008-12-051-12/+24
| | | (bzr r6951)
* Rearrange to enable code that does not directly rely on lcms.Jon A. Cruz2008-11-271-8/+3
| | | (bzr r6910)
* Fix compile with lcms disabled.Maximilian Albert2008-11-273-1/+7
| | | (bzr r6909)
* List color profile search locations in preference tooltipJon A. Cruz2008-11-271-1/+16
| | | (bzr r6908)
* marked forgotten translatable messageAlexandre Prokoudine2008-11-251-1/+1
| | | (bzr r6901)
* Add an option to the preferences to _only_ snap the node closest to the ↵Diederik van Lierop2008-11-242-3/+6
| | | | | mouse pointer (bzr r6899)
* adding "remove" context menu in the embedded color profiles boxFelipe Corr??a da Silva Sanches2008-11-242-39/+132
| | | (bzr r6897)
* 1) Improve the way the distance to the pointer is taken into account when ↵Diederik van Lierop2008-11-232-2/+7
| | | | | | | | finding the best snap 2) Use this distance also when snapping nodes in the path editor 3) Add a slider in the preferences dialog to control the weighing of this distance (bzr r6895)
* Merge from fe-movedTed Gould2008-11-2119-89/+1768
| | | (bzr r6891)
* Merge from trunkTed Gould2008-10-315-12/+21
| | | (bzr r6887)
* From trunkTed Gould2008-10-2764-796/+859
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-115-58/+67
| | | (bzr r6884)
* Sorry, I got off on a branch and ended up with a bunch of things. I'm just ↵Ted Gould2008-09-254-3/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | going to flatten and merge... Here's the list. * Added a focus mode activated by Shift+F11. The goal of this mode is to remove all toolbars for a short period so that you maximize screen area. Useful on small screens. Also when you know lots of shortcuts. * Created what I'm calling "Quick Zoom." The idea here is to have a modal zoom for touching up something with fine detail and then returning to what you're doing. This is activated with the letter "Q" on the keyboard. When you release it, you return back to where you were. This will zoom in on selected objects, or if you're in the node tool selected nodes. * Added .svg on the temporary files in extensions. This'll make many of them happier. This only works on recent versions of GLib, but shouldn't break older ones more than they already are. * Moved the Inkscape configuration directory on Linux from ~/.inkscape to ~/.config/Inkscape. This is the new way to do things with the cross desktop naming spec. I'm unsure whether we should be putting crash dumps in .config or .cache though. * Removed 'tools_switch_current' because every usage of it already had a pointer to where it needed to go. Removes usage of globals. * Made it so that dialogs will be transparent when not focused. This is an alternate to having the docked, and one that I like better as I feel it gives me more screen area. You can adjust how much transparency and the speed of the animation in the preferences dialog. (Note: this requires GTK+ 2.12 and a compositor, but gracefully degrades if you don't have either) (bzr r6882)
* Made bitmap printing use the DPI setting (bug 258916)Niko Kiirala2008-09-221-3/+7
| | | (bzr r6870)
* release reprs properlybulia byak2008-09-201-0/+1
| | | (bzr r6855)
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-182-17/+17
| | | (bzr r6836)
* Some NR::Point ==> Geom::Point replacementsMaximilian Albert2008-09-181-2/+2
| | | (bzr r6835)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-167-63/+88
| | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823)
* remove extra unref; now ref/unref is done by show/hide; this used to stop ↵bulia byak2008-09-161-1/+0
| | | | | this arenaitem from leaking, but this is now fixed properly in SPItem (bzr r6819)
* More sensible behaviour of the treat-selection-as-group option in align & ↵Maximilian Albert2008-09-131-2/+5
| | | | | distribute dialog (bzr r6803)
* Add option to align & distribute dialog to treat the selection as a group ↵Maximilian Albert2008-09-132-5/+32
| | | | | (closes LP 255933) (bzr r6800)
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-111-2/+2
| | | (bzr r6793)
* First patch for Bug 209199: Update Win32 Save As dialog to include a Title ↵Jeff Schiller2008-09-116-59/+175
| | | | | edit box (and label). This edit box is sync'ed with the RDF and doc-level title and allows a user to edit the title prior to save. This patch does not update the GTK dialogs (that will be submitted in a subsequent patch). (bzr r6791)
* Fix LP #258124 and crash when copying LPEsMaximilian Albert2008-09-081-1/+1
| | | (bzr r6778)
* The page size table in Document Properties should use the available vertical ↵Maximilian Albert2008-09-051-3/+9
| | | | | space (bzr r6761)
* Add a zoom correction option to preferences (used when zooming to 1:1 etc. ↵Maximilian Albert2008-09-042-4/+9
| | | | | to display items in their true sizes) (bzr r6758)
* removed unnecessary pointer, changed to by reference. (the pointer was not ↵Johan B. C. Engelen2008-09-011-1/+1
| | | | | allowed to be NULL, so reference is better) (bzr r6752)
* Ulf Ericson's patch for implementing missing properties in the new pdf exporterbulia byak2008-08-291-1/+1
| | | (bzr r6726)
* added missing semicolons in translatable messagesAlexandre Prokoudine2008-08-281-27/+27
| | | (bzr r6720)
* Cleanup of named icon background rendering and added pref for workaroundJon A. Cruz2008-08-252-1/+4
| | | (bzr r6715)
* whitespace cleanupMaximilian Albert2008-08-181-1/+1
| | | (bzr r6663)
* Groundwork for new LPETool tool (which consists of subtools that are ↵Maximilian Albert2008-08-182-1/+6
| | | | | constructed from LPEs) (bzr r6645)
* family name field on svgfonts dialog now properly saves attribute. Should do ↵Felipe Corr??a da Silva Sanches2008-08-152-14/+76
| | | | | the same for other fields on next commits. (bzr r6631)
* gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialogMaximilian Albert2008-08-091-1/+3
| | | (bzr r6602)
* Snap to intersections of any kind of path (were we previously only could ↵Diederik van Lierop2008-08-081-3/+3
| | | | | snap to intersections of line-segments) (bzr r6597)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-082-4/+4
| | | (bzr r6593)
* optionally (default off) relink duplicated clones to the duplicated originalbulia byak2008-08-052-0/+7
| | | (bzr r6570)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-054-29/+29
| | | (bzr r6569)
* more mockup on svgfonts dialogFelipe Corr??a da Silva Sanches2008-08-052-1/+27
| | | (bzr r6563)
* added class AttrEntryFelipe Corr??a da Silva Sanches2008-08-052-0/+11
| | | | | | Added 2 entries in glyphs tab (svgfonts dialog). But these fields do not change attributes yet (bzr r6562)
* NR:: => Geom:: for much of src/ui and src/widgetsJohan B. C. Engelen2008-08-044-102/+102
| | | (bzr r6561)
* adding tabs to SVGFonts dialogFelipe Corr??a da Silva Sanches2008-08-012-21/+50
| | | (bzr r6497)
* fix invisible selection in the list; remove stripes; fix undo commentbulia byak2008-07-302-2/+25
| | | (bzr r6468)
* fix tweak page idbulia byak2008-07-261-1/+1
| | | (bzr r6424)
* add style selector for tweak toolbulia byak2008-07-262-5/+7
| | | (bzr r6423)
* meaningful limitsbulia byak2008-07-261-2/+2
| | | (bzr r6422)
* Added compensation factor for time-skew with event latency.Jon A. Cruz2008-07-262-0/+6
| | | (bzr r6421)
* fix compileFelipe Corr??a da Silva Sanches2008-07-221-0/+1
| | | (bzr r6389)