summaryrefslogtreecommitdiffstats
path: root/src/ui/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update cmake files & make function static.Campbell Barton2012-10-221-0/+2
| | | (bzr r11821)
* add missing source filesCampbell Barton2012-10-031-0/+7
| | | (bzr r11727)
* update for cmakeCampbell Barton2012-08-071-16/+6
| | | | | | | Fixed bugs: - https://launchpad.net/bugs/1033979 - https://launchpad.net/bugs/1033981 (bzr r11598)
* Remove unused icon-widget codeAlex Valavanis2012-05-311-2/+0
| | | (bzr r11446)
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-0/+2
| | | (bzr r11316)
* Fix for 169888 : HIG Style frameJohn Smith2012-04-171-0/+2
| | | (bzr r11260)
* C++ify context menu:Kris De Gussem2012-04-051-2/+0
| | | | | | | | - c++ified context-menu.cpp (and included in interface.cpp) - removed dozens of pointer conversions (of which some were erroneous) - fixed a memory leak - added some null pointer checks to prevent crashes (bzr r11160)
* Fix for 251674 and 592323 : Make CloneTiler dialog dockableJohn Smith2012-03-241-0/+2
| | | (bzr r11125)
* add missing files to cmake.Campbell Barton2012-03-111-0/+4
| | | (bzr r11069)
* cmake fixJohan B. C. Engelen2012-03-071-0/+4
| | | (bzr r11060)
* fix cmakelistsJohan B. C. Engelen2012-03-071-2/+0
| | | (bzr r11059)
* Cmake build fixKris De Gussem2012-03-031-0/+2
| | | (bzr r11044)
* Gtkmmification of object attributes dialog: image and link attributes now ↵Kris De Gussem2012-01-191-1/+3
| | | | | editable in dockable dialog (Bug #592323) (bzr r10910)
* Dropped deprecated function sp_repr_get_int_attributeKris De Gussem2012-01-111-0/+1
| | | (bzr r10871)
* Object properties dialog now dockable (derived from ↵Kris De Gussem2012-01-081-0/+1
| | | | | Inkscape::UI:Widget::Panel as opposed to Gtk::Widget) (bzr r10862)
* Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski2011-07-151-1/+1
| | | | | | | | The file now contains a no-op macro which is used to mark icon names. This way we can still generate a list of icon names we use using a simple grep, but don't trigger unnecessary rebuilds when a new icon names is added. (bzr r10452)
* update cmake for new filesCampbell Barton2011-07-131-1/+0
| | | (bzr r10447)
* update file listsCampbell Barton2011-06-241-3/+0
| | | (bzr r10348)
* cmake:Campbell Barton2011-06-131-1/+127
| | | | | | | - 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-9/+2
| | | (bzr r10278)
* cmake:Campbell Barton2011-06-131-16/+98
| | | | | | | 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-21/+43
| | | | | | - 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)
* 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/+15
| | | | | reduce linking stage command for windows. (bzr r7100)
* Cmake build fixes, minorJoshua L. Blocher2009-01-051-1/+0
| | | (bzr r7078)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-8/+0
| | | (bzr r6046)
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-101-15/+0
| | | | | | | This more or less mimics what is being done by automake with the Makefile_insert files What we were doing before did not work because add_directories() isn't able to propagate variables upwards. (bzr r5397)
* cmake: EOL of cmakelists.txt in subdirsJohan B. C. Engelen2008-04-071-31/+31
| | | (bzr r5379)
* add CMakeLists.txt file for src/ui and subdirsJohan B. C. Engelen2008-03-301-0/+31
(bzr r5240)