| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update cmake files & make function static. | Campbell Barton | 2012-10-22 | 1 | -0/+2 |
| | | | | (bzr r11821) | ||||
| * | add missing source files | Campbell Barton | 2012-10-03 | 1 | -0/+7 |
| | | | | (bzr r11727) | ||||
| * | update for cmake | Campbell Barton | 2012-08-07 | 1 | -16/+6 |
| | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1033979 - https://launchpad.net/bugs/1033981 (bzr r11598) | ||||
| * | Remove unused icon-widget code | Alex Valavanis | 2012-05-31 | 1 | -2/+0 |
| | | | | (bzr r11446) | ||||
| * | Adding base configurable sizing of controls/handles. | Jon A. Cruz | 2012-05-03 | 1 | -0/+2 |
| | | | | (bzr r11316) | ||||
| * | Fix for 169888 : HIG Style frame | John Smith | 2012-04-17 | 1 | -0/+2 |
| | | | | (bzr r11260) | ||||
| * | C++ify context menu: | Kris De Gussem | 2012-04-05 | 1 | -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 dockable | John Smith | 2012-03-24 | 1 | -0/+2 |
| | | | | (bzr r11125) | ||||
| * | add missing files to cmake. | Campbell Barton | 2012-03-11 | 1 | -0/+4 |
| | | | | (bzr r11069) | ||||
| * | cmake fix | Johan B. C. Engelen | 2012-03-07 | 1 | -0/+4 |
| | | | | (bzr r11060) | ||||
| * | fix cmakelists | Johan B. C. Engelen | 2012-03-07 | 1 | -2/+0 |
| | | | | (bzr r11059) | ||||
| * | Cmake build fix | Kris De Gussem | 2012-03-03 | 1 | -0/+2 |
| | | | | (bzr r11044) | ||||
| * | Gtkmmification of object attributes dialog: image and link attributes now ↵ | Kris De Gussem | 2012-01-19 | 1 | -1/+3 |
| | | | | | | editable in dockable dialog (Bug #592323) (bzr r10910) | ||||
| * | Dropped deprecated function sp_repr_get_int_attribute | Kris De Gussem | 2012-01-11 | 1 | -0/+1 |
| | | | | (bzr r10871) | ||||
| * | Object properties dialog now dockable (derived from ↵ | Kris De Gussem | 2012-01-08 | 1 | -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??ski | 2011-07-15 | 1 | -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 files | Campbell Barton | 2011-07-13 | 1 | -1/+0 |
| | | | | (bzr r10447) | ||||
| * | update file lists | Campbell Barton | 2011-06-24 | 1 | -3/+0 |
| | | | | (bzr r10348) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -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 Barton | 2011-06-13 | 1 | -9/+2 |
| | | | | (bzr r10278) | ||||
| * | cmake: | Campbell Barton | 2011-06-13 | 1 | -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 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 | -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. 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/+15 |
| | | | | | | reduce linking stage command for windows. (bzr r7100) | ||||
| * | Cmake build fixes, minor | Joshua L. Blocher | 2009-01-05 | 1 | -1/+0 |
| | | | | (bzr r7078) | ||||
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 1 | -8/+0 |
| | | | | (bzr r6046) | ||||
| * | process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES() | Aaron Spike | 2008-04-10 | 1 | -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 subdirs | Johan B. C. Engelen | 2008-04-07 | 1 | -31/+31 |
| | | | | (bzr r5379) | ||||
| * | add CMakeLists.txt file for src/ui and subdirs | Johan B. C. Engelen | 2008-03-30 | 1 | -0/+31 |
| (bzr r5240) | |||||
