| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | trivial: ui/widget/*, ui/dialog/*: svn propset svn:eol-style native *.h *.cpp. | Peter Moulder | 2007-10-11 | 4 | -2595/+2594 |
| | | | | (bzr r3883) | ||||
| * | (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) | ||||
| * | 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 | 2 | -2/+5 |
| | | | | (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) | ||||
| * | Add functions for showing a specific notebook page in the F&S dialog, | gustav_b | 2007-09-20 | 2 | -0/+26 |
| | | | | | | | replaced the use of the old sp_object_properties_{fill,stroke} with them. (bzr r3780) | ||||
| * | Handle Dialog events properly | gustav_b | 2007-09-19 | 1 | -33/+28 |
| | | | | (bzr r3774) | ||||
| * | Move more dialog event handling into Dialog class, work in progress on | gustav_b | 2007-09-19 | 2 | -20/+77 |
| | | | | | | focus issues. (bzr r3767) | ||||
| * | Cleaned up Dialog class, coding style, unused code, etc. (only | gustav_b | 2007-09-19 | 6 | -142/+138 |
| | | | | | | | | | | | | | | estethical changes) --This line, and those below, will be ignored-- M src/ui/dialog/dialog.h M src/ui/dialog/tree-editor.cpp M src/ui/dialog/dialog.cpp M src/ui/dialog/dock-behavior.cpp M src/ui/dialog/floating-behavior.cpp M src/ui/dialog/tree-editor.h (bzr r3766) | ||||
| * | **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵ | Peter Moulder | 2007-09-12 | 1 | -3/+3 |
| | | | | | | %.$(OBJEXT) instead of %.o. (bzr r3726) | ||||
| * | Allow GdlDockItems to take focus, and grab focus on present. Various | gustav_b | 2007-09-10 | 1 | -1/+1 |
| | | | | | | cleanups. (bzr r3718) | ||||
| * | Remove redundant dialog present(), make sure user_hidden is set for | gustav_b | 2007-09-10 | 2 | -1/+1 |
| | | | | | | DockBehavior dialogs. (bzr r3710) | ||||
| * | place apply horizonally | bulia byak | 2007-09-08 | 2 | -5/+5 |
| | | | | (bzr r3702) | ||||
| * | initially hide the remove button | bulia byak | 2007-09-05 | 1 | -1/+1 |
| | | | | (bzr r3687) | ||||
| * | move the remove button to where it makes more sense | bulia byak | 2007-09-05 | 1 | -1/+4 |
| | | | | (bzr r3684) | ||||
| * | copyedit | bulia byak | 2007-09-05 | 1 | -3/+3 |
| | | | | (bzr r3680) | ||||
| * | LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and ↵ | Johan B. C. Engelen | 2007-09-04 | 1 | -0/+2 |
| | | | | | | path-along-path. remove trailing space in verbs.cpp. Fix initialization of BoolParam (bzr r3675) | ||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-09-03 | 1 | -17/+40 |
| | | | | | | * Add visual display of default filter connections; these are drawn in a lighter color than explicitly set connections (bzr r3671) | ||||
| * | Fixes for transient dialogs in win32. | gustav_b | 2007-09-02 | 5 | -20/+82 |
| | | | | (bzr r3670) | ||||
| * | relabel widgets for (hopefully) clarity | MenTaLguY | 2007-09-01 | 1 | -6/+6 |
| | | | | (bzr r3658) | ||||
| * | marked "Light Source:" for translation, added two missing files (SVG filters ↵ | Alexandre Prokoudine | 2007-08-30 | 1 | -1/+1 |
| | | | | | | related) to po/POTFILES.in (bzr r3620) | ||||
| * | Dockable dialogs patch applied | gustav_b | 2007-08-29 | 47 | -264/+1171 |
| | | | | | | (https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) (bzr r3613) | ||||
| * | Don't snap node handles to the parent path, plus a small string change | Diederik van Lierop | 2007-08-29 | 1 | -1/+1 |
| | | | | (bzr r3612) | ||||
| * | Implement snapping of guides while dragging them, and snap TO item centers ↵ | Diederik van Lierop | 2007-08-28 | 2 | -17/+23 |
| | | | | | | (we only had snapping FROM item centers so far) (bzr r3603) | ||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-08-20 | 1 | -3/+3 |
| | | | | | | * A couple small corrections to settings colors in the filter dialog (bzr r3551) | ||||
| * | added import/export preferences category | Bruno Dilly | 2007-08-20 | 2 | -18/+31 |
| | | | | (bzr r3549) | ||||
| * | merge of dialog and impl classes of ocaldialogs | Bruno Dilly | 2007-08-20 | 2 | -262/+97 |
| | | | | (bzr r3546) | ||||
| * | search and reset buttons added to ocal related features. fixed signals in ↵ | Bruno Dilly | 2007-08-20 | 4 | -231/+40 |
| | | | | | | import from ocal dialog. (bzr r3544) | ||||
| * | Renaming some labels in the snapping tab | Diederik van Lierop | 2007-08-19 | 1 | -6/+8 |
| | | | | (bzr r3531) | ||||
| * | Relocated the code that adds a link to the example folder inside from ↵ | Joel Holdsworth | 2007-08-19 | 1 | -3/+13 |
| | | | | | | file.cpp to filedialogimpl-gtkmm.cpp (bzr r3525) | ||||
| * | search button and description label add to import from ocal dialog | Bruno Dilly | 2007-08-19 | 3 | -10/+29 |
| | | | | (bzr r3519) | ||||
