summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/selected-style.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-10Add meshes to selected style widgetLiam P. White1-0/+21
2014-02-28Fix for Bug #1281859 (color gesture problems, alpha values below 0 and above 1).Nicolas Dufour1-0/+5
2014-01-08small code clarification, doesn't change anything, but makes intent more clearJohan B. C. Engelen1-1/+1
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
2013-11-05remove unused private membersJohan B. C. Engelen1-3/+1
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen1-7/+7
2013-10-05Rewrite the internals of the unit code for somewhat better performanceKrzysztof Kosi??ski1-1/+1
2013-08-04Switched to global UnitTable.Matthew Petroff1-1/+2
2013-07-31Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel1-7/+7
2013-07-19Ported "ui/widget/selected-style.*".Matthew Petroff1-13/+16
2013-07-17Temporary fixes/kludges.Matthew Petroff1-0/+1
2013-07-09Ported sp-namedview.cpp (todo: fix a bunch of things).Matthew Petroff1-1/+1
2013-04-05Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel1-2/+2
2013-03-09Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPickerAlex Valavanis1-1/+26
2012-11-15cppcheck: Simple fixes for src/ui/widgetAlex Valavanis1-4/+4
2012-10-23Fix for 171890 : Mouse wheel on swatchesJohn Smith1-41/+68
2012-10-01Fix for 831008 : Line width menu only show Px,Pt and mmJohn Smith1-33/+37
2012-09-23Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith1-3/+2
2012-09-22Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith1-0/+12
2012-08-05Fix for 484135 : clicking on the stroke size doesn't open the dialog boxJohn Smith1-0/+1
2012-07-11Fix for 167781 : opacity in selected style loses focus on kbd value scroll, f...John Smith1-0/+1
2012-07-10Fix for 167781 : opacity in selected style loses focus on kbd value scrollJohn Smith1-0/+2
2012-05-27Stop using deprecated GdkBitmap in custom cursorsAlex Valavanis1-13/+10
2012-04-30gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis1-0/+13
2012-04-23Get rid of GtkObject in toolboxAlex Valavanis1-1/+1
2012-04-13Translation. More disambiguations (see Bug #832560).Nicolas Dufour1-2/+2
2012-04-09Replace deprecated gdk_cursor_unrefAlex Valavanis1-0/+8
2012-03-07cppcheckKris De Gussem1-1/+1
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-2/+0
2012-02-12Header cleaningAlex Valavanis1-0/+1
2012-01-14More GSEAL stuffAlex Valavanis1-6/+7
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-2/+3
2012-01-03Fixed null-pointer ctor crashes.Jon A. Cruz1-4/+14
2012-01-03More deprecated GtkTooltipsAlex Valavanis1-25/+22
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-3/+1
2011-10-18cppcheckKris De Gussem1-1/+1
2011-10-03Doxygen cleanup.Jon A. Cruz1-1/+1
2011-06-25Gtk cleanup: gtk_object_set_dataAlex Valavanis1-1/+1
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-1/+1
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-1/+1
2010-10-25UI fixes (punctuation, units, accelerator keys) (a. o. Bug #560751 )Kris De Gussem1-2/+2
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-31/+31
2010-03-09Initial F&S dialog setting of swatch colors.Jon A. Cruz1-7/+7
2009-07-16Implement guide behaviour as discussed on the mailing listMaximilian Albert1-0/+1
2009-02-09adding comments/TODOs and/or reverting some of the things done in r20655Felipe Corr??a da Silva Sanches1-1/+7
2009-02-09gcc warning cleanupFelipe Corr??a da Silva Sanches1-1/+1
2008-08-03Fixed const-correctness and member accessJon A. Cruz1-18/+21
2008-07-04Warning cleanupJon A. Cruz1-1/+1
2008-04-01make stroke width adjustable by rotation toobulia byak1-3/+97
2007-11-22The dialog to panel refactoring:gustav_b1-15/+26