summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/selected-style.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-01Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...Tavmjong Bah1-2/+2
2014-12-25Remove sp_style_new().Tavmjong Bah1-14/+12
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-36/+35
2014-12-21Purge sp_desktop_canvasLiam P. White1-2/+2
2014-12-21Purge sp_desktop_namedview in favor of SPDesktop::getNamedViewLiam P. White1-1/+1
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-1/+1
2014-11-24Units: make it absolutely clear that Document properties unit dropdown is for...Johan B. C. Engelen1-1/+1
2014-10-14Fix crash with GTK+ 3.14 on launchBryce Harrington1-1/+3
2014-10-02i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour1-1/+5
2014-08-30Fix modelinesAlex Valavanis1-2/+2
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