summaryrefslogtreecommitdiffstats
path: root/src/bind (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-23Remove the disabled script dialog and the nonfunctional Java bindingKrzysztof Kosi??ski505-31699/+0
2013-03-26Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...Alex Valavanis1-1/+1
2013-03-18Fix -Wunused-function warningsAlex Valavanis1-83/+0
2012-10-04code cleanup: make more functions static or include their own headers.Campbell Barton2-15/+15
2012-03-07cppcheckKris De Gussem2-7/+5
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-2/+1
2011-10-25Cleanup pass on documentation that was dumping garbage into doxygen output.Jon A. Cruz3-9/+11
2011-10-23Documentation update pass.Jon A. Cruz1-10/+10
2011-10-18cppcheckKris De Gussem1-2/+2
2011-10-03Doxygen cleanup.Jon A. Cruz2-2/+2
2011-06-13cmake:Campbell Barton1-1/+11
2011-06-13cmake: now builds without having most of the source listed in 1 file.Campbell Barton1-1/+2
2011-06-13cmake:Campbell Barton1-2/+3
2011-06-12cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...Campbell Barton1-2/+2
2011-06-12work in progress cmake commit:Campbell Barton1-6/+5
2009-12-16Patches 3-11 from 488862 for a number of memleaks and allocation/deallocation...Josh Andler1-2/+4
2009-08-08add additional files for win32 distributiontheAdib1-1/+3
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-3/+3
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-08-05SPDocument->Documentjohnce1-2/+2
2009-05-17fix bug 346721Johan B. C. Engelen1-1/+7
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-10/+1
2009-01-12Cmake: Fixed the extra -l in the link command, plus a add linking for all sub...Joshua L. Blocher1-1/+3
2009-01-09Cmake: restructure build files to be more like current build system. Should r...Joshua L. Blocher1-0/+1
2008-11-21Merge from fe-movedTed Gould4-12/+15
2008-07-16warning cleanupJon A. Cruz1-1/+1
2008-06-24Cmake: remove header files from source listsJoshua L. Blocher1-2/+0
2008-05-29Create a new macro in path-prefix.h, WIN32_DATADIR, that works similarly to B...Bob Jamison1-1/+5
2008-05-04Remove warningsBob Jamison1-2/+6
2008-04-10process source subdirectories with INCLUDE() instead of ADD_DIRECTORIES()Aaron Spike1-11/+1
2008-04-04Add native method stubbing utilityBob Jamison1-0/+299
2008-04-03Use MAX_PATH instead of arbitrary string length. Improve comments.Bob Jamison1-18/+54
2008-04-03improve jvm search to allow an embedded jre. fix missed "public" on methodBob Jamison2-22/+58
2008-04-02Improve buf<-->xml doc conversionBob Jamison2-22/+105
2008-04-02Initial capability to load current document into scriptBob Jamison2-18/+99
2008-04-01Move to devlibs for nowBob Jamison10-0/+0
2008-04-01Improve script engine listingBob Jamison1-9/+13
2008-04-01Switch menu to comboboxBob Jamison1-30/+42
2008-04-01Improve 'dirty' editor handlingBob Jamison2-90/+179
2008-04-01Improve file handlingBob Jamison4-14/+219
2008-03-31Oops. forgot resources for console.Bob Jamison10-0/+0
2008-03-31Move script dialog from gtkmm to jvmBob Jamison9-405/+1498
2008-03-31Change INKSCAPE_JAVADIR to INKSCAPE_BINDDIR so that we can have subdirs for e...Bob Jamison1-2/+4
2008-03-27Cmake Build system - Initial commit.Joshua L. Blocher1-0/+16
2008-03-24Finished multiple inheritance delegationBob Jamison35-592/+1381
2008-03-23More MI delegation. 28 leftBob Jamison26-298/+772
2008-03-22More multiple inheritance delegation. 53 files to go.Bob Jamison6-114/+222
2008-03-22More delegation for SMILBob Jamison4-11/+19
2008-03-22Delegate MI methods to impl classesBob Jamison12-287/+304