summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/selected-style.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting last commitvanntile2019-08-171-6/+4
|
* Some useful hatch changesvanntile2019-08-171-4/+8
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Use monospace digits font in messages and spinbuttonsJabier Arraiza2018-11-031-0/+2
|
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
|
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-9/+9
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-1/+1
|
* Fix behavior of scroling stroke width statusbar indicator with non-px unitseman-mod2017-04-151-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1671877 (bzr r15622)
* ui/widgets: Drop GTK2 fallbacksAlex Valavanis2016-07-281-14/+1
| | | (bzr r15023.2.6)
* Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵Alex Valavanis2015-04-271-4/+0
| | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064)
* Fix modelinesAlex Valavanis2014-08-301-3/+3
| | | (bzr r13341.1.183)
* Add meshes to selected style widgetLiam P. White2014-08-101-0/+11
| | | (bzr r13341.1.129)
* remove unused private membersJohan B. C. Engelen2013-11-051-3/+0
| | | (bzr r12779)
* Units: stop newing Unit objects. pass around pointers to "undeletable" Unit ↵Johan B. C. Engelen2013-10-121-2/+2
| | | | | objects in the UnitTable. I think we should move to using indexed units, and pass around the index of the unit in the unittable, or smth like that... ? (bzr r12679)
* Ported "ui/widget/selected-style.*".Matthew Petroff2013-07-191-4/+7
| | | (bzr r12380.1.39)
* Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | has it. (bzr r12353)
* Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
* Fix another load of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12205)
* Use Gtk::Grid in PreviewHolder. Fixes color preview in RegisteredColorPickerAlex Valavanis2013-03-091-1/+15
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1094504 (bzr r12185)
* Fix for 171890 : Mouse wheel on swatchesJohn Smith2012-10-231-0/+3
| | | (bzr r11822)
* Fix for 831008 : Line width menu only show Px,Pt and mmJohn Smith2012-10-011-6/+3
| | | (bzr r11719)
* gtkmm-3.0 changes for Gtk::AdjustmentAlex Valavanis2012-04-301-0/+4
| | | (bzr r11308)
* gtkmm-3.0 fixes for Gtk::Box and header inclusionsAlex Valavanis2012-04-281-0/+2
| | | (bzr r11304)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-6/+2
| | | (bzr r11018)
* More deprecated GtkTooltipsAlex Valavanis2012-01-031-2/+0
| | | (bzr r10827)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-251-3/+4
| | | (bzr r10696)
* change spinbox to new one in many places.Johan B. C. Engelen2011-04-161-2/+2
| | | (bzr r10176)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* Fixed const-correctness and member accessJon A. Cruz2008-08-031-12/+14
| | | (bzr r6544)
* make stroke width adjustable by rotation toobulia byak2008-04-011-1/+24
| | | (bzr r5295)
* change cursor for color gesturesbulia byak2007-10-241-0/+6
| | | (bzr r3956)
* enable color gestures for fill and strokebulia byak2007-10-241-6/+28
| | | (bzr r3950)
* text markup; use gradient preview for gradient fills or strokesbulia byak2007-01-181-0/+6
| | | (bzr r2239)
* Make color drag to minibar only work when a styled item is selected.Jon A. Cruz2006-03-041-2/+2
| | | (bzr r201)
* Made style minibar take color drag-n-dropJon A. Cruz2006-03-011-0/+11
| | | (bzr r193)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+212
(bzr r1)