| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | warning cleanup | Jon A. Cruz | 2007-11-08 | 8 | -146/+146 | |
| | | | | (bzr r4043) | |||||
| * | attempt at fixing [ 1679218 ] open/import clicking on a 0 byte image results ↵ | Johan B. C. Engelen | 2007-11-08 | 1 | -1/+15 | |
| | | | | | | in a crash; but for some reason, exception catching does not work... (bzr r4042) | |||||
| * | Improve the user interaction for snapping of bounding boxes, and add an new ↵ | Diederik van Lierop | 2007-11-05 | 2 | -29/+74 | |
| | | | | | | tab in document properties for detailed snapping options (bzr r4033) | |||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-04 | 3 | -29/+29 | |
| | | | | (bzr r4025) | |||||
| * | warning cleanup | Jon A. Cruz | 2007-11-02 | 2 | -19/+19 | |
| | | | | (bzr r4012) | |||||
| * | Diffuse Lighting Filter: | Tavmjong Bah | 2007-10-31 | 1 | -4/+4 | |
| | | | | | | | | | Specular Lighting Filter: Expand "Surface Scale" range. Increase "Constant" precision. (bzr r3999) | |||||
| * | fix Clear for Scale tab | bulia byak | 2007-10-31 | 1 | -2/+2 | |
| | | | | (bzr r3998) | |||||
| * | marked three messages from color gestures for translation | Alexandre Prokoudine | 2007-10-31 | 1 | -3/+3 | |
| | | | | (bzr r3987) | |||||
| * | LPE: implement NEW path-along-path effect, i think that old one has become ↵ | Johan B. C. Engelen | 2007-10-30 | 1 | -1/+7 | |
| | | | | | | obsolete and is renamed accordingly. implement straight path node editting for gears effect. (bzr r3983) | |||||
| * | add alt dragging for no change mode | bulia byak | 2007-10-30 | 2 | -14/+32 | |
| | | | | (bzr r3974) | |||||
| * | punctuation | bulia byak | 2007-10-25 | 1 | -2/+2 | |
| | | | | (bzr r3961) | |||||
| * | Dockable dialogs: Allow in-dock dialogs to be expanded even if there's | gustav_b | 2007-10-25 | 2 | -1/+26 | |
| | | | | | | no "slack". (bzr r3960) | |||||
| * | change cursor for color gestures | bulia byak | 2007-10-24 | 2 | -0/+46 | |
| | | | | (bzr r3956) | |||||
| * | whitespace | bulia byak | 2007-10-24 | 1 | -66/+66 | |
| | | | | (bzr r3955) | |||||
| * | enable color gestures for fill and stroke | bulia byak | 2007-10-24 | 2 | -14/+175 | |
| | | | | (bzr r3950) | |||||
| * | new class for widgets adjustable by rotation-like gestures | bulia byak | 2007-10-24 | 3 | -0/+205 | |
| | | | | (bzr r3949) | |||||
| * | rename master opacity to opacity | bulia byak | 2007-10-24 | 1 | -1/+1 | |
| | | | | (bzr r3948) | |||||
| * | Fix RegisteredWidgets. Due to rev 16265, widgets were no longer initialized. ↵ | Johan B. C. Engelen | 2007-10-19 | 1 | -24/+0 | |
| | | | | | | This is now fixed: setValue and its siblings should always set the widget to something, regardless _wr->isUpdating(). (bzr r3931) | |||||
| * | Added a Rename menu item to the popup for the filter list in the filter ↵ | Nicholas Bishop | 2007-10-17 | 2 | -0/+8 | |
| | | | | | | effects dialog; equivalent to double-clicking on the filter. (bzr r3921) | |||||
| * | Fixed filter type translation for the filter effects dialog. | Nicholas Bishop | 2007-10-17 | 1 | -1/+1 | |
| | | | | (bzr r3920) | |||||
| * | runaway random number widget workaround | Johan B. C. Engelen | 2007-10-16 | 1 | -9/+4 | |
| | | | | (bzr r3913) | |||||
| * | Fix checkbuttons of LPEs. Should no longer crash, should no longer need ↵ | Johan B. C. Engelen | 2007-10-16 | 1 | -2/+25 | |
| | | | | | | clicking multiple times to see effect. (bzr r3912) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-10-12 | 1 | -0/+2 | |
| | | | | | | Fixed bug with columns sizes; if filter primitives are added the treeview and dialog box get wider, but when the filter primitives are removed, the dialog can't be resized back to the smaller size. (bzr r3899) | |||||
| * | implement no-forking option | bulia byak | 2007-10-11 | 2 | -9/+16 | |
| | | | | (bzr r3886) | |||||
| * | trivial: ui/widget/*, ui/dialog/*: svn propset svn:eol-style native *.h *.cpp. | Peter Moulder | 2007-10-11 | 9 | -3271/+3270 | |
| | | | | (bzr r3883) | |||||
| * | noop: ui/widget/selected-style.cpp: Change a local var to be more const, to ↵ | Peter Moulder | 2007-10-11 | 1 | -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 Moulder | 2007-10-11 | 2 | -2/+2 | |
| | | | | | | _prefs_path from gchar* to gchar const *. (bzr r3881) | |||||
| * | 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) | |||||
| * | - marked forgotten message for translation | Alexandre Prokoudine | 2007-10-07 | 1 | -6/+6 | |
| | | | | | | | - removed dots from checkboxes (GNOME HIG) - fixed a typo (bzr r3850) | |||||
| * | 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) | |||||
| * | Filters: Tweek various spinslider parameters. | Tavmjong Bah | 2007-10-06 | 1 | -6/+6 | |
| | | | | (bzr r3840) | |||||
| * | Guards for lcms < 1.15 | Jon A. Cruz | 2007-10-05 | 1 | -2/+12 | |
| | | | | (bzr r3837) | |||||
| * | Enabled custom out of gamut warning color | Jon A. Cruz | 2007-10-05 | 1 | -2/+16 | |
| | | | | (bzr r3836) | |||||
| * | 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 | 2 | -10/+36 | |
| | | | | (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 | 1 | -0/+2 | |
| | | | | (bzr r3830) | |||||
| * | Split CMS to separate prefs page | Jon A. Cruz | 2007-10-03 | 2 | -18/+25 | |
| | | | | (bzr r3829) | |||||
| * | Added profile intent options | Jon A. Cruz | 2007-10-03 | 2 | -0/+17 | |
| | | | | (bzr r3827) | |||||
| * | Initial cut of softproofing | Jon A. Cruz | 2007-10-03 | 2 | -0/+47 | |
| | | | | (bzr r3826) | |||||
| * | Added searching for icc profiles in standard locations, and preference to ↵ | Jon A. Cruz | 2007-10-01 | 2 | -6/+33 | |
| | | | | | | combo box. (bzr r3819) | |||||
| * | Convolve Matrix Filter: | Tavmjong Bah | 2007-09-30 | 1 | -1/+2 | |
| | | | | | | | Enable and use preserveAlpha attribute. Increase range for divisor attribute. (bzr r3818) | |||||
| * | Color Matrix Filter: | Tavmjong Bah | 2007-09-28 | 1 | -1/+2 | |
| | | | | | | | | Matrix mode: set default to Identity matrix. Matrix mode: multiply 5th column by 255. Hue Rotation mode: convert degrees to radians for sin/cos. (bzr r3811) | |||||
| * | fixing undo problems with LPE widgets. Not completely fixed yet. ↵ | Johan B. C. Engelen | 2007-09-27 | 6 | -19/+83 | |
| | | | | | | CheckButtons still crash, and some changes are not recorded in the history (try the random parameters of curve stitching) (bzr r3809) | |||||
| * | remove obsolete import-as-pattern option | bulia byak | 2007-09-26 | 2 | -4/+1 | |
| | | | | (bzr r3807) | |||||
| * | Changed preference to use file chooser button | Jon A. Cruz | 2007-09-26 | 4 | -28/+57 | |
| | | | | (bzr r3806) | |||||
| * | fix 1802374, 1736088 | bulia byak | 2007-09-26 | 1 | -12/+12 | |
| | | | | (bzr r3805) | |||||
| * | Added display profile calibration | Jon A. Cruz | 2007-09-26 | 2 | -0/+30 | |
| | | | | (bzr r3804) | |||||
