summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* 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)
* - marked forgotten message for translationAlexandre Prokoudine2007-10-071-6/+6
| | | | | | - removed dots from checkboxes (GNOME HIG) - fixed a typo (bzr r3850)
* 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)
* Filters: Tweek various spinslider parameters.Tavmjong Bah2007-10-061-6/+6
| | | (bzr r3840)
* Guards for lcms < 1.15Jon A. Cruz2007-10-051-2/+12
| | | (bzr r3837)
* Enabled custom out of gamut warning colorJon A. Cruz2007-10-051-2/+16
| | | (bzr r3836)
* tune-up for lcms disabledJon A. Cruz2007-10-041-1/+6
| | | (bzr r3834)
* few more CMS optionsJon A. Cruz2007-10-042-10/+36
| | | (bzr r3833)
* Variable renameJon A. Cruz2007-10-042-45/+45
| | | (bzr r3832)
* Change CMS preference widgets to not expandJon A. Cruz2007-10-041-7/+7
| | | (bzr r3831)
* non-lcms build fixesJon A. Cruz2007-10-031-0/+2
| | | (bzr r3830)
* Split CMS to separate prefs pageJon A. Cruz2007-10-032-18/+25
| | | (bzr r3829)
* Added profile intent optionsJon A. Cruz2007-10-032-0/+17
| | | (bzr r3827)
* Initial cut of softproofingJon A. Cruz2007-10-032-0/+47
| | | (bzr r3826)
* Added searching for icc profiles in standard locations, and preference to ↵Jon A. Cruz2007-10-012-6/+33
| | | | | combo box. (bzr r3819)
* Convolve Matrix Filter:Tavmjong Bah2007-09-301-1/+2
| | | | | | Enable and use preserveAlpha attribute. Increase range for divisor attribute. (bzr r3818)
* Color Matrix Filter:Tavmjong Bah2007-09-281-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. Engelen2007-09-276-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 optionbulia byak2007-09-262-4/+1
| | | (bzr r3807)
* Changed preference to use file chooser buttonJon A. Cruz2007-09-264-28/+57
| | | (bzr r3806)
* fix 1802374, 1736088bulia byak2007-09-261-12/+12
| | | (bzr r3805)
* Added display profile calibrationJon A. Cruz2007-09-262-0/+30
| | | (bzr r3804)
* Define DockItems' floating state properly. Fixes some issues withgustav_b2007-09-254-12/+15
| | | | | floating docks. (bzr r3799)
* Fixed unsafe hardcoding of buffer sizeJon A. Cruz2007-09-242-16/+16
| | | (bzr r3791)
* Add functions for showing a specific notebook page in the F&S dialog,gustav_b2007-09-204-8/+47
| | | | | | replaced the use of the old sp_object_properties_{fill,stroke} with them. (bzr r3780)
* Add scrolling of dock on DockItem::present.gustav_b2007-09-203-3/+26
| | | (bzr r3777)
* Handle Dialog events properlygustav_b2007-09-191-33/+28
| | | (bzr r3774)
* Move more dialog event handling into Dialog class, work in progress ongustav_b2007-09-192-20/+77
| | | | | focus issues. (bzr r3767)
* Cleaned up Dialog class, coding style, unused code, etc. (onlygustav_b2007-09-196-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)
* Add handling of focus tabbing for GdlDockItem + various DockItem focusgustav_b2007-09-161-2/+11
| | | | | fixes. (bzr r3764)
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-153-10/+8
| | | (bzr r3753)
* **/makefile.in: svn propset svn:eol-style native. Provide rule for ↵Peter Moulder2007-09-125-15/+15
| | | | | %.$(OBJEXT) instead of %.o. (bzr r3726)
* Allow GdlDockItems to take focus, and grab focus on present. Variousgustav_b2007-09-104-79/+114
| | | | | cleanups. (bzr r3718)
* Remove redundant dialog present(), make sure user_hidden is set forgustav_b2007-09-102-1/+1
| | | | | DockBehavior dialogs. (bzr r3710)
* Purged fill type enumJon A. Cruz2007-09-102-32/+31
| | | (bzr r3706)
* place apply horizonallybulia byak2007-09-082-5/+5
| | | (bzr r3702)
* Group dock related prefs, add hidden prefs for dock bar and switcher appearance.gustav_b2007-09-062-2/+13
| | | (bzr r3699)
* Prevented automatic center docking from happening and added thegustav_b2007-09-061-3/+9
| | | | | | preference "options.dialogscancenterdock" to allow users to disable it completely. (bzr r3692)
* initially hide the remove buttonbulia byak2007-09-051-1/+1
| | | (bzr r3687)
* LPE: fix undo bug for applying/removing effectJohan B. C. Engelen2007-09-051-2/+2
| | | (bzr r3686)
* move the remove button to where it makes more sensebulia byak2007-09-051-1/+4
| | | (bzr r3684)
* add accessor for the updating statebulia byak2007-09-051-0/+3
| | | (bzr r3681)
* copyeditbulia byak2007-09-051-3/+3
| | | (bzr r3680)
* workaround for runaway spinbuttonbulia byak2007-09-051-9/+4
| | | (bzr r3677)
* LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and ↵Johan B. C. Engelen2007-09-041-0/+2
| | | | | path-along-path. remove trailing space in verbs.cpp. Fix initialization of BoolParam (bzr r3675)
* Filter effects dialog:Nicholas Bishop2007-09-031-17/+40
| | | | | * Add visual display of default filter connections; these are drawn in a lighter color than explicitly set connections (bzr r3671)