| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove old icon handling code | Alexander Valavanis | 2017-06-29 | 1 | -2/+0 |
| | | |||||
| * | Rm remaining Gtk::Stock usage | Alex Valavanis | 2016-12-27 | 1 | -2/+0 |
| | | | | (bzr r15368) | ||||
| * | CMake: add missing headers | Campbell Barton | 2016-09-03 | 1 | -45/+43 |
| | | | | (bzr r15102) | ||||
| * | Move GIMP widgets to their own folder | Alex Valavanis | 2016-08-08 | 1 | -38/+37 |
| | | | | (bzr r15043.1.2) | ||||
| * | Split InkAction classes into separate files | Alex Valavanis | 2016-08-05 | 1 | -0/+6 |
| | | | | (bzr r15043) | ||||
| * | Disable GTK+ 2 support and delete internal copy of GDL | Alex Valavanis | 2016-07-27 | 1 | -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 Valavanis | 2016-04-13 | 1 | -2/+0 |
| | | | | | | #Hackfest2016 (bzr r14837) | ||||
| * | Fix cmake build | Marc Jeanmougin | 2016-04-13 | 1 | -0/+8 |
| | | | | (bzr r14818) | ||||
| * | Fix CMake build | Alex Valavanis | 2015-11-12 | 1 | -2/+9 |
| | | | | (bzr r14449.1.6) | ||||
| * | Using SelectedColor instead of SPColorSelector | Tomasz Boczkowski | 2015-04-26 | 1 | -2/+0 |
| |\ | | | | | (bzr r14059.1.10) | ||||
| | * | moved ColorNotebook to ui/widget | Tomasz Boczkowski | 2014-06-01 | 1 | -2/+0 |
| | | | | | | | (bzr r13341.6.51) | ||||
| * | | merged SPColorICCSelector c++-sification from svgpaints branch | Tomasz Boczkowski | 2015-04-26 | 1 | -2/+0 |
| |\| | | | | | (bzr r14059.1.9) | ||||
| | * | SPColorICC c++sification: moved to ui/widget/ | Tomasz Boczkowski | 2014-05-31 | 1 | -2/+0 |
| | | | | | | | (bzr r13341.6.41) | ||||
| * | | merged SPColorScales c++-sification from svgpaints branch | Tomasz Boczkowski | 2015-04-26 | 1 | -4/+0 |
| |\| | | | | | (bzr r14059.1.8) | ||||
| | * | updated CMakeLists | Tomasz Boczkowski | 2014-05-31 | 1 | -4/+0 |
| | | | | | | | (bzr r13341.6.39) | ||||
| * | | merged SPColorSlider c++-sification from svgpaints branch | Tomasz Boczkowski | 2015-04-25 | 1 | -2/+0 |
| |\| | | | | | (bzr r14059.1.1) | ||||
| | * | moved widgets/sp-color-slider to ui/widget/color-slider | Tomasz Boczkowski | 2014-05-23 | 1 | -2/+0 |
| | | | | | | | (bzr r13341.6.2) | ||||
| * | | Fix CMakeLists | Liam P. White | 2014-10-05 | 1 | -0/+10 |
| |/ | | | (bzr r13341.1.250) | ||||
| * | Fix spelling error in filename | Krzysztof Kosi??ski | 2013-07-23 | 1 | -2/+2 |
| | | | | (bzr r12430) | ||||
| * | Drop unused sp-color-gtkselector code | Alex Valavanis | 2012-12-01 | 1 | -2/+0 |
| | | | | (bzr r11919) | ||||
| * | Add Mesh tool (experimental, requires Cario >= 1.11.4, disabled by default). | Tavmjong Bah | 2012-05-23 | 1 | -0/+2 |
| | | | | (bzr r11406) | ||||
| * | Fix for 986446 : Refactor toolbox into tool specific files | John Smith | 2012-05-08 | 1 | -0/+36 |
| | | | | (bzr r11346) | ||||
| * | Fix for 943225 : Replace Gtk::OptionMenu with Gtk::ComboBox | John Smith | 2012-03-14 | 1 | -0/+2 |
| | | | | (bzr r11083) | ||||
| * | added missing header | Campbell Barton | 2011-07-02 | 1 | -0/+3 |
| | | | | (bzr r10397) | ||||
| * | get cmake working again. | Campbell Barton | 2011-06-22 | 1 | -2/+0 |
| | | | | (bzr r10334) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -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 Barton | 2011-06-13 | 1 | -1/+2 |
| | | | | (bzr r10278) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -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 Barton | 2011-06-12 | 1 | -2/+2 |
| | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274) | ||||
| * | work in progress cmake commit: | Campbell Barton | 2011-06-12 | 1 | -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. Cruz | 2010-12-06 | 1 | -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. Cruz | 2010-03-21 | 1 | -1/+2 |
| | | | | (bzr r9218) | ||||
| * | Cmake: Fixed the extra -l in the link command, plus a add linking for all ↵ | Joshua L. Blocher | 2009-01-12 | 1 | -1/+3 |
| | | | | | | sub-libs of inkscape. (bzr r7120) | ||||
| * | Cmake: restructure build files to be more like current build system. Should ↵ | Joshua L. Blocher | 2009-01-09 | 1 | -0/+1 |
| | | | | | | reduce linking stage command for windows. (bzr r7100) | ||||
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 1 | -33/+1 |
| | | | | (bzr r6046) | ||||
| * | cmake: EOL of cmakelists.txt in subdirs | Johan B. C. Engelen | 2008-04-07 | 1 | -64/+64 |
| | | | | (bzr r5379) | ||||
| * | add CMakeLists.txt files for trace, traits, utest, util, widgets and xml. ↵ | Johan B. C. Engelen | 2008-03-30 | 1 | -0/+65 |
| minimal checking was done with existing Makefile_insert (bzr r5241) | |||||
