summaryrefslogtreecommitdiffstats
path: root/src/widgets/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove gimp ruler.Tavmjong Bah2019-06-291-1/+0
|
* Remove unused code.Tavmjong Bah2019-06-201-2/+0
|
* Finish TextToolbar migrationAlexander Valavanis2019-06-051-2/+0
|
* Hackfest2019: Drop unused EgeAdjustmentActionAlexander Valavanis2019-05-281-2/+0
|
* NodeToolbar: GtkAction migrationAlexander Valavanis2019-02-041-2/+0
|
* rm unused InkRadioActionAlexander Valavanis2019-02-031-2/+0
|
* MeasureToolbar: GtkAction migrationAlexander Valavanis2019-02-031-2/+0
|
* derive all toolbars from Inkscape::ToolbarAlexander Valavanis2019-01-191-2/+0
|
* Move Preview to Inkscape namespaceAlexander Valavanis2019-01-011-2/+0
|
* Move Button to Inkscape namespaceAlexander Valavanis2018-12-291-2/+0
|
* Move DashSelector to Inkscape::UI::Widget namespaceAlexander Valavanis2018-12-221-2/+0
|
* Clarify licensesMax Gaukler2018-11-081-0/+1
| | | | | | - 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
* Remove sp-xmlview-attr with attrdialog (C++) and improve interfaceMartin Owens2018-09-141-2/+0
|
* Refactor xml editor, improve UI and prepare for future additionsMartin Owens2018-09-111-2/+0
|
* Move toolbars to ui/toolbarAlexander Valavanis2018-06-171-52/+0
|
* Add files missing in last commit (FontSelector).Tavmjong Bah2018-04-131-2/+0
|
* Remove ege-select-one-action.Tavmjong Bah2018-02-041-2/+0
|
* Remove old icon handling codeAlexander Valavanis2017-06-291-2/+0
|
* Rm remaining Gtk::Stock usageAlex Valavanis2016-12-271-2/+0
| | | (bzr r15368)
* CMake: add missing headersCampbell Barton2016-09-031-45/+43
| | | (bzr r15102)
* Move GIMP widgets to their own folderAlex Valavanis2016-08-081-38/+37
| | | (bzr r15043.1.2)
* Split InkAction classes into separate filesAlex Valavanis2016-08-051-0/+6
| | | (bzr r15043)
* Disable GTK+ 2 support and delete internal copy of GDLAlex Valavanis2016-07-271-5/+2
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/1424830 - https://launchpad.net/bugs/1606558 (bzr r15023.2.1)
* Rm shrink_wrap_button - Not needed & uses deprecated GtkStyle features ↵Alex Valavanis2016-04-131-2/+0
| | | | | #Hackfest2016 (bzr r14837)
* Fix cmake buildMarc Jeanmougin2016-04-131-0/+8
| | | (bzr r14818)
* Fix CMake buildAlex Valavanis2015-11-121-2/+9
| | | (bzr r14449.1.6)
* Using SelectedColor instead of SPColorSelectorTomasz Boczkowski2015-04-261-2/+0
|\ | | | | (bzr r14059.1.10)
| * moved ColorNotebook to ui/widgetTomasz Boczkowski2014-06-011-2/+0
| | | | | | (bzr r13341.6.51)
* | merged SPColorICCSelector c++-sification from svgpaints branchTomasz Boczkowski2015-04-261-2/+0
|\| | | | | (bzr r14059.1.9)
| * SPColorICC c++sification: moved to ui/widget/Tomasz Boczkowski2014-05-311-2/+0
| | | | | | (bzr r13341.6.41)
* | merged SPColorScales c++-sification from svgpaints branchTomasz Boczkowski2015-04-261-4/+0
|\| | | | | (bzr r14059.1.8)
| * updated CMakeListsTomasz Boczkowski2014-05-311-4/+0
| | | | | | (bzr r13341.6.39)
* | merged SPColorSlider c++-sification from svgpaints branchTomasz Boczkowski2015-04-251-2/+0
|\| | | | | (bzr r14059.1.1)
| * moved widgets/sp-color-slider to ui/widget/color-sliderTomasz Boczkowski2014-05-231-2/+0
| | | | | | (bzr r13341.6.2)
* | Fix CMakeListsLiam P. White2014-10-051-0/+10
|/ | | (bzr r13341.1.250)
* Fix spelling error in filenameKrzysztof Kosi??ski2013-07-231-2/+2
| | | (bzr r12430)
* Drop unused sp-color-gtkselector codeAlex Valavanis2012-12-011-2/+0
| | | (bzr r11919)
* Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default).Tavmjong Bah2012-05-231-0/+2
| | | (bzr r11406)
* Fix for 986446 : Refactor toolbox into tool specific filesJohn Smith2012-05-081-0/+36
| | | (bzr r11346)
* Fix for 943225 : Replace Gtk::OptionMenu with Gtk::ComboBoxJohn Smith2012-03-141-0/+2
| | | (bzr r11083)
* added missing headerCampbell Barton2011-07-021-0/+3
| | | (bzr r10397)
* get cmake working again.Campbell Barton2011-06-221-2/+0
| | | (bzr r10334)
* cmake:Campbell Barton2011-06-131-1/+38
| | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
* cmake: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-131-1/+2
| | | (bzr r10278)
* cmake:Campbell Barton2011-06-131-2/+1
| | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276)
* cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵Campbell Barton2011-06-121-2/+2
| | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274)
* work in progress cmake commit:Campbell Barton2011-06-121-35/+39
| | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272)
* Remove custom color wheel widget in favor of the (relatively) recent GtkHSV. ↵Jon A. Cruz2010-12-061-1/+0
| | | | | | | | Fixes bug #170046. Fixed bugs: - https://launchpad.net/bugs/170046 (bzr r9941)
* Edit single-stop "swatch"/"solid" gradients in-place in the F&S dialog.Jon A. Cruz2010-03-211-1/+2
| | | (bzr r9218)
* Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵Joshua L. Blocher2009-01-121-1/+3
| | | | | sub-libs of inkscape. (bzr r7120)