summaryrefslogtreecommitdiffstats
path: root/src/widgets/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Cmake: restructure build files to be more like current build system. Should ↵Joshua L. Blocher2009-01-091-0/+1
| | | | | reduce linking stage command for windows. (bzr r7100)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-33/+1
| | | (bzr r6046)
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-64/+64
| | | (bzr r5379)
* add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. ↵Johan B. C. Engelen2008-03-301-0/+65
minimal checking was done with existing Makefile_insert (bzr r5241)