| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Avoid string literal char* warnings on g++-4.2: change some functions to ↵ | Peter Moulder | 2007-10-11 | 8 | -28/+28 | |
| | | | | | | take char const* rather than char*. (bzr r3874) | |||||
| * | Fix g_return_if_fail failure: It can validly happen that ↵ | Peter Moulder | 2007-10-11 | 1 | -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) | |||||
| * | added icon theme specification to the GTK theme Inkscape uses on OS X. I use ↵ | JiHO | 2007-10-11 | 1 | -0/+2 | |
| | | | | | | gnome default which is currently Pango (and looks better than the old gnome theme) (bzr r3872) | |||||
| * | Hooks for handling embedded ICC profiles | Jon A. Cruz | 2007-10-11 | 1 | -1/+55 | |
| | | | | (bzr r3871) | |||||
| * | update copyright header to reflect Nathan's work in e.g. r1204 | MenTaLguY | 2007-10-11 | 1 | -1/+3 | |
| | | | | (bzr r3870) | |||||
| * | removed pattern with potential license issue per John Cliff | Josh Andler | 2007-10-09 | 1 | -20/+0 | |
| | | | | (bzr r3869) | |||||
| * | Add hack to prevent the dock paned from catching F6 and F8 key presses. | gustav_b | 2007-10-09 | 1 | -0/+7 | |
| | | | | (bzr r3868) | |||||
| * | commit updates to curvestitch example | Johan B. C. Engelen | 2007-10-09 | 1 | -95/+86 | |
| | | | | (bzr r3867) | |||||
| * | Copy gspawn-win32-helper.exe to dist dir. Does this fix the crashing when ↵ | Johan B. C. Engelen | 2007-10-09 | 1 | -0/+4 | |
| | | | | | | running extensions? It does for me. (bzr r3866) | |||||
| * | Cliff's nice patch: [ 1803881 ] Stock Patterns Support in Fill/Stroke | Johan B. C. Engelen | 2007-10-09 | 3 | -34/+521 | |
| | | | | (bzr r3865) | |||||
| * | apply John Cliff's patch [ 1743843 ] Create Marker from Selection Menu Item | Johan B. C. Engelen | 2007-10-09 | 7 | -0/+125 | |
| | | | | (bzr r3864) | |||||
| * | Removed some unnecessarry bounding box updates in sp-item.cpp | Niko Kiirala | 2007-10-08 | 1 | -2/+8 | |
| | | | | (bzr r3863) | |||||
| * | Adding profile manager and user-visible drop-down in CMS picker | Jon A. Cruz | 2007-10-08 | 8 | -19/+210 | |
| | | | | (bzr r3862) | |||||
| * | tab handles in gradient tool only when they exist | bulia byak | 2007-10-08 | 1 | -2/+5 | |
| | | | | (bzr r3861) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-10-08 | 2 | -33/+18 | |
| | | | | | | * Added click-to-edit for labels in the filter list (bzr r3860) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-10-08 | 2 | -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) | |||||
| * | fix hacked element cloning | Aaron Spike | 2007-10-08 | 4 | -9/+9 | |
| | | | | | | | cloning with fromstring(tostring()) striped xmlns now using copy.deepcopy() (bzr r3858) | |||||
| * | Use neutral out of gamut warning color | Jon A. Cruz | 2007-10-07 | 2 | -3/+3 | |
| | | | | (bzr r3857) | |||||
| * | remove unused svg key screens, now html is used | bulia byak | 2007-10-07 | 5 | -3960/+1 | |
| | | | | (bzr r3856) | |||||
| * | gradient tool update | bulia byak | 2007-10-07 | 2 | -144/+156 | |
| | | | | (bzr r3855) | |||||
| * | eliminate px | bulia byak | 2007-10-07 | 1 | -5/+5 | |
| | | | | (bzr r3854) | |||||
| * | add gradient selection describer for statusbar | bulia byak | 2007-10-07 | 2 | -0/+63 | |
| | | | | (bzr r3853) | |||||
| * | copyedit | bulia byak | 2007-10-07 | 1 | -3/+3 | |
| | | | | (bzr r3852) | |||||
| * | still more utility functions | bulia byak | 2007-10-07 | 1 | -0/+4 | |
| | | | | (bzr r3851) | |||||
| * | - marked forgotten message for translation | Alexandre Prokoudine | 2007-10-07 | 1 | -6/+6 | |
| | | | | | | | - removed dots from checkboxes (GNOME HIG) - fixed a typo (bzr r3850) | |||||
| * | simplify gradient by ctrl+l | bulia byak | 2007-10-07 | 1 | -18/+99 | |
| | | | | (bzr r3849) | |||||
| * | hasSelection method | bulia byak | 2007-10-07 | 1 | -0/+1 | |
| | | | | (bzr r3848) | |||||
| * | export average_color | bulia byak | 2007-10-07 | 2 | -2/+4 | |
| | | | | (bzr r3847) | |||||
| * | Exposed preference for smaller tool icons on the left. (Needed for | Jon A. Cruz | 2007-10-07 | 2 | -0/+5 | |
| | | | | | | smaller displays now that more tools are present) (bzr r3846) | |||||
| * | implement alt+drag of stops | bulia byak | 2007-10-07 | 1 | -2/+23 | |
| | | | | (bzr r3845) | |||||
| * | fix dragging when center and radius are both selected | bulia byak | 2007-10-06 | 1 | -2/+2 | |
| | | | | (bzr r3844) | |||||
| * | implement ins to create new stops | bulia byak | 2007-10-06 | 1 | -47/+124 | |
| | | | | (bzr r3843) | |||||
| * | new selection utility methods; refactoring to allow finding grabber without ↵ | bulia byak | 2007-10-06 | 2 | -31/+62 | |
| | | | | | | knowing its exact type, only by number (bzr r3842) | |||||
| * | a few more utility methods | bulia byak | 2007-10-06 | 2 | -14/+78 | |
| | | | | (bzr r3841) | |||||
| * | Filters: Tweek various spinslider parameters. | Tavmjong Bah | 2007-10-06 | 1 | -6/+6 | |
| | | | | (bzr r3840) | |||||
| * | Composite Filter: Handle negative K's in Arithmetic mode. | Tavmjong Bah | 2007-10-06 | 3 | -4/+19 | |
| | | | | (bzr r3839) | |||||
| * | reenable stop moving by keys, add select-all | bulia byak | 2007-10-05 | 3 | -20/+88 | |
| | | | | (bzr r3838) | |||||
| * | Guards for lcms < 1.15 | Jon A. Cruz | 2007-10-05 | 2 | -2/+22 | |
| | | | | (bzr r3837) | |||||
| * | Enabled custom out of gamut warning color | Jon A. Cruz | 2007-10-05 | 3 | -3/+26 | |
| | | | | (bzr r3836) | |||||
| * | keep family list open when font is selected | MenTaLguY | 2007-10-05 | 1 | -3/+2 | |
| | | | | (bzr r3835) | |||||
| * | tune-up for lcms disabled | Jon A. Cruz | 2007-10-04 | 1 | -1/+6 | |
| | | | | (bzr r3834) | |||||
| * | few more CMS options | Jon A. Cruz | 2007-10-04 | 4 | -13/+58 | |
| | | | | (bzr r3833) | |||||
| * | Variable rename | Jon A. Cruz | 2007-10-04 | 2 | -45/+45 | |
| | | | | (bzr r3832) | |||||
| * | Change CMS preference widgets to not expand | Jon A. Cruz | 2007-10-04 | 1 | -7/+7 | |
| | | | | (bzr r3831) | |||||
| * | non-lcms build fixes | Jon A. Cruz | 2007-10-03 | 3 | -2/+10 | |
| | | | | (bzr r3830) | |||||
| * | Split CMS to separate prefs page | Jon A. Cruz | 2007-10-03 | 2 | -18/+25 | |
| | | | | (bzr r3829) | |||||
| * | #ifdef improvement | Jon A. Cruz | 2007-10-03 | 1 | -2/+16 | |
| | | | | (bzr r3828) | |||||
| * | Added profile intent options | Jon A. Cruz | 2007-10-03 | 4 | -5/+31 | |
| | | | | (bzr r3827) | |||||
| * | Initial cut of softproofing | Jon A. Cruz | 2007-10-03 | 6 | -13/+179 | |
| | | | | (bzr r3826) | |||||
| * | 3dbox cursor | bulia byak | 2007-10-02 | 2 | -2/+40 | |
| | | | | (bzr r3825) | |||||
