summaryrefslogtreecommitdiffstats
path: root/src/bind (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the disabled script dialog and the nonfunctional Java bindingKrzysztof Kosi??ski2013-07-23505-31699/+0
| | | (bzr r12428)
* Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible ↵Alex Valavanis2013-03-261-1/+1
| | | | | | | | | check for X11 backend Fixed bugs: - https://launchpad.net/bugs/1160252 - https://launchpad.net/bugs/1122774 (bzr r12247)
* Fix -Wunused-function warningsAlex Valavanis2013-03-181-83/+0
| | | (bzr r12221)
* code cleanup: make more functions static or include their own headers.Campbell Barton2012-10-042-15/+15
| | | (bzr r11736)
* cppcheckKris De Gussem2012-03-072-7/+5
| | | (bzr r11052)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-2/+1
| | | (bzr r10697)
* Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz2011-10-253-9/+11
| | | (bzr r10696)
* Documentation update pass.Jon A. Cruz2011-10-231-10/+10
| | | (bzr r10692)
* cppcheckKris De Gussem2011-10-181-2/+2
| | | (bzr r10683)
* Doxygen cleanup.Jon A. Cruz2011-10-032-2/+2
| | | (bzr r10660)
* cmake:Campbell Barton2011-06-131-1/+11
| | | | | | | - 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-6/+5
| | | | | | - 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)
* Patches 3-11 from 488862 for a number of memleaks and ↵Josh Andler2009-12-161-2/+4
| | | | | allocation/deallocation issues. (bzr r8891)
* add additional files for win32 distributiontheAdib2009-08-081-1/+3
| | | (bzr r8447)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-3/+3
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8405)
* SPDocument->Documentjohnce2009-08-051-2/+2
| | | (bzr r8404)
* fix bug 346721Johan B. C. Engelen2009-05-171-1/+7
| | | (bzr r7897)
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-10/+1
| | | | | rather than for every subdirectory. (bzr r7336)
* 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-214-12/+15
| | | (bzr r6891)
* warning cleanupJon A. Cruz2008-07-161-1/+1
| | | (bzr r6329)
* Cmake: remove header files from source listsJoshua L. Blocher2008-06-241-2/+0
| | | (bzr r6046)
* Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to ↵Bob Jamison2008-05-291-1/+5
| | | | | BR_DATADIR. This should solve the "current directory" problems. This is a temporary fix. (bzr r5762)
* Remove warningsBob Jamison2008-05-041-2/+6
| | | (bzr r5603)
* process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike2008-04-101-11/+1
| | | | | | | 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)
* Add native method stubbing utilityBob Jamison2008-04-041-0/+299
| | | (bzr r5335)
* Use MAX_PATH instead of arbitrary string length. Improve comments.Bob Jamison2008-04-031-18/+54
| | | (bzr r5319)
* improve jvm search to allow an embedded jre. fix missed "public" on methodBob Jamison2008-04-032-22/+58
| | | (bzr r5317)
* Improve buf<-->xml doc conversionBob Jamison2008-04-022-22/+105
| | | (bzr r5316)
* Initial capability to load current document into scriptBob Jamison2008-04-022-18/+99
| | | (bzr r5315)
* Move to devlibs for nowBob Jamison2008-04-0110-0/+0
| | | (bzr r5303)
* Improve script engine listingBob Jamison2008-04-011-9/+13
| | | (bzr r5298)
* Switch menu to comboboxBob Jamison2008-04-011-30/+42
| | | (bzr r5297)
* Improve 'dirty' editor handlingBob Jamison2008-04-012-90/+179
| | | (bzr r5291)
* Improve file handlingBob Jamison2008-04-014-14/+219
| | | (bzr r5288)
* Oops. forgot resources for console.Bob Jamison2008-03-3110-0/+0
| | | (bzr r5283)
* Move script dialog from gtkmm to jvmBob Jamison2008-03-319-405/+1498
| | | (bzr r5272)
* Change INKSCAPE_JAVADIR to INKSCAPE_BINDDIR so that we can have subdirs for ↵Bob Jamison2008-03-311-2/+4
| | | | | each language supported (bzr r5268)
* Cmake Build system - Initial commit.Joshua L. Blocher2008-03-271-0/+16
| | | (bzr r5206)
* Finished multiple inheritance delegationBob Jamison2008-03-2435-592/+1381
| | | (bzr r5184)
* More MI delegation. 28 leftBob Jamison2008-03-2326-298/+772
| | | (bzr r5183)
* More multiple inheritance delegation. 53 files to go.Bob Jamison2008-03-226-114/+222
| | | (bzr r5169)
* More delegation for SMILBob Jamison2008-03-224-11/+19
| | | (bzr r5162)
* Delegate MI methods to impl classesBob Jamison2008-03-2212-287/+304
| | | (bzr r5155)