summaryrefslogtreecommitdiffstats
path: root/src/dialogs/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove misleading dialogs directoryLiam P. White2014-09-021-11/+0
| | | (bzr r13341.1.192)
* Drop old (unused) find dialog filesAlex Valavanis2013-03-181-2/+0
| | | (bzr r12223)
* Fix for 251674 and 592323 : Make CloneTiler dialog dockableJohn Smith2012-03-241-2/+0
| | | (bzr r11125)
* add missing files to cmake.Campbell Barton2012-03-111-3/+0
| | | (bzr r11069)
* fix cmakelistsJohan B. C. Engelen2012-03-071-4/+0
| | | (bzr r11059)
* Cmake build fixKris De Gussem2012-03-031-2/+0
| | | (bzr r11044)
* Gtkmmification of object attributes dialog: image and link attributes now ↵Kris De Gussem2012-01-191-3/+0
| | | | | editable in dockable dialog (Bug #592323) (bzr r10910)
* Object properties dialog now dockable (derived from ↵Kris De Gussem2012-01-081-1/+0
| | | | | Inkscape::UI:Widget::Panel as opposed to Gtk::Widget) (bzr r10862)
* cmake:Campbell Barton2011-06-131-1/+14
| | | | | | | - 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/+3
| | | | | | | 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-24/+12
| | | | | | - 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)
* Switching to new input dialog. Allows for a better UI and addresses bug ↵Jon A. Cruz2010-04-111-1/+0
| | | | | | | | | #334800 and bug #196195. Fixed bugs: - https://launchpad.net/bugs/334800 - https://launchpad.net/bugs/196195 (bzr r9312)
* Renamed ColorDef to PaintDef to prep for expanded functionality.Jon A. Cruz2009-03-201-3/+1
| | | (bzr r7528)
* 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)
* Merge from fe-movedTed Gould2008-11-211-2/+0
| | | (bzr r6891)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-25/+0
| | | (bzr r6046)
* Cmake: Moved sp-* into own library to reduce link cmdline and add new files ↵Joshua L. Blocher2008-05-191-2/+0
| | | | | to their cmakelists.txts (bzr r5713)
* Cmake: Fix some undefined function callsJoshua L. Blocher2008-05-061-1/+3
| | | (bzr r5611)
* Cmake: Fixed issues with pedro not linking correctlyJoshua L. Blocher2008-04-281-2/+25
| | | (bzr r5534)
* Cmake Build system - Initial commit.Joshua L. Blocher2008-03-271-0/+29
(bzr r5206)