summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* scroll desktop to selected handle after Tab/Shift-Tab; allow Ins to work ↵bulia byak2007-10-121-2/+22
| | | | | even if a single dragger is selected (bzr r3892)
* proper averaging of all selected draggers on query style; select-next/prev ↵bulia byak2007-10-122-23/+34
| | | | | return the new selected dragger (bzr r3891)
* scroll desktop to selected node after Tab/Shift-Tabbulia byak2007-10-121-2/+10
| | | (bzr r3890)
* rearrange, a couple utility methods for node selectionbulia byak2007-10-121-56/+59
| | | (bzr r3889)
* implement moving midstops with arrow keys, some refactoringbulia byak2007-10-112-45/+103
| | | (bzr r3887)
* implement no-forking optionbulia byak2007-10-114-9/+22
| | | (bzr r3886)
* trivial: live_effects/**: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-1131-3785/+3785
| | | (bzr r3884)
* trivial: ui/widget/*, ui/dialog/*: svn propset svn:eol-style native *.h *.cpp.Peter Moulder2007-10-119-3271/+3270
| | | (bzr r3883)
* noop: ui/widget/selected-style.cpp: Change a local var to be more const, to ↵Peter Moulder2007-10-111-1/+1
| | | | | avoid char* string literal warnings from g++-4.2. (bzr r3882)
* (ui/dialog/document-metadata.h, ui/dialog/document-properties.h): Change ↵Peter Moulder2007-10-112-2/+2
| | | | | _prefs_path from gchar* to gchar const *. (bzr r3881)
* (noop): io/uristream.cpp: Remove some unneeded gchar/char casts. Change ↵Peter Moulder2007-10-111-6/+6
| | | | | constness of a couple of local vars to avoid some more casts (that were casting away constness). (bzr r3880)
* dom/xpathparser.h: (Lookup::sval): Change from char* to char const *. ↵Peter Moulder2007-10-111-6/+6
| | | | | Address some related char* string literal warnings from g++-4.2. (bzr r3879)
* dom/prop-svg.cpp: Exit non-zero if any I/O errors.Peter Moulder2007-10-111-13/+24
| | | | | noop: Address some char* string literal warnings from g++-4.2. (bzr r3878)
* Change type of a number of rdf-related fields from char* to char const *.Peter Moulder2007-10-111-9/+9
| | | (bzr r3877)
* noop: dialogs/rdf.cpp: Mark a few pointers as not being written through. ↵Peter Moulder2007-10-111-6/+6
| | | | | Make rdf_match_license have static (file-local) linkage. (bzr r3876)
* Provide Node const* versions of existing sp_repr_children and sp_repr_next ↵Peter Moulder2007-10-111-0/+10
| | | | | functions. (bzr r3875)
* Avoid string literal char* warnings on g++-4.2: change some functions to ↵Peter Moulder2007-10-118-28/+28
| | | | | take char const* rather than char*. (bzr r3874)
* Fix g_return_if_fail failure: It can validly happen that ↵Peter Moulder2007-10-111-1/+4
| | | | | fit_canvas_to_selection is called when nothing is selected (just like many other verbs). So put new message in status bar and return rather than signalling an error with g_return_if_fail. (bzr r3873)
* Hooks for handling embedded ICC profilesJon A. Cruz2007-10-111-1/+55
| | | (bzr r3871)
* update copyright header to reflect Nathan's work in e.g. r1204MenTaLguY2007-10-111-1/+3
| | | (bzr r3870)
* Add hack to prevent the dock paned from catching F6 and F8 key presses.gustav_b2007-10-091-0/+7
| | | (bzr r3868)
* Cliff's nice patch: [ 1803881 ] Stock Patterns Support in Fill/StrokeJohan B. C. Engelen2007-10-091-34/+155
| | | (bzr r3865)
* apply John Cliff's patch [ 1743843 ] Create Marker from Selection Menu ItemJohan B. C. Engelen2007-10-097-0/+125
| | | (bzr r3864)
* Removed some unnecessarry bounding box updates in sp-item.cppNiko Kiirala2007-10-081-2/+8
| | | (bzr r3863)
* Adding profile manager and user-visible drop-down in CMS pickerJon A. Cruz2007-10-088-19/+210
| | | (bzr r3862)
* tab handles in gradient tool only when they existbulia byak2007-10-081-2/+5
| | | (bzr r3861)
* Filter effects dialog:Nicholas Bishop2007-10-082-33/+18
| | | | | * Added click-to-edit for labels in the filter list (bzr r3860)
* Filter effects dialog:Nicholas Bishop2007-10-082-87/+46
| | | | | * Added a column of checkboxes to the filter selection list. Setting the checkbox will set that filter to all selected objects. Clearing the checkbox unsets the filter from all selected objects. (bzr r3859)
* Use neutral out of gamut warning colorJon A. Cruz2007-10-072-3/+3
| | | (bzr r3857)
* add gradient selection describer for statusbarbulia byak2007-10-072-0/+63
| | | (bzr r3853)
* copyeditbulia byak2007-10-071-3/+3
| | | (bzr r3852)
* still more utility functionsbulia byak2007-10-071-0/+4
| | | (bzr r3851)
* - marked forgotten message for translationAlexandre Prokoudine2007-10-071-6/+6
| | | | | | - removed dots from checkboxes (GNOME HIG) - fixed a typo (bzr r3850)
* simplify gradient by ctrl+lbulia byak2007-10-071-18/+99
| | | (bzr r3849)
* hasSelection methodbulia byak2007-10-071-0/+1
| | | (bzr r3848)
* export average_colorbulia byak2007-10-072-2/+4
| | | (bzr r3847)
* Exposed preference for smaller tool icons on the left. (Needed forJon A. Cruz2007-10-072-0/+5
| | | | | smaller displays now that more tools are present) (bzr r3846)
* implement alt+drag of stopsbulia byak2007-10-071-2/+23
| | | (bzr r3845)
* fix dragging when center and radius are both selectedbulia byak2007-10-061-2/+2
| | | (bzr r3844)
* implement ins to create new stopsbulia byak2007-10-061-47/+124
| | | (bzr r3843)
* new selection utility methods; refactoring to allow finding grabber without ↵bulia byak2007-10-062-31/+62
| | | | | knowing its exact type, only by number (bzr r3842)
* a few more utility methodsbulia byak2007-10-062-14/+78
| | | (bzr r3841)
* Filters: Tweek various spinslider parameters.Tavmjong Bah2007-10-061-6/+6
| | | (bzr r3840)
* Composite Filter: Handle negative K's in Arithmetic mode.Tavmjong Bah2007-10-063-4/+19
| | | (bzr r3839)
* reenable stop moving by keys, add select-allbulia byak2007-10-053-20/+88
| | | (bzr r3838)
* Guards for lcms < 1.15Jon A. Cruz2007-10-052-2/+22
| | | (bzr r3837)
* Enabled custom out of gamut warning colorJon A. Cruz2007-10-053-3/+26
| | | (bzr r3836)
* keep family list open when font is selectedMenTaLguY2007-10-051-3/+2
| | | (bzr r3835)
* tune-up for lcms disabledJon A. Cruz2007-10-041-1/+6
| | | (bzr r3834)
* few more CMS optionsJon A. Cruz2007-10-044-13/+58
| | | (bzr r3833)